WIP

His Dad [09-22-18 - 06:01]
WIP
Filename
HistOfflineBeta.lua
data/DLC.lua
data/Quest2.lua
data/WB2.lua
data/de/de-data2.lua
data/de/de.lua
data/en/en-data-old.lua
data/en/en-data.lua
data/en/en.lua
data/fr/fr-data2.lua
data/fr/fr.lua
data/keys.lua
data/utility.lua
history.txt
diff --git a/HistOfflineBeta.lua b/HistOfflineBeta.lua
index c568aec..1305fe0 100644
--- a/HistOfflineBeta.lua
+++ b/HistOfflineBeta.lua
@@ -16,10 +16,10 @@ local dname, key, count, ccount, colour, bgcolour
 --force_lang = "fr"  --	or "de" or "fr"  for debugging

 -- ========================
-version= "54-Beta-01"
+version= "55-Beta-01"
 require( "iuplua" )
 require( "iupluacontrols" )
-require( "iupluamatrixex" )
+--require( "iupluamatrixex" )
 iup.SetGlobal("UTF8MODE","YES")
 dofile "../../SavedVariables/History.lua"
 Trials_Dat={}
@@ -248,6 +248,8 @@ end
 	Status_bar = iup.label{title=L.Welcome .. " " .. L.Version .. " " .. version .. ".", expand = "HORIZONTAL"}
 	iup.Append(accounts[acc].mode_zbox, accounts[acc].dung_tabs)

+
+
   -- Mode Buttons (Toggles)
   --[[  These control the display.
    Char mode lists the characters and information for them (default for prior versions)
@@ -290,10 +292,11 @@ end
 									accounts[acc].view_tog,
 									}
 								}
-
   accounts[acc].mode.title =  L.Mode
   accounts[acc].mode.margin = "15x5"

+
+
   accounts[acc].alldungeons = {}
   -- Prepare for Dungeon data recording as we iterate through characters.
   accounts[acc].dung = {}		-- put all dungeon mode stuff here. Populate it with character data.
@@ -721,117 +724,11 @@ end
 		Populate_Dat(me.WB_box, WB_dat,me.ach)


--- Create WorldBoss Achievements Detail Boxes=======================
-
-		me.WB_Detail_box = {}
-		me.WB_Detail_Zbox = iup.zbox{}
-
---[[
-		for key, dat  in pairs(WB_Info) do	-- for each zone
-			me.WB_Detail_box[key]= iup.matrix {numcol=2, numcol_visible=2,  numlin=#dat.ids}
-
-			me.WB_Detail_box[key]:setcell(0,0, L.Ach_ID)
-			me.WB_Detail_box[key]:setcell(0,1, L.Name)
-			me.WB_Detail_box[key]:setcell(0,2, L.Detail)
-			iup.SetAttribute(me.WB_Detail_box[key], "READONLY", "YES")
-			iup.SetAttribute(me.WB_Detail_box[key], "ALIGNMENT0", "ACENTER")
-			iup.SetAttribute(me.WB_Detail_box[key], "ALIGNMENTLIN0", "ALEFT")
-			iup.SetAttribute(me.WB_Detail_box[key], "ALIGNMENT1", "ALEFT")
-			iup.SetAttribute(me.WB_Detail_box[key], "ALIGNMENT2", "ALEFT")
-			iup.SetAttribute(me.WB_Detail_box[key],"WIDTH0", "30")
-			iup.SetAttribute(me.WB_Detail_box[key],"WIDTH1", "150")
-			iup.SetAttribute(me.WB_Detail_box[key],"WIDTH2", "300")
-			for line, id in ipairs (dat.ids) do	-- get the Ach of zone
-				me.WB_Detail_box[key]:setcell(line,0, tostring(id))
-
-				if Ach_Detail[id] == nil then
-					name = "UNKN"
-					Desc = ""
-				else
-					name = Ach_Detail[id].name
-					Desc = Ach_Detail[id].description
-				end
-				me.WB_Detail_box[key]:setcell(line,1, name)
-				me.WB_Detail_box[key]:setcell(line,2, Desc)
-
-				-- Set Detail Colours on achievement
-				if thischar.ach[id] == nil  then
-					iup.SetAttribute(me.WB_Detail_box[key],"FGCOLOR" .. tostring(line) .. ":*", FG_Colour_Not_Complete)	-- Nope
-				else
-					iup.SetAttribute(me.WB_Detail_box[key],"BGCOLOR" .. tostring(line) .. ":*", BG_Colour_Complete)		-- Yes
-				end
-			end
-			iup.Append(me.WB_Detail_Zbox, me.WB_Detail_box[key])
-		end
-
-
-		function me.WB_box:enteritem_cb(L,C)
-			me.WB_Detail_Zbox.value = me.WB_Detail_box[tostring(L) .. tostring(C)]
-		end
---]]
-
-
 -- Create SkillQuest Achievements Box==========================

 		me.SQ_box= Location_Box()
 		Populate_Dat(me.SQ_box, SQ_dat,me.ach)

--- Create SkillQuest Achievements Detail Boxes=======================
-
-		me.SQ_Detail_box = {}
-		me.SQ_Detail_Zbox = iup.zbox{}
---[[
-		local  link
-		for key, dat in pairs(SQ_Info) do	-- for each zone
-			me.SQ_Detail_box[key]= iup.matrix {numcol=2, numcol_visible=2,  numlin=#dat.ids}
-
-			me.SQ_Detail_box[key]:setcell(0,0, L.Ach_ID)
-			me.SQ_Detail_box[key]:setcell(0,1, L.Name)
-			me.SQ_Detail_box[key]:setcell(0,2, L.Link)
-			iup.SetAttribute(me.SQ_Detail_box[key], "READONLY", "YES")
-			iup.SetAttribute(me.SQ_Detail_box[key], "ALIGNMENT0", "ACENTER")
-			iup.SetAttribute(me.SQ_Detail_box[key], "ALIGNMENTLIN0", "ALEFT")
-			iup.SetAttribute(me.SQ_Detail_box[key], "ALIGNMENT1", "ALEFT")
-			iup.SetAttribute(me.SQ_Detail_box[key], "ALIGNMENT2", "ALEFT")
-			iup.SetAttribute(me.SQ_Detail_box[key],"WIDTH0", "30")
-			iup.SetAttribute(me.SQ_Detail_box[key],"WIDTH1", "150")
-			iup.SetAttribute(me.SQ_Detail_box[key],"WIDTH2", "250")
-			for line, id in ipairs (dat.ids) do	-- get the quests of the zone
-				me.SQ_Detail_box[key]:setcell(line,0, tostring(id))
-
-				if Ach_Detail[id] == nil then
-					name = "UNKN"
-				else
-					name = Ach_Detail[id].name
-				end
-				link = SQ_dat[id].link1
-				me.SQ_Detail_box[key]:setcell(line,1, name)
-				me.SQ_Detail_box[key]:setcell(line,2, link)
-				-- Set Detail Colours on achievement
-				if thischar.ach[id] == nil  then
-					iup.SetAttribute(me.SQ_Detail_box[key],"FGCOLOR" .. tostring(line) .. ":*", FG_Colour_Not_Complete)	-- Nope
-				else
-					iup.SetAttribute(me.SQ_Detail_box[key],"BGCOLOR" .. tostring(line) .. ":*", BG_Colour_Complete)		-- Yes
-				end
-
-			iup.Append(me.SQ_Detail_Zbox, me.SQ_Detail_box[key])
-			end
-		-- Click on Link,
-		local thisSQDetail = me.SQ_Detail_box[key]	-- The function def below doesn't like the [key]
-		function thisSQDetail:click_cb(L,C)
-				if C == 2 then
-					iup.Help(self:getcell(L,C))		-- Launch Browser
-				else
-					return IUP_IGNORE
-				end
-			end
-
-		end
-
-		function me.SQ_box:enteritem_cb(L,C)
-			me.SQ_Detail_Zbox.value = me.SQ_Detail_box[tostring(L) .. tostring(C)]
-		end
-	--]]
 --========== DLC

 		me.DLC_box= iup.matrix {numcol=6, numcol_visible=6,  numlin=4, widthdef=105}
@@ -884,8 +781,9 @@ end
 		for i,dlc in ipairs (DLC_Order) do

 			me.DLC2[dlc] = {}
-			me.DLC2[dlc].box = iup.matrix {READONLY="YES", numcol=4, numcol_visible=4, numlin=#DLC_Dat2[dlc].line, widthdef=110}
+			me.DLC2[dlc].box = iup.matrixex {READONLY="YES", numcol=4, numcol_visible=4, numlin=#DLC_Dat2[dlc].line}
 			iup.SetAttribute(me.DLC2[dlc].box,"WIDTH1", 50)
+			iup.SetAttribute(me.DLC2[dlc].box,"WIDTH2", 130)
 			iup.SetAttribute(me.DLC2[dlc].box,"WIDTH3", 250)		--Size is about 1/4 of character
 			iup.SetAttribute(me.DLC2[dlc].box,"ALIGNMENT1", "ACENTER")
 			iup.SetAttribute(me.DLC2[dlc].box,"ALIGNMENT2", "ALEFT")
@@ -894,12 +792,69 @@ end
 			me.DLC2[dlc].box:setcell(0, 1, L.Ach_ID)
 			me.DLC2[dlc].box:setcell(0, 2, L.Achievement)
 			me.DLC2[dlc].box:setcell(0, 4, L.Completed)
+			me.DLC2[dlc].box.name = dlc2
+
+				-- Filter for text on DLC2
+			me.DLC2[dlc].filter_l = iup.list{editbox="YES", SIZE="80x60"}
+			me.DLC2[dlc].filter_r = iup.list{editbox="YES", SIZE="80x60"}
+			me.DLC2[dlc].filter_tog = iup.toggle{title=L.Filter}
+			me.DLC2[dlc].filter_vet = iup.toggle{title=L.Vet}
+			me.DLC2[dlc].filter_vanq = iup.toggle{title=L.Vanquisher}
+			me.DLC2[dlc].filter_conq = iup.toggle{title=L.Conqueror}
+
+			me.DLC2[dlc].filter_f = iup.frame {
+								iup.hbox{
+									me.DLC2[dlc].filter_l,
+									iup.space{size=20},
+									me.DLC2[dlc].filter_r,
+									iup.space{size=20},
+									iup.vbox {
+										me.DLC2[dlc].filter_tog,
+										me.DLC2[dlc].filter_vet,
+										me.DLC2[dlc].filter_vanq,
+										me.DLC2[dlc].filter_conq,
+										},
+									},
+								}
+
+
+
+			me.DLC2[dlc].filter_f.title =  L.Filter
+			me.DLC2[dlc].filter_f.margin = "15x5"
+
+
+			me.DLC2[dlc].filter = function (v)		-- vi is 1 or 0
+				for l =1, #DLC_Dat2[dlc].line do
+						print("Get:" .. me.DLC2[dlc].box:getcell(l, 3))
+					if v == 1 then
+						if  string.find (me.DLC2[dlc].box:getcell(l, 3), L.Vet) ~= nil then
+							iup.SetAttribute(me.DLC2[dlc].box,"VISIBLELIN" .. tostring(l) , "NO")
+						else
+							iup.SetAttribute(me.DLC2[dlc].box,"VISIBLELIN" .. tostring(l) , "YES")
+						end
+					else
+						iup.SetAttribute(me.DLC2[dlc].box,"VISIBLELIN" .. tostring(l) , "YES")
+					end
+
+				end
+
+			 end
+
+			local thistog=me.DLC2[dlc].filter_vet
+
+			function thistog:action(v)
+				me.DLC2[dlc].filter(v)
+			end
+

-			me.DLC2[dlc].box.name = dlc


 			--Add data
 			for line,id in ipairs(DLC_Dat2[dlc].line) do
+				if Ach_Detail[id] == nil then
+					print("Ach id: " .. id .. " in DLC but not in master data.")
+					break
+				end
 				me.DLC2[dlc].box:setcell(line, 1, tostring(id))
 				me.DLC2[dlc].box:setcell(line, 2, Ach_Detail[id].name)

@@ -936,7 +891,10 @@ end

 			-- make a tab out that DLC.
 			me.DLC2[dlc].tab = iup.vbox{
-				me.DLC2[dlc].box,
+				iup.hbox{
+					me.DLC2[dlc].box,
+					me.DLC2[dlc].filter_f,
+				},
 				iup.fill{}
 			}
 			me.DLC2[dlc].tab.tabtitle=DLC_Names[i]
@@ -1023,7 +981,7 @@ end
 												iup.label{title=L.WBLab,expand="HORIZONTAL"},
 												me.WB_box,
 												iup.label{title=L.WB_Detail},
-												me.WB_Detail_Zbox,
+												me.WB_box.Detail_zbox,
 												iup.fill{}
 											})

@@ -1031,7 +989,7 @@ end
 												iup.label{title=L.SkillLab,expand="HORIZONTAL"},
 												me.SQ_box,
 												iup.label{title=L.SQ_Detail},
-												me.SQ_Detail_Zbox,
+												me.SQ_box.Detail_zbox,
 												iup.fill{}
 											})
 		iup.Append(me.data_tabs, iup.vbox {	["tabtitle"] =L.DLC,
diff --git a/data/DLC.lua b/data/DLC.lua
index d90800f..8c34b70 100644
--- a/data/DLC.lua
+++ b/data/DLC.lua
@@ -3,7 +3,7 @@ DLC_Dat = {}
 DLC_Dat2 = {}

 --These match the datafiles used in the game
-DLC_Order= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter"}
+DLC_Order= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter", "Murkmire"}
 --DLC_Order= {"Orsinium"}

 for _,dlc in ipairs (DLC_Order) do
@@ -120,7 +120,7 @@ DLC_Dat2["Clockwork City"].line = {
 DLC_Dat2["Clockwork City"].complete = 2049

 DLC_Dat2["Dark Brotherhood"].line = {
-1443,	-- Wrath of Sithis,  Complete "The Wrath of Sithis" Dark Brotherhood quest in the Gold Coast.
+-- 1443,	-- Wrath of Sithis,  Complete "The Wrath of Sithis" Dark Brotherhood quest in the Gold Coast.  -- Quest no longer in data as of MurkMire
 1444,	-- Silencer,  Complete the "Filling the Void" Dark Brotherhood quest in the Gold Coast.
 1438,	-- Sermonizer Subduer,  Complete the "A Lesson in Silence" Dark Brotherhood quest in the Gold Coast.
 1437,	-- New-blade,  Complete the "Welcome Home" Dark Brotherhood quest in the Gold Coast.
@@ -182,7 +182,7 @@ DLC_Dat2["Imperial City"].complete = 1132 -- Challenger
 DLC_Dat2["Thieves Guild"].line = {
 1377,	-- What Price, Freedom?,  Complete quest "Everyone Has A Price" in Hew's Bane.
 1371,	-- Welcome to the Thieves Guild,  Join the Thieves Guild by completing quest "Partners in Crime" in Hew's Bane.
-1362,	-- Wedding Crashers,  Complete quest "Forever Hold Your Peace" in Hew's Bane.
+1362,	-- Wedding Crashers,  Complete quest "Forever Hold Your Peace" in Hew's Bane.       Quest no longer in data as of MurkMire
 1367,	-- Time Trial: Maw of Lorkhaj,  Complete Veteran Maw of Lorkhaj within a time limit of 40 minutes. Your trial begins when you cross the threshold of the Temple of Seven Riddles.
 1376,	-- Seeds Untilled,  Complete quest "That Which Was Lost" in Hew's Bane.
 1361,	-- Never, Ever Steal From the Guild,  Complete quest "A Flawless Plan" in Hew's Bane.
@@ -464,3 +464,21 @@ DLC_Dat2["Wolfhunter"].line = {
 2298,	-- A Hulking Ally,  Defeat Archivist Ernarde without killing his first Hulking Werewolf ally in Moon Hunter Keep.
 }

+DLC_Dat2["Murkmire"].line = {
+2365,	-- Unchained and Undying,  Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison without dying.
+2373,	-- Spirits Sundered,  Defeat Drakeeh the Unchained while always ensuring he absorbs at least 2 spirits before casting Spirit Scream in Veteran Blackrose Prison.
+2371,	-- Skeletal Summoning,  Defeat Lady Minara after three Bone Colossi are summoned within 30 seconds of the round beginning in Veteran Blackrose Prison.
+2364,	-- Sigil Stingy,  Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison without using Sigils during combat.
+2375,	-- Rise of the Fallen,  Use a Sigil of Resurrection in any arena to revive three other group members at once in Blackrose Prison.
+2370,	-- Rarely Rooted,  Defeat Tames-the-Beast without a group member becoming trapped by the Crushing Roots ability in Veteran Blackrose Prison.
+2374,	-- Meteor Mayhem,  Use Battlemage Ennodius' Meteor ability to stun all four atronachs simultaneously in the first arena of Blackrose Prison.
+2368,	-- God of the Gauntlet,  Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison in under 30 minutes without dying and without activating Sigils during combat. The timer starts when the first arena begins.
+2366,	-- Gauntlet Gallop,  Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison in under 30 minutes. The timer starts when the first arena begins.
+2369,	-- Faster than Flames,  Defeat Battlemage Ennodius without group members taking flame damage while her Flame Spouts ability is active in Veteran Blackrose Prison.
+2362,	-- Blackrose Prison Vanquisher,  Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Blackrose Prison.
+2363,	-- Blackrose Prison Conqueror,  Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison.
+2367,	-- Blackrose Buccaneer,  Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison in under 30 minutes without dying. The timer starts when the first arena begins.
+2372,	-- A Thrilling Trifecta,  Defeat Battlemage Ennodius, Lady Minara, and Tames-the-Beast within 20 seconds of each other in Veteran Blackrose Prison.
+2376,	-- Cleansing the Damned,  Have a single group member successfully absorb all three of Drakeeh's targets during his Spirit Ignition ability and cleanse themselves without dying.
+}
+DLC_Dat2["Murkmire"].completed = 2331	-- Hero of Murkmire,  Complete quests, defeat bosses, and explore delves to become the Hero of Murkmire.
\ No newline at end of file
diff --git a/data/Quest2.lua b/data/Quest2.lua
index fb88b31..ece9e36 100644
--- a/data/Quest2.lua
+++ b/data/Quest2.lua
@@ -124,14 +124,14 @@ SQ_dat = {
 [1440] = {Location=17, ["link1"] = "http://en.uesp.net/wiki/Online:Assassin_(achievement)"},	-- A Special Request"Assassin", "Complete the \"A Special Request\" Dark Brotherhood quest in the Gold Coast.",
 [1441] = {Location=17, ["link1"] = "http://en.uesp.net/wiki/Online:Dark_Discovery"},	--	Dark Revelations  "Dark Discovery", "Complete the \"Dark Revelations\" Dark Brotherhood quest in the Gold Coast.",
 [1442] = {Location=17, ["link1"] = "http://en.uesp.net/wiki/Online:Dark_Investigator"},	-- A Ghost from the Past  "Dark Investigator","Complete the \"A Ghost from the Past\" Dark Brotherhood quest in the Gold Coast.",
-[1443] = {Location=17, ["link1"] = "http://en.uesp.net/wiki/Online:Wrath_of_Sithis"},		-- The Wrath of Sithis "Wrath of Sithis", "Complete \"The Wrath of Sithis\" Dark Brotherhood quest in the Gold Coast.",
+--[1443] = {Location=17, ["link1"] = "http://en.uesp.net/wiki/Online:Wrath_of_Sithis"},		-- The Wrath of Sithis "Wrath of Sithis", "Complete \"The Wrath of Sithis\" Dark Brotherhood quest in the Gold Coast.",
 [1444] = {Location=17, ["link1"] = "http://en.uesp.net/wiki/Online:Silencer"},	--	"Silencer", Filling the Void "Complete the \"Filling the Void\" Dark Brotherhood quest in the Gold Coast.",

 -- TG
 [1360] = {Location=18, ["link1"] =	 "http://en.uesp.net/wiki/Online:Always_Travel_Separately"}, 	--Cleaning House	 "Always Travel Separately",  "Complete quest \"Cleaning House\" in Hew's Bane.",
 [1370] = {Location=18, ["link1"] = "http://en.uesp.net/wiki/Online:Iron_Wheel_Infiltration"},	--The Long Game	 "Iron Wheel Infiltration", "Complete quest \"The Long Game\" in Hew's Bane.",
 [1361] = {Location=18, ["link1"] = "http://en.uesp.net/wiki/Online:Never,_Ever_Steal_From_the_Guild"},	--	"Never, Ever Steal From the Guild", "Complete quest \"A Flawless Plan\" in Hew's Bane.",
-[1362] = {Location=18, ["link1"] = "http://en.uesp.net/wiki/Online:Wedding_Crashers"},	--"Wedding Crashers", "Complete quest \"Forever Hold Your Peace\" in Hew's Bane.",
+--[1362] = {Location=18, ["link1"] = "http://en.uesp.net/wiki/Online:Wedding_Crashers"},	--"Wedding Crashers", "Complete quest \"Forever Hold Your Peace\" in Hew's Bane.",
 [1363] = {Location=18, ["link1"] = "http://en.uesp.net/wiki/Online:Broken_Wheel"},	-- "Broken Wheel",  "Complete quest \"Prison Break\" in Hew's Bane.",


@@ -166,6 +166,8 @@ SQ_dat = {
 [2203] = {Location=23, ["link1"] = "http://en.uesp.net/wiki/Online:Buried_Memories"},	-- Buried Memories   "Mind Games", "Complete the \"Buried Memories\" quest.",
 [2206] = {Location=23, ["link1"] = "http://en.uesp.net/wiki/Online:Lost_in_Translation"},	-- Lost in Translation "Unreliable Narrator", "Complete the \"Lost in Translation\" quest.",
 [2208] = {Location=23, ["link1"] = "http://en.uesp.net/wiki/Online:The_Crystal_Tower"},	-- The Crystal Tower What Must Be Done", "Complete the \"The Crystal Tower\" quest.",
+
+--Murkmire None
 --[[


diff --git a/data/WB2.lua b/data/WB2.lua
index b1dc0d3..0c0d72f 100644
--- a/data/WB2.lua
+++ b/data/WB2.lua
@@ -195,5 +195,7 @@ WB_dat = {		--World Boss Achievements
 [2041] = {Location=23},	-- "Keel Hauler" "Defeat Keelsplitter at Keelsplitter's Nest.",
 [2212] = {Location=23},	-- "Asp Awareness" "Defeat Keelsplitter without stepping on any of the snakes.",

-
+--Mirelurk
+[2293] = {Location=24},	-- Fiend of the Fens,  Defeat the necromancer Baxilt-Gah at Bok-Xul.
+[2294] = {Location=24},	-- Feller of Thunder,  Defeat the miregaunt Walks-Like-Thunder at the Echoing Hollow.
 }
diff --git a/data/de/de-data2.lua b/data/de/de-data2.lua
new file mode 100644
index 0000000..6047aae
--- /dev/null
+++ b/data/de/de-data2.lua
@@ -0,0 +1,14563 @@
+--Obtained from the game, Don't edit.
+Ach_Detail ={
+[2048] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Reist in die Messingfeste der Stadt der Uhrwerke.",
+	["points"] = 5,
+	["name"] = "Schätze der Messingfeste",
+	["Category"] = "Clockwork City",
+},
+[2049] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held der Stadt der Uhrwerke zu werden.",
+	["points"] = 50,
+	["name"] = "Held der Stadt der Uhrwerke",
+	["Category"] = "Clockwork City",
+},
+[2050] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt die Quest „Zur Stadt der Uhrwerke“ ab.",
+	["points"] = 10,
+	["name"] = "Land der Getriebe und Zahnräder",
+	["Category"] = "Clockwork City",
+},
+[2058] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt die Quest „Auf der Suche nach einem Bürgen“ ab.",
+	["points"] = 10,
+	["name"] = "Bewohner der Stadt der Uhrwerke",
+	["Category"] = "Clockwork City",
+},
+[11] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Akash gra-Mal, Würgedorn und Stiftsvogt Oraneth im Eldengrund I.",
+	["points"] = 10,
+	["name"] = "Sieger des Eldengrunds I",
+	["Category"] = "Verliese",
+},
+[12] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Erreicht Stufe 10.",
+	["points"] = 10,
+	["name"] = "Held der 10. Stufe",
+	["Category"] = "Charakter",
+},
+[13] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Erreicht Stufe 20.",
+	["points"] = 10,
+	["name"] = "Held der 20. Stufe",
+	["Category"] = "Charakter",
+},
+[14] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Erreicht Stufe 30.",
+	["points"] = 10,
+	["name"] = "Held der 30. Stufe",
+	["Category"] = "Charakter",
+},
+[15] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Erreicht Stufe 40.",
+	["points"] = 10,
+	["name"] = "Held der 40. Stufe",
+	["Category"] = "Charakter",
+},
+[16] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Erreicht Stufe 50.",
+	["points"] = 10,
+	["name"] = "Held der 50. Stufe",
+	["Category"] = "Charakter",
+},
+[17] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Erbeutet einen überlegenen Gegenstand.",
+	["points"] = 5,
+	["name"] = "Überlegener Plünderer",
+	["Category"] = "Charakter",
+},
+[18] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Erbeutet einen epischen Gegenstand.",
+	["points"] = 5,
+	["name"] = "Epensammler",
+	["Category"] = "Charakter",
+},
+[19] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Plündert 10 beliebige Schatztruhen.",
+	["points"] = 5,
+	["name"] = "Schatzsucherneuling",
+	["Category"] = "Charakter",
+},
+[20] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Plündert 50 beliebige Schatztruhen.",
+	["points"] = 5,
+	["name"] = "Schatzsuchergeselle",
+	["Category"] = "Charakter",
+},
+[21] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Plündert 100 beliebige Schatztruhen.",
+	["points"] = 5,
+	["name"] = "Schatzsucherexperte",
+	["Category"] = "Charakter",
+},
+[22] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Plündert 1,000 beliebige Schatztruhen.",
+	["points"] = 5,
+	["name"] = "Schatzsuchermeister",
+	["Category"] = "Charakter",
+},
+[2071] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt 7 tägliche Nachschubaufgaben der Messingfeste ab.",
+	["points"] = 10,
+	["name"] = "Versorger der Messingfeste",
+	["Category"] = "Clockwork City",
+},
+[2072] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt 30 tägliche Nachschubaufgaben der Messingfeste ab.",
+	["points"] = 15,
+	["name"] = "Quartiermeister der Messingfeste",
+	["Category"] = "Clockwork City",
+},
+[2073] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Erfahrt von der Zukunft.",
+	["points"] = 10,
+	["name"] = "Glück und Schicksal",
+	["Category"] = "Clockwork City",
+},
+[2074] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Verlangsamt das Verbreiten von Geheimnissen, indem Ihr 100 Skeevomaten zerstört.",
+	["points"] = 5,
+	["name"] = "Aufziehkammerjäger",
+	["Category"] = "Clockwork City",
+},
+[2075] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Bewältigt die angegebenen Errungenschaften für die Anstalt Sanctorium.",
+	["points"] = 50,
+	["name"] = "Erlöser der Anstalt Sanctorium",
+	["Category"] = "Clockwork City",
+},
+[28] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt Faolchu den Wechselbalg und befreit die Stadt Camlorn.",
+	["points"] = 5,
+	["name"] = "Faolchus Fluch",
+	["Category"] = "Quests",
+},
+[2077] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt den Heiligen Olms, den Gerechten, den Heiligen Llothis, den Frommen, und den Heiligen Felms, den Tapferen, in der Anstalt Sanctorium (Veteranen).",
+	["points"] = 50,
+	["name"] = "Eroberer der Anstalt Sanctorium",
+	["Category"] = "Clockwork City",
+},
+[30] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Helft den Wyrdinnen, ihre heiligen Haine und den Wyrdbaum von Angofs Verderbtheit zu befreien.",
+	["points"] = 5,
+	["name"] = "Freund des Wyrd",
+	["Category"] = "Quests",
+},
+[31] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Durchkreuzt den nekromantischen Plan von Angof dem Grabessänger, Glenumbra zu erobern.",
+	["points"] = 5,
+	["name"] = "Retter Glenumbras",
+	["Category"] = "Quests",
+},
+[2080] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt den Heiligen Olms, den Gerechten, den Heiligen Llothis, den Frommen, und den Heiligen Felms, den Tapferen, in der Anstalt Sanctorium (Veteranen), ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Heilig",
+	["Category"] = "Clockwork City",
+},
+[2081] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt den Heiligen Olms, den Gerechten, den Heiligen Llothis, den Frommen, und den Heiligen Felms, den Tapferen, in der Anstalt Sanctorium (Veteranen) innerhalb von 15 Minuten. Die Zeit läuft, sobald Ihr das Atrium betreten habt.",
+	["points"] = 50,
+	["name"] = "Schnelles Erbarmen",
+	["Category"] = "Clockwork City",
+},
+[34] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 53 Quests in Glenumbra ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Glenumbra",
+	["Category"] = "Quests",
+},
+[35] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tragt ausschließlich ein komplettes Set überlegener Gegenstände.",
+	["points"] = 15,
+	["name"] = "Überlegenes Gewand",
+	["Category"] = "Charakter",
+},
+[36] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tragt ausschließlich ein komplettes Set epischer Gegenstände.",
+	["points"] = 15,
+	["name"] = "Epengewand",
+	["Category"] = "Charakter",
+},
+[2085] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt den Heiligen Olms den Gerechten und den Heiligen Llothis den Frommen im selben Kampf in der Anstalt Sanctorium (Veteranen).",
+	["points"] = 10,
+	["name"] = "Gerechte Verdammung",
+	["Category"] = "Clockwork City",
+},
+[38] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet Humanoide, Goblinartige und Riesen.",
+	["points"] = 15,
+	["name"] = "Humanoidenschlächter",
+	["Category"] = "Charakter",
+},
+[39] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet daedrische Kreaturen aus dem Reich des Vergessens.",
+	["points"] = 15,
+	["name"] = "Daedraschlächter",
+	["Category"] = "Charakter",
+},
+[40] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet mechanische Dwemerkonstrukte.",
+	["points"] = 15,
+	["name"] = "Dwemerkonstruktzerstörer",
+	["Category"] = "Charakter",
+},
+[41] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet verschiedene natürliche Kreaturen aus der Wildnis Tamriels und darüber hinaus.",
+	["points"] = 15,
+	["name"] = "Naturschlächter",
+	["Category"] = "Charakter",
+},
+[42] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet Skelette, Zombies, Geister, Gespenster und Vampire.",
+	["points"] = 15,
+	["name"] = "Untotenschlächter",
+	["Category"] = "Charakter",
+},
+[2091] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Nehmt in einem „Irrer König“-Kampf mindestens 4 Eroberungspunkte ein, ohne zu sterben.",
+	["points"] = 10,
+	["name"] = "Königsanwärter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[2092] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Kontrolliert bei einem „Irrer König“-Schlachtfeld mindestens zwei Eroberungspunkte gleichzeitig.",
+	["points"] = 10,
+	["name"] = "König des Schlachtfelds",
+	["Category"] = "Spieler gegen Spieler",
+},
+[2093] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt alle Champions in Sonnenfeste.",
+	["points"] = 50,
+	["name"] = "Eroberer von Sonnenfeste",
+	["Category"] = "Summerset",
+},
+[2094] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt alle Champions in Karnwasten.",
+	["points"] = 50,
+	["name"] = "Eroberer von Karnwasten",
+	["Category"] = "Summerset",
+},
+[2095] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Unterbrecht die Henker und besiegt Konnugil den Leviathan in Sonnenfeste.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis in Sonnenfeste",
+	["Category"] = "Summerset",
+},
+[2096] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt die Seekreckin N'Garza in Karnwasten.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis in Karnwasten",
+	["Category"] = "Summerset",
+},
+[2097] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil des Grauenshornklans“, das Ihr gelegentlich bei der Befreiung Falkenrings erlangen könnt.",
+	["points"] = 50,
+	["name"] = "Meister des Stils des Grauenshornklans",
+	["Category"] = "Horns of the Reach",
+},
+[2098] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Blutquellschmiede“, das Ihr gelegentlich bei der Eroberung der Blutquellschmiede erlangen könnt.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Blutquellschmiede",
+	["Category"] = "Horns of the Reach",
+},
+[51] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Erlangt alle unten genannten Schlächter-Errungenschaften.",
+	["points"] = 50,
+	["name"] = "Meistermonsterschlächter",
+	["Category"] = "Charakter",
+},
+[52] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 50 Quests ab.\r\n\r\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.",
+	["points"] = 5,
+	["name"] = "Problemlöser",
+	["Category"] = "Quests",
+},
+[53] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 100 Quests ab.\r\n\r\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.",
+	["points"] = 10,
+	["name"] = "Erkunder",
+	["Category"] = "Quests",
+},
+[54] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 250 Quests ab.\r\n\r\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.",
+	["points"] = 15,
+	["name"] = "Abenteurer",
+	["Category"] = "Quests",
+},
+[55] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 500 Quests ab.\r\n\r\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.",
+	["points"] = 15,
+	["name"] = "Meisterabenteurer",
+	["Category"] = "Quests",
+},
+[56] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 1,000 Quests ab.\r\n\r\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.",
+	["points"] = 15,
+	["name"] = "Unbezwingbarer Abenteurer",
+	["Category"] = "Quests",
+},
+[57] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 60 Quests in Sturmhafen ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Sturmhafen",
+	["Category"] = "Quests",
+},
+[58] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 42 Quests in Kluftspitze ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Kluftspitze",
+	["Category"] = "Quests",
+},
+[59] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 42 Quests in der Alik'r-Wüste ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in der Alik'r-Wüste",
+	["Category"] = "Quests",
+},
+[60] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 36 Quests in Bangkorai ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Bangkorai",
+	["Category"] = "Quests",
+},
+[61] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Beweist Euch als Abenteurer im Dolchsturz-Bündnis.",
+	["points"] = 50,
+	["name"] = "Held des Dolchsturz-Bündnisses",
+	["Category"] = "Quests",
+},
+[2110] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Ändert zehn Mal das Aussehen eines Ausrüstungsteils, indem ihr das Montursystem nutzt.",
+	["points"] = 10,
+	["name"] = "Monturadept",
+	["Category"] = "Handwerk",
+},
+[2111] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Ändert 50 Mal das Aussehen eines Ausrüstungsteils, indem ihr das Montursystem nutzt.",
+	["points"] = 15,
+	["name"] = "Monturexperte",
+	["Category"] = "Handwerk",
+},
+[64] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 10 Mal beliebige Handwerksmaterialien.",
+	["points"] = 5,
+	["name"] = "Sammlerneuling",
+	["Category"] = "Handwerk",
+},
+[65] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 50 Mal beliebige Handwerksmaterialien.",
+	["points"] = 5,
+	["name"] = "Sammlergeselle",
+	["Category"] = "Handwerk",
+},
+[66] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 100 Mal beliebige Handwerksmaterialien.",
+	["points"] = 5,
+	["name"] = "Sammlerexperte",
+	["Category"] = "Handwerk",
+},
+[67] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 1,000 Mal beliebige Handwerksmaterialien.",
+	["points"] = 5,
+	["name"] = "Sammlermeister",
+	["Category"] = "Handwerk",
+},
+[68] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 10,000 Mal beliebige Handwerksmaterialien.",
+	["points"] = 5,
+	["name"] = "Sammlergroßmeister",
+	["Category"] = "Handwerk",
+},
+[2120] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil des Wurmkults“, das sich manchmal in Geschenkkisten zum Jubiläum verbirgt.",
+	["points"] = 50,
+	["name"] = "Meister des Stils des Wurmkults",
+	["Category"] = "Handwerk",
+},
+[2121] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verwertet ein Ausrüstungsteil aus Eisen, Rohleder, Jute oder Ahorn.",
+	["points"] = 5,
+	["name"] = "Verwerter des ersten Ranges",
+	["Category"] = "Handwerk",
+},
+[2122] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verwertet ein Ausrüstungsteil aus Stahl, Baumwolle, Halbleder oder Eiche.",
+	["points"] = 5,
+	["name"] = "Verwerter des zweiten Ranges",
+	["Category"] = "Handwerk",
+},
+[2123] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verwertet ein Ausrüstungsteil aus Oreichalkos, Spinnenseide, Leder oder Buche.",
+	["points"] = 5,
+	["name"] = "Verwerter des dritten Ranges",
+	["Category"] = "Handwerk",
+},
+[2124] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verwertet ein Ausrüstungsteil aus Dwemerstahl, Ebengarn, Hartleder oder Hickory.",
+	["points"] = 5,
+	["name"] = "Verwerter des vierten Ranges",
+	["Category"] = "Handwerk",
+},
+[2125] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verwertet ein Ausrüstungsteil aus Ebenerz, Ebengarn, Wildleder oder Eibe.",
+	["points"] = 5,
+	["name"] = "Verwerter des fünften Ranges",
+	["Category"] = "Handwerk",
+},
+[78] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Vorarbeiter Llothan, den Schwarmfürsten und den Wachposten von Rkugamz in den Dunkelschattenkavernen I.",
+	["points"] = 10,
+	["name"] = "Sieger der Dunkelschattenkavernen I",
+	["Category"] = "Verliese",
+},
+[79] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Ermittler Garron, Varaine Pellingare und Allene Pellingare in der Kanalisation von Wegesruh I.",
+	["points"] = 10,
+	["name"] = "Sieger der Kanalisation von Wegesruh I",
+	["Category"] = "Verliese",
+},
+[80] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Erzmeister Siniel, den Giganten des Todes und die Ilambris-Zwillinge in der Krypta der Herzen I.",
+	["points"] = 10,
+	["name"] = "Sieger der Krypta der Herzen I",
+	["Category"] = "Verliese",
+},
+[81] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Tötet Valaran Sturmrufer, Sturmfaust und Sturmvogt Neidir auf der Orkaninsel.",
+	["points"] = 10,
+	["name"] = "Sieger der Orkaninsel",
+	["Category"] = "Verliese",
+},
+[2130] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verwertet ein Ausrüstungsteil aus Rubedit, Ahnenseide, Rubedoleder oder Rubinesche.",
+	["points"] = 5,
+	["name"] = "Verwerter des zehnten Ranges",
+	["Category"] = "Handwerk",
+},
+[2131] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Z'Maja, Siroria, Relequen und Galenwe in Wolkenruh.",
+	["points"] = 15,
+	["name"] = "Ruhe in Wolkenruh",
+	["Category"] = "Summerset",
+},
+[2132] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Z'Maja, Siroria, Relequen und Galenwe in Wolkenruh im selben Kampf.",
+	["points"] = 50,
+	["name"] = "Streiter von Wolkenruh",
+	["Category"] = "Summerset",
+},
+[2133] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Z'Maja, Siroria, Relequen und Galenwe in Wolkenruh (Veteranen).",
+	["points"] = 50,
+	["name"] = "Eroberer von Wolkenruh",
+	["Category"] = "Summerset",
+},
+[2134] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Z'Maja mit einem Welkynarschatten an ihrer Seite in Wolkenruh (Veteranen).",
+	["points"] = 50,
+	["name"] = "Eine Krecke und ihr Schatten",
+	["Category"] = "Summerset",
+},
+[2135] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Z'Maja mit zwei Welkynarschatten an ihrer Seite in Wolkenruh (Veteranen).",
+	["points"] = 50,
+	["name"] = "Tödliches Trio",
+	["Category"] = "Summerset",
+},
+[88] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 10 feindliche Drachenritter.",
+	["points"] = 10,
+	["name"] = "Drachenritterschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[89] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 10 feindliche Zauberer.",
+	["points"] = 10,
+	["name"] = "Zaubererschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[90] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 10 feindliche Templer.",
+	["points"] = 10,
+	["name"] = "Templerschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[91] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Helft, einen Betrieb in Cyrodiil einzunehmen (Bauernhof, Holzfällerlager oder Mine).",
+	["points"] = 10,
+	["name"] = "Nehmt einen Betrieb ein",
+	["Category"] = "Spieler gegen Spieler",
+},
+[92] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt Euren ersten Rang im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Freiwilliger im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[93] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Rekruten im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Rekrut im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[94] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Tyros im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Tyro im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[95] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Legionärs im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Legionär im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[96] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Veteranen im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Veteran im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[97] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Unteroffiziers im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Unteroffizier im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[98] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Feldwebels im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Feldwebel im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[99] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Leutnants im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Leutnant im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[100] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Hauptmanns im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Hauptmann im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[101] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Majors im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Major im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[102] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Zenturios im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Zenturio im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[103] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Oberst im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Oberst im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[104] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Tribuns im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Tribun im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[105] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Brigadiers im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Brigadier im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[106] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Präfekten im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Präfekt im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[107] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Prätorianers im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Prätorianer im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[108] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Palatin im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Palatin im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[109] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Meisterpalatin im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Meisterpalatin im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[110] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Legaten im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Legat im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[111] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Generals im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "General im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[112] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Kriegsfürsten im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Kriegsfürst im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[113] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Großkriegsfürsten im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Großkriegsfürst im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[114] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Feldherren im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Feldherr im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[115] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Rächt Euch im Allianzkrieg oder in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Gegenschlag",
+	["Category"] = "Spieler gegen Spieler",
+},
+[116] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Rächt Euch 10-mal im Allianzkrieg oder in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Süße Vergeltung",
+	["Category"] = "Spieler gegen Spieler",
+},
+[117] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Rächt Euren ersten Verbündeten im Allianzkrieg oder in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Erste Rache",
+	["Category"] = "Spieler gegen Spieler",
+},
+[118] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Rächt 10 Verbündete im Allianzkrieg oder in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Rechtfertigung",
+	["Category"] = "Spieler gegen Spieler",
+},
+[119] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erzielt im Allianzkrieg oder in den Schlachtfeldern einen Todesstoß mit weniger als 5 % Leben.",
+	["points"] = 10,
+	["name"] = "Knappe Sache",
+	["Category"] = "Spieler gegen Spieler",
+},
+[120] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erzielt im Allianzkrieg oder in den Schlachtfeldern 5 Todesstöße mit weniger als 5 % Leben.",
+	["points"] = 10,
+	["name"] = "Nahtoderlebnis",
+	["Category"] = "Spieler gegen Spieler",
+},
+[121] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erzielt im Allianzkrieg oder in den Schlachtfeldern 10 Todesstöße mit weniger als 5 % Leben.",
+	["points"] = 10,
+	["name"] = "Nahtoderfahrung",
+	["Category"] = "Spieler gegen Spieler",
+},
+[122] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Nehmt im Allianzkrieg Eure erste Burg ein.",
+	["points"] = 10,
+	["name"] = "Burgeinnahme",
+	["Category"] = "Spieler gegen Spieler",
+},
+[2171] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Untersuchungen von Amtmann Naramin bezüglich Choixth ab.",
+	["points"] = 15,
+	["name"] = "Ein Buch und sein Einband",
+	["Category"] = "Summerset",
+},
+[2178] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Zerstört 10 Kluftgeysire.",
+	["points"] = 5,
+	["name"] = "Kluftstürmer",
+	["Category"] = "Summerset",
+},
+[2179] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Zerstört 25 Kluftgeysire.",
+	["points"] = 10,
+	["name"] = "Kluftvernichter",
+	["Category"] = "Summerset",
+},
+[2180] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Zerstört 50 Kluftgeysire.",
+	["points"] = 15,
+	["name"] = "Kluftzerstörer",
+	["Category"] = "Summerset",
+},
+[2181] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt drei der Champions in Karnwasten.",
+	["points"] = 10,
+	["name"] = "Sieger von Karnwasten",
+	["Category"] = "Summerset",
+},
+[134] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet einen feindlichen Spieler mit Allianzrang 50.",
+	["points"] = 10,
+	["name"] = "Tötet einen Großfeldherren",
+	["Category"] = "Spieler gegen Spieler",
+},
+[135] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Fügt Spielern in Cyrodiil 1,000,000 Schaden zu.",
+	["points"] = 10,
+	["name"] = "Etwas Schaden",
+	["Category"] = "Spieler gegen Spieler",
+},
+[136] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Fügt Spielern in Cyrodiil 5,000,000 Schaden zu.",
+	["points"] = 10,
+	["name"] = "Viel Schaden",
+	["Category"] = "Spieler gegen Spieler",
+},
+[137] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Fügt Spielern in Cyrodiil 100,000,000 Schaden zu.",
+	["points"] = 10,
+	["name"] = "Unmengen an Schaden",
+	["Category"] = "Spieler gegen Spieler",
+},
+[138] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Heilt 1,000,000 Schaden bei Spielern in Cyrodiil.",
+	["points"] = 10,
+	["name"] = "Heiler",
+	["Category"] = "Spieler gegen Spieler",
+},
+[139] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Heilt 5,000,000 Schaden bei Spielern in Cyrodiil.",
+	["points"] = 10,
+	["name"] = "Großer Heiler",
+	["Category"] = "Spieler gegen Spieler",
+},
+[140] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Heilt 100,000,000 Schaden bei Spielern in Cyrodiil.",
+	["points"] = 10,
+	["name"] = "Meisterheiler",
+	["Category"] = "Spieler gegen Spieler",
+},
+[141] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 bretonische Feinde im Allianzkrieg oder in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Bretonenschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[2190] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil des Krallenhorts“, das Ihr gelegentlich bei der Bewältigung des Krallenhorts erlangen könnt.",
+	["points"] = 50,
+	["name"] = "Meister des Stils des Krallenhorts",
+	["Category"] = "Dragon Bones",
+},
+[2191] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Fangt alle 12 seltenen Fische auf Sommersend.",
+	["points"] = 5,
+	["name"] = "Meisterangler von Sommersend",
+	["Category"] = "Summerset",
+},
+[145] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Verhindert, dass die Reikmannen Immerfort angreifen.",
+	["points"] = 5,
+	["name"] = "Verteidiger von Immerfort",
+	["Category"] = "Quests",
+},
+[146] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Befreit die Bangkorai-Garnison von den Invasoren.",
+	["points"] = 5,
+	["name"] = "Befreier der Bangkorai-Garnison",
+	["Category"] = "Quests",
+},
+[147] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Rettet Großkönig Emeric aus den Fängen der Septima Tharn.",
+	["points"] = 5,
+	["name"] = "Retter von Großkönig Emeric",
+	["Category"] = "Quests",
+},
+[148] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den Zweigling Baumfäulnis auf der Fäulnisinsel.",
+	["points"] = 5,
+	["name"] = "Baumfäulnis' Mörder",
+	["Category"] = "Erkunden",
+},
+[149] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet Dayarrus die Xivilai in Arlimaheras Heiligtum.",
+	["points"] = 5,
+	["name"] = "Dayarrus Todesbringer",
+	["Category"] = "Erkunden",
+},
+[150] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den Frostatronachenmonarchen Nomeg Hyril in den Nilatafällen.",
+	["points"] = 5,
+	["name"] = "Nomeg Hyrils Henker",
+	["Category"] = "Erkunden",
+},
+[151] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet die Liche Qumehdi und Zaman in den Ruinen von Telesubi.",
+	["points"] = 5,
+	["name"] = "Lichschlächter",
+	["Category"] = "Erkunden",
+},
+[152] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet die Beschwörerin Caecilia Attius und ihre Diener im Beschwörerlager.",
+	["points"] = 5,
+	["name"] = "Beschwörerschlächter",
+	["Category"] = "Erkunden",
+},
+[153] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Vernichtet den Geist Garach Wolfvater und seine Werwolfgeister im Flusswacht-Turm.",
+	["points"] = 5,
+	["name"] = "Exorzist des Wolfvaters",
+	["Category"] = "Erkunden",
+},
+[154] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt das Omen des wachsamen Auges und setzt dem Verfolgungswahn in Alcaire ein Ende.",
+	["points"] = 5,
+	["name"] = "Traumschlächter",
+	["Category"] = "Quests",
+},
+[155] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Bringt die Traumscherbe zurück in die Abtei der Ausgestoßenen und stellt den Frieden in Menevia wieder her.",
+	["points"] = 5,
+	["name"] = "Champion der Geisthüter",
+	["Category"] = "Quests",
+},
+[156] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt das Omen des Sternezählens und setzt den Besessenheiten, die Gavaudon befallen haben, ein Ende.",
+	["points"] = 5,
+	["name"] = "Azuras Verbündeter",
+	["Category"] = "Quests",
+},
+[2205] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Die Traumhöhle“ ab.",
+	["points"] = 10,
+	["name"] = "Süße Träume",
+	["Category"] = "Summerset",
+},
+[158] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet die Riesenspinne Aesar die Hassweberin in Aesars Netz.",
+	["points"] = 5,
+	["name"] = "Jäger der Hassspinnerin",
+	["Category"] = "Erkunden",
+},
+[159] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den Gargyl Menhir Steinhaut beim Turm von Talwacht.",
+	["points"] = 5,
+	["name"] = "Menhirjäger",
+	["Category"] = "Erkunden",
+},
+[160] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet die Nekromantin Louna Dunkelblut in der Altkargonsburg.",
+	["points"] = 5,
+	["name"] = "Dunkelblut-Jäger",
+	["Category"] = "Erkunden",
+},
+[161] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet die Vettel Magdalena in Magdalenas Schlupfwinkel.",
+	["points"] = 5,
+	["name"] = "Vetteljäger",
+	["Category"] = "Erkunden",
+},
+[162] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den Ork Stroda gra-Drom bei der Ostfels-Anlandung.",
+	["points"] = 5,
+	["name"] = "Strodas Assassine",
+	["Category"] = "Erkunden",
+},
+[163] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet die Nereïde Desuuga die Sirene an der Bucht der Sirene.",
+	["points"] = 5,
+	["name"] = "Sirenenjäger",
+	["Category"] = "Erkunden",
+},
+[2212] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Kielspalter ohne auf eine der Schlangen zu treten.",
+	["points"] = 5,
+	["name"] = "Schlangenslalom",
+	["Category"] = "Summerset",
+},
+[2213] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Sheefar aus den Tiefen an einem Kluftgeysir.",
+	["points"] = 10,
+	["name"] = "In die Tiefen",
+	["Category"] = "Summerset",
+},
+[2214] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt das Schmuckhandwerk. Dies könnt Ihr auf Sommersend tun oder an einem Schmuckhandwerkstisch, falls Ihr das Kapitel „Summerset“ besitzt.",
+	["points"] = 5,
+	["name"] = "Schmuckhandwerker",
+	["Category"] = "Handwerk",
+},
+[2215] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlangt Rang 50 im Schmuckhandwerk.",
+	["points"] = 50,
+	["name"] = "Meisterschmuckhandwerker",
+	["Category"] = "Handwerk",
+},
+[2216] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verbessert Schmuck zu allen verfügbaren Qualitäten.",
+	["points"] = 50,
+	["name"] = "Legendärer Schmuckhandwerker",
+	["Category"] = "Handwerk",
+},
+[2217] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt Eure erste Einheit Ocker.",
+	["points"] = 5,
+	["name"] = "Ockersammler",
+	["Category"] = "Handwerk",
+},
+[2218] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 25 Einheiten Ocker.",
+	["points"] = 10,
+	["name"] = "Ocker-Ernteexperte",
+	["Category"] = "Handwerk",
+},
+[2219] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 100 Einheiten Ocker.",
+	["points"] = 15,
+	["name"] = "Ocker-Erntemeister",
+	["Category"] = "Handwerk",
+},
+[2220] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Girawell die Wechselhafte an einem Kluftgeysir.",
+	["points"] = 10,
+	["name"] = "Ruhe und Kalkül",
+	["Category"] = "Summerset",
+},
+[2221] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Muustikar Wellenfresser an einem Kluftgeysir.",
+	["points"] = 10,
+	["name"] = "Wellenbrecher",
+	["Category"] = "Summerset",
+},
+[2222] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Riffhammer an einem Kluftgeysir.",
+	["points"] = 10,
+	["name"] = "Hammer trifft Nagel",
+	["Category"] = "Summerset",
+},
+[2223] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt eine beliebige Eigenschaft für eine beliebige Schmuckart.",
+	["points"] = 5,
+	["name"] = "Erlernt eine Schmuckeigenschaft",
+	["Category"] = "Handwerk",
+},
+[176] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Glenumbra.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Glenumbra",
+	["Category"] = "Erkunden",
+},
+[177] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Sturmhafen.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Sturmhafen",
+	["Category"] = "Erkunden",
+},
+[178] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Kluftspitze.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Kluftspitze",
+	["Category"] = "Erkunden",
+},
+[2227] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlangt die folgenden Errungenschaften:",
+	["points"] = 50,
+	["name"] = "Handwerksgroßmeister",
+	["Category"] = "Handwerk",
+},
+[180] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Bangkorai.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Bangkorai",
+	["Category"] = "Erkunden",
+},
+[181] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Steinfälle.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Steinfälle",
+	["Category"] = "Erkunden",
+},
+[2230] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und erlernt 50 Handwerksstile vollständig.",
+	["points"] = 50,
+	["name"] = "Wahrer Stilmeister",
+	["Category"] = "Handwerk",
+},
+[2231] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Z'Maja in Wolkenruh (Veteranen), wobei jedes Gruppenmitglied nur einen boshaften Kern aufhebt und zerstört.",
+	["points"] = 50,
+	["name"] = "Ein Kern, nicht mehr",
+	["Category"] = "Summerset",
+},
+[184] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Nehmt dem Dominion die Fähigkeit, Hauträuber zu erschaffen.",
+	["points"] = 5,
+	["name"] = "Zerstörer der Hauträuber",
+	["Category"] = "Quests",
+},
+[185] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Beschützt die argonischen Eier, damit eine neue Generation geboren werden kann.",
+	["points"] = 5,
+	["name"] = "Eierbewahrer",
+	["Category"] = "Quests",
+},
+[186] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Holt das Mnemische Ei vom Dominion zurück.",
+	["points"] = 5,
+	["name"] = "Wächter des mnemischen Eis",
+	["Category"] = "Quests",
+},
+[187] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den Wamasuchampion Haynekhtnamet in seinem Versteck.",
+	["points"] = 5,
+	["name"] = "Haynekhtnamets Jäger",
+	["Category"] = "Erkunden",
+},
+[188] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet die Ogerbrüder Argalog und Vlaga in Xal Thak.",
+	["points"] = 5,
+	["name"] = "Folterer der Ogerbrüder",
+	["Category"] = "Erkunden",
+},
+[189] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den ayleïdischen Mumienfürsten Talkynd in Nen Ria.",
+	["points"] = 5,
+	["name"] = "Mörder des Mumienfürsten",
+	["Category"] = "Erkunden",
+},
+[190] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Kapitän Knochen und seine untote Mannschaft an Bord ihres Schiffes.",
+	["points"] = 5,
+	["name"] = "Zerstörer von Kapitän Knochen",
+	["Category"] = "Erkunden",
+},
+[191] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den Daedroth Urrai in der Bitterwurzhöhle.",
+	["points"] = 5,
+	["name"] = "Urrais Fluch",
+	["Category"] = "Erkunden",
+},
+[192] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den Sklavenjäger Rendrasa im Lager der Sklavenjäger.",
+	["points"] = 5,
+	["name"] = "Untergang der Sklavenjäger",
+	["Category"] = "Erkunden",
+},
+[193] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Schattenfenn.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Schattenfenn",
+	["Category"] = "Erkunden",
+},
+[194] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Findet die vermissten Dorfbewohner von Ödfels und schickt sie nach Hause.",
+	["points"] = 10,
+	["name"] = "Held von Ödfels",
+	["Category"] = "Quests",
+},
+[195] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den Champion des Zwistschwarm-Kwamanests.",
+	["points"] = 5,
+	["name"] = "Zwistschwarm-Auslöscher",
+	["Category"] = "Erkunden",
+},
+[196] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Betretet die Höhle der Erinnerungen und tötet den Aschländer-Wächter.",
+	["points"] = 5,
+	["name"] = "Erinnerungszerstörer",
+	["Category"] = "Erkunden",
+},
+[197] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Überlebt die Schlammkrabben am Schiffbruchstrand und tötet Schalenknacker, die kannibalistische Krabbe.",
+	["points"] = 5,
+	["name"] = "Schalenknacker",
+	["Category"] = "Erkunden",
+},
+[198] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Stürmt den Strand beim Gelege der Matrone, erschlagt die Dreughmatronen und setzt der Bedrohung durch die Dreugheierhüter ein Ende.",
+	["points"] = 5,
+	["name"] = "Dreughzerstörer",
+	["Category"] = "Erkunden",
+},
+[199] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Zerstört die Goldene Heilige am Schauderschrein.",
+	["points"] = 5,
+	["name"] = "Geheiligter Schlächter",
+	["Category"] = "Erkunden",
+},
+[200] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Netchbullen Ozzacha im Hain des Brahmas.",
+	["points"] = 5,
+	["name"] = "Netchwürger",
+	["Category"] = "Erkunden",
+},
+[201] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Vernichtet Balreth und versetzt den Bruder des Zwistes wieder in Schlaf.",
+	["points"] = 5,
+	["name"] = "Balreths Fluch",
+	["Category"] = "Quests",
+},
+[202] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Armatur der Inneren See.",
+	["points"] = 10,
+	["name"] = "Erforscher der Armatur der Inneren See",
+	["Category"] = "Erkunden",
+},
+[203] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Glutkieselmine.",
+	["points"] = 10,
+	["name"] = "Erforscher der Glutkieselmine",
+	["Category"] = "Erkunden",
+},
+[204] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Tötet General Serien und haltet die Invasion durch das Bündnis auf.",
+	["points"] = 5,
+	["name"] = "General Seriens Niedergang",
+	["Category"] = "Quests",
+},
+[205] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Mephalas Nest.",
+	["points"] = 10,
+	["name"] = "Erforscher von Mephalas Nest",
+	["Category"] = "Erkunden",
+},
+[206] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Flutwassergrube.",
+	["points"] = 10,
+	["name"] = "Erforscher der Flutwassergrube",
+	["Category"] = "Erkunden",
+},
+[207] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Feinlehmkaverne.",
+	["points"] = 10,
+	["name"] = "Erforscher der Feinlehmkaverne",
+	["Category"] = "Erkunden",
+},
+[208] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Sheogoraths Zunge.",
+	["points"] = 10,
+	["name"] = "Erforscher von Sheogoraths Zunge",
+	["Category"] = "Erkunden",
+},
+[209] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Vernichtet Sadal und rettet Steinfälle.",
+	["points"] = 5,
+	["name"] = "Sadals Entthroner",
+	["Category"] = "Quests",
+},
+[210] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den großen Werwolf Zornpfote in Zornpfotes Versteck.",
+	["points"] = 5,
+	["name"] = "Zorntatzen-Jäger",
+	["Category"] = "Erkunden",
+},
+[211] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet die bretonische Nekromantin Vivien Armene auf dem Drachengrab.",
+	["points"] = 5,
+	["name"] = "Armenes Fluch",
+	["Category"] = "Erkunden",
+},
+[212] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den Vampir Olveidi die Rattenmeisterin in den Jagdgründen der Rattenmeisterin.",
+	["points"] = 5,
+	["name"] = "Rattenmeister-Zerstörer",
+	["Category"] = "Erkunden",
+},
+[213] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet das wilde Mammut Mannskadi in Drachensegen.",
+	["points"] = 5,
+	["name"] = "Mannskadis Zermalmer",
+	["Category"] = "Erkunden",
+},
+[214] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet die große Säbelzahnkatze Ammabani bei Ammabanis Rudel.",
+	["points"] = 5,
+	["name"] = "Ammabanis Untergang",
+	["Category"] = "Erkunden",
+},
+[215] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert den Ilessanischen Turm.",
+	["points"] = 10,
+	["name"] = "Erforscher des ilessanischen Turms",
+	["Category"] = "Erkunden",
+},
+[216] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Silumm.",
+	["points"] = 10,
+	["name"] = "Erforscher von Silumm",
+	["Category"] = "Erkunden",
+},
+[217] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Enduum.",
+	["points"] = 10,
+	["name"] = "Erforscher von Enduum",
+	["Category"] = "Erkunden",
+},
+[218] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Minen von Khuras.",
+	["points"] = 10,
+	["name"] = "Erforscher der Minen von Khuras",
+	["Category"] = "Erkunden",
+},
+[219] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Ebenerzgruft.",
+	["points"] = 10,
+	["name"] = "Erforscher der Ebenerzgruft",
+	["Category"] = "Erkunden",
+},
+[220] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Feste Gruftwacht.",
+	["points"] = 10,
+	["name"] = "Erforscher der Feste Gruftwacht",
+	["Category"] = "Erkunden",
+},
+[221] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Falbhafenwacht.",
+	["points"] = 10,
+	["name"] = "Erforscher der Falbhafenwacht",
+	["Category"] = "Erkunden",
+},
+[222] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Mine von Koeglin.",
+	["points"] = 10,
+	["name"] = "Erforscher der Mine von Koeglin",
+	["Category"] = "Erkunden",
+},
+[223] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Katakomben der Ausgestoßenen.",
+	["points"] = 10,
+	["name"] = "Erforscher der Katakomben der Ausgestoßenen",
+	["Category"] = "Erkunden",
+},
+[224] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Farangels Verweilen.",
+	["points"] = 10,
+	["name"] = "Erforscher von Farangels Verweilen",
+	["Category"] = "Erkunden",
+},
+[225] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Bärenprankenmine.",
+	["points"] = 10,
+	["name"] = "Erforscher der Bärenprankenmine",
+	["Category"] = "Erkunden",
+},
+[226] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Ruinen von Norvulk.",
+	["points"] = 10,
+	["name"] = "Erforscher der Ruinen von Norvulk",
+	["Category"] = "Erkunden",
+},
+[227] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Mine von Schattenkamm.",
+	["points"] = 10,
+	["name"] = "Erforscher der Mine von Schattenkamm",
+	["Category"] = "Erkunden",
+},
+[228] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Deckblattkatakomben.",
+	["points"] = 10,
+	["name"] = "Erforscher der Deckblattkatakomben",
+	["Category"] = "Erkunden",
+},
+[229] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Kummerkrypta.",
+	["points"] = 10,
+	["name"] = "Erforscher der Kummerkrypta",
+	["Category"] = "Erkunden",
+},
+[230] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Ruinen von Orkfinger.",
+	["points"] = 10,
+	["name"] = "Erforscher der Ruinen von Orkfinger",
+	["Category"] = "Erkunden",
+},
+[231] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Ruinen von Erokii.",
+	["points"] = 10,
+	["name"] = "Erforscher der Ruinen von Erokii",
+	["Category"] = "Erkunden",
+},
+[232] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Hildunes geheime Zuflucht.",
+	["points"] = 10,
+	["name"] = "Erforscher von Hildunes geheimer Zuflucht",
+	["Category"] = "Erkunden",
+},
+[2285] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Pyandonesier“, das auf Sommersend gefunden werden kann.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Pyandonesier",
+	["Category"] = "Summerset",
+},
+[245] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Ruinen von Atanaz.",
+	["points"] = 10,
+	["name"] = "Erforscher der Ruinen von Atanaz",
+	["Category"] = "Erkunden",
+},
+[246] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Bruchhauer.",
+	["points"] = 10,
+	["name"] = "Erforscher der Bruchhauer",
+	["Category"] = "Erkunden",
+},
+[247] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Ruinen von Chid-Moska.",
+	["points"] = 10,
+	["name"] = "Erforscher der Ruinen von Chid-Moska",
+	["Category"] = "Erkunden",
+},
+[248] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Gandranen.",
+	["points"] = 10,
+	["name"] = "Erforscher von Gandranen",
+	["Category"] = "Erkunden",
+},
+[249] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Kwamamine von Onkobra.",
+	["points"] = 10,
+	["name"] = "Erforscher der Kwamamine von Onkobra",
+	["Category"] = "Erkunden",
+},
+[250] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert den Schrein des Schwarzen Schlunds.",
+	["points"] = 10,
+	["name"] = "Schreinforscher des Schwarzen Schlunds",
+	["Category"] = "Erkunden",
+},
+[251] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Höhle der Frostsenke.",
+	["points"] = 10,
+	["name"] = "Erforscher der Frostsenke",
+	["Category"] = "Erkunden",
+},
+[252] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Eishammers Gruft.",
+	["points"] = 10,
+	["name"] = "Erforscher von Eishammers Gruft",
+	["Category"] = "Erkunden",
+},
+[253] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Höhle des Alten Sord.",
+	["points"] = 10,
+	["name"] = "Erforscher der Höhle des Alten Sord",
+	["Category"] = "Erkunden",
+},
+[254] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Eisige Grotte.",
+	["points"] = 10,
+	["name"] = "Erforscher der eisigen Grotte",
+	["Category"] = "Erkunden",
+},
+[255] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Sturmhang-Krypta.",
+	["points"] = 10,
+	["name"] = "Erforscher der Sturmhang-Krypta",
+	["Category"] = "Erkunden",
+},
+[256] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert das Grabmal des Bastards.",
+	["points"] = 10,
+	["name"] = "Erforscher des Grabmals des Bastards",
+	["Category"] = "Erkunden",
+},
+[257] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den großen Bär Beralagr in Gurings Lager.",
+	["points"] = 5,
+	["name"] = "Beralagrs Jäger",
+	["Category"] = "Erkunden",
+},
+[258] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Zerstört Tjormar und die ertrunkene Horde am Bitterspitzstrand.",
+	["points"] = 5,
+	["name"] = "Dezimierer der ertrunkenen Horde",
+	["Category"] = "Erkunden",
+},
+[259] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den wilden Ork, Dugan den Roten.",
+	["points"] = 5,
+	["name"] = "Dugans Vernichter",
+	["Category"] = "Erkunden",
+},
+[260] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den Würger Knochengreifer in seinem Versteck.",
+	["points"] = 5,
+	["name"] = "Knochengreifers Fluch",
+	["Category"] = "Erkunden",
+},
+[261] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet die Nereïdenkönigin Tallatta die Schimmernde in der Kluftgrotte.",
+	["points"] = 5,
+	["name"] = "Tallattas Auslöscher",
+	["Category"] = "Erkunden",
+},
+[262] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet Schädelbrecher den Meerestroll am Windzugstrand.",
+	["points"] = 5,
+	["name"] = "Schädelbrecher",
+	["Category"] = "Erkunden",
+},
+[263] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet Kommandantin Faldethil von den Grünen Jägern am Flussufer.",
+	["points"] = 5,
+	["name"] = "Grüner Sieger",
+	["Category"] = "Erkunden",
+},
+[264] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Fürstin Llarels Unterschlupf.",
+	["points"] = 10,
+	["name"] = "Erforscher von Fürstin Llarels Unterschlupf",
+	["Category"] = "Erkunden",
+},
+[265] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Ruinen von Unterbthanual.",
+	["points"] = 10,
+	["name"] = "Erforscher von Unterbthanual",
+	["Category"] = "Erkunden",
+},
+[266] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Dreikreismine.",
+	["points"] = 10,
+	["name"] = "Erforscher der Dreikreismine",
+	["Category"] = "Erkunden",
+},
+[267] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Taleons Klippe.",
+	["points"] = 10,
+	["name"] = "Erforscher von Taleons Klippe",
+	["Category"] = "Erkunden",
+},
+[268] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Klingenohrgrotte.",
+	["points"] = 10,
+	["name"] = "Erforscher der Klingenohrgrotte",
+	["Category"] = "Erkunden",
+},
+[269] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert den Leichengarten.",
+	["points"] = 10,
+	["name"] = "Erforscher des Leichengartens",
+	["Category"] = "Erkunden",
+},
+[270] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Deshaan.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Deshaan",
+	["Category"] = "Erkunden",
+},
+[2319] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Welkynare“. Die Kapitel können in den Behältern gefunden werden, die Ihr als Questbelohnung für den Abschluss der Prüfung in Wolkenruh erhaltet.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Welkynare",
+	["Category"] = "Summerset",
+},
+[272] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Ganakton das Gewitter, Sliklenia die Sangesherrin und die Lamienkönigin in Arx Corinium.",
+	["points"] = 10,
+	["name"] = "Sieger von Arx Corinium",
+	["Category"] = "Verliese",
+},
+[274] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Totmannsend.",
+	["points"] = 10,
+	["name"] = "Erforscher von Totmannsend",
+	["Category"] = "Erkunden",
+},
+[275] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den riesigen Kagouti Kurzhorn auf Kurzhorns Hügelchen.",
+	["points"] = 5,
+	["name"] = "Kurzhorns Jäger",
+	["Category"] = "Erkunden",
+},
+[276] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet die Leichenhülle, die Abscheulichkeit, im Hain der Abscheulichkeit.",
+	["points"] = 5,
+	["name"] = "Schlächter der Abscheulichkeit",
+	["Category"] = "Erkunden",
+},
+[277] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den riesigen Troll Scharfzahn in verwüstetes Dornfleck.",
+	["points"] = 5,
+	["name"] = "Scharfzahns Mörder",
+	["Category"] = "Erkunden",
+},
+[278] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Zerstört den Schatten der Mabrigash beim Mabrigash-Begräbniszirkel.",
+	["points"] = 5,
+	["name"] = "Zerstörer der Schatten der Mabrigash",
+	["Category"] = "Erkunden",
+},
+[279] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den Dremoraritualisten Druitularg an Druitulargs Ritualaltar.",
+	["points"] = 5,
+	["name"] = "Druitulargs Fluch",
+	["Category"] = "Erkunden",
+},
+[280] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den riesigen Guar Bittergrün den Wilden auf der Karawanenkuppe.",
+	["points"] = 5,
+	["name"] = "Bittergrüns Befreier",
+	["Category"] = "Erkunden",
+},
+[281] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Schwarzrankenruinen.",
+	["points"] = 10,
+	["name"] = "Erforscher der Schwarzrankenruinen",
+	["Category"] = "Erkunden",
+},
+[282] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Wurzeln von Silvenar.",
+	["points"] = 10,
+	["name"] = "Erforscher der Wurzeln von Silvenar",
+	["Category"] = "Erkunden",
+},
+[283] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Deckt den Plan des Bluthundes auf, die Grüne Dame nach Silvenar zu locken.",
+	["points"] = 5,
+	["name"] = "Hundezwinger",
+	["Category"] = "Quests",
+},
+[284] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Rettet den Silvenar vor seinen Entführern.",
+	["points"] = 5,
+	["name"] = "Freund des Silvenars",
+	["Category"] = "Quests",
+},
+[285] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Vereint den Silvenar mit der Grünen Dame.",
+	["points"] = 5,
+	["name"] = "Held von Farn und Blatt",
+	["Category"] = "Quests",
+},
+[286] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Ruinen von Shael.",
+	["points"] = 10,
+	["name"] = "Erforscher der Ruinen von Shael",
+	["Category"] = "Erkunden",
+},
+[287] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert alle sechs Höhlen in Auridon.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Auridon",
+	["Category"] = "Erkunden",
+},
+[288] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Dels Grube.",
+	["points"] = 10,
+	["name"] = "Erforscher von Dels Grube",
+	["Category"] = "Erkunden",
+},
+[289] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Ondil.",
+	["points"] = 10,
+	["name"] = "Erforscher von Ondil",
+	["Category"] = "Erkunden",
+},
+[290] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Entilas Torheit.",
+	["points"] = 10,
+	["name"] = "Erforscher von Entilas Torheit",
+	["Category"] = "Erkunden",
+},
+[291] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Wansalen.",
+	["points"] = 10,
+	["name"] = "Erforscher von Wansalen",
+	["Category"] = "Erkunden",
+},
+[292] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Mehrunes Tücke.",
+	["points"] = 10,
+	["name"] = "Erforscher von Mehrunes Tücke",
+	["Category"] = "Erkunden",
+},
+[293] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Bewan.",
+	["points"] = 10,
+	["name"] = "Erforscher von Bewan",
+	["Category"] = "Erkunden",
+},
+[294] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt den Goblin-Kriegshäuptling und den Dreughkönig in der Pilzgrotte I.",
+	["points"] = 10,
+	["name"] = "Sieger der Pilzgrotte I",
+	["Category"] = "Verliese",
+},
+[296] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Malabal Tor.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Malabal Tor",
+	["Category"] = "Erkunden",
+},
+[297] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert das Grabmal der Abtrünnigen.",
+	["points"] = 10,
+	["name"] = "Erforscher des Grabmals der Abtrünnigen",
+	["Category"] = "Erkunden",
+},
+[298] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Reifzeckengrube.",
+	["points"] = 10,
+	["name"] = "Erforscher der Reifzeckengrube",
+	["Category"] = "Erkunden",
+},
+[299] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions in Sanguines Domäne.",
+	["points"] = 10,
+	["name"] = "Sieger von Sanguines Domäne",
+	["Category"] = "Verliese",
+},
+[300] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt die sechs Champions in Sanguines Domäne.",
+	["points"] = 50,
+	["name"] = "Eroberer von Sanguines Domäne",
+	["Category"] = "Verliese",
+},
+[301] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt die Schwarmmutter und die Flüsterin in den Spindeltiefen I.",
+	["points"] = 10,
+	["name"] = "Sieger der Spindeltiefen I",
+	["Category"] = "Verliese",
+},
+[303] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Molag Bals Folterknechte Kathutet, Amkaos und Ranyu.",
+	["points"] = 10,
+	["name"] = "Vergehen der Folterer",
+	["Category"] = "Erkunden",
+},
+[304] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die drei Ogrimbrüder Großwanst, Schweinskopf und Stutzer an einem Dunklen Anker.",
+	["points"] = 10,
+	["name"] = "Unterwerfer der Ogrimbrüder",
+	["Category"] = "Erkunden",
+},
+[305] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Dremorapiraten Velekh Sain an einem Dunklen Anker.",
+	["points"] = 10,
+	["name"] = "Schlächter der Dremorapiraten",
+	["Category"] = "Erkunden",
+},
+[306] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die reisenden Dremora Methats, Vonshala und Sumeer an einem Dunklen Anker.",
+	["points"] = 10,
+	["name"] = "Schlächter der reisenden Dremora",
+	["Category"] = "Erkunden",
+},
+[307] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Menta Na, Molag Bals liebsten Daedroth, an einem Dunklen Anker.",
+	["points"] = 10,
+	["name"] = "Zerstörer des Lieblingsdaedroths",
+	["Category"] = "Erkunden",
+},
+[308] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Yggmanei, Molag Bals besten Spion, an einem Dunklen Anker.",
+	["points"] = 10,
+	["name"] = "Schließt das Immeroffene Auge",
+	["Category"] = "Erkunden",
+},
+[309] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Daedroth Hrelvesuu an einem Dunklen Anker.",
+	["points"] = 10,
+	["name"] = "Hrelvesuus Fluch",
+	["Category"] = "Erkunden",
+},
+[310] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Rhagothan, den Verschlinger der Seelen, an einem Dunklen Anker.",
+	["points"] = 10,
+	["name"] = "Zerstörer der Verschlingerin der Seelen",
+	["Category"] = "Erkunden",
+},
+[311] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Nomeg Haga, den riesigen Frostatronachen von Kalthafen, an einem Dunklen Anker.",
+	["points"] = 10,
+	["name"] = "Zerstörer des Frostfürsten",
+	["Category"] = "Erkunden",
+},
+[312] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Zymel Hriz, den riesigen Sturmatronachen von Kalthafen, an einem Dunklen Anker.",
+	["points"] = 10,
+	["name"] = "Zerstörer des Sturmfürsten",
+	["Category"] = "Erkunden",
+},
+[313] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die Xivilai-Folterknechte Anaxes und Medrike an einem Dunklen Anker.",
+	["points"] = 10,
+	["name"] = "Zerstörer der Xivilai-Sklavenmeister",
+	["Category"] = "Erkunden",
+},
+[314] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die Schwestern Vika, Dylora und Jansa, die Dunklen Verführerinnen, an einem Dunklen Anker.",
+	["points"] = 10,
+	["name"] = "Zerstörer der Verführerischen Schwestern",
+	["Category"] = "Erkunden",
+},
+[315] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt König Styriche von Verkarth und seine Gefährten Fangaril und Zayzahad an einem Dunklen Anker.",
+	["points"] = 10,
+	["name"] = "Zerstörer der Verkarth-Vampire",
+	["Category"] = "Erkunden",
+},
+[316] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Fürst Dregas Volar, den Besitzer des daedrischen Halbmonds, an einem Dunklen Anker.",
+	["points"] = 10,
+	["name"] = "Zerstörer der Sichelmond-Dremora",
+	["Category"] = "Erkunden",
+},
+[317] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Gedna Relvel, den Lich von Gramfeste, an einem Dunklen Anker.",
+	["points"] = 10,
+	["name"] = "Zerstörer des Lichs von Gramfeste",
+	["Category"] = "Erkunden",
+},
+[318] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet alle Generäle Molag Bals, die an den Dunklen Ankern erscheinen.",
+	["points"] = 50,
+	["name"] = "Generalshenker",
+	["Category"] = "Erkunden",
+},
+[322] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Löst die Schlösser an den Dunklen Ankern, um die Ketten zurück nach Kalthafen zu schicken.",
+	["points"] = 10,
+	["name"] = "Kettenbrecher",
+	["Category"] = "Erkunden",
+},
+[324] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Zerstört 10 Dunkle Anker aus Kalthafen.",
+	["points"] = 5,
+	["name"] = "Ankerzerstörer",
+	["Category"] = "Erkunden",
+},
+[325] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Schattenriss und Sippenhochfürst Rilis in den Verbannungszellen I.",
+	["points"] = 10,
+	["name"] = "Sieger der Verbannungszellen I",
+	["Category"] = "Verliese",
+},
+[328] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Rift.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Rift",
+	["Category"] = "Erkunden",
+},
+[329] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Faldars Zahn.",
+	["points"] = 10,
+	["name"] = "Erforscher von Faldars Zahn",
+	["Category"] = "Erkunden",
+},
+[330] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Bruchhelmhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Bruchhelmhöhle",
+	["Category"] = "Erkunden",
+},
+[331] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Avancheznel.",
+	["points"] = 10,
+	["name"] = "Erforscher von Avancheznel",
+	["Category"] = "Erkunden",
+},
+[332] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Feste Grünwall.",
+	["points"] = 10,
+	["name"] = "Erforscher der Feste Grünwall",
+	["Category"] = "Erkunden",
+},
+[333] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert das Schleierheim-Hügelgrab.",
+	["points"] = 10,
+	["name"] = "Erforscher des Schleierheim-Hügelgrabs",
+	["Category"] = "Erkunden",
+},
+[334] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Beinbruchhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Beinbruchhöhle",
+	["Category"] = "Erkunden",
+},
+[335] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Vertreibt das Reik aus Rift.",
+	["points"] = 5,
+	["name"] = "Vertreiber des Reiks",
+	["Category"] = "Quests",
+},
+[336] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt Thallik Wurmvater und zerschlagt den Wurmkult.",
+	["points"] = 5,
+	["name"] = "Wurmquetscher",
+	["Category"] = "Quests",
+},
+[337] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schickt Sinmur zurück in sein Grab.",
+	["points"] = 5,
+	["name"] = "Ysgramors Wunder",
+	["Category"] = "Quests",
+},
+[340] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Mephalas Biss, Gamyne Bandu, Ciirenas die Hirtin, Mephalas Brut, Reggr Dunkeldämmern und Vila Theran innerhalb von zwanzig Minuten nach dem Betreten der Pilzgrotte II (Veteranen). Die Zeit läuft, sobald Ihr die erste Gruppe von Spinnenkultisten angreift.",
+	["points"] = 50,
+	["name"] = "Assassine der Pilzgrotte II",
+	["Category"] = "Veteranenverliese",
+},
+[342] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Vila Theran in der Plzgrotte II (Veteranen), ohne dass ein Mitglied Eurer Gruppe den Schutz der Obsidianhülle benutzt.",
+	["points"] = 50,
+	["name"] = "Furchtloser Anstürmer",
+	["Category"] = "Veteranenverliese",
+},
+[343] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Gamye Bandu, Mephalas Brut und Vila Theran in der Pilzgrotte II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Pilzgrotte II",
+	["Category"] = "Veteranenverliese",
+},
+[345] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Indur-sa und die khajiitischen Jäger im Jägerlager.",
+	["points"] = 5,
+	["name"] = "Fluch der khajiitischen Jäger",
+	["Category"] = "Erkunden",
+},
+[346] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die Trolle Frostgeifer und Graupelklaue in der Trollhöhle.",
+	["points"] = 5,
+	["name"] = "Trolltöter",
+	["Category"] = "Erkunden",
+},
+[347] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Frostatronachen Nomeg Rine in der gefrorenen Ruine.",
+	["points"] = 5,
+	["name"] = "Zerstörer des Frostatronachen",
+	["Category"] = "Erkunden",
+},
+[348] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Bringt Ghoragham auf dem Angarvundehügel zur ewigen Ruhe.",
+	["points"] = 5,
+	["name"] = "Geisterbanner",
+	["Category"] = "Erkunden",
+},
+[349] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Langschritt den Riesen und sein Mammut im Riesenlager.",
+	["points"] = 5,
+	["name"] = "Riesenschlächter",
+	["Category"] = "Erkunden",
+},
+[350] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Verscheucht Aereus die Irrlichtmutter aus dem Irrlichthain.",
+	["points"] = 5,
+	["name"] = "Irrlichtmutterntilger",
+	["Category"] = "Erkunden",
+},
+[351] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Beendet die Bedrohung durch die Nekromanten auf dem Seelenfeuerplateau und rächt die Ersten Auridon-Seesoldaten.",
+	["points"] = 5,
+	["name"] = "Seesoldatenrächer",
+	["Category"] = "Erkunden",
+},
+[352] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Quenyas, den Anführer der Banditen in Auridon, im Meereshanglager.",
+	["points"] = 5,
+	["name"] = "Banditenfürsten-Kopfgeldjäger",
+	["Category"] = "Erkunden",
+},
+[353] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Kapitän Blanchete beim Wrack der Raptor.",
+	["points"] = 5,
+	["name"] = "Vernichter des Geisterkapitäns",
+	["Category"] = "Erkunden",
+},
+[354] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Clannbann-Champion Schnappkiefer und beendet das Ermorden Unschuldiger bei den Beschwörungen des Ketzers.",
+	["points"] = 5,
+	["name"] = "Schnappkiefers Fluch",
+	["Category"] = "Erkunden",
+},
+[355] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die Riesenschlange, die als Nestmutter bekannt ist, in ihrem Bau.",
+	["points"] = 5,
+	["name"] = "Auslöscher der Nestmutter",
+	["Category"] = "Erkunden",
+},
+[356] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Anarume im Bewährungslager des Schleiererbes, um seinen Verrat zu beenden.",
+	["points"] = 5,
+	["name"] = "Anarumes Kopfgeldjäger",
+	["Category"] = "Erkunden",
+},
+[357] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt den Wächter der Flamme, den verstärkten Frostatronachen und Drodda von Eiskap in der Burg Grauenfrost.",
+	["points"] = 10,
+	["name"] = "Sieger der Burg Grauenfrost",
+	["Category"] = "Verliese",
+},
+[360] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Richtet den Verräter in Tanzelwil im Namen von Königin Ayrenn hin.",
+	["points"] = 5,
+	["name"] = "Lüftet den ersten Schleier",
+	["Category"] = "Quests",
+},
+[361] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Infiltriert das Schleiererbe und lüftet sein Geheimnis.",
+	["points"] = 5,
+	["name"] = "Lüftet den zweiten Schleier",
+	["Category"] = "Quests",
+},
+[362] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt die daedrische Armee und ihren Anführer in Ersthalt.",
+	["points"] = 5,
+	["name"] = "Lüftet den dritten Schleier",
+	["Category"] = "Quests",
+},
+[363] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Tötet Merdyndril den Alchemisten in der Obsidianschlucht und setzt der Llodos-Seuche ein Ende.",
+	["points"] = 5,
+	["name"] = "Seuchenbeender",
+	["Category"] = "Quests",
+},
+[364] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Befreit den Tempel des Tribunals von den einfallenden daedrischen Truppen.",
+	["points"] = 15,
+	["name"] = "Tempelritter",
+	["Category"] = "Quests",
+},
+[365] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Tötet Magistra Vox in der Phantomsenke und stellt den Frieden in Deshaan wieder her.",
+	["points"] = 15,
+	["name"] = "Vox' Verderbnis",
+	["Category"] = "Quests",
+},
+[367] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions in Krähenwald.",
+	["points"] = 10,
+	["name"] = "Sieger von Krähenwald",
+	["Category"] = "Verliese",
+},
+[368] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions in Krähenwald.",
+	["points"] = 50,
+	["name"] = "Eroberer von Krähenwald",
+	["Category"] = "Verliese",
+},
+[369] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions in den vergessenen Krypten.",
+	["points"] = 10,
+	["name"] = "Sieger der vergessenen Krypten",
+	["Category"] = "Verliese",
+},
+[370] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions in den vergessenen Krypten.",
+	["points"] = 50,
+	["name"] = "Eroberer der vergessenen Krypten",
+	["Category"] = "Verliese",
+},
+[371] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Tötet den einsamen Riesen und seine wütenden Mammuts in der Löwengrube.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis in der Löwengrube",
+	["Category"] = "Verliese",
+},
+[372] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Kampfmeister Grel und seine Adepten in Sanguines Domäne.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis in Sanguines Domäne",
+	["Category"] = "Verliese",
+},
+[373] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions in der Löwengrube.",
+	["points"] = 10,
+	["name"] = "Sieger der Löwengrube",
+	["Category"] = "Verliese",
+},
+[374] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions in der Löwengrube.",
+	["points"] = 50,
+	["name"] = "Eroberer der Löwengrube",
+	["Category"] = "Verliese",
+},
+[375] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions in der Halle der Toten.",
+	["points"] = 10,
+	["name"] = "Sieger der Halle der Toten",
+	["Category"] = "Verliese",
+},
+[376] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions in der Halle der Toten.",
+	["points"] = 50,
+	["name"] = "Eroberer der Halle der Toten",
+	["Category"] = "Verliese",
+},
+[377] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions in der Obsidiannarbe.",
+	["points"] = 10,
+	["name"] = "Sieger der Obsidiannarbe",
+	["Category"] = "Verliese",
+},
+[378] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions in der Obsidiannarbe.",
+	["points"] = 50,
+	["name"] = "Eroberer der Obsidiannarbe",
+	["Category"] = "Verliese",
+},
+[379] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Vernichtet die Seelenerscheinungen in Krähenwald, um Ghyslain zu beschwören und ihn zu vernichten.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis im Krähenwald",
+	["Category"] = "Verliese",
+},
+[380] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Erschlagt die Riesenschlangenmutter im Weihegrund des Finsteren.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis im Weihegrund",
+	["Category"] = "Verliese",
+},
+[381] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Reynir den Zerstörer und seine Diener in der Halle der Toten.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis in der Halle der Toten",
+	["Category"] = "Verliese",
+},
+[382] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den Riesenbären Graufang am Seeblick.",
+	["points"] = 5,
+	["name"] = "Graufangs Jäger",
+	["Category"] = "Erkunden",
+},
+[383] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Schlurfer Beinschänder am westlichen Ausblick.",
+	["points"] = 5,
+	["name"] = "Beinschänders Schlächter",
+	["Category"] = "Erkunden",
+},
+[384] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet den Werwolf Salazar den Wolf im Wolfslager.",
+	["points"] = 5,
+	["name"] = "Werwolffluch",
+	["Category"] = "Erkunden",
+},
+[385] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Blutdorn-Zombie Asard den Verfaulten am Nordufer.",
+	["points"] = 5,
+	["name"] = "Asards Assassine",
+	["Category"] = "Erkunden",
+},
+[386] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Wamasu Klappkiefer in Klappkiefers Bucht.",
+	["points"] = 5,
+	["name"] = "Klappkiefers Auflauerer",
+	["Category"] = "Erkunden",
+},
+[387] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Nekromanten Grivier Blutrufer auf der Leidensfeuerinsel.",
+	["points"] = 5,
+	["name"] = "Untergang des Blutrufers",
+	["Category"] = "Erkunden",
+},
+[388] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Beendet die Kwamaplage und tötet die Kwamawächter in den Vergessenen Krypten.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis in den Vergessenen Krypten",
+	["Category"] = "Verliese",
+},
+[389] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions in der Zahnbrecherrinne.",
+	["points"] = 10,
+	["name"] = "Sieger der Zahnbrecherrinne",
+	["Category"] = "Verliese",
+},
+[390] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions in der Zahnbrecherrinne.",
+	["points"] = 50,
+	["name"] = "Eroberer der Zahnbrecherrinne",
+	["Category"] = "Verliese",
+},
+[391] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Quintus Verres, Bebenschuppe, und das Wächerkonzil in Volenfell.",
+	["points"] = 10,
+	["name"] = "Sieger von Volenfell",
+	["Category"] = "Verliese",
+},
+[393] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt das Rudel, die Bestienmeisterin und die Lavakönigin in der Gesegneten Feuerprobe.",
+	["points"] = 10,
+	["name"] = "Sieger der Gesegneten Feuerprobe",
+	["Category"] = "Verliese",
+},
+[395] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions in der Verlorenen Stadt der Na-Totambu.",
+	["points"] = 10,
+	["name"] = "Sieger der Verlorenen Stadt",
+	["Category"] = "Verliese",
+},
+[396] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions in der Verlorenen Stadt der Na-Totambu.",
+	["points"] = 50,
+	["name"] = "Eroberer der Verlorenen Stadt",
+	["Category"] = "Verliese",
+},
+[397] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Steinfälle.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Steinfälle",
+	["Category"] = "Charakter",
+},
+[398] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 3 Himmelsscherben in Ödfels.",
+	["points"] = 5,
+	["name"] = "Himmelsscherbenjäger von Ödfels",
+	["Category"] = "Charakter",
+},
+[399] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die Schlammkrabbe Titanenschere am Schlammkrabbenstrand.",
+	["points"] = 5,
+	["name"] = "Knacker der Titanenschere",
+	["Category"] = "Erkunden",
+},
+[400] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die alte Witwe Seide und die Blutweberinnen im Spinnennest.",
+	["points"] = 5,
+	["name"] = "Spinnenschlächter",
+	["Category"] = "Erkunden",
+},
+[401] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die Brutmutter der Dreugh in den Dreughwassern.",
+	["points"] = 5,
+	["name"] = "Zerstörer der Brutkönigin",
+	["Category"] = "Erkunden",
+},
+[402] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Daedroth Gar Xuu Gar und seine Diener auf dem verlassenen Hof.",
+	["points"] = 5,
+	["name"] = "Gar Xuu Gars Fluch",
+	["Category"] = "Erkunden",
+},
+[403] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Oger mit dem Namen Cousin Gerippe in Gerippes Speisekammer.",
+	["points"] = 5,
+	["name"] = "Cousin Gerippes Niedergang",
+	["Category"] = "Erkunden",
+},
+[404] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Sturmatronachen Zymel Kruz am uralten Altar.",
+	["points"] = 5,
+	["name"] = "Die Krux mit Kruz",
+	["Category"] = "Erkunden",
+},
+[405] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 3 Himmelsscherben in Bal Foyen.",
+	["points"] = 5,
+	["name"] = "Himmelsscherbenjäger von Bal Foyen",
+	["Category"] = "Charakter",
+},
+[406] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Springt von der Nase des Trauernden Riesen.",
+	["points"] = 5,
+	["name"] = "Voll auf die Nase",
+	["Category"] = "Erkunden",
+},
+[407] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 3 Himmelsscherben in Stros M'Kai.",
+	["points"] = 5,
+	["name"] = "Himmelsscherbenjäger von Stros M'Kai",
+	["Category"] = "Charakter",
+},
+[408] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 3 Himmelsscherben in Betnikh.",
+	["points"] = 5,
+	["name"] = "Himmelsscherbenjäger von Betnikh",
+	["Category"] = "Charakter",
+},
+[409] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Glenumbra.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Glenumbra",
+	["Category"] = "Charakter",
+},
+[410] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Atarus, die Hortmutter und Kapitän Schwarzherz im Schwarzherz-Unterschlupf.",
+	["points"] = 10,
+	["name"] = "Sieger des Schwarzherz-Unterschlupfs",
+	["Category"] = "Verliese",
+},
+[412] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Ruinen von Santaki.",
+	["points"] = 10,
+	["name"] = "Erforscher der Ruinen von Santaki",
+	["Category"] = "Erkunden",
+},
+[413] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in der Alik'r-Wüste.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher der Alik'r-Wüste",
+	["Category"] = "Erkunden",
+},
+[414] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Mine von Divads Verdruss.",
+	["points"] = 10,
+	["name"] = "Erforscher der Mine von Divads Verdruss",
+	["Category"] = "Erkunden",
+},
+[415] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Rekrutiert alle drei berühmten Freibeuter auf Stros M'Kai.",
+	["points"] = 10,
+	["name"] = "Berüchtigter Anwerber",
+	["Category"] = "Quests",
+},
+[416] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Ruinen von Aldunz.",
+	["points"] = 10,
+	["name"] = "Erforscher der Ruinen von Aldunz",
+	["Category"] = "Erkunden",
+},
+[417] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Langkralle, Faulfell und Selene in Selenes Netz.",
+	["points"] = 10,
+	["name"] = "Sieger von Selenes Netz",
+	["Category"] = "Verliese",
+},
+[419] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Kaltfelsgrabungen.",
+	["points"] = 10,
+	["name"] = "Erforscher der Kaltfelsgrabungen",
+	["Category"] = "Erkunden",
+},
+[420] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Sandumtoste Mine.",
+	["points"] = 10,
+	["name"] = "Erforscher der Sandumtosten Mine",
+	["Category"] = "Erkunden",
+},
+[421] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Blutgolem, Praxins Geist und Vorenor Winterkind in den Spindeltiefen II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Spindeltiefen II",
+	["Category"] = "Veteranenverliese",
+},
+[423] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Ruinen von Yldzuun.",
+	["points"] = 10,
+	["name"] = "Erforscher der Ruinen von Yldzuun",
+	["Category"] = "Erkunden",
+},
+[424] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Ostmarsch.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Ostmarsch",
+	["Category"] = "Erkunden",
+},
+[425] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Zerstört die verdorbenen Pflanzenwesen in der Todsanggrube in Schnittermark.",
+	["points"] = 5,
+	["name"] = "Todsangfäller",
+	["Category"] = "Erkunden",
+},
+[426] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den großen Ozur den Oger im nach ihm benannten Tal.",
+	["points"] = 5,
+	["name"] = "Fluch des großen Ozur",
+	["Category"] = "Erkunden",
+},
+[427] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die Königin der Drei Gnaden und ihre Gefolgschaft an den Wassertänzerfällen in Schnittermark.",
+	["points"] = 5,
+	["name"] = "Gnadenmörder",
+	["Category"] = "Erkunden",
+},
+[428] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Grabrufer Niramo und seine dunkle „Tochter“ Varien am Schnitterhenge.",
+	["points"] = 5,
+	["name"] = "Unheil des Grabrufers",
+	["Category"] = "Erkunden",
+},
+[429] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Daedroth Ysolmarr den wandelnden Scheiterhaufen nahe dem alten Steg von S'ren-ja in Schnittermark.",
+	["points"] = 5,
+	["name"] = "Ysolmarrs Fall",
+	["Category"] = "Erkunden",
+},
+[430] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Befehlshaber Nur-dro, einen Vampir, bei Ushmals Ruhe in Schnittermark.",
+	["points"] = 5,
+	["name"] = "Nur-dros Niedergang",
+	["Category"] = "Erkunden",
+},
+[431] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 6 Himmelsscherben in Khenartis Rast.",
+	["points"] = 5,
+	["name"] = "Himmelsscherbenjäger von Khenarthis Rast",
+	["Category"] = "Charakter",
+},
+[432] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Aba-Loria-Höhle.",
+	["points"] = 10,
+	["name"] = "Erforscher von Aba-Loria",
+	["Category"] = "Erkunden",
+},
+[433] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Grotte der Laster.",
+	["points"] = 10,
+	["name"] = "Erforscher der Grotte der Laster",
+	["Category"] = "Erkunden",
+},
+[434] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Höhle der Trophäen.",
+	["points"] = 10,
+	["name"] = "Erforscher der Höhle der Trophäen",
+	["Category"] = "Erkunden",
+},
+[435] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert das Gewölbe von Haman Schmiedefeuer.",
+	["points"] = 10,
+	["name"] = "Erforscher des Schmiedefeuer-Gewölbes",
+	["Category"] = "Erkunden",
+},
+[436] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Mal Sorras Grabmal.",
+	["points"] = 10,
+	["name"] = "Erforscher von Mal Sorras Grabmal",
+	["Category"] = "Erkunden",
+},
+[437] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Höhle des Wehklagenden Schlunds.",
+	["points"] = 10,
+	["name"] = "Erforscher des Wehklagenden Schlunds",
+	["Category"] = "Erkunden",
+},
+[438] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Kalthafen.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Kalthafen",
+	["Category"] = "Erkunden",
+},
+[439] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Daedroth Sthorha die Rasende in Aba-Darre.",
+	["points"] = 5,
+	["name"] = "Sthorhas Unheil",
+	["Category"] = "Erkunden",
+},
+[440] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Eisgeist Duriatundur auf Duriatundurs Schlachtfeld.",
+	["points"] = 5,
+	["name"] = "Eisgeistjäger",
+	["Category"] = "Erkunden",
+},
+[441] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den uralten Dwemerzenturio Zemarek-thul in Zemareks Senke.",
+	["points"] = 5,
+	["name"] = "Untergang des Zenturios",
+	["Category"] = "Erkunden",
+},
+[442] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt das Daedratrio Nolagha, Keggagiha und Rsolignag bei der Daedroth-Fütterung.",
+	["points"] = 5,
+	["name"] = "Jäger dreier Daedroth",
+	["Category"] = "Erkunden",
+},
+[443] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die Dremora-Nekromantin Brolsgerbwd beim erhobenen Hof.",
+	["points"] = 5,
+	["name"] = "Brolsgerbwds Fluch",
+	["Category"] = "Erkunden",
+},
+[444] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die Ernterin Cynhamoth in Cynhamoths Hain.",
+	["points"] = 5,
+	["name"] = "Cynhamoths Ende",
+	["Category"] = "Erkunden",
+},
+[445] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt die untoten Horden von Hergor dem Gefallenen in Rulanyils Fall.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis in Rulanyils Fall",
+	["Category"] = "Verliese",
+},
+[446] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Mortine den Verrückten, die Blutbrut, Praxin Douare, das Trio aus Fleischatronachen, Urvan Veleth und Vorenor Winterkind innerhalb von zwanzig Minuten nach dem Betreten der Spindeltiefen II (Veteranen). Die Zeit läuft, sobald Ihr die erste Gruppe von unterworfener Krieger angreift.",
+	["points"] = 50,
+	["name"] = "Assassine der Spindeltiefen II",
+	["Category"] = "Veteranenverliese",
+},
+[448] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Vorenor Winterkind in den Spindeltiefen II (Veteranen), ohne unschuldige Opfer, die in seinen Gemächern gefangen sind, zu töten.",
+	["points"] = 50,
+	["name"] = "Barmherziger Held",
+	["Category"] = "Veteranenverliese",
+},
+[449] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Hüterin Imiril, Areldur und Voranil, sowie den Schlund des Infernalen, die Schwestern Sihna und Vera und anschließend Sippenhochfürst Rilis innerhalb von zwanzig Minuten nach dem Betreten der Verbannungszellen II (Veteranen). Die Zeit läuft, sobald Ihr die erste Gruppe von verbannten Skeletten angreift.",
+	["points"] = 50,
+	["name"] = "Assassine der Verbannungszellen II",
+	["Category"] = "Veteranenverliese",
+},
+[451] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Sippenhochfürst Rilis in den Verbannungszellen II (Veteranen), solange noch mindestens drei Daedroth leben.",
+	["points"] = 50,
+	["name"] = "Verfluchter Held",
+	["Category"] = "Veteranenverliese",
+},
+[452] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Schnittermark.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Schnittermark",
+	["Category"] = "Erkunden",
+},
+[453] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Kunas Grabung.",
+	["points"] = 10,
+	["name"] = "Erforscher von Kunas Grabung",
+	["Category"] = "Erkunden",
+},
+[454] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Thibauts Steingrab.",
+	["points"] = 10,
+	["name"] = "Erforscher von Thibauts Steingrab",
+	["Category"] = "Erkunden",
+},
+[455] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Heulwindhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Heulwindhöhle",
+	["Category"] = "Erkunden",
+},
+[456] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Krallenhieb.",
+	["points"] = 10,
+	["name"] = "Erforscher von Krallenhieb",
+	["Category"] = "Erkunden",
+},
+[457] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Fardirs Torheit.",
+	["points"] = 10,
+	["name"] = "Erforscher von Fardirs Torheit",
+	["Category"] = "Erkunden",
+},
+[458] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Jodeslicht.",
+	["points"] = 10,
+	["name"] = "Erforscher von Jodeslicht",
+	["Category"] = "Erkunden",
+},
+[459] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Dunkelwurz, Düsterlicht und Bogdan die Nachtflamme in Eldengrund II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer des Eldengrunds II",
+	["Category"] = "Veteranenverliese",
+},
+[460] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Flachzahn und seine Vasallen in den Blutgrotten.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis in den Blutgrotten",
+	["Category"] = "Verliese",
+},
+[461] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Dubroze den Heimsucher, Dunkelwurz, Azara die Furchtbringerin, Düsterlicht, die Schattenwache und Bogdan die Nachtflamme innerhalb von zwanzig Minuten nach dem Betreten des Eldengrunds II (Veteranen). Die Zeit läuft, sobald Ihr die erste Gruppe von Daedra angreift.",
+	["points"] = 50,
+	["name"] = "Assassine des Eldengrunds II",
+	["Category"] = "Veteranenverliese",
+},
+[463] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Bogdan die Nachtflamme nachdem Ihr das Opus der Qual im Eldengrund II (Veteranen) gelesen habt.",
+	["points"] = 50,
+	["name"] = "Geschlossenes Kapitel",
+	["Category"] = "Veteranenverliese",
+},
+[464] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den verwandelten Schwarmfürst, Grobull den Verwandelten und den Maschinenwächter in den Dunkelschattenkavernen II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Dunkelschattenkavernen II",
+	["Category"] = "Veteranenverliese",
+},
+[465] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den gefallenen Vorarbeiter, den Schwarmfürsten und seine Skribs, den verwandelten Alit, Grobull den Verwandelten, die Maschinengarnison und den Maschinenwächter innerhalb von zwanzig Minuten nach dem Betreten der Dunkelschattenkavernen II (Veteranen). Die Zeit läuft, sobald Ihr die erste Gruppe von Kwama angreift.",
+	["points"] = 50,
+	["name"] = "Assassine der Dunkelschattenkavernen II",
+	["Category"] = "Veteranenverliese",
+},
+[467] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Maschinenwächter in den Dunkelschattenkavernen II (Veteranen), ohne dass ein Gruppenmitglied einen Maschinenhebel umlegt.",
+	["points"] = 50,
+	["name"] = "Tödlicher Ingenieur",
+	["Category"] = "Veteranenverliese",
+},
+[468] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Vernichtet Blutwurz und ihre Wächterinnen in der Zahnbrecherrinne.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis in der Zahnbrecherrinne",
+	["Category"] = "Verliese",
+},
+[469] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt die verdammten Kreaturen aus Graccus Frostexperimenten im Düsteren Herrenhaus.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis im Düsteren Herrenhaus",
+	["Category"] = "Verliese",
+},
+[470] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt den Knochenkrämer und dessen Häscher in den Ruinen von Wurzelbruch.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis in Wurzelbruch",
+	["Category"] = "Verliese",
+},
+[471] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Glenumbra.",
+	["points"] = 5,
+	["name"] = "Angler von Glenumbra",
+	["Category"] = "Erkunden",
+},
+[472] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Sturmhafen.",
+	["points"] = 5,
+	["name"] = "Angler von Sturmhafen",
+	["Category"] = "Erkunden",
+},
+[473] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Kluftspitze.",
+	["points"] = 5,
+	["name"] = "Angler von Kluftspitze",
+	["Category"] = "Erkunden",
+},
+[474] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in der Alik'r-Wüste.",
+	["points"] = 5,
+	["name"] = "Angler der Alik'r-Wüste",
+	["Category"] = "Erkunden",
+},
+[475] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Bangkorai.",
+	["points"] = 5,
+	["name"] = "Angler von Bangkorai",
+	["Category"] = "Erkunden",
+},
+[476] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Schließt alle Fischerei-Errungenschaften im Dolchsturz-Bündnis ab.",
+	["points"] = 10,
+	["name"] = "Fischer des Bündnisses",
+	["Category"] = "Erkunden",
+},
+[477] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Steinfälle.",
+	["points"] = 5,
+	["name"] = "Angler von Steinfälle",
+	["Category"] = "Erkunden",
+},
+[478] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Deshaan.",
+	["points"] = 5,
+	["name"] = "Angler von Deshaan",
+	["Category"] = "Erkunden",
+},
+[479] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Schattenfenn.",
+	["points"] = 5,
+	["name"] = "Angler von Schattenfenn",
+	["Category"] = "Erkunden",
+},
+[480] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Ostmarsch.",
+	["points"] = 5,
+	["name"] = "Angler von Ostmarsch",
+	["Category"] = "Erkunden",
+},
+[481] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Rift.",
+	["points"] = 5,
+	["name"] = "Angler von Rift",
+	["Category"] = "Erkunden",
+},
+[482] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Schließt alle Fischerei-Errungenschaften im Ebenherz-Pakt ab.",
+	["points"] = 10,
+	["name"] = "Fischer des Paktes",
+	["Category"] = "Erkunden",
+},
+[483] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Auridon.",
+	["points"] = 5,
+	["name"] = "Angler von Auridon",
+	["Category"] = "Erkunden",
+},
+[484] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Grahtwald.",
+	["points"] = 5,
+	["name"] = "Angler von Grahtwald",
+	["Category"] = "Erkunden",
+},
+[485] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Grünschatten.",
+	["points"] = 5,
+	["name"] = "Angler von Grünschatten",
+	["Category"] = "Erkunden",
+},
+[486] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Malabal Tor.",
+	["points"] = 5,
+	["name"] = "Angler von Malabal Tor",
+	["Category"] = "Erkunden",
+},
+[487] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Schnittermark.",
+	["points"] = 5,
+	["name"] = "Angler von Schnittermark",
+	["Category"] = "Erkunden",
+},
+[488] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Schließt alle Fischerei-Errungenschaften im Aldmeri-Dominion ab.",
+	["points"] = 10,
+	["name"] = "Fischer des Dominions",
+	["Category"] = "Erkunden",
+},
+[489] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Cyrodiil.",
+	["points"] = 10,
+	["name"] = "Angler Cyrodiils",
+	["Category"] = "Erkunden",
+},
+[490] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Kalthafen.",
+	["points"] = 5,
+	["name"] = "Angler von Kalthafen",
+	["Category"] = "Erkunden",
+},
+[491] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt einen seltenen eltherischen Zackenbarsch in den Salzgewässern von Stros M'Kai.",
+	["points"] = 5,
+	["name"] = "Angler von Stros M'Kai",
+	["Category"] = "Erkunden",
+},
+[492] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt einen seltenen Pyandonesischen Rochen in den Salzgewässern von Khenartis Rast.",
+	["points"] = 5,
+	["name"] = "Angler von Khenartis Rast",
+	["Category"] = "Erkunden",
+},
+[493] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt einen seltenen Vvardenfell-Parma in den Salzgewässern von Ödfels.",
+	["points"] = 5,
+	["name"] = "Angler von Ödfels",
+	["Category"] = "Erkunden",
+},
+[494] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Schließt alle Fischerei-Errungenschaften ab.",
+	["points"] = 50,
+	["name"] = "Meisterfischer",
+	["Category"] = "Erkunden",
+},
+[495] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Dünenbrecher Mutter Sande bei der vergessenen Karawane.",
+	["points"] = 5,
+	["name"] = "Sturz der Dünenbrecherin",
+	["Category"] = "Erkunden",
+},
+[496] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Riesen einsamer Vater im Riesenlager.",
+	["points"] = 5,
+	["name"] = "Unheil des einsamen Vaters",
+	["Category"] = "Erkunden",
+},
+[497] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die Vettelschwestern Igazkad, Orochar und Ukha im Vettellager.",
+	["points"] = 5,
+	["name"] = "Vettelaufruhr",
+	["Category"] = "Erkunden",
+},
+[498] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Korignah die Ernterin in der Höhle der Einsamen Herzen.",
+	["points"] = 5,
+	["name"] = "Korignahs Fluch",
+	["Category"] = "Erkunden",
+},
+[499] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Mumienkönig bei der Ruhe des Königs.",
+	["points"] = 5,
+	["name"] = "Mörder des Mumienkönigs",
+	["Category"] = "Erkunden",
+},
+[500] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die Goldene Heilige Staada im Niederen Kreis.",
+	["points"] = 5,
+	["name"] = "Heiligenschlächter",
+	["Category"] = "Erkunden",
+},
+[510] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Beschützt den Hof des Wildkönigs.",
+	["points"] = 5,
+	["name"] = "Waldläufer des Hofes",
+	["Category"] = "Quests",
+},
+[511] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Beendet die Bedrohung durch das Schleiererbe in Grünschatten.",
+	["points"] = 5,
+	["name"] = "Schleierlüfter",
+	["Category"] = "Quests",
+},
+[512] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Merzt die Verderbnis in Valenwald aus.",
+	["points"] = 5,
+	["name"] = "Beschützer Valenwalds",
+	["Category"] = "Quests",
+},
+[515] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Sturmhafen.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Sturmhafen",
+	["Category"] = "Charakter",
+},
+[516] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt Uwafa und holt die Wehr der Ansei zurück.",
+	["points"] = 5,
+	["name"] = "Uwafas Niedergang",
+	["Category"] = "Quests",
+},
+[517] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt Alasan und bringt die Wehr der Ansei zurück.",
+	["points"] = 5,
+	["name"] = "Alasans Vernichtung",
+	["Category"] = "Quests",
+},
+[518] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt die Verdorrte Hand und holt alle Wehren der Ansei zurück.",
+	["points"] = 5,
+	["name"] = "Held der Ash'abah",
+	["Category"] = "Quests",
+},
+[524] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Sammelt alle Lichter von Meridia in Kalthafen.",
+	["points"] = 15,
+	["name"] = "Meridias Lichtträger",
+	["Category"] = "Quests",
+},
+[525] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Verhindert, dass die Maormer einen Orkan heraufbeschwören, der Khenartis Rast zerstört.",
+	["points"] = 10,
+	["name"] = "Fluch der Maormer",
+	["Category"] = "Quests",
+},
+[526] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Schreitet bei jedem Fall von Skoomamißbrauch in Khenartis Rast ein.",
+	["points"] = 5,
+	["name"] = "Keine Macht dem Skooma",
+	["Category"] = "Erkunden",
+},
+[536] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Verhelft der Klanmutter von Arenthia zu neuer Macht.",
+	["points"] = 5,
+	["name"] = "Helfer der Klanmutter",
+	["Category"] = "Quests",
+},
+[537] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Bindet die Dunkle Mähne an sein Gefängnis unterhalb von Mondhöhe.",
+	["points"] = 5,
+	["name"] = "Einkerkerer der Dunklen Mähne",
+	["Category"] = "Quests",
+},
+[538] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Beschreitet den Pfad der Zwei Monde mit der nächsten Mähne.",
+	["points"] = 5,
+	["name"] = "Pfadgänger der Zwei Monde",
+	["Category"] = "Quests",
+},
+[539] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert den Trollzahnstocher.",
+	["points"] = 10,
+	["name"] = "Erforscher vom Trollzahnstocher",
+	["Category"] = "Erkunden",
+},
+[540] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Torogstrotz.",
+	["points"] = 10,
+	["name"] = "Erforscher von Torogstrotz",
+	["Category"] = "Erkunden",
+},
+[541] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Krypta der Verstoßenen.",
+	["points"] = 10,
+	["name"] = "Erforscher der Krypta der Verstoßenen",
+	["Category"] = "Erkunden",
+},
+[542] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Immergrüne Wacht.",
+	["points"] = 10,
+	["name"] = "Erforscher der Immergrünen Wacht",
+	["Category"] = "Erkunden",
+},
+[543] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert den Trümmersporn.",
+	["points"] = 10,
+	["name"] = "Erforscher des Trümmersporns",
+	["Category"] = "Erkunden",
+},
+[544] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Klathzgar.",
+	["points"] = 10,
+	["name"] = "Erforscher von Klathzgar",
+	["Category"] = "Erkunden",
+},
+[545] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Schlund des Infernalen, Hüterin Imiril und Sippenhochfürst Rilis in den Verbannungszellen II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Verbannungszellen II",
+	["Category"] = "Veteranenverliese",
+},
+[547] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Deshaan.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Deshaan",
+	["Category"] = "Charakter",
+},
+[548] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet Ozzozachar, den liebsten Titan von Molag Bal.",
+	["points"] = 10,
+	["name"] = "Ozzozachars Tür",
+	["Category"] = "Erkunden",
+},
+[550] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Unterwurz.",
+	["points"] = 10,
+	["name"] = "Erforscher von Unterwurz",
+	["Category"] = "Erkunden",
+},
+[551] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt den Infernalen Wächter, den Hüter des Schreins und Klingenmeister Erthas in der Stadt der Asche I.",
+	["points"] = 10,
+	["name"] = "Sieger der Stadt der Asche I",
+	["Category"] = "Verliese",
+},
+[553] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Carac Dena.",
+	["points"] = 10,
+	["name"] = "Erforscher von Carac Dena",
+	["Category"] = "Erkunden",
+},
+[554] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Kluftspitze.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Kluftspitze",
+	["Category"] = "Charakter",
+},
+[555] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Gurzags Mine.",
+	["points"] = 10,
+	["name"] = "Erforscher von Gurzags Mine",
+	["Category"] = "Erkunden",
+},
+[556] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben der Alik'r-Wüste.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger der Alik'r-Wüste",
+	["Category"] = "Charakter",
+},
+[557] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Bangkorai.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Bangkorai",
+	["Category"] = "Charakter",
+},
+[558] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert den Zankweiberbau.",
+	["points"] = 10,
+	["name"] = "Erforscher des Zankweiberbaus",
+	["Category"] = "Erkunden",
+},
+[559] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Hügelgrabung.",
+	["points"] = 10,
+	["name"] = "Erforscher der Hügelgrabung",
+	["Category"] = "Erkunden",
+},
+[560] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den argonischen Behemoth Gathongor den Zermalmer in Gathongors Morast.",
+	["points"] = 5,
+	["name"] = "Gathongors Jäger",
+	["Category"] = "Erkunden",
+},
+[561] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Oger Thodundor bei Thodundors Blick.",
+	["points"] = 5,
+	["name"] = "König des Hügels",
+	["Category"] = "Erkunden",
+},
+[562] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die Meereselfin Jahlasri und ihre Maormer-Gefährten im Maormer-Lager.",
+	["points"] = 5,
+	["name"] = "Meereselfensorge",
+	["Category"] = "Erkunden",
+},
+[563] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Schlurfer, der als das Herz von Wurzwasser bekannt ist, in der Wurzwasserquelle.",
+	["points"] = 5,
+	["name"] = "Wurzwassers Vergehen",
+	["Category"] = "Erkunden",
+},
+[564] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet Maheelius und seine Spione.",
+	["points"] = 5,
+	["name"] = "Gegenspionage",
+	["Category"] = "Erkunden",
+},
+[565] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Sturmatronachen Zymel Etitan in Pelda Tarn.",
+	["points"] = 5,
+	["name"] = "Zymels Verfolger",
+	["Category"] = "Erkunden",
+},
+[567] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Naril Nagaia.",
+	["points"] = 10,
+	["name"] = "Erforscht Naril Nagaia",
+	["Category"] = "Erkunden",
+},
+[568] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Grünschatten.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Grünschatten",
+	["Category"] = "Erkunden",
+},
+[570] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Ulguna Seelenplünderer, Grothdarr, Iskra das Omen und den verrückten Architekten in den Kammern des Wahnsinns.",
+	["points"] = 10,
+	["name"] = "Sieger der Kammern des Wahnsinns",
+	["Category"] = "Verliese",
+},
+[572] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Grahtwald.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Grahtwald",
+	["Category"] = "Erkunden",
+},
+[573] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Ne Salas.",
+	["points"] = 10,
+	["name"] = "Erforscher von Ne Salas",
+	["Category"] = "Erkunden",
+},
+[574] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Krabblergrube.",
+	["points"] = 10,
+	["name"] = "Erforscher der Krabblergrube",
+	["Category"] = "Erkunden",
+},
+[575] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Rankentodhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Rankentodhöhle",
+	["Category"] = "Erkunden",
+},
+[576] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Klettenwurz-Kwamamine.",
+	["points"] = 10,
+	["name"] = "Erforscher der Kettenwurz-Kwamamine",
+	["Category"] = "Erkunden",
+},
+[577] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Wurmwurzeltiefen.",
+	["points"] = 10,
+	["name"] = "Erforscher der Wurmwurzeltiefen",
+	["Category"] = "Erkunden",
+},
+[578] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Mobarmine.",
+	["points"] = 10,
+	["name"] = "Erforscher der Mobarmine",
+	["Category"] = "Erkunden",
+},
+[579] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Zerstört jeden Dunklen Anker im Herrschaftsbereich des Aldmeri-Dominions.",
+	["points"] = 15,
+	["name"] = "Ankerzerschmetterer des Dominions",
+	["Category"] = "Erkunden",
+},
+[584] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Zerstört jeden Dunklen Anker im Herrschaftsbereich des Dolchsturz-Bündnisses.",
+	["points"] = 15,
+	["name"] = "Ankerzerschmetterer des Bündnisses",
+	["Category"] = "Erkunden",
+},
+[585] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Zerstört jeden Dunklen Anker im Herrschaftsbereich des Ebenherz-Paktes.",
+	["points"] = 15,
+	["name"] = "Ankerzerschmetterer des Paktes",
+	["Category"] = "Erkunden",
+},
+[586] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Zerstört jeden Dunklen Anker in den umkämpften Landstrichen von Cyrodiil.",
+	["points"] = 15,
+	["name"] = "Kaiserlicher Ankerzerschmetterer",
+	["Category"] = "Erkunden",
+},
+[587] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Zerstört jeden Dunklen Anker in Tamriel.",
+	["points"] = 50,
+	["name"] = "Ankerzerschmetterer",
+	["Category"] = "Erkunden",
+},
+[589] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Tötet Reezal-Jul im Tamrith-Lager und rettet die Flüchtlinge aus Schattenkamm.",
+	["points"] = 5,
+	["name"] = "Held des Hauses Tamrith",
+	["Category"] = "Quests",
+},
+[590] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Tötet Fürstin Lleraya Montclair in Nordspitz und befreit Baron Dorells Stadt.",
+	["points"] = 5,
+	["name"] = "Held des Hauses Dorell",
+	["Category"] = "Quests",
+},
+[591] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Tötet Baron Wylon Montclair und zerstört das lichtlose Überbleibsel an der Unheilsklippe, um Kluftspitze zu retten.",
+	["points"] = 5,
+	["name"] = "Schwert von Rabenwacht",
+	["Category"] = "Quests",
+},
+[593] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 59 Quests in Steinfälle ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Steinfälle",
+	["Category"] = "Quests",
+},
+[595] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 55 Quests in Deshaan ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Deshaan",
+	["Category"] = "Quests",
+},
+[596] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 51 Quests in Schattenfenn ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Schattenfenn",
+	["Category"] = "Quests",
+},
+[597] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Tötet Warf das Beil und freundet Euch mit den Riesen in der Arena von Wiegenbruch an.",
+	["points"] = 5,
+	["name"] = "Riesenfreund",
+	["Category"] = "Quests",
+},
+[598] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Rettet Jorunn den Skaldenkönig in den Ruinen von Nebelwacht.",
+	["points"] = 5,
+	["name"] = "Erlösung des Skaldenkönigs",
+	["Category"] = "Quests",
+},
+[599] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt Fildgor Orkthane in Skuldafn und verdient Euch den Titel Pfeil von Jorunn dem Skaldenkönig.",
+	["points"] = 5,
+	["name"] = "Pfeil des Skaldenkönigs",
+	["Category"] = "Quests",
+},
+[600] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 43 Quests in Ostmarsch ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Ostmarsch",
+	["Category"] = "Quests",
+},
+[602] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 45 Quests in Schnittermark ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Schnittermark",
+	["Category"] = "Quests",
+},
+[603] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 61 Quests in Rift ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Rift",
+	["Category"] = "Quests",
+},
+[604] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 37 Quests in Auridon ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Auridon",
+	["Category"] = "Quests",
+},
+[605] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Befreit Südspitz vom Einfluss des Daedrafürsten Sheogorath.",
+	["points"] = 5,
+	["name"] = "Retter von Südspitz",
+	["Category"] = "Quests",
+},
+[606] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Holt das Herz von Anumaril aus dem Reliquiar der Sterne zurück.",
+	["points"] = 5,
+	["name"] = "Zurück aus dem Reliquiar",
+	["Category"] = "Quests",
+},
+[607] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Befreit Nairume aus ihrem Gefängnis holt Rajhins Umhang zurück.",
+	["points"] = 5,
+	["name"] = "Held von Falinesti",
+	["Category"] = "Quests",
+},
+[608] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 38 Quests in Grahtwald ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Grahtwald",
+	["Category"] = "Quests",
+},
+[610] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 40 Quests in Grünschatten ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Grünschatten",
+	["Category"] = "Quests",
+},
+[611] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 40 Quests in Malabal Tor ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Malabal Tor",
+	["Category"] = "Quests",
+},
+[612] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Rettet Laloriaran Dynar, den letzten Ayleïdenkönig, aus dem lichtlosen Kerkerloch.",
+	["points"] = 5,
+	["name"] = "Licht des Ayleïdenkönigs",
+	["Category"] = "Quests",
+},
+[613] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Rettet den großen Magier Vanus Galerion, und helft ihm, Molag Bals Große Fessel zu zerstören.",
+	["points"] = 5,
+	["name"] = "Wächter des großen Magiers",
+	["Category"] = "Quests",
+},
+[614] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Haltet die Ebenenverschmelzung auf und vereitelt Molag Bals Eroberungsplan an der endlosen Treppe.",
+	["points"] = 5,
+	["name"] = "Trenner der Ebenenverschmelzung",
+	["Category"] = "Quests",
+},
+[616] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt 29 Quests in Kalthafen ab.",
+	["points"] = 50,
+	["name"] = "Abenteurer in Kalthafen",
+	["Category"] = "Quests",
+},
+[617] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Beweist Euch als Abenteurer im Ebenherz-Pakt.",
+	["points"] = 50,
+	["name"] = "Held des Ebenherz-Paktes",
+	["Category"] = "Quests",
+},
+[618] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Beweist Euch als Abenteurer im Aldmeri-Dominion.",
+	["points"] = 50,
+	["name"] = "Held des Aldmeri-Dominions",
+	["Category"] = "Quests",
+},
+[619] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Zerstört 50 Dunkle Anker aus Kalthafen.",
+	["points"] = 10,
+	["name"] = "Ankerschädiger",
+	["Category"] = "Erkunden",
+},
+[620] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Zerstört 100 Dunkle Anker aus Kalthafen.",
+	["points"] = 15,
+	["name"] = "Ankerdezimierer",
+	["Category"] = "Erkunden",
+},
+[621] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Zerstört 250 Dunkle Anker aus Kalthafen.",
+	["points"] = 50,
+	["name"] = "Ankervernichter",
+	["Category"] = "Erkunden",
+},
+[622] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Schließt alle Höhlenforscher-Errungenschaften des Aldmeri-Dominions ab.",
+	["points"] = 50,
+	["name"] = "Höhlenforscher des Aldmeri-Dominions",
+	["Category"] = "Erkunden",
+},
+[625] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Schließt alle Höhlenforscher-Errungenschaften des Dolchsturz-Bündnisses ab.",
+	["points"] = 50,
+	["name"] = "Höhlenforscher des Dolchsturz-Bündnisses",
+	["Category"] = "Erkunden",
+},
+[626] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Schließt alle Höhlenforscher-Errungenschaften des Ebenherz-Paktes ab.",
+	["points"] = 50,
+	["name"] = "Höhlenforscher des Ebenherz-Paktes",
+	["Category"] = "Erkunden",
+},
+[627] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Schließt alle Höhlenforscher-Errungenschaften Tamriels ab.",
+	["points"] = 50,
+	["name"] = "Höhlenforscher Tamriels",
+	["Category"] = "Erkunden",
+},
+[628] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Beweist Euch als Abenteurer in ganz Tamriel.",
+	["points"] = 50,
+	["name"] = "Meisterabenteurer Tamriels",
+	["Category"] = "Quests",
+},
+[678] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Malubeth die Auspeitscherin, Garron den Zurückgekehrten und Varaine und Allene Pellingare in der Kanalisation von Wegesruh II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Kanalisation von Wegesruh II",
+	["Category"] = "Veteranenverliese",
+},
+[679] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Malubeth die Auspeitscherin, Schädelschnitter, Uulgarg der Erhobene, Garron den Zurückgekehrten, den Vergessenen und die Pellingaren-Zwillinge innerhalb von zwanzig Minuten nach Betreten der Kanalisation von Wegesruh II (Veteranen). Die Zeit läuft, sobald Ihr den ersten Nekromanten und seinen Begleiter angreift.",
+	["points"] = 50,
+	["name"] = "Assassine der Kanalisation von Wegesruh II",
+	["Category"] = "Veteranenverliese",
+},
+[681] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt in der Kanalisation von Wegesruh II (Veteranen) während des Kampfes mit Allene Pellingare und Varaine Pellingare 15 Zombies, bevor Ihr Euch den Geschwistern zuwendet.",
+	["points"] = 50,
+	["name"] = "Pellingare-Ghulschlächter",
+	["Category"] = "Veteranenverliese",
+},
+[682] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Grahtwald.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Grahtwald",
+	["Category"] = "Charakter",
+},
+[683] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Grünschatten.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Grünschatten",
+	["Category"] = "Charakter",
+},
+[684] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Malabal Tor.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Malabal Tor",
+	["Category"] = "Charakter",
+},
+[685] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Schnittermark.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Schnittermark",
+	["Category"] = "Charakter",
+},
+[686] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Kalthafen.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Kalthafen",
+	["Category"] = "Charakter",
+},
+[687] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Schattenfenn.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Schattenfenn",
+	["Category"] = "Charakter",
+},
+[688] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Ostmarsch.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Ostmarsch",
+	["Category"] = "Charakter",
+},
+[689] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Rift.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Rift",
+	["Category"] = "Charakter",
+},
+[691] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Tötet 100 berüchtigte Feinde in Verliesen.",
+	["points"] = 10,
+	["name"] = "Verliesbezwinger",
+	["Category"] = "Verliese",
+},
+[692] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 15 Himmelsscherben im vom Ebenherz-Pakt kontrollierten Teil Cyrodiils.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger des nordöstlichen Cyrodiils",
+	["Category"] = "Charakter",
+},
+[693] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 15 Himmelsscherben im vom Dolchsturz-Bündnis kontrollierten Teil Cyrodiils.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger des nordwestlichen Cyrodiils",
+	["Category"] = "Charakter",
+},
+[694] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 15 Himmelsscherben im vom Aldmeri-Dominion kontrollierten Teil Cyrodiils.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger des südlichen Cyrodiils",
+	["Category"] = "Charakter",
+},
+[695] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 16 Himmelsscherben in Auridon.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Auridon",
+	["Category"] = "Charakter",
+},
+[696] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den verrückten Orkjäger Shagura in Hircines Henge.",
+	["points"] = 5,
+	["name"] = "Shaguras Unheil",
+	["Category"] = "Erkunden",
+},
+[697] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die Senchetigerin Nindaeril den Monsun in Nindaerils Zuflucht.",
+	["points"] = 5,
+	["name"] = "Monsunmarodeur",
+	["Category"] = "Erkunden",
+},
+[698] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt die Nereïde Fürstin Trostin in deren Fenn.",
+	["points"] = 5,
+	["name"] = "Wasserwacht",
+	["Category"] = "Erkunden",
+},
+[699] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt Otho Rufinus, den Anführer der Wilderer im Wildererlager.",
+	["points"] = 5,
+	["name"] = "Wildererwilderer",
+	["Category"] = "Erkunden",
+},
+[700] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Tötet diesen riesigen Fleischatronachen Thugrub den Neugeformten in Thugrubs Höhle.",
+	["points"] = 5,
+	["name"] = "Thugrubs Zerteiler",
+	["Category"] = "Erkunden",
+},
+[701] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Besiegt den Lich Valanir bei Valanirs Ruhe.",
+	["points"] = 5,
+	["name"] = "Valanirs Fluch",
+	["Category"] = "Erkunden",
+},
+[702] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Schließt die Questreihe der Magiergilde ab.",
+	["points"] = 50,
+	["name"] = "Erzmagier",
+	["Category"] = "Charakter",
+},
+[703] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Schließt die Questreihe der Kriegergilde ab.",
+	["points"] = 50,
+	["name"] = "Veteran der Kriegergilde",
+	["Category"] = "Charakter",
+},
+[704] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Ladet Eure Kameraden von den Unerschrockenen bei jedem Treffen zum Trinken ein.",
+	["points"] = 15,
+	["name"] = "Der hier geht auf mich",
+	["Category"] = "Charakter",
+},
+[705] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Großfeldherren im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Großfeldherr im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[706] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erlangt den Rang des Ersten Feldwebels im Allianzkrieg.",
+	["points"] = 10,
+	["name"] = "Erster Feldwebel im Allianzkrieg",
+	["Category"] = "Spieler gegen Spieler",
+},
+[707] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Löst das Rätsel der Wächter in der Verlorenen Stadt der Na-Totambu.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis in Na-Totambu",
+	["Category"] = "Verliese",
+},
+[708] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt den Fleischatronachen bei Razaks Rad.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis bei Razaks Rad",
+	["Category"] = "Verliese",
+},
+[709] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt 1,000 berüchtigte Feinde in Verliesen.",
+	["points"] = 50,
+	["name"] = "Verliesherr",
+	["Category"] = "Verliese",
+},
+[710] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt 1,000 Feinde in Verliesen.",
+	["points"] = 10,
+	["name"] = "Verliesmarodeur",
+	["Category"] = "Verliese",
+},
+[711] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt 10,000 Feinde in Verliesen.",
+	["points"] = 50,
+	["name"] = "Verliesauslöscher",
+	["Category"] = "Verliese",
+},
+[713] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt den Ork Zilbash den Betrüger in der Obsidiannarbe.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis in der Obsidiannarbe",
+	["Category"] = "Verliese",
+},
+[714] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt den Ewigen in den Knochenknacker-Ruinen.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis in den Knochenknacker-Ruinen",
+	["Category"] = "Verliese",
+},
+[716] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Helft bei der Annäherung der Kulturen und stärkt die Allianz in Grahtwald.",
+	["points"] = 5,
+	["name"] = "Friedensschöpfer",
+	["Category"] = "Erkunden",
+},
+[717] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 10 feindliche Nachtklingen.",
+	["points"] = 10,
+	["name"] = "Nachtklingenschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[718] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 rothwardonische Feinde im Allianzkrieg oder in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Rothwardonenschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[719] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 orkische Feinde im Allianzkrieg oder in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Orkschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[720] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 dunmerische Feinde im Allianzkrieg oder in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Dunkelelfenschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[721] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 nordische Feinde im Allianzkrieg oder in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Nordschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[722] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 argonische Feinde im Allianzkrieg oder in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Argonierschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[723] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 bosmerische Feinde im Allianzkrieg oder in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Waldelfenschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[724] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 altmerische Feinde im Allianzkrieg oder in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Hochelfenschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[725] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 khajiitische Feinde im Allianzkrieg oder in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Khajiitschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[726] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 kaiserliche Feinde im Allianzkrieg oder in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Kaiserlichenschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[727] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 12 Himmelsscherben im unteren Kargstein.",
+	["points"] = 15,
+	["name"] = "Himmelsscherben des unteren Kargstein",
+	["Category"] = "Charakter",
+},
+[730] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Blutmähnenhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Blutmähnenhöhle",
+	["Category"] = "Erkunden",
+},
+[731] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Genickbruchhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Genickbruchhöhle",
+	["Category"] = "Erkunden",
+},
+[732] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Hainödhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Hainödhöhle",
+	["Category"] = "Erkunden",
+},
+[733] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Nisinhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Nisinhöhle",
+	["Category"] = "Erkunden",
+},
+[734] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Strudellochkavernen.",
+	["points"] = 10,
+	["name"] = "Erforscher der Strudellochkavernen",
+	["Category"] = "Erkunden",
+},
+[735] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Schlangengrubenhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Schlangengrubenhöhle",
+	["Category"] = "Erkunden",
+},
+[736] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Kappsteinhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Kappsteinhöhle",
+	["Category"] = "Erkunden",
+},
+[737] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Echohöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Echohöhle",
+	["Category"] = "Erkunden",
+},
+[738] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Lipsand Tarn.",
+	["points"] = 10,
+	["name"] = "Erforscher von Lipsand Tarn",
+	["Category"] = "Erkunden",
+},
+[739] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Rotrubinhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Rotrubinhöhle",
+	["Category"] = "Erkunden",
+},
+[740] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Fliegenpilzgrube.",
+	["points"] = 10,
+	["name"] = "Erforscher der Fliegenpilzgrube",
+	["Category"] = "Erkunden",
+},
+[741] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Sargtuchhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Sargtuchhöhle",
+	["Category"] = "Erkunden",
+},
+[742] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Berstholzhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Berstholzhöhle",
+	["Category"] = "Erkunden",
+},
+[743] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Königswappenkaverne.",
+	["points"] = 10,
+	["name"] = "Erforscher der Königswappenkaverne",
+	["Category"] = "Erkunden",
+},
+[744] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erkundet und säubert die Schlammtalkaverne.",
+	["points"] = 10,
+	["name"] = "Erforscher der Schlammtalkaverne",
+	["Category"] = "Erkunden",
+},
+[745] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Molchhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Molchhöhle",
+	["Category"] = "Erkunden",
+},
+[746] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Schnellwasserhöhle.",
+	["points"] = 10,
+	["name"] = "Erforscher der Schnellwasserhöhle",
+	["Category"] = "Erkunden",
+},
+[747] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Vahtacen.",
+	["points"] = 10,
+	["name"] = "Erforscher von Vahtacen",
+	["Category"] = "Erkunden",
+},
+[748] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet die Himmelsscherbe auf dem Berggipfel in Cyrodiil.",
+	["points"] = 5,
+	["name"] = "Himmelsscherbenjäger der Berge Cyrodiils",
+	["Category"] = "Charakter",
+},
+[749] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Fügt 1,000,000 Schaden in Verliesen zu.",
+	["points"] = 10,
+	["name"] = "Verliesrüpel",
+	["Category"] = "Verliese",
+},
+[750] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Fügt 10,000,000 Schaden in Verliesen zu.",
+	["points"] = 50,
+	["name"] = "Verliesschläger",
+	["Category"] = "Verliese",
+},
+[751] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Heilt 1,000,000 Leben in Verliesen.",
+	["points"] = 10,
+	["name"] = "Verliesheiler",
+	["Category"] = "Verliese",
+},
+[752] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Heilt 10,000,000 Leben in Verliesen.",
+	["points"] = 50,
+	["name"] = "Guter Verliesheiler",
+	["Category"] = "Verliese",
+},
+[753] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Blockt 1,000,000 Schaden in Verliesen.",
+	["points"] = 10,
+	["name"] = "Verliesblocker",
+	["Category"] = "Verliese",
+},
+[754] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Blockt 10,000,000 Schaden in Verliesen.",
+	["points"] = 50,
+	["name"] = "Guter Verliesblocker",
+	["Category"] = "Verliese",
+},
+[758] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt alle Quests in Bruma ab.",
+	["points"] = 10,
+	["name"] = "Abenteurer in Bruma",
+	["Category"] = "Quests",
+},
+[759] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt alle Quests in Cheydinhal ab.",
+	["points"] = 10,
+	["name"] = "Abenteurer in Cheydinhal",
+	["Category"] = "Quests",
+},
+[760] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt alle Quests in Chorrol und der Weynon-Priorei ab.",
+	["points"] = 10,
+	["name"] = "Abenteurer in Chorrol und der Weynon-Priorei",
+	["Category"] = "Quests",
+},
+[761] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt alle Quests in Erntefurt ab.",
+	["points"] = 10,
+	["name"] = "Abenteurer in Erntefurt",
+	["Category"] = "Quests",
+},
+[762] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt alle Quests in Vlastarus ab.",
+	["points"] = 10,
+	["name"] = "Abenteurer in Vlastarus",
+	["Category"] = "Quests",
+},
+[766] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert alle 18 Höhlen in Cyrodiil.",
+	["points"] = 50,
+	["name"] = "Höhlenforscher von Cyrodiil",
+	["Category"] = "Erkunden",
+},
+[767] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Beweist Euch als Abenteurer in Cyrodiil.",
+	["points"] = 50,
+	["name"] = "Champion Cyrodiils",
+	["Category"] = "Quests",
+},
+[768] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte auf Khanartis Rast.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Khenarthis Rast",
+	["Category"] = "Erkunden",
+},
+[769] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte auf Auridon.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Auridon",
+	["Category"] = "Erkunden",
+},
+[770] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte auf Ödfels.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Ödfels",
+	["Category"] = "Erkunden",
+},
+[771] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Bal Foyen.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Bal Foyen",
+	["Category"] = "Erkunden",
+},
+[772] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Steinfälle.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Steinfälle",
+	["Category"] = "Erkunden",
+},
+[773] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte auf Stros M'Kai.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Stros M'Kai",
+	["Category"] = "Erkunden",
+},
+[774] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte auf Betnikh.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Betnikh",
+	["Category"] = "Erkunden",
+},
+[775] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Glenumbra.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Glenumbra",
+	["Category"] = "Erkunden",
+},
+[778] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Löst die Mysterien von Rahni'Za, der Schule der Krieger.",
+	["points"] = 15,
+	["name"] = "Champion von Rahni'Za",
+	["Category"] = "Quests",
+},
+[779] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Übersetzt alle positiven Machtrunen.",
+	["points"] = 10,
+	["name"] = "Positive Macht",
+	["Category"] = "Handwerk",
+},
+[780] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Übersetzt alle negativen Machtrunen.",
+	["points"] = 10,
+	["name"] = "Negative Macht",
+	["Category"] = "Handwerk",
+},
+[781] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Übersetzt alle Essenzrunen.",
+	["points"] = 10,
+	["name"] = "Essenzen",
+	["Category"] = "Handwerk",
+},
+[788] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Übersetzt alle Aspektrunen.",
+	["points"] = 10,
+	["name"] = "Aspekte",
+	["Category"] = "Handwerk",
+},
+[832] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Grahtwald.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Grahtwald",
+	["Category"] = "Erkunden",
+},
+[833] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Sturmhafen.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Sturmhafen",
+	["Category"] = "Erkunden",
+},
+[834] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Deshaan.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Deshaan",
+	["Category"] = "Erkunden",
+},
+[835] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Schnittermark.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Schnittermark",
+	["Category"] = "Erkunden",
+},
+[836] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Sterbt durch einen Schlachterfisch.",
+	["points"] = 5,
+	["name"] = "Abgeschlachtet",
+	["Category"] = "Erkunden",
+},
+[838] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Sammelt Trophäen von allen Bestien Tamriels.",
+	["points"] = 10,
+	["name"] = "Bestiensammler Tamriels",
+	["Category"] = "Charakter",
+},
+[839] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Grünschatten.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Grünschatten",
+	["Category"] = "Erkunden",
+},
+[840] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Kluftspitze.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Kluftspitze",
+	["Category"] = "Erkunden",
+},
+[841] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Sammelt Trophäen von allen Untoten Tamriels.",
+	["points"] = 10,
+	["name"] = "Untotenhorter",
+	["Category"] = "Charakter",
+},
+[842] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Sammelt Trophäen von allen gepanzerten Kreaturen Tamriels.",
+	["points"] = 10,
+	["name"] = "Chitinanhäufer",
+	["Category"] = "Charakter",
+},
+[843] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Sammelt Trophäen von allen Naturgeistern und natürlichen Kreaturen in ganz Tamriel.",
+	["points"] = 10,
+	["name"] = "Sammler der Natur",
+	["Category"] = "Charakter",
+},
+[844] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Sammelt Trophäen von allen monströsen Kreaturen Tamriels.",
+	["points"] = 10,
+	["name"] = "Monstersammler",
+	["Category"] = "Charakter",
+},
+[845] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Schattenfenn.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Schattenfenn",
+	["Category"] = "Erkunden",
+},
+[846] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Sammelt Trophäen von Dwemerkonstrukten.",
+	["points"] = 10,
+	["name"] = "Geheimnissammler der Dwemer",
+	["Category"] = "Charakter",
+},
+[847] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Sammelt Trophäen von allen Arten an Atronachen.",
+	["points"] = 10,
+	["name"] = "Atronachensammler",
+	["Category"] = "Charakter",
+},
+[848] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Sammelt Trophäen von allen Arten an erschlagenen Daedra.",
+	["points"] = 10,
+	["name"] = "Scherbensammler des Reichs des Vergessens",
+	["Category"] = "Charakter",
+},
+[849] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Alik'r.",
+	["points"] = 5,
+	["name"] = "Pfadfinder der Alik'r-Wüste",
+	["Category"] = "Erkunden",
+},
+[850] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 200 Spinnen in der Pilzgrotte II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Arachniden",
+	["Category"] = "Veteranenverliese",
+},
+[851] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 425 Obsidiankrieger in der Pilzgrotte II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben des Obsidians",
+	["Category"] = "Veteranenverliese",
+},
+[852] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 120 Skelette in den Verbannungszellen II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Knochenbrecherveteran II",
+	["Category"] = "Veteranenverliese",
+},
+[853] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 300 Dremora in den Verbannungszellen II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Rilis' Dremoraschlächter",
+	["Category"] = "Veteranenverliese",
+},
+[854] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 220 vampirische Schergen in den Spindeltiefen II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Schergen",
+	["Category"] = "Veteranenverliese",
+},
+[855] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 65 Fleischatronachen in den Spindeltiefen II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Fleischatronacheneroberer-Veteran",
+	["Category"] = "Veteranenverliese",
+},
+[856] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 200 Kwama in den Dunkelschattenkavernen II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Kwama II",
+	["Category"] = "Veteranenverliese",
+},
+[857] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 800 Dwemerkonstrukte in den Dunkelschattenkavernen II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Konstrukte",
+	["Category"] = "Veteranenverliese",
+},
+[858] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 140 Unheilsbruten im Eldengrund II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Unheilsbruten",
+	["Category"] = "Veteranenverliese",
+},
+[859] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 60 Schlurfer im Eldengrund II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Schlurfer",
+	["Category"] = "Veteranenverliese",
+},
+[860] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 350 Zombies in der Kanalisation von Wegesruh II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Zombies",
+	["Category"] = "Veteranenverliese",
+},
+[861] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 40 Knochenkolosse in der Kanalisation von Wegesruh II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Kolosse",
+	["Category"] = "Veteranenverliese",
+},
+[862] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Malabal Tor.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Malabal Tor",
+	["Category"] = "Erkunden",
+},
+[863] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Rift.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Rift",
+	["Category"] = "Erkunden",
+},
+[864] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Kalthafen.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Kalthafen",
+	["Category"] = "Erkunden",
+},
+[865] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Bangkorai.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Bangkorai",
+	["Category"] = "Erkunden",
+},
+[866] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in Ostmarsch.",
+	["points"] = 5,
+	["name"] = "Pfadfinder von Ostmarsch",
+	["Category"] = "Erkunden",
+},
+[867] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte in den Kerngebieten des Aldmeri-Dominions, des Dolchsturz-Bündnisses, des Ebenherz-Paktes und von Kalthafen.",
+	["points"] = 50,
+	["name"] = "Pionier Tamriels",
+	["Category"] = "Erkunden",
+},
+[869] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erleichtert Händler in ganz Tamriel.",
+	["points"] = 15,
+	["name"] = "Verbrechen zahlt sich aus",
+	["Category"] = "Erkunden",
+},
+[870] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Verwendet das Kriegshorn in der Zitadelle von Hel Ra (Veteranen) und besiegt die uralten Krieger, die dem Ruf folgen.",
+	["points"] = 5,
+	["name"] = "Zitadelle von Hel Ra: Das Kriegshorn",
+	["Category"] = "Verliese",
+},
+[871] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Teilt Euren Reichtum mit bedürftigen Bettlern aus ganz Tamriel.",
+	["points"] = 15,
+	["name"] = "Gaben für die Armen",
+	["Category"] = "Erkunden",
+},
+[872] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Verfolgt M'aiq den Lügner durch ganz Tamriel und darüber hinaus.",
+	["points"] = 15,
+	["name"] = "Auf M'aiqs Spuren",
+	["Category"] = "Erkunden",
+},
+[873] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Bringt Licht an dunkle Orte der Welt.",
+	["points"] = 15,
+	["name"] = "Lichtbringer",
+	["Category"] = "Erkunden",
+},
+[874] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Zatalguch im Dorf der Verlorenen.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis im Dorf der Verlorenen",
+	["Category"] = "Verliese",
+},
+[876] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Ruzozuzalpamaz, die Ilambris-Zwillinge, das Ilambris-Amalgam und Nerien'eth in der Krypta der Herzen II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Krypta der Herzen II",
+	["Category"] = "Veteranenverliese",
+},
+[878] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Schließt die Stadt der Asche II (Veteranen) ab, indem Ihr Horvantud den Feuerschlund, den Aschtitan und Valkyn Skoria besiegt.",
+	["points"] = 15,
+	["name"] = "Eroberer der Stadt der Asche II",
+	["Category"] = "Veteranenverliese",
+},
+[880] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt den Oberunhold, Ibomez den Fleischbildner, den Grablicht-Wachposten, die Fleischabscheulichkeit, das Konzil des Hochwärters und Hochwärter Dämmer im Gefängnis der Kaiserstadt (Veteranen).",
+	["points"] = 15,
+	["name"] = "Eroberer des Gefängnisses der Kaiserstadt",
+	["Category"] = "Imperial City",
+},
+[882] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet einen Kaiser Eurer Heimatkampagne im Allianzkrieg.",
+	["points"] = 50,
+	["name"] = "Kaiserliches Attentat",
+	["Category"] = "Spieler gegen Spieler",
+},
+[884] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Molavar.",
+	["points"] = 10,
+	["name"] = "Erforscher von Molavar",
+	["Category"] = "Erkunden",
+},
+[885] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Rkundzelft.",
+	["points"] = 10,
+	["name"] = "Erforscher von Rkundzelft",
+	["Category"] = "Erkunden",
+},
+[886] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert das Schlangennest.",
+	["points"] = 10,
+	["name"] = "Erforscher des Schlangennests",
+	["Category"] = "Erkunden",
+},
+[887] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Ilthags Unterturm.",
+	["points"] = 10,
+	["name"] = "Erforscher von Ilthags Unterturm",
+	["Category"] = "Erkunden",
+},
+[888] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Ruinen von Kardala.",
+	["points"] = 10,
+	["name"] = "Erforscher der Ruinen von Kardala",
+	["Category"] = "Erkunden",
+},
+[889] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Kavernen von Loth'Na.",
+	["points"] = 10,
+	["name"] = "Erforscher der Kavernen von Loth'Na",
+	["Category"] = "Erkunden",
+},
+[890] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Rkhardahrk.",
+	["points"] = 10,
+	["name"] = "Erforscher von Rkhardahrk",
+	["Category"] = "Erkunden",
+},
+[891] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Haddocks Markt.",
+	["points"] = 10,
+	["name"] = "Erforscher von Haddocks Markt",
+	["Category"] = "Erkunden",
+},
+[892] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Meißelkreischmine.",
+	["points"] = 10,
+	["name"] = "Erforscher der Meißelkreischmine",
+	["Category"] = "Erkunden",
+},
+[893] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Vergrabenen Sande.",
+	["points"] = 10,
+	["name"] = "Erforscher der Vergrabenen Sande",
+	["Category"] = "Erkunden",
+},
+[894] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Mtharnaz.",
+	["points"] = 10,
+	["name"] = "Erforscher von Mtharnaz",
+	["Category"] = "Erkunden",
+},
+[895] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Heulenden Grabkammern.",
+	["points"] = 10,
+	["name"] = "Erforscher der Heulenden Grabkammern",
+	["Category"] = "Erkunden",
+},
+[896] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Balamath.",
+	["points"] = 10,
+	["name"] = "Erforscher von Balamath",
+	["Category"] = "Erkunden",
+},
+[897] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Furchtzahnkavernen.",
+	["points"] = 10,
+	["name"] = "Erforscher der Furchtzahnkavernen",
+	["Category"] = "Erkunden",
+},
+[898] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Festung des Exarchen.",
+	["points"] = 10,
+	["name"] = "Erforscher der Festung des Exarchen",
+	["Category"] = "Erkunden",
+},
+[899] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Zalgaz' Versteck.",
+	["points"] = 10,
+	["name"] = "Erforscher von Zalgaz' Versteck",
+	["Category"] = "Erkunden",
+},
+[900] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert die Grabmäler der Na-Totambu.",
+	["points"] = 10,
+	["name"] = "Erforscher der Grabmäler der Na-Totambu",
+	["Category"] = "Erkunden",
+},
+[901] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Erforscht und säubert Hircines Schlupfwinkel.",
+	["points"] = 10,
+	["name"] = "Erforscher von Hircines Schlupfwinkel",
+	["Category"] = "Erkunden",
+},
+[902] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte im unteren Kargstein.",
+	["points"] = 5,
+	["name"] = "Pfadfinder des unteren Kargstein",
+	["Category"] = "Erkunden",
+},
+[903] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erreicht Stufe 10 und werdet so zum Allianzkrieg in Cyrodiil zugelassen.",
+	["points"] = 10,
+	["name"] = "Rekrut in Cyrodiil",
+	["Category"] = "Spieler gegen Spieler",
+},
+[904] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet einen Kaiser einer beliebigen Kampagne.",
+	["points"] = 50,
+	["name"] = "Kaiserschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[905] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt Shada und reinigt die Wässer von Shadas Träne.",
+	["points"] = 15,
+	["name"] = "Fluchbrecher von Shadas Träne",
+	["Category"] = "Quests",
+},
+[906] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Lüftet die Geheimnisse, die im Archiv des Suchers verborgen liegen.",
+	["points"] = 15,
+	["name"] = "Hartnäckiger Sucher",
+	["Category"] = "Quests",
+},
+[907] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Verhindert eine katastrophale magische Explosion in der Zaubernarbe.",
+	["points"] = 15,
+	["name"] = "Verteidiger der Zaubernarbe",
+	["Category"] = "Quests",
+},
+[908] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt Yamanu-ko und beendet den Konflikt in Elinhir.",
+	["points"] = 15,
+	["name"] = "Erhabener von Elinhir",
+	["Category"] = "Quests",
+},
+[909] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Entdeckt, warum die Himmlischen in Kargstein erschienen sind.",
+	["points"] = 50,
+	["name"] = "Himmlischer Forscher",
+	["Category"] = "Quests",
+},
+[912] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle 6 Himmelsscherben im oberen Kargstein.",
+	["points"] = 15,
+	["name"] = "Himmelsscherben des oberen Kargstein",
+	["Category"] = "Charakter",
+},
+[916] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Fangt alle 12 seltenen Fische in Kargstein.",
+	["points"] = 5,
+	["name"] = "Angler von Kargstein",
+	["Category"] = "Erkunden",
+},
+[2303] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt Aghaedh von der Sonnenwende in der Marsch der Aufopferung (Veteranen), während Ihr sicherstellt, alle ihre Schlurfer nur in ihrer jeweiligen Jahreszeit zu zerstören.",
+	["points"] = 5,
+	["name"] = "Jagdsaisons",
+	["Category"] = "Wolfhunter",
+},
+[2302] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Schließt alle drei Jagden auf den Goldenen Indrik in der Marsch der Aufopferung ab und erhaltet ihre Segen.",
+	["points"] = 5,
+	["name"] = "Die große Indrikjagd",
+	["Category"] = "Wolfhunter",
+},
+[2301] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt Vykosa die Aufgestiegene in der Mondjägerfeste (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht gelesen, 7 Würger besiegt und vermieden habt, dass einer ihrer Wölfe zurückweicht.",
+	["points"] = 5,
+	["name"] = "Strangulierende Feigheit",
+	["Category"] = "Wolfhunter",
+},
+[2300] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt Vykosa die Aufgestiegene in der Mondjägerfeste (Veteranen), ohne dass ein Gruppenmitglied durch ihren festgeketteten Wolf Schaden erleidet.",
+	["points"] = 5,
+	["name"] = "An der kurzen Leine",
+	["Category"] = "Wolfhunter",
+},
+[2299] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt den Archivar in der Mondjägerfeste, ohne dass ein Gruppenmitglied Schaden durch Zeichen von Xarxes erleidet.",
+	["points"] = 5,
+	["name"] = "Bücherwissen",
+	["Category"] = "Wolfhunter",
+},
+[2298] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt Archivar Ernarde in der Mondjägerfeste, ohne den ersten schwerfälligen Werwolf zu töten.",
+	["points"] = 10,
+	["name"] = "Schwerfällige Hilfe",
+	["Category"] = "Wolfhunter",
+},
+[2297] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt Mylenne Mondruferin in der Mondjägerfeste (Veteranen), ohne ihren Zorn aufzuheben.",
+	["points"] = 10,
+	["name"] = "Endloser Zorn",
+	["Category"] = "Wolfhunter",
+},
+[2305] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt Tarcyr in der Marsch der Aufopferung (Veteranen), ohne dass ein Gruppenmitglied durch seinen verhüllenden Nebel teleportiert wird.",
+	["points"] = 5,
+	["name"] = "Nebelgänger",
+	["Category"] = "Wolfhunter",
+},
+[2306] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Lockt Balorgh in der Marsch der Aufopferung (Veteranen) 10 mal in Tharas Falle.",
+	["points"] = 5,
+	["name"] = "Trick und Falle",
+	["Category"] = "Wolfhunter",
+},
+[2314] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Besiegt während des Hexenfests 100 Skelette als Skelett.",
+	["points"] = 15,
+	["name"] = "Skelettplünderung",
+	["Category"] = "Feiertagsevents",
+},
+[935] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Dominiert das Schlachtfeld des Allianzkriegs und werdet Kaiser von Tamriel.\r\n\r\nMöget Ihr lange herrschen!",
+	["points"] = 50,
+	["name"] = "Kaiser!",
+	["Category"] = "Spieler gegen Spieler",
+},
+[936] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Zerstreut die Truppen der Schlange und vernichtet die Erhabene Viper.",
+	["points"] = 50,
+	["name"] = "Schlangen und Geheimnisse",
+	["Category"] = "Quests",
+},
+[937] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte des oberen Kargsteins.",
+	["points"] = 5,
+	["name"] = "Pfadfinder des oberen Kargsteins",
+	["Category"] = "Erkunden",
+},
+[2315] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Kostet während des Hexenfests von den Speisen des Hexenfestes.",
+	["points"] = 5,
+	["name"] = "Grausames Schlemmen",
+	["Category"] = "Feiertagsevents",
+},
+[939] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 250 Spinnenkinder in der Krypta der Herzen II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Spinnenkinder",
+	["Category"] = "Veteranenverliese",
+},
+[940] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 50 Fleischatronachen in der Krypta der Herzen II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Fleischatronachen",
+	["Category"] = "Veteranenverliese",
+},
+[941] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Ibelgast, Ruzozuzalpamaz, den Kammerwächter, das Ilambris-Amalgam, Mezeluth und Nerien'eth innerhalb von 30 Minuten nach dem Betreten der Krypta der Herzen II (Veteranen). Die Zeit beginnt, wenn sich das Eingangstor öffnet.",
+	["points"] = 50,
+	["name"] = "Assassine der Krypta der Herzen II",
+	["Category"] = "Veteranenverliese",
+},
+[942] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Ibelgast, Ruzozuzalpamaz, den Kammerwächter, das Ilambris-Amalgam, Mezeluth und anschließend Nerien'eth in der Krypta der Herzen II (Veteranen), ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Tödlicher Überlebender der Krypta",
+	["Category"] = "Veteranenverliese",
+},
+[943] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt eine verborgene Bedrohung für das Dominion in Auridon.",
+	["points"] = 15,
+	["name"] = "Zweifellose Herrschaft",
+	["Category"] = "Quests",
+},
+[944] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Ihr habt gefährliche daedrische Pläne in Grahtwald vereitelt.",
+	["points"] = 15,
+	["name"] = "Ikonoklast",
+	["Category"] = "Quests",
+},
+[945] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Vertreibt die Verderbnis aus dem Herzen Valenwalds.",
+	["points"] = 15,
+	["name"] = "Geist der Bosmer",
+	["Category"] = "Quests",
+},
+[946] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Bringt den Silvenar und die Grüne Dame an ihren rechtmäßigen Platz in Malabal Tor.",
+	["points"] = 15,
+	["name"] = "Ehestifter",
+	["Category"] = "Quests",
+},
+[947] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Beschreitet den Pfad der Zwei Monde in Schnittermark.",
+	["points"] = 15,
+	["name"] = "Geheiligte Monde",
+	["Category"] = "Quests",
+},
+[948] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Sperrt die Brüder des Zwists in Steinfälle ein.",
+	["points"] = 15,
+	["name"] = "Herzen der Finsternis",
+	["Category"] = "Quests",
+},
+[949] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Verhindert die Zerstörung von Deshaan.",
+	["points"] = 15,
+	["name"] = "Seuchenverschlinger",
+	["Category"] = "Quests",
+},
+[950] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Ihr habt eine große Bedrohung für die Hist in Schattenfenn beseitigt.",
+	["points"] = 15,
+	["name"] = "Eier und Fäulnis",
+	["Category"] = "Quests",
+},
+[951] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Verhindert eine große Bedrohung für den Skaldenkönig.",
+	["points"] = 15,
+	["name"] = "Blutfehde",
+	["Category"] = "Quests",
+},
+[952] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt den Wurmkult in Rift.",
+	["points"] = 15,
+	["name"] = "Zerschlagene Überbleibsel",
+	["Category"] = "Quests",
+},
+[953] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Durchkreuzt die heimtückische Pläne der Kultisten in Glenumbra.",
+	["points"] = 15,
+	["name"] = "Zerstörtes Ritual",
+	["Category"] = "Quests",
+},
+[954] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Beendet die Albträume in Sturmhafen.",
+	["points"] = 15,
+	["name"] = "Ungehobelter Weckruf",
+	["Category"] = "Quests",
+},
+[955] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Merzt den Blutfluch aus und stellt die Ordnung in Kluftspitze wieder her.",
+	["points"] = 15,
+	["name"] = "Fluchbrecher",
+	["Category"] = "Quests",
+},
+[956] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Bettet die Toten der Alik'r zur Ruhe.",
+	["points"] = 15,
+	["name"] = "Geweihter Grund",
+	["Category"] = "Quests",
+},
+[957] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Trozt dem Willen Molag Bals in Kalthafen.",
+	["points"] = 15,
+	["name"] = "Strahlender Champion",
+	["Category"] = "Quests",
+},
+[958] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Vertreibt die kaiserlichen Truppen aus Bangkorai.",
+	["points"] = 15,
+	["name"] = "Rand des Kaiserreichs",
+	["Category"] = "Quests",
+},
+[959] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 feindliche Nachtklingen.",
+	["points"] = 15,
+	["name"] = "Erfolgreicher Nachtklingenschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[960] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 feindliche Zauberer.",
+	["points"] = 15,
+	["name"] = "Erfolgreicher Zaubererschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[961] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 feindliche Templer.",
+	["points"] = 15,
+	["name"] = "Erfolgreicher Templerschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[962] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 feindliche Drachenritter.",
+	["points"] = 15,
+	["name"] = "Erfolgreicher Drachenritterschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[963] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Helft in Cyrodiil bei der Einnahme eines Betriebs (Bauernhof, Holzfällerlager oder Mine) und einer Burg.",
+	["points"] = 10,
+	["name"] = "Unterstützung im Kampf",
+	["Category"] = "Spieler gegen Spieler",
+},
+[964] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Glenumbra.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Glenumbra",
+	["Category"] = "Erkunden",
+},
+[965] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Sturmhafen.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Sturmhafen",
+	["Category"] = "Erkunden",
+},
+[966] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Kluftspitze.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Kluftspitze",
+	["Category"] = "Erkunden",
+},
+[967] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in der Alik'r-Wüste.",
+	["points"] = 50,
+	["name"] = "Meistererkunder der Alik'r-Wüste",
+	["Category"] = "Erkunden",
+},
+[968] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Bangkorai.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Bangkorai",
+	["Category"] = "Erkunden",
+},
+[969] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im Territorium des Aldmeri-Dominions.",
+	["points"] = 50,
+	["name"] = "Meistererkunder des Dominions",
+	["Category"] = "Erkunden",
+},
+[970] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Steinfälle.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Steinfälle",
+	["Category"] = "Erkunden",
+},
+[971] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Deshaan.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Deshaan",
+	["Category"] = "Erkunden",
+},
+[972] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Schattenfenn.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Schattenfenn",
+	["Category"] = "Erkunden",
+},
+[973] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Ostmarsch.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Ostmarsch",
+	["Category"] = "Erkunden",
+},
+[974] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Rift.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Rift",
+	["Category"] = "Erkunden",
+},
+[975] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt alle markanten Orte auf Ödfels und in Bal Foyen.",
+	["points"] = 15,
+	["name"] = "Erforscher von Ödfels und Bal Foyen",
+	["Category"] = "Erkunden",
+},
+[976] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Auridon.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Auridon",
+	["Category"] = "Erkunden",
+},
+[977] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Grahtwald.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Grahtwald",
+	["Category"] = "Erkunden",
+},
+[978] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Grünschatten.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Grünschatten",
+	["Category"] = "Erkunden",
+},
+[979] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Malabal Tor.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Malabal Tor",
+	["Category"] = "Erkunden",
+},
+[980] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Schnittermark.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Schnittermark",
+	["Category"] = "Erkunden",
+},
+[981] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle markanten Orte auf Stros M'Kai und Betnikh.",
+	["points"] = 15,
+	["name"] = "Erforscher von Stros M'Kai und Betnikh",
+	["Category"] = "Erkunden",
+},
+[982] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im Territorium des Dolchsturz-Bündnisses.",
+	["points"] = 50,
+	["name"] = "Meistererkunder des Bündnisses",
+	["Category"] = "Erkunden",
+},
+[983] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im Territorium des Ebenherz-Pakts.",
+	["points"] = 50,
+	["name"] = "Meistererkunder des Pakts",
+	["Category"] = "Erkunden",
+},
+[984] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Kalthafen.",
+	["points"] = 50,
+	["name"] = "Meistererkunder von Kalthafen",
+	["Category"] = "Erkunden",
+},
+[985] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen im unteren Kargstein.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher des unteren Kargsteins",
+	["Category"] = "Erkunden",
+},
+[986] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im unteren Kargstein.",
+	["points"] = 50,
+	["name"] = "Meistererkunder des unteren Kargstein",
+	["Category"] = "Erkunden",
+},
+[987] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Übersetzt alle Machtrunen",
+	["points"] = 10,
+	["name"] = "Macht",
+	["Category"] = "Handwerk",
+},
+[2316] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Beschafft während des Hexenfests ein Exemplar jeder Art von Plünderschädel.",
+	["points"] = 10,
+	["name"] = "Die geplünderten Massen",
+	["Category"] = "Feiertagsevents",
+},
+[989] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Findet alle Himmelsscherben in ganz Tamriel.",
+	["points"] = 50,
+	["name"] = "Himmelsscherbenjäger von Tamriel",
+	["Category"] = "Charakter",
+},
+[990] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt die Himmlische Magierin und befreit sie so vom Einfluss der Schlange.",
+	["points"] = 50,
+	["name"] = "Ätherisches Archiv abgeschlossen",
+	["Category"] = "Verliese",
+},
+[991] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt den Himmlischen Krieger und befreit ihn so vom Einfluss der Schlange.",
+	["points"] = 50,
+	["name"] = "Zitadelle von Hel Ra abgeschlossen",
+	["Category"] = "Verliese",
+},
+[992] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Herausforderer und verdient Euch den Titel des Champions der Drachenstern-Arena.",
+	["points"] = 50,
+	["name"] = "Champion der Drachenstern-Arena",
+	["Category"] = "Verliese",
+},
+[993] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt Kapitel 1 der Hauptgeschichte ab.",
+	["points"] = 10,
+	["name"] = "Seelenberaubt in Kalthafen",
+	["Category"] = "Quests",
+},
+[994] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt Kapitel 1,5 der Hauptgeschichte ab.",
+	["points"] = 10,
+	["name"] = "Die Zuflucht",
+	["Category"] = "Quests",
+},
+[995] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt Kapitel 2 der Hauptgeschichte ab.",
+	["points"] = 10,
+	["name"] = "Tochter der Riesen",
+	["Category"] = "Quests",
+},
+[996] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt Kapitel 2,5 der Hauptgeschichte ab.",
+	["points"] = 10,
+	["name"] = "Auf Schattenjagd",
+	["Category"] = "Quests",
+},
+[997] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt Kapitel 3 der Hauptgeschichte ab.",
+	["points"] = 10,
+	["name"] = "Das Schloss des Wurms",
+	["Category"] = "Quests",
+},
+[998] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt Kapitel 3,5 der Hauptgeschichte ab.",
+	["points"] = 10,
+	["name"] = "Der Tharn spricht",
+	["Category"] = "Quests",
+},
+[999] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt Kapitel 4 der Hauptgeschichte ab.",
+	["points"] = 10,
+	["name"] = "Die Hallen der Qual",
+	["Category"] = "Quests",
+},
+[1000] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt Kapitel 4,5 der Hauptgeschichte ab.",
+	["points"] = 10,
+	["name"] = "Das Tal der Klingen",
+	["Category"] = "Quests",
+},
+[1001] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt Kapitel 5 der Hauptgeschichte ab.",
+	["points"] = 10,
+	["name"] = "Der Schatten von Sancre Tor",
+	["Category"] = "Quests",
+},
+[1002] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt Kapitel 5,5 der Hauptgeschichte ab.",
+	["points"] = 10,
+	["name"] = "Der Rat der Fünf Gefährten",
+	["Category"] = "Quests",
+},
+[1003] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt Kapitel 6 der Hauptgeschichte ab.",
+	["points"] = 10,
+	["name"] = "Der Gott der Intrigen",
+	["Category"] = "Quests",
+},
+[1004] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tretet der Magiergilde bei.",
+	["points"] = 5,
+	["name"] = "Student der Magiergilde",
+	["Category"] = "Charakter",
+},
+[1005] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tretet der Kriegergilde bei.",
+	["points"] = 5,
+	["name"] = "Kamerad der Kriegergilde",
+	["Category"] = "Charakter",
+},
+[1006] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tretet den Unerschrockenen bei.",
+	["points"] = 5,
+	["name"] = "Rekrut der Unerschrockenen",
+	["Category"] = "Charakter",
+},
+[1007] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Werdet ein Werwolf.",
+	["points"] = 10,
+	["name"] = "Lykanthropie",
+	["Category"] = "Charakter",
+},
+[1008] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Werdet ein Vampir.",
+	["points"] = 10,
+	["name"] = "Vampirismus",
+	["Category"] = "Charakter",
+},
+[1009] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie der Werwölfe.",
+	["points"] = 50,
+	["name"] = "Meisterlykanthrop",
+	["Category"] = "Charakter",
+},
+[1010] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie der Vampire.",
+	["points"] = 50,
+	["name"] = "Meistervampir",
+	["Category"] = "Charakter",
+},
+[1011] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie der Magiergilde.",
+	["points"] = 50,
+	["name"] = "Fertigkeitsmeister der Magiergilde",
+	["Category"] = "Charakter",
+},
+[1012] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie der Kriegergilde.",
+	["points"] = 50,
+	["name"] = "Fertigkeitsmeister der Kriegergilde",
+	["Category"] = "Charakter",
+},
+[1013] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Erreicht Rang 5 in der Fertigkeitslinie der Unerschrockenen.",
+	["points"] = 50,
+	["name"] = "Fertigkeitsmeister der Unerschrockenen",
+	["Category"] = "Charakter",
+},
+[1014] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt Exarch Arnoth und vertreibt den Schuppenhof und dessen Verbündete aus der Feste Himmelsgriff.",
+	["points"] = 15,
+	["name"] = "Zerschmetterer der Schuppen",
+	["Category"] = "Quests",
+},
+[1015] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt Virmaril den Verräter und seine untoten Legionen in den Katakomben von Himmelsgriff.",
+	["points"] = 15,
+	["name"] = "Sieger über Virmaril",
+	["Category"] = "Quests",
+},
+[1016] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Besiegt Aetherion und stellt die nedischen Schutzzauber im Gipfel von Himmelsgriff wieder her.",
+	["points"] = 15,
+	["name"] = "Wächter des Gipfels",
+	["Category"] = "Quests",
+},
+[1017] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verwertet 50 Gegenstände.",
+	["points"] = 5,
+	["name"] = "Verwertergeselle",
+	["Category"] = "Handwerk",
+},
+[1018] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verwertet 100 Gegenstände.",
+	["points"] = 5,
+	["name"] = "Verwerterexperte",
+	["Category"] = "Handwerk",
+},
+[1019] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verwertet 1,000 Gegenstände.",
+	["points"] = 10,
+	["name"] = "Verwertermeister",
+	["Category"] = "Handwerk",
+},
+[1020] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Veredelt 30 Mal Rohmaterialien.",
+	["points"] = 5,
+	["name"] = "Veredelungsgeselle",
+	["Category"] = "Handwerk",
+},
+[1021] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Veredelt 300 Mal Rohmaterialien.",
+	["points"] = 5,
+	["name"] = "Veredelungsexperte",
+	["Category"] = "Handwerk",
+},
+[1022] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Veredelt 3,000 Mal Rohmaterialien.",
+	["points"] = 10,
+	["name"] = "Veredelungsmeister",
+	["Category"] = "Handwerk",
+},
+[1023] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt eine beliebige Eigenschaft für eine Waffe oder ein Rüstungsteil.",
+	["points"] = 5,
+	["name"] = "Übung macht den Meister",
+	["Category"] = "Handwerk",
+},
+[2304] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt Dagrund den Fülligen in der Marsch der Aufopferung, während Ihr immer seinem Umbruch ausweicht.",
+	["points"] = 5,
+	["name"] = "Leicht zu Fuß",
+	["Category"] = "Wolfhunter",
+},
+[1025] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt einen beliebigen Handwerksstil.",
+	["points"] = 5,
+	["name"] = "Treu der Tradition",
+	["Category"] = "Handwerk",
+},
+[1026] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 10 Rezepte.",
+	["points"] = 5,
+	["name"] = "Rezeptkarte",
+	["Category"] = "Handwerk",
+},
+[1027] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 50 Rezepte.",
+	["points"] = 10,
+	["name"] = "Rezeptbuch",
+	["Category"] = "Handwerk",
+},
+[1028] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 100 Rezepte.",
+	["points"] = 15,
+	["name"] = "Rezeptkompendium",
+	["Category"] = "Handwerk",
+},
+[2307] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt Kerkermeister Melitus in der Mondjägerfeste, ohne durch seine blutigen Geysire Schaden zu erleiden.",
+	["points"] = 5,
+	["name"] = "Blutgelage",
+	["Category"] = "Wolfhunter",
+},
+[1030] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Stile der Allianzen.",
+	["points"] = 15,
+	["name"] = "Meister der Stile der Allianzen",
+	["Category"] = "Handwerk",
+},
+[1031] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlangt Rang 50 in Alchemie.",
+	["points"] = 50,
+	["name"] = "Meisteralchemist",
+	["Category"] = "Handwerk",
+},
+[1032] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlangt Rang 50 in Schmiedekunst.",
+	["points"] = 50,
+	["name"] = "Meisterschmied",
+	["Category"] = "Handwerk",
+},
+[1033] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlangt Rang 50 in Schneiderei.",
+	["points"] = 50,
+	["name"] = "Meisterschneider",
+	["Category"] = "Handwerk",
+},
+[1034] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlangt Rang 50 in Verzaubern.",
+	["points"] = 50,
+	["name"] = "Meisterverzauberer",
+	["Category"] = "Handwerk",
+},
+[1035] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlangt Rang 50 in Versorgen.",
+	["points"] = 50,
+	["name"] = "Meisterversorger",
+	["Category"] = "Handwerk",
+},
+[1036] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlangt Rang 50 in Schreinern.",
+	["points"] = 50,
+	["name"] = "Meisterschreiner",
+	["Category"] = "Handwerk",
+},
+[2308] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt den Wirrrankenwächter in den Gärten der Mondjägerfeste (Veteranen), ohne dass ein Gruppenmitglied von einem Würger verlangsamt wird.",
+	["points"] = 5,
+	["name"] = "Umgangene Würgepartie",
+	["Category"] = "Wolfhunter",
+},
+[2309] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt den Wirrrankenwächter in der Mondjägerfeste (Veteranen), ohne von seinen Wurzeln festgehalten zu werden.",
+	["points"] = 5,
+	["name"] = "Wurzel des Übels",
+	["Category"] = "Wolfhunter",
+},
+[2310] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt die Wyrdschwestern in der Marsch der Aufopferung (Veteranen), ohne dass sie sich mit ihren Auren gegenseitig stärken können.",
+	["points"] = 10,
+	["name"] = "Standhafte Schwesternschaft",
+	["Category"] = "Wolfhunter",
+},
+[1040] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verbessert Schmiedewaren zu allen verfügbaren Qualitäten.",
+	["points"] = 50,
+	["name"] = "Legendärer Schmied",
+	["Category"] = "Handwerk",
+},
+[1041] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt jede verfügbare Eigenschaft mindestens einmal.",
+	["points"] = 50,
+	["name"] = "Meister der Eigenschaften",
+	["Category"] = "Handwerk",
+},
+[1042] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Wendet mit einem Charakter eine von ihm erstellte legendäre Verzauberung auf ein von ihm hergestelltes legendäres Ausrüstungsstück an.",
+	["points"] = 50,
+	["name"] = "Wahrlich legendär",
+	["Category"] = "Handwerk",
+},
+[1043] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle seltenen Handwerksstile.",
+	["points"] = 50,
+	["name"] = "Meister seltener Handwerksstile",
+	["Category"] = "Handwerk",
+},
+[1044] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verbessert Schreinerwaren zu allen verfügbaren Qualitäten.",
+	["points"] = 50,
+	["name"] = "Legendärer Schreiner",
+	["Category"] = "Handwerk",
+},
+[1045] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt jede Eigenschaft der nachfolgenden alchemistischen Reagenzien.",
+	["points"] = 50,
+	["name"] = "Botaniker",
+	["Category"] = "Handwerk",
+},
+[1046] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Bereitet berühmte und epische Nahrungsmittel zu.",
+	["points"] = 50,
+	["name"] = "Meisterkoch",
+	["Category"] = "Handwerk",
+},
+[2311] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt Balorgh in der Marsch der Aufopferung (Veteranen) und vermeidet dabei sowohl das geladene Wasser als auch die giftigen Pflanzen.",
+	["points"] = 10,
+	["name"] = "Überraschungsmoment",
+	["Category"] = "Wolfhunter",
+},
+[1048] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verbessert Schneiderwaren zu allen verfügbaren Qualitäten.",
+	["points"] = 50,
+	["name"] = "Legendärer Schneider",
+	["Category"] = "Handwerk",
+},
+[1049] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions in Wurzelbruch.",
+	["points"] = 50,
+	["name"] = "Eroberer von Wurzelbruch",
+	["Category"] = "Verliese",
+},
+[1050] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions von Rulanyils Fall.",
+	["points"] = 50,
+	["name"] = "Eroberer von Rulanyils Fall",
+	["Category"] = "Verliese",
+},
+[1051] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions der Blutgrotten.",
+	["points"] = 50,
+	["name"] = "Eroberer der Blutgrotten",
+	["Category"] = "Verliese",
+},
+[1052] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions im Düsteren Herrenhaus.",
+	["points"] = 50,
+	["name"] = "Eroberer des Düsteren Herrenhauses",
+	["Category"] = "Verliese",
+},
+[1053] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions im Weihegrund des Finsteren.",
+	["points"] = 50,
+	["name"] = "Eroberer des Weihegrunds des Finsteren",
+	["Category"] = "Verliese",
+},
+[1054] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions in den Knochenknacker-Ruinen.",
+	["points"] = 50,
+	["name"] = "Eroberer der Knochenknacker-Ruinen",
+	["Category"] = "Verliese",
+},
+[1055] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions in Razaks Rad.",
+	["points"] = 50,
+	["name"] = "Eroberer von Razaks Rad",
+	["Category"] = "Verliese",
+},
+[1056] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions im Dorf der Verlorenen.",
+	["points"] = 50,
+	["name"] = "Eroberer des Dorfs der Verlorenen",
+	["Category"] = "Verliese",
+},
+[1057] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions in Wurzelbruch.",
+	["points"] = 10,
+	["name"] = "Sieger von Wurzelbruch",
+	["Category"] = "Verliese",
+},
+[1058] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions von Rulanyils Fall.",
+	["points"] = 10,
+	["name"] = "Sieger von Rulanyils Fall",
+	["Category"] = "Verliese",
+},
+[1059] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions der Blutgrotten.",
+	["points"] = 10,
+	["name"] = "Sieger der Blutgrotten",
+	["Category"] = "Verliese",
+},
+[1060] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions im Düsteren Herrenhaus.",
+	["points"] = 10,
+	["name"] = "Sieger des Düsteren Herrenhauses",
+	["Category"] = "Verliese",
+},
+[1061] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions im Weihegrund des Finsteren.",
+	["points"] = 10,
+	["name"] = "Sieger des Weihegrunds des Finsteren",
+	["Category"] = "Verliese",
+},
+[1062] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions in den Knochenknacker-Ruinen.",
+	["points"] = 10,
+	["name"] = "Sieger der Knochenknacker-Ruinen",
+	["Category"] = "Verliese",
+},
+[1063] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions in Razaks Rad",
+	["points"] = 10,
+	["name"] = "Sieger von Razaks Rad",
+	["Category"] = "Verliese",
+},
+[1064] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt drei der Champions im Dorf der Verlorenen.",
+	["points"] = 10,
+	["name"] = "Sieger des Dorfs der Verlorenen",
+	["Category"] = "Verliese",
+},
+[2312] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt Balorgh in der Marsch der Aufopferung (Veteranen), nachdem Ihr das Banner des Mondjägerrudels entweiht habt, ohne von seinem Glimmen getroffen zu werden.",
+	["points"] = 10,
+	["name"] = "Perfekte Jagd",
+	["Category"] = "Wolfhunter",
+},
+[2254] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Eine Zeit für Schlamm und Pilze“ des Psijik-Ordens auf Sommersend ab.",
+	["points"] = 10,
+	["name"] = "Psijik-Marschmarschierer",
+	["Category"] = "Summerset",
+},
+[2253] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Ein Riss inmitten der Bäume“ des Psijik-Ordens auf Sommersend ab.",
+	["points"] = 10,
+	["name"] = "Psijik-Förster",
+	["Category"] = "Summerset",
+},
+[1068] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions der offenen Verliese im Ebenherz-Pakt.",
+	["points"] = 50,
+	["name"] = "Eroberer des Ebenherz-Pakts",
+	["Category"] = "Verliese",
+},
+[1069] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions der offenen Verliese im Aldmeri-Dominion.",
+	["points"] = 50,
+	["name"] = "Eroberer des Aldmeri-Dominions",
+	["Category"] = "Verliese",
+},
+[1070] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Champions der offenen Verliese im Dolchsturz-Bündnis.",
+	["points"] = 50,
+	["name"] = "Eroberer des Dolchsturz-Bündnisses",
+	["Category"] = "Verliese",
+},
+[1071] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Bewältigt die angegebenen Zeit-Herausforderungen.",
+	["points"] = 50,
+	["name"] = "Gegen die Uhr",
+	["Category"] = "Veteranenverliese",
+},
+[1072] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Bewältigt die angegebenen Verliesherausforderungen.",
+	["points"] = 50,
+	["name"] = "Bewältigt alle Verliesherausforderungen",
+	["Category"] = "Veteranenverliese",
+},
+[1073] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Anführer der Gruppenverliese im Ebenherz-Pakt.",
+	["points"] = 50,
+	["name"] = "Sieger des Pakts",
+	["Category"] = "Verliese",
+},
+[1074] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Anführer der Gruppenverliese im Dolchsturz-Bündnis.",
+	["points"] = 50,
+	["name"] = "Sieger des Bündnisses",
+	["Category"] = "Verliese",
+},
+[1075] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Anführer der Gruppenverliese im Aldmeri-Dominion.",
+	["points"] = 50,
+	["name"] = "Sieger des Dominions",
+	["Category"] = "Verliese",
+},
+[2252] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Der zersplitterte Stab“ des Psijik-Ordens auf Sommersend ab.",
+	["points"] = 10,
+	["name"] = "Psijik-Wiederhersteller",
+	["Category"] = "Summerset",
+},
+[2251] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Risse von Frost und Feuer“ des Psijik-Ordens auf Sommersend ab.",
+	["points"] = 10,
+	["name"] = "Psijik-Koordinator",
+	["Category"] = "Summerset",
+},
+[1078] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Schließt eine Prüfung der Woche ab.",
+	["points"] = 50,
+	["name"] = "Prüfung der Woche",
+	["Category"] = "Verliese",
+},
+[1079] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Schließt eine Prüfung der Woche innerhalb von 33 Minuten ab.",
+	["points"] = 50,
+	["name"] = "Gegen die Uhr: Prüfung der Woche",
+	["Category"] = "Verliese",
+},
+[1080] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Schließt die Zitadelle von Hel Ra innerhalb des Zeitlimits von 33 Minuten ab.",
+	["points"] = 50,
+	["name"] = "Gegen die Uhr: Zitadelle von Hel Ra",
+	["Category"] = "Verliese",
+},
+[1081] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Schließt das Ätherische Archive innerhalb des Zeitlimits von 33 Minuten ab.",
+	["points"] = 50,
+	["name"] = "Gegen die Uhr: Ätherisches Archiv",
+	["Category"] = "Verliese",
+},
+[1082] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Rettet alle Mitglieder der fehlgeschlagenen Expedition der Unerschrockenen in die Totenländer von Mehrunes Dagon.",
+	["points"] = 10,
+	["name"] = "Unerschrockener Retter",
+	["Category"] = "Veteranenverliese",
+},
+[2313] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Benutzt den mit der Pfeife der Hexenmutter herbeigerufenen Kessel während des Hexenfests zehnmal.",
+	["points"] = 5,
+	["name"] = "Kesselbeschwörer",
+	["Category"] = "Feiertagsevents",
+},
+[1084] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Lasst in der Krypta der Herzen II (Veteranen) mindestens vier von Nerien'eths Schülern am Leben, bis er die Ebenerzklinge ergreift und besiegt sie dann alle zusammen.",
+	["points"] = 50,
+	["name"] = "Auf Klinges Schneide",
+	["Category"] = "Veteranenverliese",
+},
+[1085] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Bereitet ein berühmtes Gericht oder Getränk zu.",
+	["points"] = 10,
+	["name"] = "Berühmter Versorger",
+	["Category"] = "Handwerk",
+},
+[1086] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Bereitet ein episches Gericht oder Getränk zu.",
+	["points"] = 15,
+	["name"] = "Epischer Versorger",
+	["Category"] = "Handwerk",
+},
+[1087] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften des Benediktenkrauts.",
+	["points"] = 5,
+	["name"] = "Benediktenkraut",
+	["Category"] = "Handwerk",
+},
+[1088] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften des Wermuts.",
+	["points"] = 5,
+	["name"] = "Wermut",
+	["Category"] = "Handwerk",
+},
+[1089] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften des Wiesenschaumkrauts.",
+	["points"] = 5,
+	["name"] = "Wiesenschaumkraut",
+	["Category"] = "Handwerk",
+},
+[1090] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften des Wolfsauges.",
+	["points"] = 5,
+	["name"] = "Wolfsauge",
+	["Category"] = "Handwerk",
+},
+[1091] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften des Drachendorns.",
+	["points"] = 5,
+	["name"] = "Drachendorn",
+	["Category"] = "Handwerk",
+},
+[1092] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften der Bergblume.",
+	["points"] = 5,
+	["name"] = "Bergblume",
+	["Category"] = "Handwerk",
+},
+[1093] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften der Akelei.",
+	["points"] = 5,
+	["name"] = "Akelei",
+	["Category"] = "Handwerk",
+},
+[1094] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften der Kornblume.",
+	["points"] = 5,
+	["name"] = "Kornblume",
+	["Category"] = "Handwerk",
+},
+[1095] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften der Nirnwurz.",
+	["points"] = 5,
+	["name"] = "Nirnwurz",
+	["Category"] = "Handwerk",
+},
+[1096] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften der Wasserhyazinthe.",
+	["points"] = 5,
+	["name"] = "Wasserhyazinthe",
+	["Category"] = "Handwerk",
+},
+[1097] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften der Stinkmorchel.",
+	["points"] = 5,
+	["name"] = "Stinkmorchel",
+	["Category"] = "Handwerk",
+},
+[1098] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften des blauen Glöcklings.",
+	["points"] = 5,
+	["name"] = "Blauer Glöckling",
+	["Category"] = "Handwerk",
+},
+[1099] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften des Brechtäublings.",
+	["points"] = 5,
+	["name"] = "Brechtäubling",
+	["Category"] = "Handwerk",
+},
+[1100] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften des violetten Tintlings.",
+	["points"] = 5,
+	["name"] = "Violetter Tintling",
+	["Category"] = "Handwerk",
+},
+[1101] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften von Namiras Fäulnis.",
+	["points"] = 5,
+	["name"] = "Namiras Fäulnis",
+	["Category"] = "Handwerk",
+},
+[1102] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften der Weißkappe.",
+	["points"] = 5,
+	["name"] = "Weißkappe",
+	["Category"] = "Handwerk",
+},
+[1103] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften des Leuchttäublings",
+	["points"] = 5,
+	["name"] = "Leuchttäubling",
+	["Category"] = "Handwerk",
+},
+[1104] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften des Koboldschemels.",
+	["points"] = 5,
+	["name"] = "Koboldschemel",
+	["Category"] = "Handwerk",
+},
+[1105] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 300 Dremora in der Stadt der Asche II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Mehrunes Dremoraschlächter",
+	["Category"] = "Veteranenverliese",
+},
+[1106] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 50 Flammenkolosse in der Stadt der Asche II (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Flammenkolosse",
+	["Category"] = "Veteranenverliese",
+},
+[1107] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Rukhan, Marruz, Akezel, Urata die Legion, Horvantud den Feuerschlund, den Aschtitan, die Daedra bei der Brücke zu Valkyn Skoria und anschließend Valkyn Skoria in der Stadt der Asche II (Veteranen), ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Tödlicher Überlebender der Totenländer",
+	["Category"] = "Veteranenverliese",
+},
+[1108] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Rukhan, Marruz, Akezel, Urata die Legion, Horvantud den Feuerschlund, den Aschtitan, die Daedra bei der Brücke zu Valkyn Skoria und anschließend Valkyn Skoria innerhalb von dreißig Minuten nach dem Betreten der Stadt der Asche II (Veteranen). Die Zeit läuft, sobald Ihr den inneren Hain betretet.",
+	["points"] = 50,
+	["name"] = "Assassine der Stadt der Asche II",
+	["Category"] = "Veteranenverliese",
+},
+[1109] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Tötet alle benannten Champions der daedrischen Truppen in der Kanalisation der Kaiserstadt.",
+	["points"] = 15,
+	["name"] = "Unterwerfer der Kanalisation",
+	["Category"] = "Imperial City",
+},
+[2249] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Der Ruf der Psijiker“ des Psijik-Ordens auf Sommersend ab.",
+	["points"] = 10,
+	["name"] = "Psijik-Erhörender",
+	["Category"] = "Summerset",
+},
+[1111] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Erforscht die kulinarischen Traditionen der Dremora.",
+	["points"] = 5,
+	["name"] = "Ein Zuckerschlecken",
+	["Category"] = "Veteranenverliese",
+},
+[1112] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Schließt die Pilgerreise durch den Grauen Lauf innerhalb der vorgegebenen Zeit ab.",
+	["points"] = 15,
+	["name"] = "Pilger in Kargstein",
+	["Category"] = "Quests",
+},
+[1113] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Verwendet den Futterhaufen im Sanctum Ophidia und überlebt den darauf folgenden Kampf.",
+	["points"] = 5,
+	["name"] = "Sanctum Ophidia: Futtergrube",
+	["Category"] = "Verliese",
+},
+[1114] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Schließt einen Pakt mit dem Eisigen Folianten und besiegt dann Valkyn Skoria in der Stadt der Asche II (Veteranen).",
+	["points"] = 50,
+	["name"] = "Eine Welt in Brand",
+	["Category"] = "Veteranenverliese",
+},
+[1115] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Verursacht 1,000,000 Schaden in Prüfungen.",
+	["points"] = 10,
+	["name"] = "Prüfungsrüpel",
+	["Category"] = "Verliese",
+},
+[1116] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Heilt 1,000,000 Leben in Prüfungen.",
+	["points"] = 10,
+	["name"] = "Prüfungsheiler",
+	["Category"] = "Verliese",
+},
+[1117] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Blockt 1,000,000 Schaden in Prüfungen.",
+	["points"] = 10,
+	["name"] = "Prüfungsblocker",
+	["Category"] = "Verliese",
+},
+[2248] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Besiegt während des Mittjahrgemetzels jeden der patrouillierenden Schrecken in der Kaiserstadt.",
+	["points"] = 15,
+	["name"] = "Mittjahrsschrecken",
+	["Category"] = "Feiertagsevents",
+},
+[2247] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Tötet während des Mittjahrgemetzels einen Gierskampen in der Kanalisation der Kaiserstadt.",
+	["points"] = 10,
+	["name"] = "Gemetzelskampen",
+	["Category"] = "Feiertagsevents",
+},
+[1120] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt die Richtmeisterin, die Elitewache, die Ebenenhemmerin und Molag Kena im Weißgoldturm (Veteranen).",
+	["points"] = 15,
+	["name"] = "Eroberer des Weißgoldturms",
+	["Category"] = "Imperial City",
+},
+[1121] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Findet Geldrion Schneisenschlags Lager in Belkarth.",
+	["points"] = 5,
+	["name"] = "Weltliche Besitztümer",
+	["Category"] = "Erkunden",
+},
+[1122] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Befreit die Gefangenen aus den Zellenblöcken des Gefängnisbezirks der Kaiserstadt.",
+	["points"] = 5,
+	["name"] = "Gesprengte Ketten",
+	["Category"] = "Imperial City",
+},
+[1123] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt die Himmlische Schlange.",
+	["points"] = 50,
+	["name"] = "Sanctum Ophidia abgeschlossen",
+	["Category"] = "Verliese",
+},
+[1124] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Schließt das Sanctum Ophidia innerhalb des Zeitlimits von 33 Minuten ab.",
+	["points"] = 50,
+	["name"] = "Gegen die Uhr: Sanctum Ophidia",
+	["Category"] = "Verliese",
+},
+[1125] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt die nirngeschliffene Eigenschaft für eine Waffe oder ein Rüstungsstück.",
+	["points"] = 5,
+	["name"] = "Nirnschleifen",
+	["Category"] = "Handwerk",
+},
+[1126] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte im oberen Kargstein.",
+	["points"] = 50,
+	["name"] = "Meistererkunder des oberen Kargstein",
+	["Category"] = "Erkunden",
+},
+[1127] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen im oberen Kargstein.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher des oberen Kargstein",
+	["Category"] = "Erkunden",
+},
+[1128] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt alle Anführer, einschließlich allen mächtigen Gegnern im Gefängnis der Kaiserstadt (Veteranen) innerhalb von fünfundvierzig Minuten nach dem Betreten des Verlieses. Die Zeit läuft, sobald Ihr die Bastion betretet.",
+	["points"] = 50,
+	["name"] = "Kein Gefängnis hält mich",
+	["Category"] = "Imperial City",
+},
+[1129] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt alle Anführer, einschließlich allen mächtigen Gegnern im Gefängnis der Kaiserstadt (Veteranen), ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Lebenslänglich",
+	["Category"] = "Imperial City",
+},
+[1130] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt 50 wachsame Beobachter im Gefängnis der Kaiserstadt (Veteranen).",
+	["points"] = 10,
+	["name"] = "Schlächter wachsamer Beobachter",
+	["Category"] = "Imperial City",
+},
+[1131] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt 300 Geistberaubte im Gefängnis der Kaiserstadt (Veteranen).",
+	["points"] = 10,
+	["name"] = "Schlächter der Geistberaubten",
+	["Category"] = "Imperial City",
+},
+[1132] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Bewältigt die angegebenen Herausforderungen für die Verliese der Kaiserstadt (Veteranen).",
+	["points"] = 50,
+	["name"] = "Herausforderer der Kaiserstadt",
+	["Category"] = "Imperial City",
+},
+[1133] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt den Oberunhold, Ibomez den Fleischbildner, den Grablicht-Wachposten, die Fleischabscheulichkeit und Hochwärter Dämmer, ohne dass ein Gruppenmitglied von den wachsamen Beobachtern im Gefängnis der Kaiserstadt bemerkt wird.",
+	["points"] = 50,
+	["name"] = "Außer Sicht",
+	["Category"] = "Imperial City",
+},
+[2246] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Verdient während des Mittjahrgemetzels 25 Schlachtfeldmedaillen.",
+	["points"] = 10,
+	["name"] = "Medaillengemetzel",
+	["Category"] = "Feiertagsevents",
+},
+[2245] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Erobert während des Mittjahrgemetzels 15 Bauernhöfe, Minen oder Holzarbeiterlager.",
+	["points"] = 10,
+	["name"] = "Pelinals Ernte",
+	["Category"] = "Feiertagsevents",
+},
+[1136] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt den Himmlischen Krieger, nachdem Ihr ihn durch die Zerstörung seiner Statuenarmee erzürnt habt.",
+	["points"] = 50,
+	["name"] = "Schwierigkeiten der Zitadelle von Hel Ra",
+	["Category"] = "Verliese",
+},
+[1137] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt die Himmlische Magierin, nachdem Ihr sie durch das Zerschlagen der Ätherischen Kugeln verspottet habt.",
+	["points"] = 50,
+	["name"] = "Schwierigkeiten im Ätherischen Archiv",
+	["Category"] = "Verliese",
+},
+[1138] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt die Himmlische Schlange, nachdem Ihr die heiligen Banner des Schuppenhofs entweiht habt.",
+	["points"] = 50,
+	["name"] = "Schwierigkeiten im Sanctum Ophidia",
+	["Category"] = "Verliese",
+},
+[1139] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Schließt die Zitadelle von Hel Ra, das Ätherische Archiv und das Sanctum Ophidia auf der schwierigsten Stufe ab.",
+	["points"] = 50,
+	["name"] = "Eroberer der Prüfungen von Kargstein",
+	["Category"] = "Verliese",
+},
+[1140] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt alle Herausforderer im Veteranenmodus der Drachenstern-Arena.",
+	["points"] = 50,
+	["name"] = "Eroberer der Drachenstern-Arena",
+	["Category"] = "Verliese",
+},
+[2244] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Vsskalvor an einem Kluftgeysir.",
+	["points"] = 10,
+	["name"] = "Schlangenbeschwörer",
+	["Category"] = "Summerset",
+},
+[1142] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt Hochwärter Dämmer im Gefängnis der Kaiserstadt, während weder Ihr noch Eure Gruppe von Dunkellicht-Ausbrüchen getroffen werdet.",
+	["points"] = 50,
+	["name"] = "Dunkellicht-Tänzer",
+	["Category"] = "Imperial City",
+},
+[1143] =
+{
+	["Category_ID"] = 7,
+	["description"] = "Beseitigt die Bedrohung durch die Schlange und ihren Schuppenhof in ganz Kargstein.",
+	["points"] = 50,
+	["name"] = "Kargstein komplettiert",
+	["Category"] = "Quests",
+},
+[1144] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Dwemer“.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Dwemer",
+	["Category"] = "Handwerk",
+},
+[1145] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Lasst Euch in Alchemie, Schmieden, Schneidern, Verzaubern, Versorgen und Schreinern zertifizieren.",
+	["points"] = 10,
+	["name"] = "Zertifizierter Alleskönner",
+	["Category"] = "Handwerk",
+},
+[1146] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erfüllt einen Handwerksschrieb.",
+	["points"] = 5,
+	["name"] = "Erstlingswerk",
+	["Category"] = "Handwerk",
+},
+[1147] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erfüllt 25 Handwerksschriebe.",
+	["points"] = 10,
+	["name"] = "Handwerksfleiß",
+	["Category"] = "Handwerk",
+},
+[1148] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erfüllt 150 Handwerksschriebe.",
+	["points"] = 15,
+	["name"] = "Mit Brief und Siegel",
+	["Category"] = "Handwerk",
+},
+[1149] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erfüllt 250 Handwerksschriebe.",
+	["points"] = 50,
+	["name"] = "Schriebe bis zum Himmel",
+	["Category"] = "Handwerk",
+},
+[1150] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Erfüllt ein Gelöbnis der Unerschrockenen von Maj al-Ragath.",
+	["points"] = 5,
+	["name"] = "Gelöbniserfüller",
+	["Category"] = "Verliese",
+},
+[1151] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Erfüllt 10 Gelöbnisse der Unerschrockenen von Maj al-Ragath.",
+	["points"] = 10,
+	["name"] = "Wiederkehrender Unerschrockener",
+	["Category"] = "Verliese",
+},
+[1152] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Erfüllt 50 Gelöbnisse der Unerschrockenen von Maj al-Ragath.",
+	["points"] = 15,
+	["name"] = "Täglich Unerschrocken",
+	["Category"] = "Verliese",
+},
+[1153] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Erfüllt 100 Gelöbnisse der Unerschrockenen von Maj al-Ragath.",
+	["points"] = 50,
+	["name"] = "Majs Helfer",
+	["Category"] = "Verliese",
+},
+[1154] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Erfüllt ein Gelöbnis der Unerschrockenen von Glirion dem Rotbart.",
+	["points"] = 5,
+	["name"] = "Bewiesenes Gegenteil",
+	["Category"] = "Verliese",
+},
+[1155] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Erfüllt 10 Gelöbnisse der Unerschrockenen von Glirion dem Rotbart.",
+	["points"] = 10,
+	["name"] = "Noch nicht der letzte Atemzug",
+	["Category"] = "Verliese",
+},
+[1156] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Erfüllt 50 Gelöbnisse der Unerschrockenen von Glirion dem Rotbart.",
+	["points"] = 15,
+	["name"] = "Erneut dem Tod entkommen",
+	["Category"] = "Verliese",
+},
+[1157] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Erfüllt 100 Gelöbnisse der Unerschrockenen von Glirion dem Rotbart.",
+	["points"] = 50,
+	["name"] = "Glirions Vasall",
+	["Category"] = "Verliese",
+},
+[1158] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Erreicht Stufe 45 und sichert Euch die Aufmerksamkeit der Unerschrockenen Elite.",
+	["points"] = 10,
+	["name"] = "Ruf der Unerschrockenen",
+	["Category"] = "Verliese",
+},
+[1159] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Schließt die folgenden Errungenschaften der Stadt der Asche II ab.",
+	["points"] = 50,
+	["name"] = "Vertrautheit mit den Totenländern",
+	["Category"] = "Veteranenverliese",
+},
+[1160] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Findet alle 13 Himmelsscherben in der Kaiserstadt.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger der Kaiserstadt",
+	["Category"] = "Imperial City",
+},
+[2243] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Gezeitenbruch an einem Kluftgeysir.",
+	["points"] = 10,
+	["name"] = "Gezeitengrab",
+	["Category"] = "Summerset",
+},
+[2242] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Eejoba die Strahlende an einem Kluftgeysir.",
+	["points"] = 10,
+	["name"] = "Strahlende Randale",
+	["Category"] = "Summerset",
+},
+[2059] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt die Quest „Das Seltsame an Seht“ ab.",
+	["points"] = 10,
+	["name"] = "Schall und Rauch",
+	["Category"] = "Clockwork City",
+},
+[2060] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt die Quest „Tiefere Schatten“ ab.",
+	["points"] = 10,
+	["name"] = "Mittelsmann",
+	["Category"] = "Clockwork City",
+},
+[2061] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt die Quest „Verloren in Immergrau“ ab.",
+	["points"] = 10,
+	["name"] = "Vom gleichen Schlag",
+	["Category"] = "Clockwork City",
+},
+[2062] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt die Quest „Hinein in die Schwärze“ ab.",
+	["points"] = 10,
+	["name"] = "Schattenboxen",
+	["Category"] = "Clockwork City",
+},
+[2063] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt die Quest „Wo die Schatten ruhen“ ab.",
+	["points"] = 10,
+	["name"] = "Der wahre Sotha Sil",
+	["Category"] = "Clockwork City",
+},
+[2235] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Sorgt 15 Mal dafür, dass während eines Aufenthalts in Z'Majas Schattenwelt in Wolkenruh kein Yaghra den Durchgang erreicht und in die Welt der Sterblichen gelangt.",
+	["points"] = 15,
+	["name"] = "Yaghrablockkade",
+	["Category"] = "Summerset",
+},
+[1169] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Entdeckt alle markanten Orte der Kanalisation der Kaiserstadt.",
+	["points"] = 10,
+	["name"] = "Pfadfinder der Kanalisation der Kaiserstadt",
+	["Category"] = "Imperial City",
+},
+[2064] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt die Quest „Das Licht des Wissens“ ab.",
+	["points"] = 10,
+	["name"] = "Die Last des Wissens",
+	["Category"] = "Clockwork City",
+},
+[1171] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Stellt die Schlüssel für alle Tröphäentruhen in der Kaiserstadt her.",
+	["points"] = 10,
+	["name"] = "Schlosser der Kaiserstadt",
+	["Category"] = "Imperial City",
+},
+[1172] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Stellt insgesamt 25 Schlüssel für die Trophäenkammern der Kaiserstadt her.",
+	["points"] = 50,
+	["name"] = "Schlüsselsammler",
+	["Category"] = "Imperial City",
+},
+[2233] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Verwendet im Kampf gegen Z'Maja mit Sirorias Schatten an ihrer Seite in Wolkenruh (Veteranen) eine lodernde Fackel, um 20 Todesstöße gegen Schatten der Gefallenen zu erzielen.",
+	["points"] = 15,
+	["name"] = "Licht und tödliche Schatten",
+	["Category"] = "Summerset",
+},
+[1174] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt jeden der patrouillierenden Schrecken in der Kaiserstadt.",
+	["points"] = 15,
+	["name"] = "Patrouillenschreck",
+	["Category"] = "Imperial City",
+},
+[1175] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Setzt Molag Bals geheimen Plan in der Kaiserstadt ein Ende.",
+	["points"] = 15,
+	["name"] = "Der Hohe Beschützer",
+	["Category"] = "Imperial City",
+},
+[1176] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Tötet 1 Spieler in der Kaiserstadt.",
+	["points"] = 5,
+	["name"] = "Rekrut der Kaiserstadt",
+	["Category"] = "Imperial City",
+},
+[1177] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Tötet 50 Spieler in der Kaiserstadt.",
+	["points"] = 10,
+	["name"] = "Veteran der Kaiserstadt",
+	["Category"] = "Imperial City",
+},
+[1178] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Tötet 100 Spieler in der Kaiserstadt.",
+	["points"] = 15,
+	["name"] = "Kriegsherr der Kaiserstadt",
+	["Category"] = "Imperial City",
+},
+[1179] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Erhaltet 900 Tel'Var-Steine auf einmal.",
+	["points"] = 15,
+	["name"] = "Volltreffer",
+	["Category"] = "Imperial City",
+},
+[2232] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Sorgt dafür, dass im Kampf gegen Z'Maja mit allen drei Schatten der Welkynare an ihrer Seite in Wolkenruh (Veteranen) ein Spieler mit der Raureifbeeinflussung und zwei andere Spieler mit der voltaischen Überladung den Schaden einer lodernden Fackel übernehmen.",
+	["points"] = 50,
+	["name"] = "Ein Unglück kommt selten allein",
+	["Category"] = "Summerset",
+},
+[1181] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Xivkyn“.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Xivkyn",
+	["Category"] = "Imperial City",
+},
+[1182] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 1 Gierskampen.",
+	["points"] = 10,
+	["name"] = "Verfolger der Gierskampen",
+	["Category"] = "Imperial City",
+},
+[2229] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und erlernt 25 Handwerksstile vollständig.",
+	["points"] = 15,
+	["name"] = "Aufstrebender Stilmeister",
+	["Category"] = "Handwerk",
+},
+[1184] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Macht Euch einen Namen in der kaiserlichen Arena, indem Ihr gegen die Ringmeisterin und ihre Diener besteht.",
+	["points"] = 15,
+	["name"] = "Champion der kaiserlichen Arena",
+	["Category"] = "Imperial City",
+},
+[1185] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Schließt das Ereignis „Tempel der Kaiserstadt“ ab, indem Ihr den daedrischen Titan Uzuruz besiegt.",
+	["points"] = 15,
+	["name"] = "Beschützer des Glaubens",
+	["Category"] = "Imperial City",
+},
+[1186] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Fangt alle 12 seltenen Fische in der Kaiserstadt.",
+	["points"] = 5,
+	["name"] = "Angler der Kaiserstadt",
+	["Category"] = "Imperial City",
+},
+[2228] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und erlernt 10 Handwerksstile vollständig.",
+	["points"] = 10,
+	["name"] = "Angehender Stilmeister",
+	["Category"] = "Handwerk",
+},
+[2226] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erreicht Rang 50 mit allen Handwerkssparten.",
+	["points"] = 15,
+	["name"] = "Berufsmeister",
+	["Category"] = "Handwerk",
+},
+[2225] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Lasst Euch im Schmuckhandwerk zertifizieren. Ihr könnt dies auf Sommersend tun.",
+	["points"] = 5,
+	["name"] = "Zertifizierter Schmuckhandwerker",
+	["Category"] = "Handwerk",
+},
+[1190] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Stehlt erfolgreich aus den Taschen eines Bürgers Tamriels.",
+	["points"] = 5,
+	["name"] = "Beutelgreifer",
+	["Category"] = "Charakter",
+},
+[1191] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Stehlt erfolgreich aus den Taschen von 100 Bürgern Tamriels.",
+	["points"] = 10,
+	["name"] = "Beuteldieb",
+	["Category"] = "Charakter",
+},
+[1192] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Stehlt erfolgreich aus den Taschen von 1,000 Bürgern Tamriels.",
+	["points"] = 15,
+	["name"] = "Beutelmeister",
+	["Category"] = "Charakter",
+},
+[1193] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Entkommt erfolgreich einer Wache, nachdem Ihr gestellt wurdet und die Flucht ergriffen habt.",
+	["points"] = 5,
+	["name"] = "Schnipp und weg",
+	["Category"] = "Charakter",
+},
+[1194] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Entkommt erfolgreich 100 Wachen, nachdem Ihr gestellt wurdet und die Flucht ergriffen habt.",
+	["points"] = 15,
+	["name"] = "Fluchtkünstler",
+	["Category"] = "Charakter",
+},
+[1195] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Bezahlt auf einmal 1,000 Gold oder mehr, um für Eure Taten gegen Bürger Tamriels zu sühnen.",
+	["points"] = 15,
+	["name"] = "Wiedergutmachung",
+	["Category"] = "Charakter",
+},
+[1196] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Bezahlt insgesamt 100,000 Gold an Hehler oder Wachen, um für Eure Taten gegen Bürger Tamriels zu sühnen.",
+	["points"] = 15,
+	["name"] = "Verbrecher zahlen aus?",
+	["Category"] = "Charakter",
+},
+[1197] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Verdient Euch 1,000 Gold durch Verkäufe an Hehler.",
+	["points"] = 5,
+	["name"] = "Unrechtmäßiges Einkommen",
+	["Category"] = "Charakter",
+},
+[1198] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Knackt eine Wertkassette und nehmt ihren Inhalt.",
+	["points"] = 5,
+	["name"] = "Wertkassettengreifer",
+	["Category"] = "Charakter",
+},
+[1199] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Knackt 10 Wertkassetten und nehmt ihren Inhalt.",
+	["points"] = 10,
+	["name"] = "Wertkassettenplünderer",
+	["Category"] = "Charakter",
+},
+[1200] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Knackt 100 Wertkassetten und nehmt ihren Inhalt.",
+	["points"] = 15,
+	["name"] = "Wertkassettenknacker",
+	["Category"] = "Charakter",
+},
+[1201] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Verdient Euch 100,000 Gold durch Verkäufe an Hehler.",
+	["points"] = 15,
+	["name"] = "Unerlaubtes Unternehmertum",
+	["Category"] = "Charakter",
+},
+[1202] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Verdient Euch 1,000,000 Gold durch Verkäufe an Hehler.",
+	["points"] = 50,
+	["name"] = "Schwarzmarktmogul",
+	["Category"] = "Charakter",
+},
+[1203] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Gebt 100 Gold aus, um Gegenstände durch Hehler zu schieben.",
+	["points"] = 5,
+	["name"] = "Beuteschubser",
+	["Category"] = "Charakter",
+},
+[1204] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Gebt 1,000 Gold aus, um Gegenstände durch Hehler zu schieben.",
+	["points"] = 10,
+	["name"] = "Beuteschieber",
+	["Category"] = "Charakter",
+},
+[1205] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Gebt 10,000 Gold aus, um Gegenstände durch Hehler zu schieben.",
+	["points"] = 15,
+	["name"] = "Berühmter Beuteschieber",
+	["Category"] = "Charakter",
+},
+[1206] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Knackt erfolgreich eine verschlossene Tür.",
+	["points"] = 5,
+	["name"] = "Einbrecher",
+	["Category"] = "Charakter",
+},
+[1207] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Knackt erfolgreich 50 verschlossene Türen.",
+	["points"] = 10,
+	["name"] = "Verstohlener Einbrecher",
+	["Category"] = "Charakter",
+},
+[1208] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Knackt erfolgreich 100 verschlossene Türen.",
+	["points"] = 15,
+	["name"] = "Meistereinbrecher",
+	["Category"] = "Charakter",
+},
+[1209] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Lasst Euch von einer Wache ein gestohlenes Kleidungsstück abnehmen, das Ihr gerade tragt.",
+	["points"] = 5,
+	["name"] = "Ganz ohne ein Essen?",
+	["Category"] = "Charakter",
+},
+[1210] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Lasst Euch von einer Wache gleichzeitig alle gestohlenen Kleidungsstücke abnehmen, die Ihr gerade tragt.",
+	["points"] = 10,
+	["name"] = "Unsittlicher Einblick",
+	["Category"] = "Charakter",
+},
+[1211] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Stehlt einen Gegenstand erlesener Qualität.",
+	["points"] = 5,
+	["name"] = "Anspruchsvoller Langfinger",
+	["Category"] = "Charakter",
+},
+[1212] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Stehlt einen Gegenstand überlegener Qualität.",
+	["points"] = 10,
+	["name"] = "Kritischer Langfinger",
+	["Category"] = "Charakter",
+},
+[1213] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Stehlt einen Gegenstand epischer Qualität.",
+	["points"] = 15,
+	["name"] = "Ependieb",
+	["Category"] = "Charakter",
+},
+[1214] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Investiert Euren ersten Championpunkt.",
+	["points"] = 10,
+	["name"] = "Erwachen eines Champions",
+	["Category"] = "Charakter",
+},
+[1215] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Investiert 100 Championpunkte im Sternbild des Kriegers.",
+	["points"] = 15,
+	["name"] = "Robustes Schicksal",
+	["Category"] = "Charakter",
+},
+[1216] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Investiert 50 Championpunkte im Sternbild des Kriegers.",
+	["points"] = 10,
+	["name"] = "Energisches Dekret",
+	["Category"] = "Charakter",
+},
+[1217] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Investiert 150 Championpunkte im Sternbild des Kriegers.",
+	["points"] = 50,
+	["name"] = "Champion der Letztsaat",
+	["Category"] = "Charakter",
+},
+[1218] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Investiert 50 Championpunkte im Sternbild des Magiers.",
+	["points"] = 10,
+	["name"] = "Arkanes Dekret",
+	["Category"] = "Charakter",
+},
+[1219] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Investiert 100 Championpunkte im Sternbild des Magiers.",
+	["points"] = 15,
+	["name"] = "Mysteriöses Schicksal",
+	["Category"] = "Charakter",
+},
+[1220] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Investiert 150 Championpunkte im Sternbild des Magiers.",
+	["points"] = 50,
+	["name"] = "Champion der Regenhand",
+	["Category"] = "Charakter",
+},
+[1221] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Investiert 50 Championpunkte im Sternbild der Diebin.",
+	["points"] = 10,
+	["name"] = "Verstohlenes Dekret",
+	["Category"] = "Charakter",
+},
+[1222] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Investiert 100 Championpunkte im Sternbild der Diebin.",
+	["points"] = 15,
+	["name"] = "Verschlagenes Schicksal",
+	["Category"] = "Charakter",
+},
+[1223] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Investiert 150 Championpunkte im Sternbild der Diebin.",
+	["points"] = 50,
+	["name"] = "Champion des Abendsterns",
+	["Category"] = "Charakter",
+},
+[1224] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet einen Bürger Tamriels.",
+	["points"] = 5,
+	["name"] = "Mörder",
+	["Category"] = "Charakter",
+},
+[1225] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet 50 Bürger Tamriels.",
+	["points"] = 5,
+	["name"] = "Serienmörder",
+	["Category"] = "Charakter",
+},
+[1226] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet 100 Bürger Tamriels.",
+	["points"] = 5,
+	["name"] = "Massenmörder",
+	["Category"] = "Charakter",
+},
+[1227] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet eine Kuh, einen Bullen oder einen Ochsen aus einem Viehbestand.",
+	["points"] = 5,
+	["name"] = "Rinderhack",
+	["Category"] = "Charakter",
+},
+[1228] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet ein Huhn oder einen Bantamguar aus einem Viehbestand.",
+	["points"] = 5,
+	["name"] = "Geflügel-Assassine",
+	["Category"] = "Charakter",
+},
+[1229] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet eine Ziege oder ein Schaf aus einem Viehbestand.",
+	["points"] = 5,
+	["name"] = "Böser Schäfer",
+	["Category"] = "Charakter",
+},
+[1230] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet ein Schwein aus einem Viehbestand.",
+	["points"] = 5,
+	["name"] = "Schweinerei",
+	["Category"] = "Charakter",
+},
+[1231] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet einen Guar aus einem Viehbestand.",
+	["points"] = 5,
+	["name"] = "Guarschlächter",
+	["Category"] = "Charakter",
+},
+[1232] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet insgesamt 10 Tiere aus Viehbeständen.",
+	["points"] = 5,
+	["name"] = "Metzger",
+	["Category"] = "Charakter",
+},
+[1233] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet insgesamt 100 Tiere aus Viehbeständen.",
+	["points"] = 5,
+	["name"] = "Schlächter",
+	["Category"] = "Charakter",
+},
+[1234] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Tötet insgesamt 500 Tiere aus Viehbeständen.",
+	["points"] = 5,
+	["name"] = "Viehfachmörder",
+	["Category"] = "Charakter",
+},
+[1235] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Aktiviert den uralten Zenturio in Rkindaleft.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis in Rkindaleft",
+	["Category"] = "Orsinium",
+},
+[1236] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Besiegt alle Champions in Rkindaleft.",
+	["points"] = 50,
+	["name"] = "Eroberer von Rkindaleft",
+	["Category"] = "Orsinium",
+},
+[1237] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Besiegt drei der Champions in dem offenen Verlies Rkindaleft.",
+	["points"] = 15,
+	["name"] = "Sieger von Rkindaleft",
+	["Category"] = "Orsinium",
+},
+[1238] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Widersetzt Euch dem Ansturm der Kultisten im alten Orsinium.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis im alten Orsinium",
+	["Category"] = "Orsinium",
+},
+[1239] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Besiegt alle Champions im alten Orsinium.",
+	["points"] = 50,
+	["name"] = "Eroberer des alten Orsinium",
+	["Category"] = "Orsinium",
+},
+[1240] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Besiegt einige der Champions im offenen Verlies des alten Orsiniums.",
+	["points"] = 15,
+	["name"] = "Sieger des alten Orsinium",
+	["Category"] = "Orsinium",
+},
+[1241] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt 3 Quests in Wrothgar ab.",
+	["points"] = 10,
+	["name"] = "Neuankömmling Wrothgars",
+	["Category"] = "Orsinium",
+},
+[1242] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt 9 Quests in Wrothgar ab.",
+	["points"] = 10,
+	["name"] = "Erforscher Wrothgars",
+	["Category"] = "Orsinium",
+},
+[1243] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt 15 Quests in Wrothgar ab.",
+	["points"] = 10,
+	["name"] = "Pionier Wrothgars",
+	["Category"] = "Orsinium",
+},
+[1244] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt 21 Quests in Wrothgar ab.",
+	["points"] = 10,
+	["name"] = "Pfadfinder Wrothgars",
+	["Category"] = "Orsinium",
+},
+[1245] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt 27 Quests in Wrothgar ab.",
+	["points"] = 10,
+	["name"] = "Abenteurer Wrothgars",
+	["Category"] = "Orsinium",
+},
+[2224] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erforscht jede Schmuckeigenschaft mindestens einmal, ungeachtet ob für Ringe oder Amulette.",
+	["points"] = 15,
+	["name"] = "Meister der Schmuckeigenschaften",
+	["Category"] = "Handwerk",
+},
+[1247] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Gewährt 5 alternden Orkkriegern einen ruhmreichen Tod.",
+	["points"] = 10,
+	["name"] = "Ein letztes Handgemenge",
+	["Category"] = "Orsinium",
+},
+[1248] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held Wrothgars zu werden.",
+	["points"] = 50,
+	["name"] = "Held von Wrothgar",
+	["Category"] = "Orsinium",
+},
+[1249] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Besiegt 4 mächtige Gegner in Wrothgar.",
+	["points"] = 15,
+	["name"] = "Verteidiger Orsiniums",
+	["Category"] = "Orsinium",
+},
+[1250] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Sammelt 16 Relikte für das Museum: Haus des Ruhms der Orsimer.",
+	["points"] = 15,
+	["name"] = "Reliktjäger Wrothgars",
+	["Category"] = "Orsinium",
+},
+[2211] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Erfahrt vom Schicksal des verlorenen Seefahrers.",
+	["points"] = 5,
+	["name"] = "Flaschenpost",
+	["Category"] = "Summerset",
+},
+[2065] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt eine tägliche Aufgabe des Schwarzfederhofs ab.",
+	["points"] = 5,
+	["name"] = "Krähen zum Gefallen",
+	["Category"] = "Clockwork City",
+},
+[2066] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt 7 tägliche Aufgaben des Schwarzfederhofs ab.",
+	["points"] = 10,
+	["name"] = "Schwarzfederdiener",
+	["Category"] = "Clockwork City",
+},
+[2067] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt 30 tägliche Aufgaben des Schwarzfederhofs ab.",
+	["points"] = 15,
+	["name"] = "Schwarzfeder ehrenhalber",
+	["Category"] = "Clockwork City",
+},
+[2068] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt 20 Quests der Hauptgeschichte der Stadt der Uhrwerke ab.",
+	["points"] = 15,
+	["name"] = "Abenteurer der Stadt der Uhrwerke",
+	["Category"] = "Clockwork City",
+},
+[2069] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt 24 Quests der Hauptgeschichte der Stadt der Uhrwerke ab.",
+	["points"] = 50,
+	["name"] = "Großabenteurer der Stadt der Uhrwerke",
+	["Category"] = "Clockwork City",
+},
+[1257] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt in Wrothgar beide Errungenschaften für Anführer in offenen Verliesen ab.",
+	["points"] = 15,
+	["name"] = "Verliesschlächter Wrothgars",
+	["Category"] = "Orsinium",
+},
+[2070] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Schließt eine tägliche Nachschubaufgabe der Messingfeste ab.",
+	["points"] = 5,
+	["name"] = "Helfer der Messingfeste",
+	["Category"] = "Clockwork City",
+},
+[2076] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt den Heiligen Olms, den Gerechten, den Heiligen Llothis, den Frommen, und den Heiligen Felms, den Tapferen, in der Anstalt Sanctorium.",
+	["points"] = 15,
+	["name"] = "Anstalt Sanctorium abgeschlossen",
+	["Category"] = "Clockwork City",
+},
+[1260] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt Wrothgars Hauptgeschichte ab.",
+	["points"] = 15,
+	["name"] = "Königsmacher",
+	["Category"] = "Orsinium",
+},
+[1261] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Bezwingt 1 Mitglied der Kalthafen-Elitegarde.",
+	["points"] = 10,
+	["name"] = "Assassine der Xivkyn",
+	["Category"] = "Imperial City",
+},
+[1262] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Bezwingt 50 Mitglieder der Kalthafen-Elitegarde.",
+	["points"] = 15,
+	["name"] = "Geißel der Xivkyn",
+	["Category"] = "Imperial City",
+},
+[1263] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Bezwingt 100 Mitglieder der Kalthafen-Elitegarde.",
+	["points"] = 50,
+	["name"] = "Fluch der Xivkyn",
+	["Category"] = "Imperial City",
+},
+[2078] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt den Heiligen Olms, den Gerechten, den Heiligen Llothis, den Frommen, und den Heiligen Felms, den Tapferen, in der Anstalt Sanctorium im selben Kampf.",
+	["points"] = 50,
+	["name"] = "Streiter der Anstalt Sanctorium",
+	["Category"] = "Clockwork City",
+},
+[2079] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt den Heiligen Olms, den Gerechten, den Heiligen Llothis, den Frommen, und den Heiligen Felms, den Tapferen, in der Anstalt Sanctorium (Veteranen) im selben Kampf.",
+	["points"] = 50,
+	["name"] = "Sieger der Anstalt Sanctorium",
+	["Category"] = "Clockwork City",
+},
+[2200] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt 30 Aufträge von Justiziarin Farowel für die Göttliche Strafbehörde ab.",
+	["points"] = 15,
+	["name"] = "Göttlicher Henker",
+	["Category"] = "Summerset",
+},
+[1267] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Tötet 100 Spieler innerhalb der kaiserlichen Arena.",
+	["points"] = 15,
+	["name"] = "Gladiator der Allianz",
+	["Category"] = "Imperial City",
+},
+[1268] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 1 Listskampen.",
+	["points"] = 10,
+	["name"] = "Verfolger der Listskampen",
+	["Category"] = "Imperial City",
+},
+[1269] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 50 Gierskampen.",
+	["points"] = 15,
+	["name"] = "Schläger der Gierskampen",
+	["Category"] = "Imperial City",
+},
+[1270] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 100 Gierskampen.",
+	["points"] = 50,
+	["name"] = "Auslöscher der Gierskampen",
+	["Category"] = "Imperial City",
+},
+[1271] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 50 Listskampen.",
+	["points"] = 15,
+	["name"] = "Schlächter der Listskampen",
+	["Category"] = "Imperial City",
+},
+[1272] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 100 Listskampen.",
+	["points"] = 50,
+	["name"] = "Auslöscher der Listskampen",
+	["Category"] = "Imperial City",
+},
+[1273] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Schließt das Ereignis „Barathrum Centrata“ tief unter der Kaiserstadt ab.",
+	["points"] = 50,
+	["name"] = "Kaiserlicher Lichtbringer",
+	["Category"] = "Imperial City",
+},
+[2199] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt zehn Aufträge von Justiziarin Farowel für die Göttliche Strafbehörde ab.",
+	["points"] = 10,
+	["name"] = "Göttlicher Richter",
+	["Category"] = "Summerset",
+},
+[1275] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt die Richtmeisterin, die Wachen der Kaiserinregentin, die Ebenenhemmerin und Molag Kena im Weißgoldturm (Veteranen) innerhalb von dreißig Minuten nach dem Betreten des Verlieses. Die Zeit läuft, sobald Ihr den grünen Kaiserweg betretet.",
+	["points"] = 50,
+	["name"] = "Turmspitzenstürmer",
+	["Category"] = "Imperial City",
+},
+[1276] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt die Richtmeisterin, die Wachen der Kaiserinregentin, die Ebenenhemmerin und Molag Kena im Weißgoldturm (Veteranen), ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Einer Tharn zum Trotz",
+	["Category"] = "Imperial City",
+},
+[1277] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt 100 Xivkyn im Weißgoldturm (Veteranen).",
+	["points"] = 10,
+	["name"] = "Hornbrecher",
+	["Category"] = "Imperial City",
+},
+[1278] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt 75 Daedroth im Weißgoldturm (Veteranen).",
+	["points"] = 10,
+	["name"] = "Daedrothrichter",
+	["Category"] = "Imperial City",
+},
+[1279] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Vollführt das Ritual aus dem Obeliskenwälzer und besiegt dann Molag Kena im Weißgoldturm (Veteranen).",
+	["points"] = 50,
+	["name"] = "Auge des Sturms",
+	["Category"] = "Imperial City",
+},
+[1280] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Zerstört alle Portale, um sicherzustellen, dass die Ebenenhemmerin im Weißgoldturm (Veteranen) keine Verstärkung erhält.",
+	["points"] = 10,
+	["name"] = "Kein Zutritt",
+	["Category"] = "Imperial City",
+},
+[1281] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Findet und interagiert mit allen sprechenden Steinen im Weißgoldturm.",
+	["points"] = 5,
+	["name"] = "Kaiserliche Verfehlungen",
+	["Category"] = "Imperial City",
+},
+[2198] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt Euren ersten Auftrag von Justiziarin Farowel für die Göttliche Strafbehörde ab.",
+	["points"] = 5,
+	["name"] = "Göttlicher Strafverfolger",
+	["Category"] = "Summerset",
+},
+[2197] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt 30 Aufträge von Justiziar Tanorian für die Göttliche Strafbehörde ab.",
+	["points"] = 15,
+	["name"] = "Göttlicher Magistrat",
+	["Category"] = "Summerset",
+},
+[2196] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt zehn Aufträge von Justiziar Tanorian für die Göttliche Strafbehörde ab.",
+	["points"] = 10,
+	["name"] = "Göttlicher Advokat",
+	["Category"] = "Summerset",
+},
+[1285] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Tötet die alte Snagara, die Echatere im Wildererlager.",
+	["points"] = 10,
+	["name"] = "Tötet die alte Snagara",
+	["Category"] = "Orsinium",
+},
+[1286] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Besiegt Zandadunoz den Wiedergeborenen beim unvollendeten Dolmen.",
+	["points"] = 10,
+	["name"] = "Tötet Zandadunoz den Wiedergeborenen",
+	["Category"] = "Orsinium",
+},
+[1287] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Töten Königshäuptling Edu, den Regenten der Riekr beim Thron des Königshäuptlings.",
+	["points"] = 10,
+	["name"] = "Tötet Königshäuptling Edu",
+	["Category"] = "Orsinium",
+},
+[1288] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Tötet Corintthac die Abscheulichkeit, den Dornenherzen-Krieger der Winterkinder, in der verfluchten Kinderkrippe.",
+	["points"] = 10,
+	["name"] = "Tötet Corintthac die Abscheulichkeit",
+	["Category"] = "Orsinium",
+},
+[1289] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Tötet den verrückten Urkazbur am Altar des verrückten Ogers.",
+	["points"] = 10,
+	["name"] = "Tötet den verrückten Oger Urkazbur",
+	["Category"] = "Orsinium",
+},
+[1290] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Tötet Nyzchaleft, den Dwemerzenturio, bei den Nyzchaleft-Fällen.",
+	["points"] = 10,
+	["name"] = "Tötet Nyzchaleft",
+	["Category"] = "Orsinium",
+},
+[2195] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt Euren ersten Auftrag von Justiziar Tanorian für die Göttliche Strafbehörde ab.",
+	["points"] = 5,
+	["name"] = "Göttlicher Vertreter",
+	["Category"] = "Summerset",
+},
+[2194] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Verhindert, dass die Verschwörung weiter Unruhe auf Sommersend verbreitet, beschützt den Kristallturm und schmiedet eine neue Allianz, um der Insel Ordnung zu bringen.",
+	["points"] = 15,
+	["name"] = "Das Wohl der Vielen",
+	["Category"] = "Summerset",
+},
+[2193] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter Sommersends zu werden.",
+	["points"] = 50,
+	["name"] = "Retter von Sommersend",
+	["Category"] = "Summerset",
+},
+[2189] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Schuppenruferin“, das Ihr gelegentlich bei der Bewältigung des Gipfels der Schuppenruferin erlangen könnt.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Schuppenruferin",
+	["Category"] = "Dragon Bones",
+},
+[2188] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Sammelt und lernt jedes Kapitel über den Handwerksstil der Dremora, die Ihr während des Hexenfestes in Dremora-Plünderschädeln finden könnt.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Dremora",
+	["Category"] = "Feiertagsevents",
+},
+[2187] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Sapiarchen“. Die Kapitel können manchmal als Belohnung für das Abschließen täglicher Aufgaben der Göttlichen Strafbehörde ergattert werden.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Sapiarchen",
+	["Category"] = "Summerset",
+},
+[1297] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Erkundet und säubert Nikolvaras Zwinger.",
+	["points"] = 5,
+	["name"] = "Erforscher von Nikolvaras Zwinger",
+	["Category"] = "Orsinium",
+},
+[1298] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Erkundet und säubert die Kaltpferchkaverne.",
+	["points"] = 5,
+	["name"] = "Erforscher der Kaltpferchkaverne",
+	["Category"] = "Orsinium",
+},
+[1299] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Erkundet und säubert die Argentummine.",
+	["points"] = 5,
+	["name"] = "Erforscher der Argentummine",
+	["Category"] = "Orsinium",
+},
+[1300] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Erkundet und säubert Thukhozods Heiligtum.",
+	["points"] = 5,
+	["name"] = "Erforscher von Thukhozods Heiligtum",
+	["Category"] = "Orsinium",
+},
+[1301] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Erkundet und säubert die Spähwacht.",
+	["points"] = 5,
+	["name"] = "Erforscher der Spähwacht",
+	["Category"] = "Orsinium",
+},
+[1302] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Erforscht und säubert Zthenganaz.",
+	["points"] = 5,
+	["name"] = "Erforscher von Zthenganaz",
+	["Category"] = "Orsinium",
+},
+[1303] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Zerstört den Folianten des Hochwärters und besiegt dann Hochwärter Dämmer im Gefängnis der Kaiserstadt (Veteranen).",
+	["points"] = 50,
+	["name"] = "Vergeltung des Hochwärters",
+	["Category"] = "Imperial City",
+},
+[1304] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Besiegt alle Herausforderer und verdient Euch den Titel des Champions der Mahlstrom-Arena.",
+	["points"] = 15,
+	["name"] = "Champion der Mahlstrom-Arena",
+	["Category"] = "Orsinium",
+},
+[1305] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Besiegt alle Herausforderer im Veteranenmodus der Mahlstrom-Arena.",
+	["points"] = 50,
+	["name"] = "Eroberer der Mahlstrom-Arena",
+	["Category"] = "Orsinium",
+},
+[1306] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Lasst Euch vom Hitzschlag der Ebenenhemmerin im Weißgoldturm (Veteranen) komplett in Flammen hüllen, bevor sie die daedrische Katastrophe abschließt. Bleibt dann am Leben, bis die Ebenenhemmerin bezwungen ist.",
+	["points"] = 15,
+	["name"] = "Raus aus der Pfanne",
+	["Category"] = "Imperial City",
+},
+[1307] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Stellt einen Schlüssel für jede der Trophäentruhen im Weißgoldturm und im Gefängnis der Kaiserstadt her.",
+	["points"] = 10,
+	["name"] = "Schlosser des Gefängnisses der Kaiserstadt",
+	["Category"] = "Imperial City",
+},
+[2186] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Psijiker“, das auf Sommersend gefunden werden kann.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Psijiker",
+	["Category"] = "Summerset",
+},
+[2185] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Churug aus der Kluft an einem Kluftgeysdir.",
+	["points"] = 10,
+	["name"] = "Churugs Pein",
+	["Category"] = "Summerset",
+},
+[2184] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Ruella Tausendkrallen an einem Kluftgeysir.",
+	["points"] = 10,
+	["name"] = "Entklaut",
+	["Category"] = "Summerset",
+},
+[1311] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Sammelt insgesamt 1,000 Tel'Var-Steine.",
+	["points"] = 10,
+	["name"] = "Tel'Var-Sammler",
+	["Category"] = "Imperial City",
+},
+[1312] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Sammelt insgesamt 10,000 Tel'Var-Steine.",
+	["points"] = 15,
+	["name"] = "Tel'Var-Baron",
+	["Category"] = "Imperial City",
+},
+[1313] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Sammelt insgesamt 100,000 Tel'Var-Steine.",
+	["points"] = 50,
+	["name"] = "Tel'Var-Meister",
+	["Category"] = "Imperial City",
+},
+[1314] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Erhaltet 300 Tel'Var-Steine auf einmal.",
+	["points"] = 5,
+	["name"] = "Überraschende Beute",
+	["Category"] = "Imperial City",
+},
+[1315] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Erhaltet 600 Tel'Var-Steine auf einmal.",
+	["points"] = 10,
+	["name"] = "Ein Glücksfall",
+	["Category"] = "Imperial City",
+},
+[1316] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Beteiligt Euch 15 Mal an Spenden für Orsinium.",
+	["points"] = 5,
+	["name"] = "Unterstützer Orsiniums",
+	["Category"] = "Orsinium",
+},
+[1317] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Übersetzt alle Runen für Champion 150 und 160.",
+	["points"] = 10,
+	["name"] = "Machtrubin",
+	["Category"] = "Handwerk",
+},
+[1318] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Akaviri“.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Akaviri",
+	["Category"] = "Handwerk",
+},
+[1319] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil mit Glasit“.",
+	["points"] = 50,
+	["name"] = "Meister des Stils mit Glasit",
+	["Category"] = "Handwerk",
+},
+[1320] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Findet alle 17 Himmelsscherben in Wrothgar.",
+	["points"] = 15,
+	["name"] = "Himmelsscherbenjäger von Wrothgar",
+	["Category"] = "Orsinium",
+},
+[1321] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen in Wrothgar.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Wrothgar",
+	["Category"] = "Orsinium",
+},
+[1322] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Entdeckt alle markanten Orte in Wrothgar.",
+	["points"] = 10,
+	["name"] = "Meistersucher Wrothgars",
+	["Category"] = "Orsinium",
+},
+[1323] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Wrothgar.",
+	["points"] = 15,
+	["name"] = "Meistererkunder von Wrothgar",
+	["Category"] = "Orsinium",
+},
+[1324] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Sammelt alle 20 Relikte für das Haus des Ruhms der Orsimer.",
+	["points"] = 50,
+	["name"] = "Meisterreliktjäger Wrothgars",
+	["Category"] = "Orsinium",
+},
+[1325] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt die Quest „Ein Problem von königlicher Größe“ in Wrothgar ab.",
+	["points"] = 10,
+	["name"] = "Ratsherr des Orkkönigs",
+	["Category"] = "Orsinium",
+},
+[1326] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt die Quest „Der Zorn eines Königs“ in Wrothgar ab.",
+	["points"] = 10,
+	["name"] = "Marschall des Orkkönigs",
+	["Category"] = "Orsinium",
+},
+[1327] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt die Quest „Blut an den Händen eines Königs“ in Wrothgar ab.",
+	["points"] = 10,
+	["name"] = "Eroberer des Orkkönigs",
+	["Category"] = "Orsinium",
+},
+[1328] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt 40 Quests in Wrothgar ab.",
+	["points"] = 15,
+	["name"] = "Großabenteurer Wrothgars",
+	["Category"] = "Orsinium",
+},
+[2183] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Gewinnt 5 Duelle gegen Spieler im Kolosseum der Alten Wege auf Artaeum.",
+	["points"] = 5,
+	["name"] = "Zaubermeisterduell",
+	["Category"] = "Summerset",
+},
+[1330] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt die Mahlstrom-Arena (Veteranen) während eines einzigen Aufenthalts ab, ohne zu sterben oder die Arena zu verlassen.",
+	["points"] = 50,
+	["name"] = "Mahlstrom-Arena: Der perfekte Durchlauf",
+	["Category"] = "Orsinium",
+},
+[1331] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Springt von der Klippe westlich des Frostbruchkamms und überlebt.",
+	["points"] = 5,
+	["name"] = "Klippenspringer Wrothgars",
+	["Category"] = "Orsinium",
+},
+[2182] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt drei der Champions in Sonnenfeste.",
+	["points"] = 10,
+	["name"] = "Sieger von Sonnenfeste",
+	["Category"] = "Summerset",
+},
+[1333] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt eine tägliche Quest gegen Anführer in Wrothgar ab.",
+	["points"] = 5,
+	["name"] = "Einer nach dem anderen",
+	["Category"] = "Orsinium",
+},
+[1334] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt 7 tägliche Quests gegen Anführer in Wrothgar ab.",
+	["points"] = 10,
+	["name"] = "Glückssieben",
+	["Category"] = "Orsinium",
+},
+[1335] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt 30 tägliche Quests gegen Anführer in Wrothgar ab.",
+	["points"] = 15,
+	["name"] = "Monsterjäger des Monats",
+	["Category"] = "Orsinium",
+},
+[1336] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt einen täglichen Gewölbelauf in Wrothgar ab.",
+	["points"] = 5,
+	["name"] = "Gewölbeabstecher",
+	["Category"] = "Orsinium",
+},
+[1337] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt 7 tägliche Gewölbeläufe in Wrothgar ab.",
+	["points"] = 10,
+	["name"] = "Gewölbewoche in Wrothgar",
+	["Category"] = "Orsinium",
+},
+[1338] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Schließt 30 tägliche Gewölbeläufe in Wrothgar ab.",
+	["points"] = 15,
+	["name"] = "Gewölbemonat in Wrothgar",
+	["Category"] = "Orsinium",
+},
+[1339] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Fangt den seltenen Krabbenknackschlächter in Wrothgar.",
+	["points"] = 10,
+	["name"] = "Wrothgars ganz großer Fang",
+	["Category"] = "Orsinium",
+},
+[1340] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Fangt alle 12 seltenen Fische in Wrothgar.",
+	["points"] = 5,
+	["name"] = "Meisterangler von Wrothgar",
+	["Category"] = "Orsinium",
+},
+[1341] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Orkahnen“ aus Wrothgar.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Orkahnen",
+	["Category"] = "Orsinium",
+},
+[1342] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Findet alle 6 Himmelsscherben an der Goldküste.",
+	["points"] = 10,
+	["name"] = "Himmelsscherbenjäger der Goldküste",
+	["Category"] = "Dark Brotherhood",
+},
+[1343] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Treibt die dro-m'Athra zurück in die Leere und schließt den Schlund von Lorkhaj im normalen Modus.",
+	["points"] = 15,
+	["name"] = "Schlund von Lorkhaj abgeschlossen",
+	["Category"] = "Thieves Guild",
+},
+[1344] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Besiegt Rakkhat, nachdem Ihr ihn an den Mondschreinen im Schlund von Lorkhaj (Veteranen) gestärkt habt.",
+	["points"] = 50,
+	["name"] = "Schwierigkeiten im Schlund von Lorkhaj",
+	["Category"] = "Thieves Guild",
+},
+[1345] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt den Oberunhold, Ibomez den Fleischbildner, den Grablicht-Wachposten, die Fleischabscheulichkeit, das Konzil des Hochwärters und Hochwärter Dämmer im Gefängnis der Kaiserstadt.",
+	["points"] = 10,
+	["name"] = "Sieger des Gefängnisses der Kaiserstadt",
+	["Category"] = "Imperial City",
+},
+[1346] =
+{
+	["Category_ID"] = 21,
+	["description"] = "Besiegt die Richtmeisterin, die Wachen der Kaiserinregentin, die Ebenenhemmerin und Molag Kena im Weißgoldturm.",
+	["points"] = 10,
+	["name"] = "Sieger des Weißgoldturms",
+	["Category"] = "Imperial City",
+},
+[1347] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Findet alle 6 Himmelsscherben auf Hews Fluch.",
+	["points"] = 10,
+	["name"] = "Himmelsscherbenjäger von Hews Fluch",
+	["Category"] = "Thieves Guild",
+},
+[1348] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Söldner“.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Söldner",
+	["Category"] = "Handwerk",
+},
+[1349] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Dringt in 7 geschützte Bereiche in Abahs Landung ein.",
+	["points"] = 5,
+	["name"] = "Aufbrechen und Eindringen",
+	["Category"] = "Thieves Guild",
+},
+[1350] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Erfahrt jedes Gerücht über die Statue im Diebesnest.",
+	["points"] = 5,
+	["name"] = "Die Dame in der Zisterne",
+	["Category"] = "Thieves Guild",
+},
+[1351] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Fangt alle 12 seltenen Fische von Hews Fluch.",
+	["points"] = 5,
+	["name"] = "Meisterangler von Hews Fluch",
+	["Category"] = "Thieves Guild",
+},
+[1352] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Tötet Syvarra aus der Tiefe bei Ko Estaran.",
+	["points"] = 10,
+	["name"] = "Tiefste Untiefen",
+	["Category"] = "Thieves Guild",
+},
+[1353] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Tötet Kapitän Virindi Sklavennehmer in der Sklavenbucht.",
+	["points"] = 10,
+	["name"] = "Den Kiel abschneiden",
+	["Category"] = "Thieves Guild",
+},
+[1354] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Tötet die beiden mächtigen Gegner auf Hews Fluch.",
+	["points"] = 15,
+	["name"] = "Verteidiger von Hews Fluch",
+	["Category"] = "Thieves Guild",
+},
+[1355] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Erkundet und säubert Bahrahas Düsternis.",
+	["points"] = 5,
+	["name"] = "Erforscher von Bahrahas Düsternis",
+	["Category"] = "Thieves Guild",
+},
+[1356] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Erkundet und säubert die Haizahngrotte.",
+	["points"] = 5,
+	["name"] = "Erforscher der Haizahngrotte",
+	["Category"] = "Thieves Guild",
+},
+[1357] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Entdeckt und säubert beide Höhlen auf Hews Fluch.",
+	["points"] = 10,
+	["name"] = "Höhlenforscher von Hews Fluch",
+	["Category"] = "Thieves Guild",
+},
+[1358] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Entdeckt alle markanten Orte auf Hews Fluch.",
+	["points"] = 10,
+	["name"] = "Pfadfinder von Hews Fluch",
+	["Category"] = "Thieves Guild",
+},
+[1359] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte auf Hews Fluch.",
+	["points"] = 15,
+	["name"] = "Meistererkunder von Hews Fluch",
+	["Category"] = "Thieves Guild",
+},
+[1360] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt die Quest „Hausräumung“ auf Hews Fluch ab.",
+	["points"] = 10,
+	["name"] = "Stets getrennt reisen",
+	["Category"] = "Thieves Guild",
+},
+[1361] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt die Quest „Ein todsicherer Plan“ auf Hews Fluch ab.",
+	["points"] = 10,
+	["name"] = "Niemals von der Gilde stehlen",
+	["Category"] = "Thieves Guild",
+},
+[1362] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt die Quest „Das ewige Schweigen“ auf Hews Fluch ab.",
+	["points"] = 10,
+	["name"] = "Hochzeitsstürmer",
+	["Category"] = "Thieves Guild",
+},
+[1363] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt die Quest „Gefängnisausbruch“ auf Hews Fluch ab.",
+	["points"] = 10,
+	["name"] = "Gebrochenes Rad",
+	["Category"] = "Thieves Guild",
+},
+[1364] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt 12 Quests der Hauptgeschichte von Hews Fluch ab.",
+	["points"] = 15,
+	["name"] = "Abenteurer von Hews Fluch",
+	["Category"] = "Thieves Guild",
+},
+[1365] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held von Hews Fluch zu werden.",
+	["points"] = 50,
+	["name"] = "Held von Hews Fluch",
+	["Category"] = "Thieves Guild",
+},
+[1366] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt 16 Quests der Hauptgeschichte von Hews Fluch ab.",
+	["points"] = 50,
+	["name"] = "Großabenteurer von Hews Fluch",
+	["Category"] = "Thieves Guild",
+},
+[1367] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt den Schlund von Lorkhaj (Veteranen) innerhalb des Zeitlimits von 40 Minuten ab. Die Zeit läuft, sobald Ihr in den Tempel der sieben Rätsel betretet.",
+	["points"] = 50,
+	["name"] = "Gegen die Uhr: Schlund von Lorkhaj",
+	["Category"] = "Thieves Guild",
+},
+[1368] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Besiegt Rakkhat, den Reißzahn Lorkhajs, und seine Legionen der dro-m'Athra im Schlund von Lorkhaj (Veteranen).",
+	["points"] = 50,
+	["name"] = "Eroberer des Schlunds von Lorkhaj",
+	["Category"] = "Thieves Guild",
+},
+[1369] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Benutzt beide Kettenschalter innerhalb von zehn Sekunden im Schlund von Lorkhaj (Veteranen) und besiegt dann die dro-m'Athra-Eindringlinge.",
+	["points"] = 5,
+	["name"] = "Schlund von Lorkhaj: Von der Kette gelassen",
+	["Category"] = "Thieves Guild",
+},
+[1370] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt die Quest „Das lange Spiel“ auf Hews Fluch ab.",
+	["points"] = 10,
+	["name"] = "Unterwanderung des Eisenrads",
+	["Category"] = "Thieves Guild",
+},
+[1371] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Tretet der Diebesgilde bei, indem Ihr auf Hews Fluch die Quest „Komplizen“ abschließt.",
+	["points"] = 10,
+	["name"] = "Willkommen in der Diebesgilde",
+	["Category"] = "Thieves Guild",
+},
+[1372] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt einen Beutezug vom Brett für Beutezüge für die Diebesgilde ab.",
+	["points"] = 5,
+	["name"] = "Frischgebackener Dieb",
+	["Category"] = "Thieves Guild",
+},
+[1373] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt 7 Beutezüge vom Brett für Beutezüge für die Diebesgilde ab.",
+	["points"] = 10,
+	["name"] = "Erfahrener Gelegenheitsdieb",
+	["Category"] = "Thieves Guild",
+},
+[1374] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt 15 Beutezüge vom Brett für Beutezüge für die Diebesgilde ab.",
+	["points"] = 15,
+	["name"] = "Professioneller Langfinger",
+	["Category"] = "Thieves Guild",
+},
+[1375] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt die Quest „Sein größter Schatz“ auf Hews Fluch ab.",
+	["points"] = 10,
+	["name"] = "Ein verzögertes Leben",
+	["Category"] = "Thieves Guild",
+},
+[1376] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt die Quest „Was verloren ging“ auf Hews Fluch ab.",
+	["points"] = 10,
+	["name"] = "Unbestellte Saat",
+	["Category"] = "Thieves Guild",
+},
+[1377] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt die Quest „Jeder hat einen Preis“ auf Hews Fluch ab.",
+	["points"] = 10,
+	["name"] = "Zu welchem Preis, Freiheit?",
+	["Category"] = "Thieves Guild",
+},
+[1378] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt die Quest „Einsame Flucht“ auf Hews Fluch ab.",
+	["points"] = 10,
+	["name"] = "Keine halben Sachen",
+	["Category"] = "Thieves Guild",
+},
+[1379] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Stehlt die Schätze von Karis Wunschliste aus jedem der Territorien des Aldmeri-Dominions und bringt sie ins Diebesnest.",
+	["points"] = 15,
+	["name"] = "Durchwühlt das Dominion",
+	["Category"] = "Thieves Guild",
+},
+[1380] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Stehlt die Schätze von Karis Wunschliste aus jedem der Territorien des Dolchsturz-Bündnisses und bringt sie ins Diebesnest.",
+	["points"] = 15,
+	["name"] = "Bestehlt das Bündnis",
+	["Category"] = "Thieves Guild",
+},
+[1381] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Stehlt die Schätze von Karis Wunschliste aus jedem der Territorien des Ebenherz-Pakts und bringt sie ins Diebesnest.",
+	["points"] = 15,
+	["name"] = "Plündert den Pakt",
+	["Category"] = "Thieves Guild",
+},
+[1382] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Stehlt die Schätze von Karis Wunschliste aus Abahs Landung und bringt sie ins Diebesnest.",
+	["points"] = 15,
+	["name"] = "Leert die Landung",
+	["Category"] = "Thieves Guild",
+},
+[1383] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Stehlt alle Schätze von Karis Wunschliste und bringt sie ins Diebesnest.",
+	["points"] = 50,
+	["name"] = "Überflieger unter den Taschendieben",
+	["Category"] = "Thieves Guild",
+},
+[2170] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Schließt sowohl die Mondjägerfeste (Veteranen) als auch die Marsch der Aufopferung (Veteranen) ab.",
+	["points"] = 50,
+	["name"] = "Höhlenforscher der Wolfsjäger",
+	["Category"] = "Wolfhunter",
+},
+[1385] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Besiegt 25 Leerenrufer im Schlund von Lorkhaj.",
+	["points"] = 10,
+	["name"] = "Schlund von Lorkhaj: Schattenschlächter",
+	["Category"] = "Thieves Guild",
+},
+[1386] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Besiegt Rakkhat, den Reißzahn Lorkhajs, ohne dass jemand unter dem Leerenfluch stirbt.",
+	["points"] = 15,
+	["name"] = "Schlund von Lorkhaj: Reine Seelen",
+	["Category"] = "Thieves Guild",
+},
+[2168] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt zusätzlich zu den Wyrdschwestern, Aghaedh von der Sonnenwende, Dagrund den Fülligen, Tarcyr und Balorgh alle Gegner in der Marsch der Aufopferung (Veteranen), nachdem Ihr das Banner des Mondjägerrudels entweiht habt, in weniger als 30 Minuten, ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Spitze der Nahrungskette",
+	["Category"] = "Wolfhunter",
+},
+[1388] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Zwingt Rakkhat innerhalb von zwei Mondzyklen im Schlund von Lorkhaj (Veteranen) in seine Endphase und besiegt ihn dann.",
+	["points"] = 15,
+	["name"] = "Schlund von Lorkhaj: Tanz der Zwei Monde",
+	["Category"] = "Thieves Guild",
+},
+[1389] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Besiegt Rakkhat im Schlund von Lorkhaj (Veteranen) mit maximal zwei Spielern, die vom Odem von Lorkhaj betroffen sind.",
+	["points"] = 15,
+	["name"] = "Schlund von Lorkhaj: Leere abgewendet",
+	["Category"] = "Thieves Guild",
+},
+[1390] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Besiegt Rakkhat im Schlund von Lorkhaj (Veteranen) mit mindestens drei überlebenden dro-m'Athra-Unheilsschreitern.",
+	["points"] = 15,
+	["name"] = "Schlund von Lorkhaj: Reißzahns Helfer",
+	["Category"] = "Thieves Guild",
+},
+[1391] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt alle Errungenschaften im Zusammenhang mit dem Sieg über Rakkhat, den Reißzahn Lorkhajs, im Schlund von Lorkhaj (Veteranen) ab.",
+	["points"] = 50,
+	["name"] = "Schlund von Lorkhaj: Champion der Monde",
+	["Category"] = "Thieves Guild",
+},
+[1392] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt den Schlund von Lorkhaj (Veteranen) ab, ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Schlund von Lorkhaj: Klarer Sieg",
+	["Category"] = "Thieves Guild",
+},
+[1393] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Besucht die vor Kurzem wiederaufgebaute Hauptstadt der Orks: Orsinium!",
+	["points"] = 5,
+	["name"] = "Ein Geschenk aus Orsinium",
+	["Category"] = "Orsinium",
+},
+[1394] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Begeht in jedem der vier beliebtesten Läden von Abahs Landung erfolgreich Taschendiebstahl.",
+	["points"] = 5,
+	["name"] = "Fünf-Finger-Rabatt",
+	["Category"] = "Thieves Guild",
+},
+[1395] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Entdeckt und leert ein Diebesgut der Diebesgilde.",
+	["points"] = 5,
+	["name"] = "Finderlohn",
+	["Category"] = "Thieves Guild",
+},
+[1396] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Entdeckt und leert 5 Diebesgüter der Diebesgilde.",
+	["points"] = 10,
+	["name"] = "Ein Auge für Kleinigkeiten",
+	["Category"] = "Thieves Guild",
+},
+[1397] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Entdeckt und leert 15 Diebesgüter der Diebesgilde.",
+	["points"] = 15,
+	["name"] = "Keine Gelegenheit ausgelassen",
+	["Category"] = "Thieves Guild",
+},
+[1398] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt einen Auftrag vom Brett für Aufträge für die Diebesgilde ab.",
+	["points"] = 5,
+	["name"] = "Unerfahrener Strauchdieb",
+	["Category"] = "Thieves Guild",
+},
+[1399] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt 10 Aufträge vom Brett für Aufträge für die Diebesgilde ab.",
+	["points"] = 10,
+	["name"] = "Erprobter Vagabund",
+	["Category"] = "Thieves Guild",
+},
+[1400] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt 30 Aufträge vom Brett für Aufträge für die Diebesgilde ab.",
+	["points"] = 15,
+	["name"] = "Erfahrener Schattenwandler",
+	["Category"] = "Thieves Guild",
+},
+[1401] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Unterstützt jedes Mitglied der Diebesgilde bei ihren persönlichen Angelegenheiten.",
+	["points"] = 50,
+	["name"] = "Ehre unter Dieben",
+	["Category"] = "Thieves Guild",
+},
+[1402] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Entkommt dem Gesetz, indem Ihr von der Fähigkeit „zeitiges Entkommen“ der Diebesgilde, sowie dem freundlichen Strauchdieb, gebrauch macht.",
+	["points"] = 5,
+	["name"] = "Und weg waren sie",
+	["Category"] = "Thieves Guild",
+},
+[1403] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Schließt einen Beutezug für die Diebesgilde ab, ohne dabei entdeckt zu werden.",
+	["points"] = 10,
+	["name"] = "Meister der Schatten",
+	["Category"] = "Thieves Guild",
+},
+[1404] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Erhaltet die höchste Belohnung in 5 Beutezügen für die Diebesgilde.",
+	["points"] = 15,
+	["name"] = "Große Taschen",
+	["Category"] = "Thieves Guild",
+},
+[1405] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf des Aldmeri-Dominions 4,000 Gold durch das Verkaufen von Gegenständen.",
+	["points"] = 15,
+	["name"] = "Das behütete Ei des Adlers",
+	["Category"] = "Thieves Guild",
+},
+[1406] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf des Ebenherz-Pakts 4,000 Gold durch das Verkaufen von Gegenständen.",
+	["points"] = 15,
+	["name"] = "Der Hort des Drachen",
+	["Category"] = "Thieves Guild",
+},
+[1407] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf des Dolchsturz-Bündnisses 4,000 Gold durch das Verkaufen von Gegenständen.",
+	["points"] = 15,
+	["name"] = "Der goldene Stolz des Löwen",
+	["Category"] = "Thieves Guild",
+},
+[1408] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Erhaltet im Diebesnest von Abahs Landung 4,000 Gold durch durch den Verkauf von Gegenständen bei Hehlern.",
+	["points"] = 10,
+	["name"] = "Handelsfürstliche Schatzkammer",
+	["Category"] = "Thieves Guild",
+},
+[1409] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf der Allianzgebiete und im Diebesnest 4,000 Gold durch das Verkaufen von Gegenständen.",
+	["points"] = 50,
+	["name"] = "Der großmütige Magnat",
+	["Category"] = "Thieves Guild",
+},
+[1410] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Erledigt alle Ziele aus der Litanei des Bluts und erhaltet Eure Belohnung.",
+	["points"] = 50,
+	["name"] = "Litanei des Bluts",
+	["Category"] = "Dark Brotherhood",
+},
+[1411] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil von Trinimac“ aus Wrothgar.",
+	["points"] = 50,
+	["name"] = "Meister des Stils von Trinimac",
+	["Category"] = "Orsinium",
+},
+[1412] =
+{
+	["Category_ID"] = 20,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil von Malacath“ aus Wrothgar.",
+	["points"] = 50,
+	["name"] = "Meister des Stils von Malacath",
+	["Category"] = "Orsinium",
+},
+[1413] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Reist in den berüchtigten Freihafen Abahs Landung!",
+	["points"] = 5,
+	["name"] = "Die Ausbeute von Abahs Landung",
+	["Category"] = "Thieves Guild",
+},
+[1414] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil des Ebenherz-Pakts“ aus Cyrodiil und der Kaiserstadt.",
+	["points"] = 50,
+	["name"] = "Meister des Stils des Ebenherz-Pakts",
+	["Category"] = "Handwerk",
+},
+[1415] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil des Aldmeri-Dominions“ aus Cyrodiil und der Kaiserstadt.",
+	["points"] = 50,
+	["name"] = "Meister des Stils des Aldmeri-Dominions",
+	["Category"] = "Handwerk",
+},
+[1416] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil des Dolchsturz-Bündnisses“ aus Cyrodiil und der Kaiserstadt.",
+	["points"] = 50,
+	["name"] = "Meister des Stils des Dolchsturz-Bündnisses",
+	["Category"] = "Handwerk",
+},
+[1417] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Gesetzlosen“ aus Hews Fluch.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Gesetzlosen",
+	["Category"] = "Thieves Guild",
+},
+[1418] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Seelenberaubten“ vom Abschluss von Cadwells Silber.",
+	["points"] = 15,
+	["name"] = "Meister des Stils der Seelenberaubten",
+	["Category"] = "Handwerk",
+},
+[1419] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Besiegt Limenauruus den besessenen Minotauren und die Schatten in der Tribunentorheit.",
+	["points"] = 10,
+	["name"] = "Besiegt Limenauruus",
+	["Category"] = "Dark Brotherhood",
+},
+[1420] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Stellt Euch der Arena von Kvatch und besiegt alle Herausforderer.",
+	["points"] = 10,
+	["name"] = "Erobert die Arena von Kvatch",
+	["Category"] = "Dark Brotherhood",
+},
+[1421] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Besucht die Goldküste und genießt die Sehenswürdigkeiten.",
+	["points"] = 5,
+	["name"] = "Goldküstenurlauber",
+	["Category"] = "Dark Brotherhood",
+},
+[1422] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil von Abahs Wacht“ aus Hews Fluch.",
+	["points"] = 50,
+	["name"] = "Meister des Stils von Abahs Wacht",
+	["Category"] = "Thieves Guild",
+},
+[1423] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Diebesgilde“ aus Hews Fluch.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Diebesgilde",
+	["Category"] = "Thieves Guild",
+},
+[1424] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil des Assassinenbundes“ von der Goldküste.",
+	["points"] = 50,
+	["name"] = "Meister des Stils des Assassinenbundes",
+	["Category"] = "Dark Brotherhood",
+},
+[1425] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Besiegt die beiden mächtigen Gegner der offenen Welt an der Goldküste.",
+	["points"] = 15,
+	["name"] = "Verteidiger der Goldküste",
+	["Category"] = "Dark Brotherhood",
+},
+[1426] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Erforscht und säubert die Hrotahöhle.",
+	["points"] = 5,
+	["name"] = "Erforscher der Hrotahöhle",
+	["Category"] = "Dark Brotherhood",
+},
+[1427] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Erforscht und säubert Garlas Agea.",
+	["points"] = 5,
+	["name"] = "Erforscher von Garlas Agea",
+	["Category"] = "Dark Brotherhood",
+},
+[1428] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte der Goldküste.",
+	["points"] = 15,
+	["name"] = "Meistererkunder der Goldküste",
+	["Category"] = "Dark Brotherhood",
+},
+[1429] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Entdeckt und säubert beide Höhlen der Goldküste.",
+	["points"] = 10,
+	["name"] = "Höhlenforscher der Goldküste",
+	["Category"] = "Dark Brotherhood",
+},
+[1430] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Entdeckt alle markanten Orte der Goldküste.",
+	["points"] = 10,
+	["name"] = "Pfadfinder der Goldküste",
+	["Category"] = "Dark Brotherhood",
+},
+[1431] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Fangt alle 12 seltenen Fische der Goldküste.",
+	["points"] = 5,
+	["name"] = "Meisterangler der Goldküste",
+	["Category"] = "Dark Brotherhood",
+},
+[1432] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt 14 Quests der Hauptgeschichte der Goldküste ab.",
+	["points"] = 15,
+	["name"] = "Abenteurer der Goldküste",
+	["Category"] = "Dark Brotherhood",
+},
+[1433] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt 17 Quests der Hauptgeschichte der Goldküste ab.",
+	["points"] = 50,
+	["name"] = "Großabenteurer der Goldküste",
+	["Category"] = "Dark Brotherhood",
+},
+[1434] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Verliese, um der Fluch der Goldküste zu werden.",
+	["points"] = 50,
+	["name"] = "Fluch der Goldküste",
+	["Category"] = "Dark Brotherhood",
+},
+[1435] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Tretet der Dunklen Bruderschaft bei und schließt die Quest „Stimmen im Dunkel“ ab.",
+	["points"] = 10,
+	["name"] = "Das erste Blut",
+	["Category"] = "Dark Brotherhood",
+},
+[1436] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt die Quest „Gezeichnet in Blut“ der Dunklen Bruderschaft an der Goldküste ab.",
+	["points"] = 10,
+	["name"] = "Dunkler Initiand",
+	["Category"] = "Dark Brotherhood",
+},
+[1437] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt die Quest „Willkommen daheim“ der Dunklen Bruderschaft an der Goldküste ab.",
+	["points"] = 10,
+	["name"] = "Neuklinge",
+	["Category"] = "Dark Brotherhood",
+},
+[1438] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt die Quest „Eine Lektion im Schweigen“ der Dunklen Bruderschaft an der Goldküste ab.",
+	["points"] = 10,
+	["name"] = "Unterdrücker der Prediger",
+	["Category"] = "Dark Brotherhood",
+},
+[1439] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt die Quest „Glaubensfragen“ der Dunklen Bruderschaft an der Goldküste ab.",
+	["points"] = 10,
+	["name"] = "Wohltätiger Bruder",
+	["Category"] = "Dark Brotherhood",
+},
+[1440] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt die Quest „Eine besondere Bitte“ der Dunklen Bruderschaft an der Goldküste ab.",
+	["points"] = 10,
+	["name"] = "Assassine",
+	["Category"] = "Dark Brotherhood",
+},
+[1441] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt die Quest „Düstere Offenbarungen“ der Dunklen Bruderschaft an der Goldküste ab.",
+	["points"] = 10,
+	["name"] = "Düstere Entdeckung",
+	["Category"] = "Dark Brotherhood",
+},
+[1442] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt die Quest „Ein Geist aus der Vergangenheit“ der Dunklen Bruderschaft an der Goldküste ab.",
+	["points"] = 10,
+	["name"] = "Dunkler Ermittler",
+	["Category"] = "Dark Brotherhood",
+},
+[1443] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt die Quest „Der Zorn von Sithis“ der Dunklen Bruderschaft an der Goldküste ab.",
+	["points"] = 10,
+	["name"] = "Der Zorn von Sithis",
+	["Category"] = "Dark Brotherhood",
+},
+[1444] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt die Quest „Das Füllen der Leere“ der Dunklen Bruderschaft an der Goldküste ab.",
+	["points"] = 10,
+	["name"] = "Schweigender",
+	["Category"] = "Dark Brotherhood",
+},
+[1445] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt Euren ersten Auftrag des Schwarzen Sakraments ab, wie der Sprecher es befahl.",
+	["points"] = 5,
+	["name"] = "Erstes Sakrament",
+	["Category"] = "Dark Brotherhood",
+},
+[1446] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt 7 Kontrakte des Schwarzen Sakraments ab, wie der Sprecher es befahl.",
+	["points"] = 10,
+	["name"] = "Siebtes Sakrament",
+	["Category"] = "Dark Brotherhood",
+},
+[1447] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt 15 Kontrakte des Schwarzen Sakraments ab, wie der Sprecher es befahl.",
+	["points"] = 15,
+	["name"] = "Fünfzehntes Sakrament",
+	["Category"] = "Dark Brotherhood",
+},
+[1448] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt 5 Kontrakte des Schwarzen Sakraments mit der höchstmöglichen Belohnung ab.",
+	["points"] = 15,
+	["name"] = "Reibungsloses Sakrament",
+	["Category"] = "Dark Brotherhood",
+},
+[1449] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt ein Schwarzes Sakrament ab, ohne gesehen zu werden.",
+	["points"] = 10,
+	["name"] = "Verborgenes Sakrament",
+	["Category"] = "Dark Brotherhood",
+},
+[1450] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt ein Schwarzes Sakrament ab und hinterlasst keine Überlebenden.",
+	["points"] = 15,
+	["name"] = "Blutiges Sakrament",
+	["Category"] = "Dark Brotherhood",
+},
+[1451] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt Euren ersten Auftragsmord aus dem Folianten „Zum Tode auserkoren“ ab.",
+	["points"] = 5,
+	["name"] = "Erster Auftrag",
+	["Category"] = "Dark Brotherhood",
+},
+[1452] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt 10 Auftragsmorde aus dem Folianten „Zum Tode auserkoren“ ab.",
+	["points"] = 10,
+	["name"] = "Zehnter Auftrag",
+	["Category"] = "Dark Brotherhood",
+},
+[1453] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt 30 Auftragsmorde aus dem Folianten „Zum Tode auserkoren“ ab.",
+	["points"] = 15,
+	["name"] = "Dreißigster Auftrag",
+	["Category"] = "Dark Brotherhood",
+},
+[1454] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Beobachtet die stumme Wacht des Ayleïden-Wachpostens in Beldaburo an der Goldküste aus der Nähe.",
+	["points"] = 5,
+	["name"] = "Einsamer Wächter",
+	["Category"] = "Dark Brotherhood",
+},
+[1455] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Ermordet 20 Unschuldige an der Goldküste in Kvatch.",
+	["points"] = 5,
+	["name"] = "Mordserie in Kvatch",
+	["Category"] = "Dark Brotherhood",
+},
+[1456] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Ermordet 20 Unschuldige an der Goldküste in Anwil.",
+	["points"] = 5,
+	["name"] = "Mordserie in Anwil",
+	["Category"] = "Dark Brotherhood",
+},
+[1457] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Ermordet in jeder Hauptstadt der Allianzen jeweils einen Unschuldigen mit der Leidensklinge.",
+	["points"] = 10,
+	["name"] = "Blutbad",
+	["Category"] = "Dark Brotherhood",
+},
+[1458] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Helft allen besonderen Personen bei ihren Unternehmungen an der Goldküste.",
+	["points"] = 15,
+	["name"] = "Goldküsten-Verbindungen",
+	["Category"] = "Dark Brotherhood",
+},
+[1459] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Begeht Euren ersten Mord mit der Leidensklinge.",
+	["points"] = 5,
+	["name"] = "Anschnitt",
+	["Category"] = "Dark Brotherhood",
+},
+[1460] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Ermordet 25 Unschuldige mit der Leidensklinge.",
+	["points"] = 10,
+	["name"] = "Fünfundzwanzigster Schnitt",
+	["Category"] = "Dark Brotherhood",
+},
+[1461] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Ermordet 100 Unschuldige mit der Leidensklinge.",
+	["points"] = 15,
+	["name"] = "Einhundertster Schnitt",
+	["Category"] = "Dark Brotherhood",
+},
+[1462] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt die Himmlische Schlange im Sanctum Ophidia (Veteranen).",
+	["points"] = 50,
+	["name"] = "Eroberer des Sanctum Ophidia",
+	["Category"] = "Verliese",
+},
+[1463] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Schließt alle Errungenschaften rund um die Erfüllung der Kontrakte des Sprechers zu den Schwarzen Sakramenten ab.",
+	["points"] = 50,
+	["name"] = "Makelloses Sakrament",
+	["Category"] = "Dark Brotherhood",
+},
+[1464] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt jede Eigenschaft der nachfolgenden alchemistischen Reagenzien.",
+	["points"] = 50,
+	["name"] = "Toxikologe",
+	["Category"] = "Handwerk",
+},
+[1465] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften der Fackelkäferpanzer.",
+	["points"] = 5,
+	["name"] = "Fackelkäferpanzer",
+	["Category"] = "Handwerk",
+},
+[1466] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften der Käferbeine.",
+	["points"] = 5,
+	["name"] = "Käferbeine",
+	["Category"] = "Handwerk",
+},
+[1467] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften der Spinneneier.",
+	["points"] = 5,
+	["name"] = "Spinnenei",
+	["Category"] = "Handwerk",
+},
+[1468] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften der Schmetterlingsflügel.",
+	["points"] = 5,
+	["name"] = "Schmetterlingsflügel",
+	["Category"] = "Handwerk",
+},
+[1469] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften der Fleischfliegenlarven.",
+	["points"] = 5,
+	["name"] = "Fleischfliegenlarven",
+	["Category"] = "Handwerk",
+},
+[1470] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften des Skribgelees.",
+	["points"] = 5,
+	["name"] = "Skribgelee",
+	["Category"] = "Handwerk",
+},
+[1471] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften des Nachtschattens.",
+	["points"] = 5,
+	["name"] = "Nachtschatten",
+	["Category"] = "Handwerk",
+},
+[1472] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt alle Eigenschaften des Schlammkrabbenchitins.",
+	["points"] = 5,
+	["name"] = "Schlammkrabbenchitin",
+	["Category"] = "Handwerk",
+},
+[2167] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Bewältigt die angegebenen Errungenschaften für die Marsch der Aufopferung (Veteranen).",
+	["points"] = 50,
+	["name"] = "Herausforderer der Marsch der Aufopferung",
+	["Category"] = "Wolfhunter",
+},
+[1474] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt den Himmlischen Krieger in der Zitadelle von Hel Ra (Veteranen).",
+	["points"] = 50,
+	["name"] = "Eroberer der Zitadelle von Hel Ra",
+	["Category"] = "Verliese",
+},
+[2166] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt zusätzlich zu den Wyrdschwestern, Aghaedh von der Sonnenwende, Dagrund den Fülligen, Tarcyr und Balorgh alle Gegner in der Marsch der Aufopferung (Veteranen), ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Überleben des Stärkeren",
+	["Category"] = "Wolfhunter",
+},
+[2165] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt zusätzlich zu den Wyrdschwestern, Aghaedh von der Sonnenwende, Dagrund den Fülligen, Tarcyr und Balorgh alle Gegner in der Marsch der Aufopferung (Veteranen) in weniger als 30 Minuten. Die Zeit läuft, sobald Ihr den Blutfährtenpass betretet.",
+	["points"] = 50,
+	["name"] = "Reiner Instinkt",
+	["Category"] = "Wolfhunter",
+},
+[2164] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt Balorgh in der Marsch der Aufopferung (Veteranen), nachdem Ihr das Banner des Mondjägerrudels entweiht und ihn so in tödliche Rage versetzt habt.",
+	["points"] = 50,
+	["name"] = "Hircines Champion",
+	["Category"] = "Wolfhunter",
+},
+[2163] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt die Wyrdschwestern, Aghaedh von der Sonnenwende, Dagrund den Fülligen, Tarcyr und Balorgh in der Marsch der Aufopferung (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Marsch der Aufopferung",
+	["Category"] = "Wolfhunter",
+},
+[2162] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt die Wyrdschwestern, Aghaedh von der Sonnenwende, Dagrund den Fülligen, Tarcyr und Balorgh in der Marsch der Aufopferung.",
+	["points"] = 10,
+	["name"] = "Sieger der Marsch der Aufopferung",
+	["Category"] = "Wolfhunter",
+},
+[2161] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt 50 Irrlichtmütter in der Marsch der Aufopferung (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Irrlichtmütter",
+	["Category"] = "Wolfhunter",
+},
+[2160] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt 300 Blutfährten-Wächter, Blutfährten-Schützen, Blutfährten-Assassinen oder Blutfährten-Donnerschläge in der Marsch der Aufoperung (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Blutfährte",
+	["Category"] = "Wolfhunter",
+},
+[2159] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt zusätzlich zu Kerkermeister Melitus, den Wirrrankenwächter, Mylenne Mondruferin, Archivar Ernarde und Vykosa der Aufgestiegenen auf höchster Schwierigkeitsstufe alle Gegner in der Mondjägerfeste (Veteranen) in weniger als 30 Minuten, ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Reine Mondsucht",
+	["Category"] = "Wolfhunter",
+},
+[2158] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Bewältigt die angegebenen Errungenschaften für die Mondjägerfeste (Veteranen).",
+	["points"] = 50,
+	["name"] = "Herausforderer der Mondjägerfeste",
+	["Category"] = "Wolfhunter",
+},
+[2157] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Betretet entweder die Mondjägerfeste oder die Marsch der Aufopferung zum ersten Mal.",
+	["points"] = 5,
+	["name"] = "Erforscher der Wolfsjäger",
+	["Category"] = "Wolfhunter",
+},
+[2156] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt zusätzlich zu Kerkermeister Melitus, den Wirrrankenwächter, Mylenne Mondruferin, Archivar Ernarde und Vykosa der Aufgestiegenen alle Gegner in der Mondjägerfeste (Veteranen), ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Rudelbande",
+	["Category"] = "Wolfhunter",
+},
+[2155] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt zusätzlich zu Kerkermeister Melitus, den Wirrrankenwächter, Mylenne Mondruferin, Archivar Ernarde und Vykosa der Aufgestiegenen alle Gegner in der Mondjägerfeste (Veteranen) in weniger als 30 Minuten. Die Zeit beginnt, sobald Ihr die erste Gruppe angreift.",
+	["points"] = 50,
+	["name"] = "Rudel auf Streifzug",
+	["Category"] = "Wolfhunter",
+},
+[2154] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt Vykosa die Aufgestiegene in der Mondjägerfeste (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht gelesen habt.",
+	["points"] = 50,
+	["name"] = "Alpharäuber",
+	["Category"] = "Wolfhunter",
+},
+[2153] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt Kerkermeister Melitus, den Wirrrankenwächter, Mylenne Mondruferin, Archivar Ernarde und Vykosa die Aufgestiegene in der Mondjägerfeste (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Mondjägerfeste",
+	["Category"] = "Wolfhunter",
+},
+[2152] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt Kerkermeister Melitus, den Wirrrankenwächter, Mylenne Mondruferin, Archivar Ernarde und Vykosa die Aufgestiegene in der Mondjägerfeste.",
+	["points"] = 10,
+	["name"] = "Sieger der Mondjägerfeste",
+	["Category"] = "Wolfhunter",
+},
+[2151] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Tötet 50 schwerfällige Werwölfe in der Mondjägerfeste (Veteranen)",
+	["points"] = 10,
+	["name"] = "Verderben der schwerfälligen Werwölfe",
+	["Category"] = "Wolfhunter",
+},
+[2150] =
+{
+	["Category_ID"] = 13,
+	["description"] = "Besiegt 200 Schattenwölfe oder boshafte Schattenwölfe in der Mondjägerfeste (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Schattenwölfe",
+	["Category"] = "Wolfhunter",
+},
+[2140] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Bewältigt die angegebenen Errungenschaften für Wolkenruh.",
+	["points"] = 50,
+	["name"] = "Retter von Wolkenruh",
+	["Category"] = "Summerset",
+},
+[2139] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Z'Maja mit Siroria, Relequen und Galenwe im selben Kampf innerhalb von 15 Minuten nach dem Betreten von Wolkenruh (Veteranen) ohne dass ein Gruppenmitglied stirbt. Die Zeit läuft, sobald Ihr den Horst von Wolkenruh betretet.",
+	["points"] = 50,
+	["name"] = "Der Pfad nach Alaxon",
+	["Category"] = "Summerset",
+},
+[2138] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Z'Maja mit Siroria, Relequen und Galenwe in Wolkenruh (Veteranen), ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Todlose Schatten",
+	["Category"] = "Summerset",
+},
+[2137] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Z'Maja mit Siroria, Relequen und Galenwe innerhalb von 15 Minuten nach dem Betreten von Wolkenruh (Veteranen). Die Zeit läuft, sobald Ihr den Horst von Wolkenruh betretet.",
+	["points"] = 50,
+	["name"] = "Im Kreckengalopp",
+	["Category"] = "Summerset",
+},
+[2136] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Z'Maja mit Siroria, Relequen und Galenwe im selben Kampf in Wolkenruh (Veteranen).",
+	["points"] = 50,
+	["name"] = "Sieger von Wolkenruh",
+	["Category"] = "Summerset",
+},
+[2129] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verwertet ein Ausrüstungsteil aus Leerenstein, Leerenstoff, Schattenleder oder Nachtholz.",
+	["points"] = 5,
+	["name"] = "Verwerter des neunten Ranges",
+	["Category"] = "Handwerk",
+},
+[2128] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verwertet ein Ausrüstungsteil aus Flinksilber, Silberstoff, Prachtleder oder Mahagoni.",
+	["points"] = 5,
+	["name"] = "Verwerter des achten Ranges",
+	["Category"] = "Handwerk",
+},
+[2127] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verwertet ein Ausrüstungsteil aus Galatit, Eisenstoff, Eisenleder oder Esche.",
+	["points"] = 5,
+	["name"] = "Verwerter des siebten Ranges",
+	["Category"] = "Handwerk",
+},
+[2126] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Verwertet ein Ausrüstungsteil aus Kalzinium, Kresh, Rauleder oder Birke.",
+	["points"] = 5,
+	["name"] = "Verwerter des sechsten Ranges",
+	["Category"] = "Handwerk",
+},
+[2114] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Legt Euch selbst „Gefangenenketten“ als Montur an.",
+	["points"] = 5,
+	["name"] = "Gefangener auf der Flucht",
+	["Category"] = "Handwerk",
+},
+[2113] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Nutzt eine Montur mit 8 beliebigen belegten Plätzen.",
+	["points"] = 10,
+	["name"] = "In Vollmontur",
+	["Category"] = "Handwerk",
+},
+[1503] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt die Himmlische Magierin im Ätherischen Archiv (Veteranen).",
+	["points"] = 50,
+	["name"] = "Eroberer des ätherischen Archivs",
+	["Category"] = "Verliese",
+},
+[1504] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Zatzu die Schuppenspalterin, den Mächtigen Chudan, Xal-Nur den Sklaventreiber und die Baumhirtin Na-Kesh in den Ruinen von Mazzatun.",
+	["points"] = 10,
+	["name"] = "Sieger der Ruinen von Mazzatun",
+	["Category"] = "Shadows of the Hist",
+},
+[1505] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Zatzu die Schuppenspalterin, den Mächtigen Chudan, Xal-Nur den Sklaventreiber und die Baumhirtin Na-Kesh in den Ruinen von Mazzatun (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Ruinen von Mazzatun",
+	["Category"] = "Shadows of the Hist",
+},
+[1506] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt in den Ruinen von Mazzatun (Veteranen) Baumhirtin Na-Kesh, nachdem sie erzürnt ist, indem Ihr ihre Notizen zum Bernsteinplasma zerstört.",
+	["points"] = 50,
+	["name"] = "Wahnsinn der Baumhirtin",
+	["Category"] = "Shadows of the Hist",
+},
+[1507] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Zatzu die Schuppenspalterin, den Mächtigen Chudan, Xal-Nur den Sklaventreiber und die Baumhirtin Na-Kesh in den Ruinen von Mazzatun (Veteranen) innerhalb von 30 Minuten nach dem Betreten des Verlieses. Die Zeit läuft, sobald Ihr den ersten Torbogen passiert.",
+	["points"] = 50,
+	["name"] = "Zugrunderichten",
+	["Category"] = "Shadows of the Hist",
+},
+[1508] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Zatzu die Schuppenspalterin, den Mächtigen Chudan, Xal-Nur den Sklaventreiber und die Baumhirtin Na-Kesh in den Ruinen von Mazzatun (Veteranen), ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Ungebeugt",
+	["Category"] = "Shadows of the Hist",
+},
+[1509] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt 50 Xit-Xaht-Schlammwerfer in den Ruinen von Mazzatun (Veteranen).",
+	["points"] = 10,
+	["name"] = "Schlammwerferschlächter",
+	["Category"] = "Shadows of the Hist",
+},
+[1510] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt 600 Mitglieder des Stammes der Xit-Xaht in den Ruinen von Mazzatun (Veteranen).",
+	["points"] = 10,
+	["name"] = "Xit-Xaht-Schlächter",
+	["Category"] = "Shadows of the Hist",
+},
+[1511] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Bewältigt die angegebenen Errungenschaften für die Ruinen von Mazzatun (Veteranen) .",
+	["points"] = 50,
+	["name"] = "Herausforderer der Ruinen von Mazzatun",
+	["Category"] = "Shadows of the Hist",
+},
+[1512] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Baumhirtin Na-Kesh, nachdem Ihr zunächst alle anderen Feinde in den Ruinen von Mazzatun ausgelöscht habt.",
+	["points"] = 10,
+	["name"] = "Mazzatun-Massaker",
+	["Category"] = "Shadows of the Hist",
+},
+[1513] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Rettet alle sechs Ältesten der Su-Zahleel aus der Ritualkammer in den Ruinen von Mazzatun (Veteranen).",
+	["points"] = 10,
+	["name"] = "Retter der Su-Zahleel",
+	["Category"] = "Shadows of the Hist",
+},
+[1514] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Schließt die Ruinen von Mazzatun ab, ohne dass ein Schlammwerfer einen seiner Verbündeten mit Bernsteinplasma stärken kann.",
+	["points"] = 10,
+	["name"] = "Kein Freiwurf",
+	["Category"] = "Shadows of the Hist",
+},
+[1515] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt den Mächtigen Chudan in den Ruinen von Mazzatun (Veteranen), ohne das ein Mitglied vom Moorlauf getroffen wird.",
+	["points"] = 10,
+	["name"] = "Haj-Mota-Matador",
+	["Category"] = "Shadows of the Hist",
+},
+[1516] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Xal-Nur den Sklaventreiber in den Ruinen von Mazzatun (Veteranen), ohne dass Euch ein Wamasu beistehen muss.",
+	["points"] = 10,
+	["name"] = "Gehorsamsübung",
+	["Category"] = "Shadows of the Hist",
+},
+[1517] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Xal-Nur den Sklaventreiber in den Ruinen von Mazzatun (Veteranen), wobei nur ein Gruppenmitglied die Sumpfwürze bereinigt. Andere Gruppenmitglieder können weiterhin die Sumpfwürze berühren.",
+	["points"] = 10,
+	["name"] = "Peinlichst reinlich",
+	["Category"] = "Shadows of the Hist",
+},
+[1518] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Baumhirtin Na-Kesh in den Ruinen von Mazzatun (Veteranen), ohne dass auch nur eines der Gruppenmitglieder die Enthüllen-Synergie nutzt, um den echten Avatar des Hist ausfindig zu machen.",
+	["points"] = 10,
+	["name"] = "Glückstreffer",
+	["Category"] = "Shadows of the Hist",
+},
+[1519] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Baumhirtin Na-Kesh in den Ruinen von Mazzatun (Veteranen), ohne dass ein Gruppenmitglied vom glühenden Bernstein getroffen wird.",
+	["points"] = 10,
+	["name"] = "Köpfchen trotz klebriger Lage",
+	["Category"] = "Shadows of the Hist",
+},
+[1520] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Betretet die Ruinen von Mazzatun oder die Wiege der Schatten zum ersten Mal.",
+	["points"] = 5,
+	["name"] = "Erforscher der Schatten des Hist",
+	["Category"] = "Shadows of the Hist",
+},
+[2082] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt den Heiligen Olms, den Gerechten, den Heiligen Llothis, den Frommen, und den Heiligen Felms, den Tapferen gleichzeitig, ohne zuzulassen, dass der Heilige Felms und der Heilige Llothis während des Kampfes in der Anstalt Sanctorium (Veteranen) erzürnen.",
+	["points"] = 50,
+	["name"] = "Glückselige Schlägerei",
+	["Category"] = "Clockwork City",
+},
+[1522] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Sithera, Khephidaen das Spinnenkind, die Jüngerin von Velidreth, Dranos Velador und Velidreth, die Herrin der Fäden, in der Wiege der Schatten.",
+	["points"] = 10,
+	["name"] = "Sieger der Wiege der Schatten",
+	["Category"] = "Shadows of the Hist",
+},
+[1523] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Sithera, Khephidaen das Spinnenkind, die Jüngerin von Velidreth, Dranos Velador und Velidreth, die Herrin der Fäden, in der Wiege der Schatten (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Wiege der Schatten",
+	["Category"] = "Shadows of the Hist",
+},
+[1524] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Velidreth in der Wiege der Schatten (Veteranen), nachdem Ihr ihren Zorn beschwört, indem Ihr zunächst die Statue von Mephala schändet.",
+	["points"] = 50,
+	["name"] = "Velidreths Vergeltung",
+	["Category"] = "Shadows of the Hist",
+},
+[1525] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Sithera, Khephidaen das Spinnenkind, die Jüngerin von Velidreth, Dranos Velador und Velidreth, die Herrin der Fäden, in der Wiege der Schatten (Veteranen) innerhalb von 30 Minuten nach dem Betreten des Verlieses. Die Zeit läuft, sobald die erste Kaverne betretet.",
+	["points"] = 50,
+	["name"] = "Kammerjäger",
+	["Category"] = "Shadows of the Hist",
+},
+[1526] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Sithera, Khephidaen das Spinnenkind, die Jüngerin von Velidreth, Dranos Velador und Velidreth, die Herrin der Fäden, in der Wiege der Schatten (Veteranen), ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Leuchtfeuer in der Nacht",
+	["Category"] = "Shadows of the Hist",
+},
+[1527] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Zerstört 50 Statuen der Hingabe an Velidreth in der Wiege der Schatten (Veteranen).",
+	["points"] = 10,
+	["name"] = "Ikonoklast",
+	["Category"] = "Shadows of the Hist",
+},
+[1528] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt 600 Mitglieder des Seidenrings oder ihre Verbündeten unter den Spinnenkindern in der Wiege der Schatten (Veteranen).",
+	["points"] = 10,
+	["name"] = "Spinnenkultschlächter",
+	["Category"] = "Shadows of the Hist",
+},
+[1529] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Bewältigt die angegebenen Errungenschaften für die Wiege der Schatten (Veteranen).",
+	["points"] = 50,
+	["name"] = "Herausforderer der Wiege der Schatten",
+	["Category"] = "Shadows of the Hist",
+},
+[1530] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Durchquert die Spinnenhöhlen in der Wiege der Schatten (Veteranen), ohne mehr als zwei Feuerschalen zu entzünden.",
+	["points"] = 10,
+	["name"] = "Keine Angst im Dunkeln",
+	["Category"] = "Shadows of the Hist",
+},
+[1531] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Khephidaen das Spinnenkind in der Wiege der Schatten (Veteranen), ohne eine erloschene Feuerschale erneut zu entzünden.",
+	["points"] = 10,
+	["name"] = "Schattenspiel",
+	["Category"] = "Shadows of the Hist",
+},
+[1532] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Dranos Velador in der Wiege der Schatten (Veteranen), ohne eine Kugel aufzunehmen.",
+	["points"] = 10,
+	["name"] = "Getrennt gefallen",
+	["Category"] = "Shadows of the Hist",
+},
+[1533] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Velidreth in der Wiege der Schatten (Veteranen), ohne dass Gruppenmitglieder in den Katakomben sterben.",
+	["points"] = 10,
+	["name"] = "Netzläufer",
+	["Category"] = "Shadows of the Hist",
+},
+[1534] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Velidreth in der Wiege der Schatten (Veteranen), ohne die Atronachenlicht-Synergie zu nutzen.",
+	["points"] = 10,
+	["name"] = "Umarmt die Schatten",
+	["Category"] = "Shadows of the Hist",
+},
+[1535] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Velidreth in der Wiege der Schatten (Veteranen), ohne das ein Gruppenmitglied von ihrem Schattensinn erfasst wird.",
+	["points"] = 10,
+	["name"] = "Hier gibt es nichts zu sehen",
+	["Category"] = "Shadows of the Hist",
+},
+[1536] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Besiegt Velidreth in der Wiege der Schatten, ohne dass ein Gruppenmitglied von einem ihrer Giftbeutel getroffen wird.",
+	["points"] = 10,
+	["name"] = "Gewieft gegen Gift",
+	["Category"] = "Shadows of the Hist",
+},
+[2083] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt den Heiligen Felms, den Tapferen, ohne dass seine Pneumaprojektionen in der Anstalt Sanctorium (Veteranen) erzürnen.",
+	["points"] = 15,
+	["name"] = "Seelenruhige Projektionen",
+	["Category"] = "Clockwork City",
+},
+[1538] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Schließt die Wiege der Schatten (Veteranen) und die Ruinen von Mazzatun (Veteranen) ab.",
+	["points"] = 50,
+	["name"] = "Höhlenforscher im Schatten des Hist",
+	["Category"] = "Shadows of the Hist",
+},
+[1539] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Trinkt das Gebräu der Hexenmutter während des Hexenfestes.",
+	["points"] = 5,
+	["name"] = "Kürbis passt gut zu Innereien",
+	["Category"] = "Feiertagsevents",
+},
+[1540] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Verdient Euren ersten Plünderschädel.",
+	["points"] = 5,
+	["name"] = "Plünderschädelschwärmer",
+	["Category"] = "Feiertagsevents",
+},
+[1541] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Verdient 50 Plünderschädel.",
+	["points"] = 10,
+	["name"] = "Plünderschädelliebhaber",
+	["Category"] = "Feiertagsevents",
+},
+[1542] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Verdient 100 Plünderschädel.",
+	["points"] = 15,
+	["name"] = "Plünderschädelfanatiker",
+	["Category"] = "Feiertagsevents",
+},
+[1543] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Schließt die Quest „Tauschhandel der Hexenmutter“ ab.",
+	["points"] = 5,
+	["name"] = "Ernte des Schnitters",
+	["Category"] = "Feiertagsevents",
+},
+[2104] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Betretet den Krallenhort oder den Gipfel der Schuppenruferin zum ersten Mal.",
+	["points"] = 5,
+	["name"] = "Erforscher der Drachenknochen",
+	["Category"] = "Dragon Bones",
+},
+[1545] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Sammelt und lernt jedes Kapitel über den Handwerksstil von Kürbisfratze, die Ihr während des Hexenfestes finden könnt.",
+	["points"] = 50,
+	["name"] = "Kürbisfratz' wird's amüsieren",
+	["Category"] = "Feiertagsevents",
+},
+[1546] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Bewältigt die angegebenen Errungenschaften für das Hexenfest.",
+	["points"] = 50,
+	["name"] = "Eine gute Ernte",
+	["Category"] = "Feiertagsevents",
+},
+[2103] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besteht den Krallenhort und den Gipfel der Schuppenruferin in der Veteranenfassung.",
+	["points"] = 50,
+	["name"] = "Höhlenforscher der Drachenknochen",
+	["Category"] = "Dragon Bones",
+},
+[1548] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Habt während der Schlammballspiele mit jedem der Allianzführer Spaß mit den Schlammbällen.",
+	["points"] = 5,
+	["name"] = "Schlammballschurke",
+	["Category"] = "Feiertagsevents",
+},
+[1549] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Zellenspuk, Schattenriss, Angata die Clannbannzähmerin, den Skelett-Zerstörer und Sippenhochfürst Rilis in den Verbannungszellen I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Verbannungszellen I",
+	["Category"] = "Veteranenverliese",
+},
+[1550] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 350 Skelette in den Verbannungszellen I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Skelettschlächterveteran I",
+	["Category"] = "Veteranenverliese",
+},
+[1551] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 100 Daedra in den Verbannungszellen I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Daedra",
+	["Category"] = "Veteranenverliese",
+},
+[1552] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Zellenspuk, Schattenriss, Angata die Clannbannzähmerin, den Skelett-Zerstörer, und Sippenhochfürst Rilis in den Verbannungszellen I (Veteranen) innerhalb von 20 Minuten. Die Zeit läuft, wenn ein Gruppenmitglied den ersten Gang betritt.",
+	["points"] = 50,
+	["name"] = "Assassine der Verbannungszellen I",
+	["Category"] = "Veteranenverliese",
+},
+[1553] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Zellenspuk, Schattenriss, Angata die Clannbannzähmerin, den Skelett-Zerstörer, und Sippenhochfürst Rilis in den Verbannungszellen I (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Verbannungszellen I",
+	["Category"] = "Veteranenverliese",
+},
+[1554] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Sippenhochfürst Rilis in den Verbannungszellen I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Seelenspalter",
+	["Category"] = "Veteranenverliese",
+},
+[1555] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Hüterin Areldur, den Schlund des Infernalen, Hüter Voranil, Hüterin Imiril, die Schwestern Sihna und Vera sowie Sippenhochfürst Rilis in den Verbannungszellen II.",
+	["points"] = 10,
+	["name"] = "Sieger der Verbannungszellen II",
+	["Category"] = "Verliese",
+},
+[1556] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Tazkad den Rudelführer, Kriegshäuptling Ozozai, die Brutbringerin, Klapperschere und Kra'gh den Dreughkönig in der Pilzgrotte I.",
+	["points"] = 10,
+	["name"] = "Eroberer der Pilzgrotte I",
+	["Category"] = "Veteranenverliese",
+},
+[1557] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 450 Goblins in der Pilzgrotte I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Goblins",
+	["Category"] = "Veteranenverliese",
+},
+[1558] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 50 Dreugh in der Pilzgrotte I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Dreugh",
+	["Category"] = "Veteranenverliese",
+},
+[1559] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Tazkad den Rudelführer, Kriegshäuptling Ozozai, die Brutbringerin, Klapperschere und Kra'gh den Dreughkönig in der Pilzgrotte I (Veteranen) innerhalb von 15 Minuten. Die Zeit läuft, sobald Ihr den Tunnel hinter der ersten Gruppe Goblins betretet.",
+	["points"] = 50,
+	["name"] = "Assassine der Pilzgrotte I",
+	["Category"] = "Veteranenverliese",
+},
+[1560] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Tazkad den Rudelführer, Kriegshäuptling Ozozai, die Brutbringerin, Klapperschere und Kra'gh den Dreughkönig in der Pilzgrotte I (Veteranen), ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Überlebender der Pilzgrotte I",
+	["Category"] = "Veteranenverliese",
+},
+[1561] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Dreughkönig in der Pilzgrotte I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Fang des Tages",
+	["Category"] = "Veteranenverliese",
+},
+[1562] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Mephalas Biss, Gamye Bandu, Ciirenas die Hirtin, Mephalas Brut, Reggr Dunkeldämmern und Vila Theran in der Pilzgrotte II.",
+	["points"] = 10,
+	["name"] = "Sieger der Pilzgrotte II",
+	["Category"] = "Verliese",
+},
+[1563] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Mephalas Biss, Gamyne Bandu, Ciirenas die Hirtin, Mephalas Brut, Reggr Dunkeldämmern und Vila Theran in der Pilzgrotte II (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Pilzgrotte II",
+	["Category"] = "Veteranenverliese",
+},
+[1564] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt zuerst Hüterin Imiril, Areldur und Voranil, sowie den Schlund des Infernalen, die Schwestern Sihna und Vera in den Verbannungszellen II (Veteranen), bevor Ihr anschließend Sippenhochfürst Rilis besiegt, ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Verbannungszellen II",
+	["Category"] = "Veteranenverliese",
+},
+[1565] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Spindelbrut, die Schwarmmutter, Cerise die Witwenmacherin, Rabbu den Großen und die Flüsterin in den Spindeltiefen I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Spindeltiefen I",
+	["Category"] = "Veteranenverliese",
+},
+[1566] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 600 Spinnen in den Spindeltiefen I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Spinnen",
+	["Category"] = "Veteranenverliese",
+},
+[1567] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 350 Verdorbene in den Spindeltiefen I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Verdorbenen",
+	["Category"] = "Veteranenverliese",
+},
+[1568] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt die Schwarmmutter und die Flüsterin in den Spindeltiefen I (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Gruppe Spinnen angreift.",
+	["points"] = 50,
+	["name"] = "Assassine der Spindeltiefen I",
+	["Category"] = "Veteranenverliese",
+},
+[1569] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt die Schwarmmutter und die Flüsterin in den Spindeltiefen I (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Spindeltiefen I",
+	["Category"] = "Veteranenverliese",
+},
+[1570] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt die Flüsterin in den Spindeltiefen I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Endlich Stille",
+	["Category"] = "Veteranenverliese",
+},
+[1571] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Mortine den Verrückten, Blutbrut, Praxin Douare, die drei Fleischatronachen, Urvan Veleth und Vorenor Winterkind in den Spindeltiefen II.",
+	["points"] = 10,
+	["name"] = "Sieger der Spindeltiefen II",
+	["Category"] = "Verliese",
+},
+[1572] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Mortine den Verrückten, die Blutbrut, Praxin Douare, das Trio aus Fleischatronachen, Urvan Veleth und Vorenor Winterkind in den Spindeltiefen II (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Spindeltiefen II",
+	["Category"] = "Veteranenverliese",
+},
+[1573] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Akash gra-Mal, den uralten Zweigling, Würgedorn, Nenesh gro-Mal, Blattgärer und Stiftsvogt Oraneth in Eldengrund I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer des Eldengrunds I",
+	["Category"] = "Veteranenverliese",
+},
+[1574] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 400 Dunkelfarnorks im Eldengrund I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben des Dunkelfarns",
+	["Category"] = "Veteranenverliese",
+},
+[1575] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 100 Alit im Eldengrund I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Alit",
+	["Category"] = "Veteranenverliese",
+},
+[1576] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Akash gra-Mal, den uralten Zweigling, Würgedorn, Nenesh gro-Mal, Blattgärer und Stiftsvogt Oraneth in Eldengrund I (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Gruppe Thalmor angegriffen habt.",
+	["points"] = 50,
+	["name"] = "Assassine des Eldengrunds I",
+	["Category"] = "Veteranenverliese",
+},
+[1577] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Akash gra-Mal, den uralten Zweigling, Würgedorn, Nenesh gro-Mal, Blattgärer und Stiftsvogt Oraneth in Eldengrund I (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender von Eldenwurz I",
+	["Category"] = "Veteranenverliese",
+},
+[1578] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Stiftsvogt Oraneth in Eldengrund I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Stiftsvogtsplünderer",
+	["Category"] = "Veteranenverliese",
+},
+[1579] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Dubroze den Heimsucher, Dunkelwurz, Azara die Furchtbringerin, Düsterlicht, die Schattenwache und Bogdan die Nachtflamme in Eldengrund II.",
+	["points"] = 10,
+	["name"] = "Sieger des Eldengrunds II",
+	["Category"] = "Verliese",
+},
+[1580] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Dubroze den Heimsucher, Dunkelwurz, Azara die Furchtbringerin, Düsterlicht, die Schattenwache und Bogdan die Nachtflamme in Eldenwurz II, ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender von Eldenwurz II",
+	["Category"] = "Veteranenverliese",
+},
+[1581] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Oberhirtin Neloren, Vorarbeiter Llothan, den Schwarmfürsten, den Höhlenpatriarchen, den Wachposten von Rkugamz und die Schnittersphäre in den Dunkelschattenkavernen I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Dunkelschattenkavernen I",
+	["Category"] = "Veteranenverliese",
+},
+[1582] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 175 Grubenratten-Haudraufe in den Dunkelschattenkavernen I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Grubenratten",
+	["Category"] = "Veteranenverliese",
+},
+[1583] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 300 Kwama in den Dunkelschattenkavernen I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Kwama",
+	["Category"] = "Veteranenverliese",
+},
+[1584] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Oberhirtin Neloren, Vorarbeiter Llothan, den Schwarmfürsten, den Höhlenpatriarchen, den Wachposten von Rkugamz und die Schnittersphäre in den Dunkelschattenkavernen I innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald ein Gruppenmitglied in die Kavernen hinabsteigt.",
+	["points"] = 50,
+	["name"] = "Assassine der Dunkelschattenkavernen I",
+	["Category"] = "Veteranenverliese",
+},
+[1585] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Oberhirtin Neloren, Vorarbeiter Llothan, den Schwarmfürsten, den Höhlenpatriarchen, den Wachposten von Rkugamz und die Schnittersphäre in den Dunkelschattenkavernen I (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Dunkelschattenkavernen I",
+	["Category"] = "Veteranenverliese",
+},
+[1586] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Wachposten von Rkugamz in den Dunkelschattenkavernen I, nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Garantie längst abgelaufen",
+	["Category"] = "Veteranenverliese",
+},
+[1587] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt den gefallenen Vorarbeiter, den verwandelten Schwarmfürsten, den verwandelten Alit, Grobull den Verwandelten, die Maschinengarnison und den Maschinenwächter in den Dunkelschattenkavernen II.",
+	["points"] = 10,
+	["name"] = "Sieger der Dunkelschattenkavernen II",
+	["Category"] = "Verliese",
+},
+[1588] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den gefallenen Vorarbeiter, den verwandelten Schwarmfürsten, den verwandelten Alit, Grobull den Verwandelten, die Maschinengarnison und den Maschinenwächter in den Dunkelschattenkavernen II (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Dunkelschattenkavernen II",
+	["Category"] = "Veteranenverliese",
+},
+[1589] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Schleimkropf, Ermittler Garron, den Rattenflüsterer, Uulgarg den Hungrigen, Varaine Pellingare und Allene Pellingare in der Kanalisation von Wegesruh I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Kanalisation von Wegesruh I",
+	["Category"] = "Veteranenverliese",
+},
+[1590] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 800 Skeever in der Kanalisation von Wegesruh I.",
+	["points"] = 10,
+	["name"] = "Verderben der Skeever",
+	["Category"] = "Veteranenverliese",
+},
+[1591] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 500 Pellingare-Söldner in der Kanalisation von Wegesruh I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Söldner",
+	["Category"] = "Veteranenverliese",
+},
+[1592] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Schleimkropf, Ermittler Garron, den Rattenflüsterer, Uulgarg den Hungrigen, Varaine Pellingare und Allene Pellingare in der Kanalisation von Wegesruh I (Veteranen) innerhalb von 15 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr den ersten Tunnel auf der rechten Seite des Eingangs betretet.",
+	["points"] = 50,
+	["name"] = "Assassine der Kanalisation von Wegesruh I",
+	["Category"] = "Veteranenverliese",
+},
+[1593] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Schleimkropf, Ermittler Garron, den Rattenflüsterer, Uulgarg den Hungrigen, Varaine Pellingare und Allene Pellingare in der Kanalisation von Wegesruh I (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Kanalisation von Wegesruh I",
+	["Category"] = "Veteranenverliese",
+},
+[1594] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Allene Pellingare in der Kanalisation von Wegesruh I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Ab in die Gosse",
+	["Category"] = "Veteranenverliese",
+},
+[1595] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Malubeth die Auspeitscherin, Schädelschnitter, Uulgarg den Erhobenen, Garron den Zurückgekehrten, den Vergessenen und Varaine und Allene Pellingare in der Kanalisation von Wegesruh II.",
+	["points"] = 10,
+	["name"] = "Sieger der Kanalisation von Wegesruh II",
+	["Category"] = "Verliese",
+},
+[1596] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Malubeth die Auspeitscherin, Garron den Zurückgekehrten und Varaine und Allene Pellingare in der Kanalisation von Wegesruh II (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Kanalisation von Wegesruh II",
+	["Category"] = "Veteranenverliese",
+},
+[1597] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Infernalen Wächter, den Hüter des Schreins und Klingenmeister Erthas in der Stadt der Asche I (Veteranen).",
+	["points"] = 15,
+	["name"] = "Eroberer der Stadt der Asche I",
+	["Category"] = "Veteranenverliese",
+},
+[1598] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 550 Unheilsbruten in der Stadt der Asche I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Unheilsbruten der Totenländer",
+	["Category"] = "Veteranenverliese",
+},
+[1599] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 60 Flammenatronachen in der Stadt der Asche I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Flammenatronachen",
+	["Category"] = "Veteranenverliese",
+},
+[1600] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Infernalen Wächter, den Hüter des Schreins und Klingenmeister Erthas in der Stadt der Asche I (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Gruppe Daedra angreift.",
+	["points"] = 50,
+	["name"] = "Assassine der Stadt der Asche I",
+	["Category"] = "Veteranenverliese",
+},
+[1601] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Infernalen Wächter, den Hüter des Schreins und Klingenmeister Erthas in der Stadt der Asche I (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Stadt der Asche I",
+	["Category"] = "Veteranenverliese",
+},
+[1602] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Klingenmeister Erthas in der Stadt der Asche I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Feuerbrigade",
+	["Category"] = "Veteranenverliese",
+},
+[1603] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Horvantud den Feuerschlund, den Aschtitan und Valkyn Skoria in der Stadt der Asche II.",
+	["points"] = 10,
+	["name"] = "Sieger der Stadt der Asche II",
+	["Category"] = "Verliese",
+},
+[1604] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Schließt Arx Corinium (Veteranen) ab, indem Ihr die zahnbewährte Bedrohung, Ganakton das Gewitter, Sliklenia die Sangesherrin, Matrone Ixniaa, den uralten Schlurfer und Sellistrix die Lamienkönigin besiegt.",
+	["points"] = 15,
+	["name"] = "Eroberer von Arx Corinium",
+	["Category"] = "Veteranenverliese",
+},
+[1605] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 400 Lamien in Arx Corinium (Veteranen)",
+	["points"] = 10,
+	["name"] = "Verderben der Lamien",
+	["Category"] = "Veteranenverliese",
+},
+[1606] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 175 Riesenschlangen in Arx Corinium (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Schlangen",
+	["Category"] = "Veteranenverliese",
+},
+[1607] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt die zahnbewehrte Bedrohung, Ganakton das Gewitter, Sliklenia die Sangesherrin, Matrone Ixniaa, den uralten Schlurfer, und Sellistrix die Lamienkönigin in Arx Corinium (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Gruppe nistender Schlangen angreift.",
+	["points"] = 50,
+	["name"] = "Assassine von Arx Corinium",
+	["Category"] = "Veteranenverliese",
+},
+[1608] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt die zahnbewehrte Bedrohung, Ganakton das Gewitter, Sliklenia die Sangesherrin, Matrone Ixniaa, den uralten Schlurfer, und Sellistrix die Lamienkönigin in Arx Corinium (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender von Arx Corinium",
+	["Category"] = "Veteranenverliese",
+},
+[1609] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Sellistrix die Lamienkönigin in Arx Corinium (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Schlangenhäuter",
+	["Category"] = "Veteranenverliese",
+},
+[1610] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Magiermeister, Erzmeister Siniel, den Giganten des Todes, Uulkar Knochenhand, Dogas den Berserker und die Ilambris-Zwillinge in der Krypta der Herzen I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Krypta der Herzen I",
+	["Category"] = "Veteranenverliese",
+},
+[1611] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 400 Zombies in der Krypta der Herzen I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Zombies der Krypta",
+	["Category"] = "Veteranenverliese",
+},
+[1612] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 400 Skelette in der Krypta der Herzen I (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Kryptaskelette",
+	["Category"] = "Veteranenverliese",
+},
+[1613] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Magiermeister, Erzmeister Siniel, den Giganten des Todes, Uulkar Knochenhand, Dogas den Berserker und die Ilambris-Zwillinge in der Krypta der Herzen I (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Gruppe Untoter angreift.",
+	["points"] = 50,
+	["name"] = "Assassine der Krypta der Herzen I",
+	["Category"] = "Veteranenverliese",
+},
+[1614] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Magiermeister, Erzmeister Siniel, den Giganten des Todes, Uulkar Knochenhand, Dogas den Berserker und die Ilambris-Zwillinge in der Krypta der Herzen I (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Krypta der Herzen I",
+	["Category"] = "Veteranenverliese",
+},
+[1615] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt die Ilambriszwillinge in der Krypta der Herzen I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Eine Krypta für Zwei",
+	["Category"] = "Veteranenverliese",
+},
+[1616] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Besiegt Ibelgast, Ruzozuzalpamaz, den Kammerwächter, die Ilambris-Zwillinge, das Ilambris-Amalgam, Mezeluth und Nerien'eth in der Krypta der Herzen II.",
+	["points"] = 10,
+	["name"] = "Sieger der Krypta der Herzen II",
+	["Category"] = "Verliese",
+},
+[1617] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Schließt die Orkaninsel (Veteranen) ab, indem Ihr Sonolia die Matriarchin, Valaran Sturmrufer, Yalorasse die Sprecherin, Sturmfaust, Kommodore Ohmanil und Sturmvogt Neidir besiegt.",
+	["points"] = 15,
+	["name"] = "Eroberer der Orkaninsel",
+	["Category"] = "Veteranenverliese",
+},
+[1618] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 600 Lamien auf der Orkaninsel (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Lamien der Orkaninsel",
+	["Category"] = "Veteranenverliese",
+},
+[1619] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 550 Seevipern auf der Orkaninsel (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Seevipern",
+	["Category"] = "Veteranenverliese",
+},
+[1620] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Sonolia die Matriarchin, Valaran Sturmrufer, Yalorasse die Sprecherin, Sturmfaust, Kommodore Ohmanil und Sturmvogt Neidir auf der Orkaninsel (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Gruppe Lamien angreift.",
+	["points"] = 50,
+	["name"] = "Assassine der Orkaninsel",
+	["Category"] = "Veteranenverliese",
+},
+[1621] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Sonolia die Matriarchin, Valaran Sturmrufer, Yalorasse die Sprecherin, Sturmfaust, Kommodore Ohmanil und Sturmvogt Neidir auf der Orkaninsel (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Orkaninsel",
+	["Category"] = "Veteranenverliese",
+},
+[1622] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Sturmvogt Neidir auf der Orkaninsel (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Seebestattung",
+	["Category"] = "Veteranenverliese",
+},
+[1623] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Zahnknirscher den Frostgebundenen, den Wächter der Flamme, Droddas Lehrling, Droddas Schreckensfürsten, Eisherz und Drodda von Eiskap in der Burg Grauenfrost (Veteranen).",
+	["points"] = 15,
+	["name"] = "Eroberer von Burg Grauenfrost",
+	["Category"] = "Veteranenverliese",
+},
+[1624] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 325 Draugr auf Burg Grauenfrost.",
+	["points"] = 10,
+	["name"] = "Verderben der Draugr",
+	["Category"] = "Veteranenverliese",
+},
+[1625] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 350 Eisskelette auf Burg Grauenfrost (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Eisskelette",
+	["Category"] = "Veteranenverliese",
+},
+[1626] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Zahnknirscher den Frostgebundenen, den Wächter der Flamme, Droddas Lehrling, Droddas Schreckensfürsten, Eisherz und Drodda von Eiskap auf Burg Grauenfrost (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste mit Bären gefüllte Höhle betretet.",
+	["points"] = 50,
+	["name"] = "Assassine der Burg Grauenfrost",
+	["Category"] = "Veteranenverliese",
+},
+[1627] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Zahnknirscher den Frostgebundenen, den Wächter der Flamme, Droddas Lehrling, Droddas Schreckensfürsten, Eisherz und Drodda von Eiskap auf Burg Grauenfrost (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Burg Grauenfrost",
+	["Category"] = "Veteranenverliese",
+},
+[1628] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Drodda von Eiskap auf Burg Grauenfrost (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Kalt abserviert",
+	["Category"] = "Veteranenverliese",
+},
+[1629] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Schließt Volenfell (Veteranen) ab, indem Ihr den Wüstenlöwen, Quintus Verres und den monströsen Gargylen, Brühbiss, Bebenschuppe, das instabile Konstrukt und das Wächterkonzil besiegt.",
+	["points"] = 15,
+	["name"] = "Eroberer von Volenfell",
+	["Category"] = "Veteranenverliese",
+},
+[1630] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 250 Schatzjäger in Volenfell (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Schatzjäger",
+	["Category"] = "Veteranenverliese",
+},
+[1631] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 300 Dwemerkonstrukte in Volenfell (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Dwemerkonstrukte",
+	["Category"] = "Veteranenverliese",
+},
+[1632] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Wüstenlöwen, Quintus Verres und den monströsen Gargylen, Brühbiss, Bebenschuppe, das instabile Konstrukt und das Wächterkonzil in Volenfell (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Gruppe Schatzjäger angreift.",
+	["points"] = 50,
+	["name"] = "Assassine von Volenfell",
+	["Category"] = "Veteranenverliese",
+},
+[1633] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Wüstenlöwen, Quintus Verres und den monströsen Gargylen, Brühbiss, Bebenschuppe, das instabile Konstrukt und das Wächterkonzil in Volenfell (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender von Volenfell",
+	["Category"] = "Veteranenverliese",
+},
+[1634] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt die Konstrukte des Wächters in Volenfell (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Die waren nur eingerostet",
+	["Category"] = "Veteranenverliese",
+},
+[1635] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Schließt Selenes Netz (Veteranen) ab, indem Ihr Baumthane Kerninn, Langkralle, Königin Aklayah, Faulfell, Mennir Vielbein und Selene besiegt.",
+	["points"] = 15,
+	["name"] = "Eroberer von Selenes Netz",
+	["Category"] = "Veteranenverliese",
+},
+[1636] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 250 Bosmer in Selenes Netz (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben von Selenes Netz",
+	["Category"] = "Veteranenverliese",
+},
+[1637] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 250 Spinnen in Selenes Netz (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Spinnen von Selenes Netz",
+	["Category"] = "Veteranenverliese",
+},
+[1638] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Baumthane Kerninn, Langkralle, Königin Aklayah, Faulfell, Mennir Vielbein und Selene in Selenes Netz (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Gruppe Bosmer angreift.",
+	["points"] = 50,
+	["name"] = "Assassine von Selenes Netz",
+	["Category"] = "Veteranenverliese",
+},
+[1639] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Baumthane Kerninn, Langkralle, Königin Aklayah, Faulfell, Mennir Vielbein und Selene in Selenes Netz (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender von Selenes Netz",
+	["Category"] = "Veteranenverliese",
+},
+[1640] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Selene in Selenes Netz (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Alles abgewickelt",
+	["Category"] = "Veteranenverliese",
+},
+[1641] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Schließt die Gesegnete Feuerprobe (Veteranen) ab, indem Ihr Grunzer den Gewitzten, das Rudel, Teranya die Gesichtslose, den Trollkönig, Hauptmann Thoran, die Bestienmeisterin und die Lavakönigin besiegt.",
+	["points"] = 15,
+	["name"] = "Eroberer der Gesegneten Feuerprobe",
+	["Category"] = "Veteranenverliese",
+},
+[1642] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 500 Gladiatoren in der Gesegneten Feuerprobe (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Gladiatoren",
+	["Category"] = "Veteranenverliese",
+},
+[1643] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 150 Durzog in der Gesegneten Feuerprobe (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Durzog",
+	["Category"] = "Veteranenverliese",
+},
+[1644] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt alle Anführer in der Gesegneten Feuerprobe (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Brücke über die Lava überquert.",
+	["points"] = 50,
+	["name"] = "Assassine der Gesegneten Feuerprobe",
+	["Category"] = "Veteranenverliese",
+},
+[1645] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Grunzer den Gewitzten, das Rudel, Teranya die Gesichtslose, den Trollkönig, Hauptmann Thoran, die Bestienmeisterin und die Lavakönigin in der Gesegneten Feuerprobe (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Gesegneten Feuerprobe",
+	["Category"] = "Veteranenverliese",
+},
+[1646] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt die Lavakönigin in der Gesegneten Feuerprobe (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Feuerkrönung",
+	["Category"] = "Veteranenverliese",
+},
+[1647] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Schließt den Schwarzherz-Unterschlupf (Veteranen) ab, indem Ihr Eiserne-Ferse, Atarus, den ersten Maat Wellenschnitt, die Hortmutter, Leeres Herz und Kapitän Schwarzherz besiegt.",
+	["points"] = 15,
+	["name"] = "Eroberer des Schwarzherz-Unterschlupfs",
+	["Category"] = "Veteranenverliese",
+},
+[1648] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 500 Unterschlupf-Piraten im Schwarzherz-Unterschlupf (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Piraten",
+	["Category"] = "Veteranenverliese",
+},
+[1649] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 400 Harpyien im Schwarzherz-Unterschlupf (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Harpyien",
+	["Category"] = "Veteranenverliese",
+},
+[1650] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Eiserne-Ferse, Atarus, den ersten Maat Wellenschnitt, die Hortmutter, Leeres Herz und Kapitän Schwarzherz im Schwarzherz-Unterschlupf (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die Docks verlasst.",
+	["points"] = 50,
+	["name"] = "Assassine des Schwarzherz-Unterschlupfs",
+	["Category"] = "Veteranenverliese",
+},
+[1651] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Eiserne-Ferse, Atarus, den ersten Maat Wellenschnitt, die Hortmutter, Leeres Herz und Kapitän Schwarzherz im Schwarzherz-Unterschlupf (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender des Schwarzherz-Unterschlupfs",
+	["Category"] = "Veteranenverliese",
+},
+[1652] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt Kapitän Schwarzherz im Schwarzherz-Unterschlupf (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Sorgfältig geplündert",
+	["Category"] = "Veteranenverliese",
+},
+[1653] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Schließt die Kammern des Wahnsinns (Veteranen) ab, indem Ihr den Verfluchten, Ulguna Seelenplünderer, den Kopf des Todes, Grothdarr, Achaeraizur, den Uralten, Iskra das Omen und den Verrückten Architekten besiegt.",
+	["points"] = 15,
+	["name"] = "Eroberer der Kammern des Wahnsinns",
+	["Category"] = "Veteranenverliese",
+},
+[1654] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 150 Dremora in den Kammern des Wahnsinns (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Dremora",
+	["Category"] = "Veteranenverliese",
+},
+[1655] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt 750 verwilderte Beraubte in den Kammern des Wahnsinns (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der verwilderten Beraubten",
+	["Category"] = "Veteranenverliese",
+},
+[1656] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Verfluchten, Ulguna Seelenplünderer, den Kopf des Todes, Grothdarr, Achaeraizur, den Uralten, Iskra das Omen und den Verrückten Architekten in den Kammern des Wahnsinns (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Gruppe Foltermeister angreift.",
+	["points"] = 50,
+	["name"] = "Assassine der Kammern des Wahnsinns",
+	["Category"] = "Veteranenverliese",
+},
+[1657] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Verfluchten, Ulguna Seelenplünderer, den Kopf des Todes, Grothdarr, Achaeraizur, den Uralten, Iskra das Omen und den Verrückten Architekten in den Kammern des Wahnsinns (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Überlebender der Kammern des Wahnsinns",
+	["Category"] = "Veteranenverliese",
+},
+[1658] =
+{
+	["Category_ID"] = 5,
+	["description"] = "Besiegt den Verrückten Architekten in den Kammern des Wahnsinns (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Der neue Bürgermeister der verrückten Stadt",
+	["Category"] = "Veteranenverliese",
+},
+[1659] =
+{
+	["Category_ID"] = 19,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der dro-m'Athra“. Die Kapitel können in den Behältern gefunden werden, die Ihr als Questbelohnung für das wöchentliche Versiegeln des Schlunds von Lorkhaj erhaltet.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der dro-m'Athra",
+	["Category"] = "Thieves Guild",
+},
+[1660] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil des Ordens der Stunde“. Die Kapitel können manchmal in den Behältern gefunden werden, die Ihr als Questbelohnung für das tägliche Bestreiten der Arena von Kvatch erhaltet.",
+	["points"] = 50,
+	["name"] = "Meister des Stils des Ordens der Stunde",
+	["Category"] = "Dark Brotherhood",
+},
+[1661] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Dunklen Bruderschaft“. Die Kapitel können häufig in den Behältern gefunden werden, die Ihr als Questbelohnung für das tägliche Erfüllen des Schwarzen Sakraments erhaltet.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Dunklen Bruderschaft",
+	["Category"] = "Dark Brotherhood",
+},
+[1662] =
+{
+	["Category_ID"] = 18,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Minotauren“. Die Kapitel können manchmal in den Behältern gefunden werden, die Ihr als Questbelohnung für das tägliche Beheben der Phänomene in der Tribunentorheit erhaltet.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Minotauren",
+	["Category"] = "Dark Brotherhood",
+},
+[1663] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und bewältigt alle fünf magischen Anomalien in Kargstein.",
+	["points"] = 15,
+	["name"] = "Anomaler Gelehrter",
+	["Category"] = "Erkunden",
+},
+[1664] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und bewältigt alle fünf Stätten der Anka-Ra in Kargstein.",
+	["points"] = 15,
+	["name"] = "Entweiher der Anka-Ra",
+	["Category"] = "Erkunden",
+},
+[1665] =
+{
+	["Category_ID"] = 6,
+	["description"] = "Entdeckt und bewältigt alle fünf Nirnkruxminen der Eisenorks in Kargstein.",
+	["points"] = 15,
+	["name"] = "Nirnkruxinspekteur",
+	["Category"] = "Erkunden",
+},
+[1666] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Tanzt den Lavafußstampfer mit einem anderen Spieler in jeder der Tavernen von Steinfälle.",
+	["points"] = 5,
+	["name"] = "Lavafußgepolter",
+	["Category"] = "Feiertagsevents",
+},
+[1667] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Bietet während der Burgbardenherausforderung in Sturmhafen vor jeder Zuschauermenge zusammen mit einem anderen Spieler eine Schau.",
+	["points"] = 5,
+	["name"] = "Charmantes Burgbarden-Duett",
+	["Category"] = "Feiertagsevents",
+},
+[1668] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Bringt während der Kriegswaisenreise sowohl Zeit als auch Gold auf.",
+	["points"] = 5,
+	["name"] = "Kriegswaisen-Wohltäter",
+	["Category"] = "Feiertagsevents",
+},
+[1669] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Fangt jeweils fünf Exemplare der traditionell beim Fischgunstfestmahl in Schattenfenn servierten Fischarten.",
+	["points"] = 5,
+	["name"] = "Fischgunstangler",
+	["Category"] = "Feiertagsevents",
+},
+[1670] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Knackt während der Prüfung der Fünfkrallenlist in Schnittermark alle Truhen innerhalb von 35 Sekunden.",
+	["points"] = 5,
+	["name"] = "Fünfkrallen-Langfinger",
+	["Category"] = "Feiertagsevents",
+},
+[1671] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Springt während des Schneebärensprungs in Ostmarsch ohne Rüstung in das eiskalte Wasser.",
+	["points"] = 5,
+	["name"] = "Schneekalter Sprung",
+	["Category"] = "Feiertagsevents",
+},
+[1672] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Jagt Vorräte für die Steinzahnsause und beschließt euer Festmahl mit einem Schluck Betnikh-Doppelwürzale.",
+	["points"] = 5,
+	["name"] = "Steinzahn-Rülpser",
+	["Category"] = "Feiertagsevents",
+},
+[1673] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Entzündet während des Signalfeuersprints in Bergama alle Signalfeuer innerhalb von 35 Sekunden.",
+	["points"] = 5,
+	["name"] = "Signalfeuersprinter",
+	["Category"] = "Feiertagsevents",
+},
+[1674] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Schließt alle Bräuche anlässlich des Neujahrsfestes in ganz Tamriel ab.",
+	["points"] = 10,
+	["name"] = "Neujahrszelebrant",
+	["Category"] = "Feiertagsevents",
+},
+[1675] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Erlernt alle Rezepte zum Neujahrsfest.",
+	["points"] = 10,
+	["name"] = "Neujahrsversorger",
+	["Category"] = "Feiertagsevents",
+},
+[1676] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Sammelt und lernt alle Kapitel des Buchs „Stil der Gestaltwandler“, Die Kapitel können manchmal in den Behältern gefunden werden, die Ihr als Questbelohnung für das Neujahrsfest erhaltet.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Gestaltwandler",
+	["Category"] = "Feiertagsevents",
+},
+[1677] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Schließt alle Errungenschaften mit Bezug zum Neujahrsfest ab.",
+	["points"] = 50,
+	["name"] = "Pracht des Magnus",
+	["Category"] = "Feiertagsevents",
+},
+[1678] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Schließt Bolgruls erste Herausforderung für Unerschrockene ab.",
+	["points"] = 5,
+	["name"] = "Risiko und Herausforderung",
+	["Category"] = "Charakter",
+},
+[1679] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Schließt 10 Herausforderungen von Bolgrul bei den Unerschrockenen ab.",
+	["points"] = 10,
+	["name"] = "Stolzgeschwellte Brust",
+	["Category"] = "Charakter",
+},
+[1680] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Schließt 30 Herausforderungen von Bolgrul bei den Unerschrockenen ab.",
+	["points"] = 15,
+	["name"] = "Unerschrocken mit Pfiff",
+	["Category"] = "Charakter",
+},
+[1681] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Schließt Euren ersten Kontrakt für Dunkle Anker bei Cardea Gallus ab.",
+	["points"] = 5,
+	["name"] = "Keinen Schritt zurück",
+	["Category"] = "Charakter",
+},
+[1682] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Schließt 10 Kontrakte für Dunkle Anker bei Cardea Gallus ab.",
+	["points"] = 10,
+	["name"] = "Zurück zum Absender",
+	["Category"] = "Charakter",
+},
+[1683] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Schließt 30 Kontrakte für Dunkle Anker bei Cardea Gallus ab.",
+	["points"] = 15,
+	["name"] = "Halte dich von Tamriel fern",
+	["Category"] = "Charakter",
+},
+[1684] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Holt für Alvur Baren Euer erstes Relikt des Verrückten Gottes zurück.",
+	["points"] = 5,
+	["name"] = "Wahnsinn ist nicht ansteckend",
+	["Category"] = "Charakter",
+},
+[1685] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Holt für Alvur Baren 10 Relikte des Verrückten Gottes zurück.",
+	["points"] = 10,
+	["name"] = "Ich würde sagen, es macht was her",
+	["Category"] = "Charakter",
+},
+[1686] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Holt für Alvur Baren 30 Relikte des Verrückten Gottes zurück.",
+	["points"] = 15,
+	["name"] = "Mit Schmetterlingen jedoch noch mehr",
+	["Category"] = "Charakter",
+},
+[1687] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Gewinnt zum ersten Mal ein Duell gegen einen anderen Spieler.",
+	["points"] = 5,
+	["name"] = "Vollblütiger Duellant",
+	["Category"] = "Charakter",
+},
+[1688] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Gewinnt 25 Duelle gegen andere Spieler.",
+	["points"] = 10,
+	["name"] = "Erfahrener Duellant",
+	["Category"] = "Charakter",
+},
+[1689] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Gewinnt 100 Duelle gegen andere Spieler.",
+	["points"] = 15,
+	["name"] = "Meisterduellant",
+	["Category"] = "Charakter",
+},
+[1690] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Mathgamain, Caillaoife, Steinherz, Galchobhar, Gherig Bullenblut und seine Bediensteten sowie das Erdbluter-Amalgam in der Blutquellschmiede.",
+	["points"] = 10,
+	["name"] = "Sieger der Blutquellschmiede",
+	["Category"] = "Horns of the Reach",
+},
+[1691] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Mathgamain, Caillaoife, Steinherz, Galchobhar, Gherig Bullenblut und seine Bediensteten sowie das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer der Blutquellschmiede",
+	["Category"] = "Horns of the Reach",
+},
+[1692] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt 50 Grauenshorn-Feuerhäute in der Blutquellschmiede (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Feuerhäute",
+	["Category"] = "Horns of the Reach",
+},
+[1693] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt 300 Grauenshorn-Klingenträger, Menschenjäger und Klanschlächter in der Blutquellschmiede (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Grauenshorn-Krieger",
+	["Category"] = "Horns of the Reach",
+},
+[1694] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Mathgamain, Caillaoife, Steinherz, Galchobhar, Gherig Bullenblut und seine Bediensteten sowie das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr das erste Grauenshorn-Lager durchquert.",
+	["points"] = 50,
+	["name"] = "Das Übel an der Wurzel packen",
+	["Category"] = "Horns of the Reach",
+},
+[1695] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Mathgamain, Caillaoife, Steinherz, Galchobhar, Gherig Bullenblut und seine Bediensteten sowie das Erdbluter-Amalgam in der Blutquellschmiede, ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Verdorrte Erde",
+	["Category"] = "Horns of the Reach",
+},
+[1696] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.",
+	["points"] = 50,
+	["name"] = "Gedämpfter Wutanfall",
+	["Category"] = "Horns of the Reach",
+},
+[1697] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Betäubt in der Blutquellschmiede jeweils fünf Mal ein Ziel mit dem Steinfeuertiegel und kühlt fünf Lavabecken mit dem Flammenseekessel ab.",
+	["points"] = 5,
+	["name"] = "Blut, Schweiß und Feuer",
+	["Category"] = "Horns of the Reach",
+},
+[1698] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Morrigh Bullenblut, das Belagerungsmammut, Cernunnon, Todesfürst Bjarfrud Skjoralmor und Domihaus den Blutgehörnten in Falkenring.",
+	["points"] = 10,
+	["name"] = "Sieger von Falkenring",
+	["Category"] = "Horns of the Reach",
+},
+[1699] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Morrigh Bullenblut, das Belagerungsmammut, Cernunnon, Todesfürst Bjarfrud Skjoralmor und Domihaus den Blutgehörnten in Falkenring (Veteranen).",
+	["points"] = 10,
+	["name"] = "Eroberer von Falkenring",
+	["Category"] = "Horns of the Reach",
+},
+[1700] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt 60 Grauenshorn-Trampler in Falkenring (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Minotauren",
+	["Category"] = "Horns of the Reach",
+},
+[1701] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt 150 Grauenshorn-Einreißer, Wildzähmer und Heißsporne in Falkenring (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Grauenshorn-Magier",
+	["Category"] = "Horns of the Reach",
+},
+[1702] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Morrig Bullenblut, das Belagerungsmammut, Cernunnon, Todesfürst Bjarfrud Skjoralmor und Domihaus den Blutgehörnten in Falkenring (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Gruppe Grauenshorn-Invasoren angreift.",
+	["points"] = 50,
+	["name"] = "Im Bullengalopp",
+	["Category"] = "Horns of the Reach",
+},
+[1703] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Morrigh Bullenblut, das Belagerungsmammut, Cernunnon, Todesfürst Bjarfrud Skjoralmor und Domihaus den Blutgehörnten in Falkenring (Veteranen), ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Ohne Fehl und Tadel",
+	["Category"] = "Horns of the Reach",
+},
+[1704] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Domihaus den Blutgehörnten in Falkenring (Veteranen), nachdem Ihr in der Halle das Jarls ins Kriegshorn geblasen habt.",
+	["points"] = 50,
+	["name"] = "Den Bullen bei den Hörnern packen",
+	["Category"] = "Horns of the Reach",
+},
+[1705] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Reinigt 1,000 Leichname in der Halle der Toten von Falkenring.",
+	["points"] = 5,
+	["name"] = "Respekt für die geehrten Toten",
+	["Category"] = "Horns of the Reach",
+},
+[2102] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt zusätzlich zu Lizabet Charnis, der Kadavermenagerie, Caluurion, Ulfnor und Sabina Cedus sowie Orryn dem Schwarzen und Thurvokun auf höchster Schwierigkeitsstufe alle Gegner im Krallenhort (Veteranen) in weniger als 30 Minuten, ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Hals und Gebeinbruch",
+	["Category"] = "Dragon Bones",
+},
+[1707] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Schließt ein Gelöbnis der Unerschrockenen von Urgarlag Häuptlingsfluch ab.",
+	["points"] = 5,
+	["name"] = "Kein Grünschnabel mehr",
+	["Category"] = "Verliese",
+},
+[1708] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Schließt 10 Gelöbnisse der Unerschrockenen von Urgarlag Häuptlingsfluch ab.",
+	["points"] = 10,
+	["name"] = "Ein blutiges Geschäft",
+	["Category"] = "Verliese",
+},
+[1709] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Schließt 50 Gelöbnisse der Unerschrockenen von Urgarlag Häuptlingsfluch ab.",
+	["points"] = 15,
+	["name"] = "Der nach dem Unbekannten sucht",
+	["Category"] = "Verliese",
+},
+[1710] =
+{
+	["Category_ID"] = 4,
+	["description"] = "Schließt 100 Gelöbnisse der Unerschrockenen von Urgarlag Häuptlingsfluch ab.",
+	["points"] = 50,
+	["name"] = "Urgarlags Kohorte",
+	["Category"] = "Verliese",
+},
+[2084] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt den Heiligen Llothis, den Frommen ohne die unvollendeten Diener in der Anstalt Sanctorium (Veteranen) zu zerlegen.",
+	["points"] = 15,
+	["name"] = "Unvollendete Anwesenheit",
+	["Category"] = "Clockwork City",
+},
+[1712] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Findet alle 30 Ahnengräber auf Vvardenfell, paust die Information, die sie enthalten, ab und bringt diese Pausen zu Bibliothekar Bradyn, um die Position der vergessenen Bibliothek von Andule zu erfahren.",
+	["points"] = 50,
+	["name"] = "Jäger der Ahnengräber",
+	["Category"] = "Morrowind",
+},
+[1713] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Yokudaner“. Die Kapitel können in den Behältern gefunden werden, die Ihr als Questbelohnung in Kargstein erhaltet.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Yokudaner",
+	["Category"] = "Handwerk",
+},
+[1714] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Himmlischen“. Die Kapitel können in den Behältern gefunden werden, die Ihr als Questbelohnung für die wöchentlichen Prüfungen in Kargstein erhaltet.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Himmlischen",
+	["Category"] = "Handwerk",
+},
+[1715] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Draugr“. Die Kapitel können in den Behältern gefunden werden, die Ihr als Questbelohnung für tägliche Quests für die Kriegergilde, die Magiergilde und für Bolgrul von den Unerschrockenen erhaltet.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Draugr",
+	["Category"] = "Handwerk",
+},
+[1716] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Schließt die Herausforderungen ab, die Euch Narren-Königin Ayrenn, Narren-König Emeric und Narren-König Jorunn stellen und werdet zum Narrenprinzen gekrönt.",
+	["points"] = 5,
+	["name"] = "Narrenprinz",
+	["Category"] = "Feiertagsevents",
+},
+[1717] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Rettet Narren-Skaldenkönig Jorunns Prinzessin vor der Metzgerin, ohne dass sie Euch entdeckt.",
+	["points"] = 5,
+	["name"] = "Retter der Prinzessin",
+	["Category"] = "Feiertagsevents",
+},
+[1718] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Schmückt 20 Spieler während des Fests der Narren mit Kirschblüten.",
+	["points"] = 5,
+	["name"] = "Lächelt, im Namen der Königin",
+	["Category"] = "Feiertagsevents",
+},
+[1719] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Setzt insgesamt 50 Staunenmacher ein.",
+	["points"] = 5,
+	["name"] = "Staunenmacher",
+	["Category"] = "Feiertagsevents",
+},
+[1720] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Bringt mit Staunenmachern während des Fest der Narren etwas Farbe in die einzelnen Enklaven der Unerschrockenen.",
+	["points"] = 5,
+	["name"] = "Staunende Unterhaltung",
+	["Category"] = "Feiertagsevents",
+},
+[1721] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Erheischt und erlernt alle Versorgerrezepte zum Fest der Narren.",
+	["points"] = 10,
+	["name"] = "Privatkoch der Narren",
+	["Category"] = "Feiertagsevents",
+},
+[2086] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt den Heiligen Olms den Gerechten und den Heiligen Felms den Tapferen im selben Kampf in der Anstalt Sanctorium (Veteranen).",
+	["points"] = 10,
+	["name"] = "Henkersspruch",
+	["Category"] = "Clockwork City",
+},
+[1723] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Schließt alle Errungenschaften zum Fest der Narren ab.",
+	["points"] = 50,
+	["name"] = "Königlicher Narr",
+	["Category"] = "Feiertagsevents",
+},
+[1724] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Erhaltet und betretet eines der folgenden Gästezimmer in Tavernen.",
+	["points"] = 5,
+	["name"] = "Dauermieter",
+	["Category"] = "Wohnen",
+},
+[1725] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Erhaltet und betretet eine der folgenden einfachen Behausungen.",
+	["points"] = 5,
+	["name"] = "Wohneigentümer",
+	["Category"] = "Wohnen",
+},
+[1726] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Erhaltet und betretet eine der folgenden klassischen Behausungen.",
+	["points"] = 10,
+	["name"] = "Grundbesitzer",
+	["Category"] = "Wohnen",
+},
+[1727] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Erhaltet und betretet das Gelassenheitsfälle-Anwesen.",
+	["points"] = 50,
+	["name"] = "Klanvater",
+	["Category"] = "Wohnen",
+},
+[1728] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Erhaltet und betretet den Dolchsturz-Ausblick.",
+	["points"] = 50,
+	["name"] = "Fürst",
+	["Category"] = "Wohnen",
+},
+[1729] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Erhaltet und betretet das Ebenherz-Château.",
+	["points"] = 50,
+	["name"] = "Ratsherr",
+	["Category"] = "Wohnen",
+},
+[1730] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Erhaltet und betretet alle drei folgenden ansehnlichen Behausungen.",
+	["points"] = 50,
+	["name"] = "Graf",
+	["Category"] = "Wohnen",
+},
+[1731] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 75 Einrichtungsgegenständen aus der Kategorie „Suite“.",
+	["points"] = 5,
+	["name"] = "Suitegestalter",
+	["Category"] = "Wohnen",
+},
+[1732] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 50 Einrichtungsgegenständen aus der Kategorie „Wohnzimmer“.",
+	["points"] = 5,
+	["name"] = "Wohnzimmergestalter",
+	["Category"] = "Wohnen",
+},
+[1733] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 50 Einrichtungsgegenständen aus der Kategorie „Bibliothek“.",
+	["points"] = 5,
+	["name"] = "Bibliotheksgestalter",
+	["Category"] = "Wohnen",
+},
+[1734] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 50 Einrichtungsgegenständen aus der Kategorie „Esszimmer“.",
+	["points"] = 5,
+	["name"] = "Esszimmergestalter",
+	["Category"] = "Wohnen",
+},
+[1735] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 30 Einrichtungsgegenständen aus der Kategorie „Vorplatz“.",
+	["points"] = 5,
+	["name"] = "Vorplatzgestalter",
+	["Category"] = "Wohnen",
+},
+[1736] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 20 Einrichtungsgegenständen aus der Kategorie „Krypta“.",
+	["points"] = 5,
+	["name"] = "Kryptagestalter",
+	["Category"] = "Wohnen",
+},
+[1737] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 50 Einrichtungsgegenständen aus der Kategorie „Herd“.",
+	["points"] = 5,
+	["name"] = "Herdgestalter",
+	["Category"] = "Wohnen",
+},
+[1738] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 40 Einrichtungsgegenständen aus der Kategorie „Galerie“.",
+	["points"] = 5,
+	["name"] = "Galeriegestalter",
+	["Category"] = "Wohnen",
+},
+[1739] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 50 Einrichtungsgegenständen aus der Kategorie „Werkstatt“.",
+	["points"] = 5,
+	["name"] = "Werkstattgestalter",
+	["Category"] = "Wohnen",
+},
+[1740] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 20 Einrichtungsgegenständen aus der Kategorie „Beleuchtung“.",
+	["points"] = 5,
+	["name"] = "Beleuchtungsgestalter",
+	["Category"] = "Wohnen",
+},
+[1741] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 100 Einrichtungsgegenständen aus der Kategorie „Wintergarten“.",
+	["points"] = 5,
+	["name"] = "Wintergartengestalter",
+	["Category"] = "Wohnen",
+},
+[1742] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 20 Einrichtungsgegenständen aus der Kategorie „Konstruktionen“.",
+	["points"] = 5,
+	["name"] = "Konstruktionsgestalter",
+	["Category"] = "Wohnen",
+},
+[2099] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Holt die 20 gefährlichen Relikte zurück, die aus dem Gewölbe von Moawita gestohlen wurden.",
+	["points"] = 50,
+	["name"] = "Relikte von Sommersend",
+	["Category"] = "Summerset",
+},
+[1744] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 20 Einrichtungsgegenständen aus der Kategorie „Sonstiges“.",
+	["points"] = 5,
+	["name"] = "Eklektikgestalter",
+	["Category"] = "Wohnen",
+},
+[1745] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 50 Einrichtungsgegenständen.",
+	["points"] = 5,
+	["name"] = "Dekorateurgeselle",
+	["Category"] = "Wohnen",
+},
+[1746] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 100 Einrichtungsgegenständen.",
+	["points"] = 5,
+	["name"] = "Gestaltergeselle",
+	["Category"] = "Wohnen",
+},
+[1747] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 200 Einrichtungsgegenständen.",
+	["points"] = 10,
+	["name"] = "Gestalterexperte",
+	["Category"] = "Wohnen",
+},
+[1748] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 300 Einrichtungsgegenständen.",
+	["points"] = 15,
+	["name"] = "Gestaltermeister",
+	["Category"] = "Wohnen",
+},
+[1749] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Dekoriert ein Heim, das Ihr besitzt, mit mindestens 350 Einrichtungsgegenständen. Ja, um in die Legenden einzugehen, muss man schon den ein oder anderen Schrank rücken.",
+	["points"] = 50,
+	["name"] = "Gestaltergroßmeister",
+	["Category"] = "Wohnen",
+},
+[1750] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Habt mindestens 3 andere Spieler gleichzeitig in Eurem Heim zu Besuch.",
+	["points"] = 5,
+	["name"] = "Partyplaner",
+	["Category"] = "Wohnen",
+},
+[1751] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Stellt in Eurem Heim einen Gegenstand her.",
+	["points"] = 5,
+	["name"] = "Heimwerker",
+	["Category"] = "Wohnen",
+},
+[1752] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Verursacht 1,000,000 Schaden an Übungspuppen in einem Heim.",
+	["points"] = 5,
+	["name"] = "Geübter Krieger",
+	["Category"] = "Wohnen",
+},
+[1753] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Verursacht 10,000,000 Schaden an Übungspuppen in einem Heim.",
+	["points"] = 10,
+	["name"] = "Kriegerexperte",
+	["Category"] = "Wohnen",
+},
+[1754] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Verursacht 50,000,000 Schaden an Übungspuppen in einem Heim.",
+	["points"] = 15,
+	["name"] = "Meisterkrieger",
+	["Category"] = "Wohnen",
+},
+[1755] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt Eure erste Schreinerblaupause.",
+	["points"] = 5,
+	["name"] = "Schreineranfänger für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1756] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 50 Schreinerblaupausen.",
+	["points"] = 15,
+	["name"] = "Schreinerexperte für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1757] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 200 Schreinerblaupausen.",
+	["points"] = 50,
+	["name"] = "Schreinermeister für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1758] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt Eure erste Schmiedeskizze.",
+	["points"] = 5,
+	["name"] = "Schmiedeanfänger für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1759] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 25 Schmiedeskizzen.",
+	["points"] = 15,
+	["name"] = "Schmiedeexperte für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1760] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 100 Schmiedeskizzen.",
+	["points"] = 50,
+	["name"] = "Schmiedemeister für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1761] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt Eure erste Schneidervorlage.",
+	["points"] = 5,
+	["name"] = "Schneideranfänger für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1762] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 25 Schneidervorlagen.",
+	["points"] = 15,
+	["name"] = "Schneiderexperte für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1763] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 100 Schneidervorlagen.",
+	["points"] = 50,
+	["name"] = "Schneidermeister für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1764] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt Eure erste Alchemieformel.",
+	["points"] = 5,
+	["name"] = "Alchemieanfänger für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1765] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 10 Alchemieformeln.",
+	["points"] = 15,
+	["name"] = "Alchemieexperte für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1766] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 25 Alchemieformeln.",
+	["points"] = 50,
+	["name"] = "Alchemiemeister für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1767] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt Eure erste Verzaubereranleitung.",
+	["points"] = 5,
+	["name"] = "Verzauberanfänger für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1768] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 50 Verzaubereranleitungen.",
+	["points"] = 50,
+	["name"] = "Verzaubermeister für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1769] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt Euren ersten Versorgerentwurf.",
+	["points"] = 5,
+	["name"] = "Versorgeranfänger für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1770] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 25 Versorgerentwürfe.",
+	["points"] = 15,
+	["name"] = "Versorgerexperte für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1771] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 100 Entwürfe.",
+	["points"] = 50,
+	["name"] = "Versorgermeister für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[1772] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Erlernt 15 Verzaubereranleitungen.",
+	["points"] = 15,
+	["name"] = "Verzauberexperte für Wohnbedarf",
+	["Category"] = "Handwerk",
+},
+[2090] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Nehmt in einem „Irrer König“-Kampf 125 Eroberungspunkte ein.",
+	["points"] = 15,
+	["name"] = "Elite-Königsbannerträger",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1774] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt Euren ersten Scheit Kernholz.",
+	["points"] = 5,
+	["name"] = "Kernholzsammler",
+	["Category"] = "Handwerk",
+},
+[1775] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 25 Scheite Kernholz.",
+	["points"] = 10,
+	["name"] = "Kernholzsammelexperte",
+	["Category"] = "Handwerk",
+},
+[1776] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 100 Scheite Kernholz.",
+	["points"] = 15,
+	["name"] = "Kernholzsammelmeister",
+	["Category"] = "Handwerk",
+},
+[1777] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt Eure erste weltliche Rune.",
+	["points"] = 5,
+	["name"] = "Sammler weltlicher Runen",
+	["Category"] = "Handwerk",
+},
+[1778] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 25 weltliche Runen.",
+	["points"] = 10,
+	["name"] = "Sammlerexperte weltlicher Runen",
+	["Category"] = "Handwerk",
+},
+[1779] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 100 weltliche Runen.",
+	["points"] = 15,
+	["name"] = "Meistersammler weltlicher Runen",
+	["Category"] = "Handwerk",
+},
+[1780] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt Euer erstes sauberes Fell.",
+	["points"] = 5,
+	["name"] = "Sammler sauberer Felle",
+	["Category"] = "Handwerk",
+},
+[1781] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 25 saubere Felle.",
+	["points"] = 10,
+	["name"] = "Sammelexperte sauberer Felle",
+	["Category"] = "Handwerk",
+},
+[1782] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 100 saubere Felle.",
+	["points"] = 15,
+	["name"] = "Sammelmeister sauberer Felle",
+	["Category"] = "Handwerk",
+},
+[1783] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt Euren ersten Regulus.",
+	["points"] = 5,
+	["name"] = "Regulussammler",
+	["Category"] = "Handwerk",
+},
+[1784] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 25 Reguli.",
+	["points"] = 10,
+	["name"] = "Regulussammelexperte",
+	["Category"] = "Handwerk",
+},
+[1785] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 100 Reguli.",
+	["points"] = 15,
+	["name"] = "Regulussammelmeister",
+	["Category"] = "Handwerk",
+},
+[1786] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt Euer erstes Bund Bast.",
+	["points"] = 5,
+	["name"] = "Basternter",
+	["Category"] = "Handwerk",
+},
+[1787] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 25 Bund Bast.",
+	["points"] = 10,
+	["name"] = "Basternteexperte",
+	["Category"] = "Handwerk",
+},
+[1788] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 100 Bund Bast.",
+	["points"] = 15,
+	["name"] = "Basterntemeister",
+	["Category"] = "Handwerk",
+},
+[1789] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt Eure erste Einheit alchemistisches Harz.",
+	["points"] = 5,
+	["name"] = "Harzernter",
+	["Category"] = "Handwerk",
+},
+[1790] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 25 Einheiten alchemistisches Harz.",
+	["points"] = 10,
+	["name"] = "Harzernteexperte",
+	["Category"] = "Handwerk",
+},
+[1791] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 100 Einheiten alchemistisches Harz.",
+	["points"] = 15,
+	["name"] = "Harzerntemeister",
+	["Category"] = "Handwerk",
+},
+[1792] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt Eure erste Einheit Dekorwachs.",
+	["points"] = 5,
+	["name"] = "Wachsernter",
+	["Category"] = "Handwerk",
+},
+[1793] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 25 Einheiten Dekorwachs.",
+	["points"] = 10,
+	["name"] = "Wachsernteexperte",
+	["Category"] = "Handwerk",
+},
+[1794] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt 100 Einheiten Dekorwachs.",
+	["points"] = 15,
+	["name"] = "Wachserntemeister",
+	["Category"] = "Handwerk",
+},
+[1795] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil von Mazzatun“, das Ihr bei Baumhirtin Na-Kesh in den Ruinen von Mazzatun findet.",
+	["points"] = 50,
+	["name"] = "Meister des Stils von Mazzatun",
+	["Category"] = "Shadows of the Hist",
+},
+[1796] =
+{
+	["Category_ID"] = 17,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil des Seidenrings“, das Ihr bei Velidreth in der Wiege der Schatten findet.",
+	["points"] = 50,
+	["name"] = "Meister des Stils des Seidenrings",
+	["Category"] = "Shadows of the Hist",
+},
+[1797] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Ro'Wada“ aus Kargstein.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Ro'Wada",
+	["Category"] = "Handwerk",
+},
+[1798] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Ebenerzstil“, das im Austausch gegen Schriebscheine verkauft wird.",
+	["points"] = 50,
+	["name"] = "Meister des Ebenerzstils",
+	["Category"] = "Handwerk",
+},
+[1799] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Schließt Euren ersten Meisterschrieb ab.",
+	["points"] = 10,
+	["name"] = "Meisterhandwerker",
+	["Category"] = "Handwerk",
+},
+[1800] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Schließt 25 Meisterschriebe ab.",
+	["points"] = 15,
+	["name"] = "Meister vieler Handwerke",
+	["Category"] = "Handwerk",
+},
+[1801] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Schließt 100 Meisterschriebe ab.",
+	["points"] = 50,
+	["name"] = "Unübertroffener Handwerker",
+	["Category"] = "Handwerk",
+},
+[1802] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt die Nereïde Kimbrudhil der Singvogel in der Schiffwrackbucht.",
+	["points"] = 10,
+	["name"] = "Bezwinger des Singvogels",
+	["Category"] = "Morrowind",
+},
+[1803] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt Orator Salothan, Regent Beleth, General Tanasa und Ratsherr Raynis im Rat von Salothan.",
+	["points"] = 10,
+	["name"] = "Salothans Fluchbrecher",
+	["Category"] = "Morrowind",
+},
+[1804] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt den Gemahl der Königin in der Eiermine von Missir-Dadalit.",
+	["points"] = 10,
+	["name"] = "Gemahlsschlächter",
+	["Category"] = "Morrowind",
+},
+[1805] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt den Nixochsen Nilthog den Ungebrochenen in Nilthogs Senke.",
+	["points"] = 10,
+	["name"] = "Brecher des Ungebrochenen",
+	["Category"] = "Morrowind",
+},
+[1806] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt Wuyuvus den Hunger auf dem Sulipund-Gehöft.",
+	["points"] = 10,
+	["name"] = "Wuyuvus' Schlächter",
+	["Category"] = "Morrowind",
+},
+[1807] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt den Skaafin, Mehz der Einschüchterer, am Turm von Dubdil-Alar und versiegelt den Riss ins Reich des Vergessens.",
+	["points"] = 10,
+	["name"] = "Einschüchter des Einschüchterers",
+	["Category"] = "Morrowind",
+},
+[1808] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt den Montagegeneral und helft Divayth Fyr, die Flut von Animunkuli aufzuhalten, die aus den Hallen der Fertigung strömt.",
+	["points"] = 15,
+	["name"] = "Abgefertigt",
+	["Category"] = "Morrowind",
+},
+[1809] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Schließt die Hallen der Fertigung (Veteranen) innerhalb des Zeitlimits von 40 Minuten ab. Die Zeit läuft, sobald Ihr die Abanabihöhle unter Tel Fyr betretet.",
+	["points"] = 50,
+	["name"] = "Gegen die Uhr: Hallen der Fertigung",
+	["Category"] = "Morrowind",
+},
+[1810] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt den Montagegeneral in den Hallen der Fertigung.",
+	["points"] = 50,
+	["name"] = "Eroberer der Hallen der Fertigung",
+	["Category"] = "Morrowind",
+},
+[1811] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Schließt die Hallen der Fertigung (Veteranen) ab, ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Gut geölte Maschine",
+	["Category"] = "Morrowind",
+},
+[1812] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Erhaltet und betretet mindestens drei der folgenden schlichten Behausungen.",
+	["points"] = 10,
+	["name"] = "Grundbesitzer",
+	["Category"] = "Wohnen",
+},
+[1813] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Erhaltet und betretet mindestens fünf der folgenden schlichten Behausungen.",
+	["points"] = 15,
+	["name"] = "Bürger",
+	["Category"] = "Wohnen",
+},
+[1814] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Erhaltet und betretet mindestens drei der folgenden klassischen Behausungen.",
+	["points"] = 15,
+	["name"] = "Grundherr",
+	["Category"] = "Wohnen",
+},
+[1815] =
+{
+	["Category_ID"] = 8,
+	["description"] = "Erhaltet und betretet mindestens fünf der folgenden klassischen Behausungen.",
+	["points"] = 50,
+	["name"] = "Freiherr",
+	["Category"] = "Wohnen",
+},
+[1816] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Mathgamain, Caillaoife, Steinherz, Galchobhar, Gherig Bullenblut und seine Bediensteten und das Erdbluter-Amalgam, ohne dass Ihr auch nur ein einziges Mal in geschmolzenes Nirnkrux tretet, das durch die Blutquellschmiede (Veteranen) fließt.",
+	["points"] = 10,
+	["name"] = "Kühlen Fuß bewahren",
+	["Category"] = "Horns of the Reach",
+},
+[1817] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Schließt die Blutquellschmiede (Veteranen) ab, ohne dass ein Mitglied Eurer Gruppe von einer Lavakugel getroffen wird, die ein Feuerschröter spuckt.",
+	["points"] = 10,
+	["name"] = "Feuerball",
+	["Category"] = "Horns of the Reach",
+},
+[1818] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Benutzt Galchobhars Mantelbrecher-Angriff, um in der Blutquellschmiede (Veteranen) den von einem Feuerschröter abgefeuerten Lavaball zu beseitigen.",
+	["points"] = 10,
+	["name"] = "Magmamatscher",
+	["Category"] = "Horns of the Reach",
+},
+[1819] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Caillaoife in der Blutquellschmiede (Veteranen), ohne dass eine Nirnblutkreatur länger als drei Sekunden innerhalb ihrer Erhaltung der Natur verbleibt.",
+	["points"] = 10,
+	["name"] = "Hort der Wildnis",
+	["Category"] = "Horns of the Reach",
+},
+[1820] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Galchobhar in der Blutquellschmiede (Veteranen), ohne dass ein Mitglied Eurer Gruppe von seinen Angriffen verbrannte Erde und Flammen von Galchobhar getroffen wird.",
+	["points"] = 10,
+	["name"] = "Felsenducker",
+	["Category"] = "Horns of the Reach",
+},
+[1821] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Galchobhar, ohne dass ein Mitglied Eurer Gruppe während des Kampfes in der Blutquellschmiede (Veteranen) einen Feuerschröter tötet.",
+	["points"] = 10,
+	["name"] = "Schröterschoner",
+	["Category"] = "Horns of the Reach",
+},
+[1822] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen), ohne dass ein Gruppenmitglied den Steinfeuertiegel oder den Flammenseekessel aktiviert.",
+	["points"] = 10,
+	["name"] = "Handgemachter Sieg",
+	["Category"] = "Horns of the Reach",
+},
+[1823] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Benutzt selbst sowohl den Sternfeuertiegel als auch den Flammenseekessel, um das Erdblut-Amalgam in der Blutquellschmiede (Veteranen) zu besiegen.",
+	["points"] = 10,
+	["name"] = "Schmerzenskünstler",
+	["Category"] = "Horns of the Reach",
+},
+[1824] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Lest alle 36 Lektionen Vivecs, die auf ganz Vvardenfell verstreut sind.",
+	["points"] = 5,
+	["name"] = "Lehrenmeister",
+	["Category"] = "Morrowind",
+},
+[1825] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Schließt Eure erste tägliche Aufgabe für Jagdmeister Sorim-Nakar oder Numani-Rasi ab.",
+	["points"] = 5,
+	["name"] = "Partner der Aschländer",
+	["Category"] = "Morrowind",
+},
+[1826] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besucht den Schlickschreiterführer an jedem der Halte auf Vvardenfell.",
+	["points"] = 5,
+	["name"] = "Schreiterkarawanenreiter",
+	["Category"] = "Morrowind",
+},
+[1827] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besucht die Schreine der Sieben Gnaden und lest deren Inschriften.",
+	["points"] = 5,
+	["name"] = "Der Pfad des Pilgers",
+	["Category"] = "Morrowind",
+},
+[1828] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besucht alle daedrischen Ruinen Vvardenfells.",
+	["points"] = 10,
+	["name"] = "Daedrischer Erforscher",
+	["Category"] = "Morrowind",
+},
+[1829] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt den Montagegeneral, nachdem Ihr die Sicherung in den Hallen der Fertigung (Veteranen) zurückgesetzt habt.",
+	["points"] = 50,
+	["name"] = "Sieger der Hallen der Fertigung",
+	["Category"] = "Morrowind",
+},
+[1830] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt 100 Kalfaktoren, Kondensatoren und Zerteiler in den Hallen der Fertigung.",
+	["points"] = 10,
+	["name"] = "Schlächter der Rekonstruktionen",
+	["Category"] = "Morrowind",
+},
+[1831] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt das perfektionierte Faktotum, ohne dass Ihr Energie vom Generator nutzt, um in den Hallen der Fertigung (Veteranen) den Schild der rekonstruierten Sphäre zu brechen.",
+	["points"] = 15,
+	["name"] = "Kraftwerk",
+	["Category"] = "Morrowind",
+},
+[1832] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt das Komitee der Rekonstruktionen, ohne es dem Rückforderer in den Hallen der Fertigung (Veteranen) zu erlauben, ein zerstörtes Faktotum zu überladen.",
+	["points"] = 15,
+	["name"] = "Geplante Überalterung",
+	["Category"] = "Morrowind",
+},
+[1833] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt den Montagegeneral in den Hallen der Fertigung (Veteranen), ohne dass ein Gruppenmitglied durch Fallen oder andere Gefahren stirbt.",
+	["points"] = 15,
+	["name"] = "Umweltbewusst",
+	["Category"] = "Morrowind",
+},
+[1834] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt den Montagegeneral in den Hallen der Fertigung (Veteranen), ohne dass auch nur eine Schalttafel ihre Aktivierungssequenz abschließen kann.",
+	["points"] = 15,
+	["name"] = "Schalttafel-Ausschalter",
+	["Category"] = "Morrowind",
+},
+[1835] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt auf einer beliebigen Schwierigkeitsstufe jedes der 6 taktischen Faksimiles, die der Montagegeneral erschafft.",
+	["points"] = 10,
+	["name"] = "Keine Faxen mit Faksimiles",
+	["Category"] = "Morrowind",
+},
+[1836] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Schließt alle folgenden Errungenschaften ab, die mit dem Sieg über den Montagegeneral zu tun haben.",
+	["points"] = 50,
+	["name"] = "Dynamo",
+	["Category"] = "Morrowind",
+},
+[1837] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Schließt die Hallen der Fertigung (Veteranen) ab, nachdem Ihr die Sicherung zurückgesetzt und den Montagegeneral gestärkt habt, ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Belastungstest bestanden",
+	["Category"] = "Morrowind",
+},
+[1838] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Schließt die Hallen der Fertigung (Veteranen) ab, nachdem Ihr die Sicherung zurückgesetzt und den Montagegeneral gestärkt habt und ohne dass ein Gruppenmitglied stirbt. Ihr dürft dafür insgesamt nur 40 Minuten benötigen. Die Zeit läuft, sobald Ihr die Abanabihöhle betreten habt.",
+	["points"] = 50,
+	["name"] = "Wie ein Uhrwerk",
+	["Category"] = "Morrowind",
+},
+[1839] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Tötet einen Abfänger-Mechanoiden, während der andere noch mindestens die Hälfte seines Lebens hat und bevor Ihr den verbliebenen Mechanoiden in den Hallen der Fertigung (Veteranen) besiegt.",
+	["points"] = 10,
+	["name"] = "Tötungsvorgang",
+	["Category"] = "Morrowind",
+},
+[1840] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt in den Hallen der Fertigung (Veteranen) den Erzaufseher mit sechs Schockpylonen oder weniger und nutzt dabei jede Gelegenheit mit ihnen zu unterbrechen.",
+	["points"] = 10,
+	["name"] = "Erzaufseher",
+	["Category"] = "Morrowind",
+},
+[1841] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Entdeckt alle Notizen, die in den Hallen der Fertigung verteilt sind.",
+	["points"] = 10,
+	["name"] = "Gelehrter der Mysterien Sehts",
+	["Category"] = "Morrowind",
+},
+[1842] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Tragt dazu bei, die Klippenschreiterplage zu beseitigen, indem Ihr 100 Klippenschreiter oder Klippenflitzer auf Vvardenfell tötet.",
+	["points"] = 5,
+	["name"] = "Fluch der Klippenschreiter",
+	["Category"] = "Morrowind",
+},
+[1843] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Entdeckt alle 18 Himmelsscherben auf Vvardenfell.",
+	["points"] = 10,
+	["name"] = "Himmelsscherbenjäger von Vvardenfell",
+	["Category"] = "Morrowind",
+},
+[1844] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Entdeckt alle 6 Himmelsscherben in der Stadt der Uhrwerke.",
+	["points"] = 10,
+	["name"] = "Himmelsscherbenjäger der Stadt der Uhrwerke",
+	["Category"] = "Clockwork City",
+},
+[1845] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Entdeckt alle 18 Himmelsscherben auf Sommersend.",
+	["points"] = 10,
+	["name"] = "Himmelsscherbenjäger von Sommersend",
+	["Category"] = "Summerset",
+},
+[1846] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt Nchulaeon den Ewigen in Nchuleftingth.",
+	["points"] = 50,
+	["name"] = "Nchuleftingth-Gruppenwagnis",
+	["Category"] = "Morrowind",
+},
+[1847] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Rettet Dubdil Alar vor den Konsequenzen seiner Zeitexperimente.",
+	["points"] = 5,
+	["name"] = "Schleifenstörer",
+	["Category"] = "Morrowind",
+},
+[1848] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt alle sechs mächtigen Gegner der offenen Welt auf Vvardenfell.",
+	["points"] = 15,
+	["name"] = "Verteidiger Vvardenfells",
+	["Category"] = "Morrowind",
+},
+[1849] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Entkräftet die gefährlichen Ansprüche des Aschländers Chodala.",
+	["points"] = 10,
+	["name"] = "Stimme der gescheiterten Fleischgewordenen",
+	["Category"] = "Morrowind",
+},
+[1850] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Nehmt dem Aschländer Chodala den gesegneten Stab, Sunna'rah, ab und entlarvt die wahre Natur der Bedrohung für Fürst Vivec.",
+	["points"] = 10,
+	["name"] = "Träger des gesegneten Stabes",
+	["Category"] = "Morrowind",
+},
+[1851] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Folgt einer ernsthaften Bedrohung in die Stadt der Uhrwerke und stellt Fürst Vivecs gestohlene Macht wieder her.",
+	["points"] = 10,
+	["name"] = "Hand eines lebenden Gottes",
+	["Category"] = "Morrowind",
+},
+[1852] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Stellt Fürst Vivecs verlorene Macht wieder her, rettet die Stadt Vivec und werdet zum Champion Vivecs.",
+	["points"] = 15,
+	["name"] = "Champion Vivecs",
+	["Category"] = "Morrowind",
+},
+[1853] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt drei der Champions in Nchuleftingth.",
+	["points"] = 10,
+	["name"] = "Sieger von Nchuleftingth",
+	["Category"] = "Morrowind",
+},
+[1854] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt alle Champions in Nchuleftingth.",
+	["points"] = 50,
+	["name"] = "Eroberer von Nchuleftingth",
+	["Category"] = "Morrowind",
+},
+[1855] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt Steinkocher Omalas, Einbrenner Releth und Bergruferin Hlaren im vergessenen Ödland.",
+	["points"] = 50,
+	["name"] = "Gruppenwagnis im vergessenen Ödland",
+	["Category"] = "Morrowind",
+},
+[1856] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt drei der Champions im vergessenen Ödland.",
+	["points"] = 10,
+	["name"] = "Sieger des vergessenen Ödlands",
+	["Category"] = "Morrowind",
+},
+[1857] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Besiegt alle Champions im vergessenen Ödland.",
+	["points"] = 50,
+	["name"] = "Eroberer des vergessenen Ödlands",
+	["Category"] = "Morrowind",
+},
+[1858] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Erforscht und säubert Khartagspitz.",
+	["points"] = 5,
+	["name"] = "Erforscher von Khartagspitz",
+	["Category"] = "Morrowind",
+},
+[1859] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Erforscht und säubert Ashalmawia.",
+	["points"] = 5,
+	["name"] = "Erforscher von Ashalmawia",
+	["Category"] = "Morrowind",
+},
+[1860] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Erforscht und säubert Zainsipilu.",
+	["points"] = 5,
+	["name"] = "Erforscher von Zainsipilu",
+	["Category"] = "Morrowind",
+},
+[1861] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Erforscht und säubert die Eiermine von Matus-Akin.",
+	["points"] = 5,
+	["name"] = "Erforscher der Eiermine von Matus-Akin",
+	["Category"] = "Morrowind",
+},
+[1862] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Erforscht und säubert Pulk.",
+	["points"] = 5,
+	["name"] = "Erforscher von Pulk",
+	["Category"] = "Morrowind",
+},
+[1863] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Erforscht und säubert Nchuleftingth",
+	["points"] = 5,
+	["name"] = "Erforscher von Nchuleftingth",
+	["Category"] = "Morrowind",
+},
+[1864] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Erforscht und säubert alle sechs zu erforschenden Höhlen auf Vvardenfell.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Vvardenfell",
+	["Category"] = "Morrowind",
+},
+[1865] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Entdeckt alle markanten Orte auf Vvardenfell.",
+	["points"] = 10,
+	["name"] = "Pfadfinder von Vvardenfell",
+	["Category"] = "Morrowind",
+},
+[1866] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte auf Vvardenfell.",
+	["points"] = 15,
+	["name"] = "Meistererkunder von Vvardenfell",
+	["Category"] = "Morrowind",
+},
+[1867] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Schließt 32 Quests auf Vvardenfell ab.",
+	["points"] = 50,
+	["name"] = "Großabenteurer von Vvardenfell",
+	["Category"] = "Morrowind",
+},
+[1868] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter Morrowinds zu werden.",
+	["points"] = 50,
+	["name"] = "Retter Morrowinds",
+	["Category"] = "Morrowind",
+},
+[1869] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Helft der argonischen Sklavin Sonne-im-Schatten, ihre Freiheit zu erlangen.",
+	["points"] = 10,
+	["name"] = "Aufgehende Sonne",
+	["Category"] = "Morrowind",
+},
+[1870] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Helft Naryu Virian und der Morag Tong in und um Balmora.",
+	["points"] = 10,
+	["name"] = "Naryus Vertrauter",
+	["Category"] = "Morrowind",
+},
+[1871] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Helft dem Scharlachroten Richter, Marschall Hlarens Plan in Suran zu vereiteln.",
+	["points"] = 10,
+	["name"] = "Scharlachroter Richter",
+	["Category"] = "Morrowind",
+},
+[1872] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Rettet die Bewohner von Gnisis vor dem wirtschaftlichen Ruin, indem Ihr die Zukunft ihrer Kwamamine sichert.",
+	["points"] = 10,
+	["name"] = "Kwamaminenarbeiter",
+	["Category"] = "Morrowind",
+},
+[1873] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Vereitelt den Plan eines Eindringlings und helft Herrin Dratha bei der Umsetzung ihrer Pläne zur Verlängerung ihres Lebens.",
+	["points"] = 10,
+	["name"] = "Hand der Herrin",
+	["Category"] = "Morrowind",
+},
+[1874] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Beendet die Bedrohung für die Pilger in Molag Mar.",
+	["points"] = 10,
+	["name"] = "Beschützer der Pilger",
+	["Category"] = "Morrowind",
+},
+[1875] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Helft Narsis Dren dabei, das Geheimnis des Veloth-Ahnengrabs zu lüften.",
+	["points"] = 10,
+	["name"] = "Narsis' Lehrling",
+	["Category"] = "Morrowind",
+},
+[1876] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Enthüllt das Geheimnis des Hleran-Grabmals.",
+	["points"] = 10,
+	["name"] = "Ald'ruhn-Chronist",
+	["Category"] = "Morrowind",
+},
+[1877] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Deckt die Wahrheit hinter dem plötzlichen Anstieg der Produktion in der Ebenerzmine von Vassir-Didanat auf.",
+	["points"] = 5,
+	["name"] = "Ebenerzvollstrecker",
+	["Category"] = "Morrowind",
+},
+[1878] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Schließt 10 tägliche Aufgaben für Jagdmeister Sorim-Nakar oder Numani-Rasi ab.",
+	["points"] = 10,
+	["name"] = "Aschschreiter",
+	["Category"] = "Morrowind",
+},
+[1879] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Schließt 30 tägliche Aufgaben für Jagdmeister Sorim-Nakar oder Numani-Rasi ab.",
+	["points"] = 15,
+	["name"] = "Klanfreund",
+	["Category"] = "Morrowind",
+},
+[1880] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Schließt alle sieben täglichen Aufgaben für Jagdmeister Sorim-Nakar ab.",
+	["points"] = 5,
+	["name"] = "Aschlande-Pirscher",
+	["Category"] = "Morrowind",
+},
+[1881] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Schließt alle sieben täglichen Aufgaben zur Bewahrung der Relikte ab, die Ihr von Numani-Rasi erhaltet.",
+	["points"] = 5,
+	["name"] = "Bewahrer des Aschlandrelikts",
+	["Category"] = "Morrowind",
+},
+[1882] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Fangt alle 12 seltenen Fische auf Vvardenfell.",
+	["points"] = 5,
+	["name"] = "Meisterangler von Vvardenfell",
+	["Category"] = "Morrowind",
+},
+[1883] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Empfangt während des Mittjahrgemetzels den Segen von Weißschlange an einem der Allianztore.",
+	["points"] = 5,
+	["name"] = "Gemetzelkenner",
+	["Category"] = "Feiertagsevents",
+},
+[1884] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Lest während des Mittjahrgemetzels eine Schriftrolle über Pelinals Grausamkeit.",
+	["points"] = 5,
+	["name"] = "Echo von Pelinals Zorn",
+	["Category"] = "Feiertagsevents",
+},
+[1885] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Erhaltet zum ersten Mal „Pelinals Mittjahrsgabe“.",
+	["points"] = 5,
+	["name"] = "Gesegneter von Weißplanke",
+	["Category"] = "Feiertagsevents",
+},
+[1886] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Erhaltet zum zehnten Mal „Pelinals Mittjahrsgabe“.",
+	["points"] = 10,
+	["name"] = "Auserwählter von Weißplanke",
+	["Category"] = "Feiertagsevents",
+},
+[1887] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Erhaltet zum 25. Mal „Pelinals Mittjahrsgabe“.",
+	["points"] = 15,
+	["name"] = "Hand von Weißplanke",
+	["Category"] = "Feiertagsevents",
+},
+[1888] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Besiegt während des Mittjahrgemetzels 50 Widersacher.",
+	["points"] = 15,
+	["name"] = "Grimm von Weißplanke",
+	["Category"] = "Feiertagsevents",
+},
+[1889] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Gewinnt während des Mittjahrgemetzels einen Schlachtfeldkampf.",
+	["points"] = 5,
+	["name"] = "Pelinavant die Geißel",
+	["Category"] = "Feiertagsevents",
+},
+[1890] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Erobert während des Mittjahrgemetzels eine Burg in Cyrodiil.",
+	["points"] = 5,
+	["name"] = "Pelinaline der Blutige",
+	["Category"] = "Feiertagsevents",
+},
+[1891] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Erobert während des Mittjahrgemetzels einen kaiserlichen Bezirk.",
+	["points"] = 5,
+	["name"] = "Pelinerrif der Aufständische",
+	["Category"] = "Feiertagsevents",
+},
+[1892] =
+{
+	["Category_ID"] = 9,
+	["description"] = "Erlangt alle Errungenschaften des Mittjahrgemetzels.",
+	["points"] = 50,
+	["name"] = "Sternengeformter Ritter",
+	["Category"] = "Feiertagsevents",
+},
+[1893] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Besiegt 10 Widersacher in Schlachtfeldern.",
+	["points"] = 5,
+	["name"] = "Grubengrobian",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1894] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Besiegt 250 Widersacher in Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Grubenkämpfer",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1895] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Besiegt 1,000 Widersacher in Schlachtfeldern.",
+	["points"] = 15,
+	["name"] = "Grubenheld",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1896] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erobert Euer erstes Relikt in den Schlachtfeldern.",
+	["points"] = 5,
+	["name"] = "Nachwuchs-Reliktjäger",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1897] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erobert 20 Relikte in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Reliktjäger-Veteran",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1898] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erobert 100 Relikte in den Schlachtfeldern.",
+	["points"] = 15,
+	["name"] = "Großreliktjäger",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1899] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Besiegt zum ersten Mal einen Reliktträger in den Schlachtfeldern.",
+	["points"] = 5,
+	["name"] = "Nachwuchs-Reliktwächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1900] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Besiegt 20 Reliktträger in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Reliktwächter-Veteran",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1901] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Besiegt 100 Reliktträger in den Schlachtfeldern.",
+	["points"] = 15,
+	["name"] = "Großreliktwächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1902] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Nehmt Euren ersten Eroberungspunkt in den Schlachtfeldern ein.",
+	["points"] = 5,
+	["name"] = "Nachwuchs-Standartenträger",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1903] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Nehmt 50 Eroberungspunkte in den Schlachtfeldern ein.",
+	["points"] = 10,
+	["name"] = "Veteranen-Standartenträger",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1904] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Nehmt 250 Eroberungspunkte in den Schlachtfeldern ein.",
+	["points"] = 15,
+	["name"] = "Elite-Standartenträger",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1905] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient Euch 10-mal die Medaille „Defensiver Vollstrecker“, indem Ihr Feinde besiegt, die einen Eurer Eroberungspunkte angreifen.",
+	["points"] = 5,
+	["name"] = "Nachwuchs-Standartenwächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1906] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient Euch 100-mal die Medaille „Defensiver Vollstrecker“, indem Ihr Feinde besiegt, die einen Eurer Eroberungspunkte angreifen.",
+	["points"] = 10,
+	["name"] = "Standartenwächter-Veteran",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1907] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient Euch 500-mal die Medaille „Defensiver Vollstrecker“, indem Ihr Feinde besiegt, die einen Eurer Eroberungspunkte angreifen.",
+	["points"] = 15,
+	["name"] = "Großstandartenwächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1908] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Gewinnt zum ersten Mal einen Kampf auf dem Schlachtfeld.",
+	["points"] = 5,
+	["name"] = "Siegreicher",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1909] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Gewinnt 10 Schlachtfeldrunden",
+	["points"] = 10,
+	["name"] = "Liebling der Massen",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1910] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Gewinnt 50 Schlachtfeldrunden",
+	["points"] = 15,
+	["name"] = "Held der Eroberung",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1911] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient insgesamt 5,000 Medaillenpunkte in den Schlachtfeldern.",
+	["points"] = 10,
+	["name"] = "Gladiator",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1912] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient insgesamt 50,000 Medaillenpunkte in den Schlachtfeldern.",
+	["points"] = 15,
+	["name"] = "Champion",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1913] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient insgesamt 250,000 Medaillenpunkte in den Schlachtfeldern.",
+	["points"] = 50,
+	["name"] = "Großchampion",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1914] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Kontrolliert bei einem Vorherrschaft-Schlachtfeld alle vier Eroberungspunkte gleichzeitig.",
+	["points"] = 10,
+	["name"] = "Herrscher über das Schlachtfeld",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1915] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Gewinnt ein Todeskampf-Schlachtfeld mit 500 Punkten, bevor einer der anderen Trupps 200 Punkte erreicht.",
+	["points"] = 15,
+	["name"] = "Schlachtfeld-Schlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1916] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Helft Eurem Trupp dabei, beide feindlichen Relikte innerhalb von 10 Sekunden zu erobern.",
+	["points"] = 15,
+	["name"] = "Taktiker",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1917] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Nehmt mindestens vier Eroberungspunkte ein ohne zu sterben.",
+	["points"] = 10,
+	["name"] = "Grenzensetzer",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1918] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Schließt eine Schlacht im Todeskampf ab, bei der Ihr mindestens acht Tötungen mehr habt als Tode.",
+	["points"] = 15,
+	["name"] = "Vorbild",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1919] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erobert in einem einzigen Schlachtfeldkampf drei feindliche Relikte.",
+	["points"] = 15,
+	["name"] = "Dreifache Bedrohung",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1920] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient Euch in einem einzigen Schlachtfeldkampf mindestens 3,000 Medaillenpunkte.",
+	["points"] = 10,
+	["name"] = "Wertvollster Mitstreiter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1921] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient Euch Eure erste Medaille „Vierfachtötung“, indem Ihr vier Widersacher in einem einzigen Todeskampf-Schlachtfeld tötet und zwischen deren Toden jeweils nicht mehr als 10 Sekunden verstreichen.",
+	["points"] = 15,
+	["name"] = "Vierfachtötung",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1922] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient Euch Eure erste Champion-Medaille, indem Ihr mindestens 500,000 Punkte Schaden in einem einzigen Todeskampf-Schlachtfeld verursacht.",
+	["points"] = 10,
+	["name"] = "Charismatischer Champion",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1923] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient Euch Eure erste Medaille „Wunderbarer Wundarzt“, indem Ihr mindestens 375,000 Punkte Schaden in einem einzigen Todeskampf-Schlachtfeld heilt.",
+	["points"] = 10,
+	["name"] = "Wunderbarer Wundarzt",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1924] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient Euch Eure erste Medaille „Zäher Zenturio“, indem Ihr in einem einzigen Vorherrschaft-Schlachtfeld mindestens 250,000 Schaden erleidet.",
+	["points"] = 10,
+	["name"] = "Steter Zenturio",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1925] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient Euch Eure erste Medaille „Göttliche Behütung“, indem Ihr in einem einzigen Vorherrschaft-Schlachtfeld mindestens 375,000 Punkte Schaden für Verteidiger von Eroberungspunkten heilt.",
+	["points"] = 10,
+	["name"] = "Himmlischer Beschützer",
+	["Category"] = "Spieler gegen Spieler",
+},
+[2089] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Nehmt in einem „Irrer König“-Kampf 25 Eroberungspunkte ein.",
+	["points"] = 10,
+	["name"] = "Veteranen-Königsbannerträger",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1927] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient Euch Eure erste Medaille „Vorsichtiger Verteidiger“, indem Ihr in einem einzigen Vorherrschaft-Schlachtfeld Euch 1,000 Punkte verdient, während Ihr einen Eroberungspunkt verteidigt.",
+	["points"] = 10,
+	["name"] = "Wachsamer Verteidiger",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1928] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 10 feindliche Hüter.",
+	["points"] = 10,
+	["name"] = "Hüterschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1929] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Tötet 100 feindliche Hüter.",
+	["points"] = 15,
+	["name"] = "Großhüterschlächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[2088] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Nehmt in einem „Irrer König“-Kampf Euren ersten Eroberungspunkt ein.",
+	["points"] = 5,
+	["name"] = "Nachwuchs-Königsbannerträger",
+	["Category"] = "Spieler gegen Spieler",
+},
+[2087] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt den Heiligen Olms, den Gerechten, den Heiligen Llothis, den Frommen, und den Heiligen Felms, den Tapferen, in der Anstalt Sanctorium (Veteranen) im selben Kampf und innerhalb von 15 Minuten, ohne dass ein Gruppenmitglied getötet wird. Die Zeit läuft, sobald Ihr das Atrium betreten habt.",
+	["points"] = 10,
+	["name"] = "Perfekte Läuterung",
+	["Category"] = "Clockwork City",
+},
+[1932] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Aschländer“. Die Kapitel können manchmal als Belohnung für das Abschließen täglicher Aufgaben der Jagdmeister Sorim-Nakar und Numani-Rasi ergattert werden.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Aschländer",
+	["Category"] = "Morrowind",
+},
+[1933] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Morag Tong“. Die Kapitel können manchmal als Kopfgeldzuteilung und Erforscherzuteilung in der Halle der Gerechtigkeit gefunden werden.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Morag Tong",
+	["Category"] = "Morrowind",
+},
+[1934] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Kriegswappenträger“. Die Kapitel können manchmal in Schatztruhen auf ganz Vvardenfell gefunden werden.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Kriegswappenträger",
+	["Category"] = "Morrowind",
+},
+[1935] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der kriegerischen Ordinatoren“. Die Kapitel können im Austausch gegen Allianzpunkte von Schlachtfeldversorgungshändlern erworben werden.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der kriegerischen Ordinatoren",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1936] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient Euch Eure erste Medaille „Göttlicher Wächter“, indem Ihr an Reliktträgern mindestens 375,000 Punkte Schaden in einem einzigen Todeskampf-Schlachtfeld heilt.",
+	["points"] = 10,
+	["name"] = "Göttlicher Wächter",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1937] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Schließt Falkenring und die Blutquellschmiede (Veteranen) ab.",
+	["points"] = 50,
+	["name"] = "Höhlenforscher der Hörner des Reik",
+	["Category"] = "Horns of the Reach",
+},
+[2100] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Zerstört die Kluftperlen aller Kluftgeysire auf Sommersend.",
+	["points"] = 5,
+	["name"] = "Korken rein",
+	["Category"] = "Summerset",
+},
+[2101] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt alle folgenden Anführer, die aus Kluftgeysiren erscheinen können.",
+	["points"] = 15,
+	["name"] = "Zurück in die Kluft",
+	["Category"] = "Summerset",
+},
+[1940] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Betretet entweder Falkenring oder die Blutquellschmiede zum ersten Mal.",
+	["points"] = 5,
+	["name"] = "Hörner des Eroberers des Reik",
+	["Category"] = "Horns of the Reach",
+},
+[1941] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Bewältigt die angegebenen Errungenschaften für die Blutquellschmiede (Veteranen).",
+	["points"] = 50,
+	["name"] = "Herausforderer der Blutquellschmiede",
+	["Category"] = "Horns of the Reach",
+},
+[1942] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Bewältigt die angegebenen Errungenschaften für Falkenring (Veteranen).",
+	["points"] = 50,
+	["name"] = "Herausforderer von Falkenring",
+	["Category"] = "Horns of the Reach",
+},
+[2109] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Ändert das Aussehen eines Teils der Montur mit dem Montursystem.",
+	["points"] = 5,
+	["name"] = "Monturneuling",
+	["Category"] = "Handwerk",
+},
+[2112] =
+{
+	["Category_ID"] = 3,
+	["description"] = "Ändert 100 Mal das Aussehen eines Ausrüstungsteils, indem ihr das Montursystem nutzt.",
+	["points"] = 50,
+	["name"] = "Monturmeister",
+	["Category"] = "Handwerk",
+},
+[1945] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Entdeckt das dringende Sendschreiben, den unvollendeten Brief an Marika, „Bezüglich der Gerüchte“ und das Epitaph von Bjarfrud Skjoralmor in Falkenring.",
+	["points"] = 5,
+	["name"] = "Kriegschronist",
+	["Category"] = "Horns of the Reach",
+},
+[1946] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt alle Anführer in Falkenring (Veteranen), ohne selbst ein einziges Mal vom Feuer einer Belagerungswaffe getroffen zu werden. Dies schließt auch jene ein, die Morrigh Bullenblut befehligt.",
+	["points"] = 5,
+	["name"] = "Abtaucher",
+	["Category"] = "Horns of the Reach",
+},
+[1947] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Verbannt, während Ihr in Falkenring (Veteranen) gegen Cernunnon und seine Eidgebundenen kämpft, alle drei Geistmeisterseelen, wobei dies jeweils innerhalb von fünf Sekunden hintereinander weg geschehen muss.",
+	["points"] = 5,
+	["name"] = "Eidbrecher",
+	["Category"] = "Horns of the Reach",
+},
+[1948] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Reinigt 15 Leichname innerhalb von fünf Sekunden, während Ihr in Falkenring (Veteranen) gegen Todesfürst Bjarfrud Skjoralmor kämpft.",
+	["points"] = 5,
+	["name"] = "Episches Unterfangen",
+	["Category"] = "Horns of the Reach",
+},
+[1949] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt das Belagerungsmammut in Falkenring, ohne dass Ihr unter dem Einfluss einer feindlichen Fähigkeit mit Betäubung, Taumeln oder Zurückschlagen steht.",
+	["points"] = 5,
+	["name"] = "Wild und wollig",
+	["Category"] = "Horns of the Reach",
+},
+[1950] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Domihaus den Blutgehörnten in Falkenring (Veteranen), während mindestens ein Atronach jeder Art weiterhin besteht.",
+	["points"] = 5,
+	["name"] = "Den Elementen trotzen",
+	["Category"] = "Horns of the Reach",
+},
+[1951] =
+{
+	["Category_ID"] = 16,
+	["description"] = "Besiegt Domihaus den Blutgehörnten in Falkenring (Veteranen), während in der Halle des Jarls mindestens zwei Säulen stehen bleiben.",
+	["points"] = 5,
+	["name"] = "Säulenbehüter",
+	["Category"] = "Horns of the Reach",
+},
+[1952] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Erzielt 100 Punkte, während Ihr den Chaosball tragt.",
+	["points"] = 5,
+	["name"] = "Punktejüngling",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1953] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Absolviert drei Tötungen, ohne zwischendurch zu sterben, während Ihr den Chaosball tragt.",
+	["points"] = 5,
+	["name"] = "Die beste Verteidigung",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1954] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient Euch Eure erste Chaoswächter-Medaille, indem Ihr bei einem Chaosballträger Leben in Höhe von mindestens 375,000 Punkten in einem einzigen Schlachtfeld heilt.",
+	["points"] = 5,
+	["name"] = "Chaosschützer",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1955] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Verdient Euch Eure erste Chaoschampion-Medaille, indem Ihr bei einem Chaosballträger mindestens 500,000 Schaden in einem einzigen Schlachtfeld verursacht.",
+	["points"] = 5,
+	["name"] = "Chaoschampion",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1956] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Steckt 10,000,000 Schaden vom Chaosball ein (kumulativ).",
+	["points"] = 5,
+	["name"] = "Dem Schaden davonlaufen",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1957] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Gewinnt ein Chaosball-Schlachtfeld mit 500 Punkten, bevor einer der anderen Trupps 200 Punkte erreicht.",
+	["points"] = 5,
+	["name"] = "Chaosballgemetzel",
+	["Category"] = "Spieler gegen Spieler",
+},
+[1958] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Sammelt und montiert alle Teile, die es braucht, um das Vorläufer-Faktotum zu rekonstruieren.",
+	["points"] = 50,
+	["name"] = "Vorläufermodell",
+	["Category"] = "Clockwork City",
+},
+[1959] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Lizabet Charnis, die Kadavermenagerie, Caluurion, Ulfnor und Sabina Cedus sowie Orryn den Schwarzen und Thurvokun im Krallenhort.",
+	["points"] = 5,
+	["name"] = "Sieger des Krallenhortes",
+	["Category"] = "Dragon Bones",
+},
+[1960] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Lizabet Charnis, die Kadavermenagerie, Caluurion, Ulfnor und Sabina Cedus sowie Orryn den Schwarzen und Thurvokun im Krallenhort (Veteranen).",
+	["points"] = 5,
+	["name"] = "Eroberer des Krallenhorts",
+	["Category"] = "Dragon Bones",
+},
+[1961] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt 500 Skelette im Krallenhort (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Skelette",
+	["Category"] = "Dragon Bones",
+},
+[1962] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt 350 Schwarzmark-Nekromanten im Krallenhort (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Nekromanten",
+	["Category"] = "Dragon Bones",
+},
+[1963] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt zusätzlich zu Lizabet Charnis, der Kadavermenagerie, Caluurion, Ulfnor und Sabina Cedus sowie Orryn dem Schwarzen und Thurvokun alle Gegner im Krallenhort (Veteranen) in weniger als 30 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe von Schwarzmark-Nekromanten angreift.",
+	["points"] = 50,
+	["name"] = "Die Lebenden und die Toten",
+	["Category"] = "Dragon Bones",
+},
+[1964] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Lizabet Charnis, die Kadavermenagerie, Caluurion, Ulfnor und Sabina Cedus sowie Orryn den Schwarzen und Thurvokun im Krallenhort (Veteranen), ohne dass ein Gruppenmitglied getötet wird.",
+	["points"] = 50,
+	["name"] = "Keine Statistik",
+	["Category"] = "Dragon Bones",
+},
+[1965] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Orryn den Schwarzen und Thurvokun, nachdem Ihr Orryns Notizen im Krallenhort (Veteranen) gelesen habt.",
+	["points"] = 50,
+	["name"] = "Lasst die Vergangenheit ruhen",
+	["Category"] = "Dragon Bones",
+},
+[1966] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Bewältigt die angegebenen Errungenschaften für den Krallenhort (Veteranen).",
+	["points"] = 50,
+	["name"] = "Herausforderer des Krallenhorts",
+	["Category"] = "Dragon Bones",
+},
+[1967] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Orryn den Schwarzen und Thurvokun im Krallenhort (Veteranen), während Ihr maximal einen Animuskristall zerstört und noch bevor Orryn sich mit Thurvokun verbindet.",
+	["points"] = 10,
+	["name"] = "Minimale Animosität",
+	["Category"] = "Dragon Bones",
+},
+[1968] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt die Kadavermenagerie im Krallenhort (Veteranen), ohne dass ein Gruppenmitglied durch instabile Pilze Schaden erleidet.",
+	["points"] = 10,
+	["name"] = "Pilzfrei",
+	["Category"] = "Dragon Bones",
+},
+[1969] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Schließt den Kampf ab, ohne dass jemand im Krallenhort (Veteranen) von der degenerativen Säure des Riesenskarabäus getroffen wird.",
+	["points"] = 10,
+	["name"] = "Ausgehungerte Käfer",
+	["Category"] = "Dragon Bones",
+},
+[1970] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt die Kadavermenagerie im Krallenhort (Veteranen), ohne dass ein Gruppenmitglied durch den Todesgriff des Kadaversenches stirbt.",
+	["points"] = 10,
+	["name"] = "Verstümmelnder Gehorsam",
+	["Category"] = "Dragon Bones",
+},
+[1971] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Deaktiviert jedes von Caluurions Relikten, indem Ihr die elementaren Knochenteufel im Krallenhort (Veteranen) nutzt.",
+	["points"] = 10,
+	["name"] = "Elementare Anatomie",
+	["Category"] = "Dragon Bones",
+},
+[1972] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Ulfnor und Sabina Cedus im Krallenhort (Veteranen), ohne dass ein Gruppenmitglied durch Sabina Cedus' spukendes Gespenst beeinträchtigt wird.",
+	["points"] = 10,
+	["name"] = "Nicht verdutzt",
+	["Category"] = "Dragon Bones",
+},
+[1973] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt, nachdem Ihr die Beschwörungsformeln rezitiert habt, Orryn den Schwarzen und Thurvokun im Krallenhort (Veteranen), ohne dass ein Gruppenmitglied durch Orryns Gespensterschergen getroffen wird.",
+	["points"] = 10,
+	["name"] = "Eiskaltes Streben",
+	["Category"] = "Dragon Bones",
+},
+[1974] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Wenn Euch Thurvokuns Seuchenodem im Krallenhort trifft, solltet Ihr unter dem Schutz von Yisarehs Lebensschutz stehen, während Ihr in direktem Kontakt mit den anderen drei Gruppenmitgliedern steht, die auch über Yisarehs Lebensschutz verfügen.",
+	["points"] = 10,
+	["name"] = "Schrecklicher Mundgeruch",
+	["Category"] = "Dragon Bones",
+},
+[1975] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Rinaerus den Ranzigen und Orzun den Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan die Schuppenruferin am Gipfel der Schuppenruferin.",
+	["points"] = 5,
+	["name"] = "Sieger des Gipfels der Schuppenruferin",
+	["Category"] = "Dragon Bones",
+},
+[1976] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Rinaerus den Ranzigen und Orzun den Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan die Schuppenruferin am Gipfel der Schuppenruferin (Veteranen).",
+	["points"] = 5,
+	["name"] = "Eroberer des Gipfels der Schuppenruferin",
+	["Category"] = "Dragon Bones",
+},
+[1977] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt 50 Oger am Gipfel der Schuppenruferin (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Oger",
+	["Category"] = "Dragon Bones",
+},
+[1978] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt 120 Kultisten am Gipfel der Schuppenruferin (Veteranen).",
+	["points"] = 10,
+	["name"] = "Verderben der Kultisten",
+	["Category"] = "Dragon Bones",
+},
+[1979] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt zusätzlich zu Rinaerus dem Ranzigen und Orzun dem Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan der Schuppenruferin alle Gegner am Gipfel der Schuppenruferin (Veteranen) in weniger als 30 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe von Gegnern angreift.",
+	["points"] = 50,
+	["name"] = "Höchstleistung",
+	["Category"] = "Dragon Bones",
+},
+[1980] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt zusätzlich zu Rinaerus dem Ranzigen und Orzun dem Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan der Schuppenruferin alle Gegner am Gipfel der Schuppenruferin (Veteranen), ohne dass ein Gruppenmitglied stirbt.",
+	["points"] = 50,
+	["name"] = "Ganz oben",
+	["Category"] = "Dragon Bones",
+},
+[1981] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Zaan die Schuppenruferin, nachdem Ihr Zaans Ritualschriftrolle am Gipfel der Schuppenruferin (Veteranen) gelesen habt.",
+	["points"] = 50,
+	["name"] = "Zauberbrecher",
+	["Category"] = "Dragon Bones",
+},
+[1982] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Bewältigt die angegebenen Errungenschaften für den Gipfel der Schuppenruferin (Veteranen).",
+	["points"] = 50,
+	["name"] = "Herausforderer des Gipfels der Schuppenruferin",
+	["Category"] = "Dragon Bones",
+},
+[1983] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt zusätzlich zu Rinaerus dem Ranzigen und Orzun dem Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan der Schuppenruferin alle Gegner am Gipfel der Schuppenruferin (Veteranen), in weniger als 30 Minuten und ohne dass ein Gruppenmitglied stirbt, nachdem Ihr Zaans Ritualschriftrolle gelesen habt.",
+	["points"] = 50,
+	["name"] = "Berggott",
+	["Category"] = "Dragon Bones",
+},
+[1984] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Rinaerus den Ranzigen und Orzun den Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan die Schuppenruferin am Gipfel der Schuppenruferin (Veteranen), ohne dass ein Gruppenmitglied durch den Pesteiter eines Skeevers Schaden erleidet.",
+	["points"] = 10,
+	["name"] = "Pesteiterprobleme",
+	["Category"] = "Dragon Bones",
+},
+[1985] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Sammelt beide notwendigen Zutaten und heilt Jorvuld Davaux von der Seuche des Kults.",
+	["points"] = 10,
+	["name"] = "Retter der Schuppenruferin",
+	["Category"] = "Dragon Bones",
+},
+[1986] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Doylemish Eisenherz am Gipfel der Schuppenruferin (Veteranen), ohne dass ein Gruppenmitglied vom Steinblick versteinert wird.",
+	["points"] = 10,
+	["name"] = "Steiniger Weg",
+	["Category"] = "Dragon Bones",
+},
+[1987] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Orzun den Übelriechenden und Rinaerus den Ranzigen am Gipfel der Schuppenruferin (Veteranen), ohne dass ein Gruppenmitglied von einem terrorisierenden Beben getötet wird.",
+	["points"] = 10,
+	["name"] = "Bebenbedrängnis",
+	["Category"] = "Dragon Bones",
+},
+[1988] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Seuchenbrauer Mortieu am Gipfel der Schuppenruferin (Veteranen) mit vier lebenden Gruppenmitgliedern, die alle gleichzeitig an zwei der Seuchen Mortieus leiden.",
+	["points"] = 10,
+	["name"] = "Ärztliche Anweisungen",
+	["Category"] = "Dragon Bones",
+},
+[1989] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Matriarchin Aldis am Gipfel der Schuppenruferin (Veteranen), ohne dass ein Gruppenmitglied durch das Wasser, das sie während des Kampfes umgibt, Schaden erleidet.",
+	["points"] = 10,
+	["name"] = "Passt auf, wo Ihr hintretet",
+	["Category"] = "Dragon Bones",
+},
+[1990] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Zaan die Schuppenruferin, ohne von ihrem Schild zurückgeschlagen zu werden.",
+	["points"] = 10,
+	["name"] = "Bleibt standhaft",
+	["Category"] = "Dragon Bones",
+},
+[1991] =
+{
+	["Category_ID"] = 14,
+	["description"] = "Besiegt Zaan die Schuppenruferin am Gipfel der Schuppenruferin (Veteranen), ohne durch ihren Pestodem Schaden zu erleiden und ohne dieselbe Vermeidungsmethode zweimal zu nutzen, nachdem Ihr Zaans Ritualschriftrolle gelesen habt.",
+	["points"] = 10,
+	["name"] = "Daedravermeidung",
+	["Category"] = "Dragon Bones",
+},
+[2201] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Der Erlass der Königin“ ab.",
+	["points"] = 10,
+	["name"] = "Für die Königin",
+	["Category"] = "Summerset",
+},
+[2202] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Eine Perle von großem Wert“ ab.",
+	["points"] = 10,
+	["name"] = "Perlenglanz",
+	["Category"] = "Summerset",
+},
+[2203] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Begrabene Erinnerungen“ ab.",
+	["points"] = 10,
+	["name"] = "Verstandesspiele",
+	["Category"] = "Summerset",
+},
+[2204] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Die Turmwächter“ ab.",
+	["points"] = 10,
+	["name"] = "Entschlossener Wächter",
+	["Category"] = "Summerset",
+},
+[2206] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Stimmen aus vergessenen Zeiten“ ab.",
+	["points"] = 10,
+	["name"] = "Unverlässliche Geschichten",
+	["Category"] = "Summerset",
+},
+[2207] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Eine notwendige Allianz“ ab.",
+	["points"] = 10,
+	["name"] = "Der Feind meines Feindes",
+	["Category"] = "Summerset",
+},
+[2208] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Der Kristallturm“ ab.",
+	["points"] = 10,
+	["name"] = "Was getan werden muss",
+	["Category"] = "Summerset",
+},
+[2209] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt 33 Quests auf Sommersend ab.",
+	["points"] = 50,
+	["name"] = "Großabenteurer von Sommersend",
+	["Category"] = "Summerset",
+},
+[2210] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Der Sturz der Türme“ des Psijik-Ordens auf Sommersend ab.",
+	["points"] = 10,
+	["name"] = "Psijik-Weiser",
+	["Category"] = "Summerset",
+},
+[2001] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Erforscht und säubert den Königshafenpass.",
+	["points"] = 5,
+	["name"] = "Erforscher des Königshafenpasses",
+	["Category"] = "Summerset",
+},
+[2002] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Erforscht und säubert die Grotte von Eton Nir.",
+	["points"] = 5,
+	["name"] = "Erforscher der Grotte von Eton Nir",
+	["Category"] = "Summerset",
+},
+[2003] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Erforscht und säubert das Gewölbe des Archonten.",
+	["points"] = 5,
+	["name"] = "Erforscher des Hains des Archonten",
+	["Category"] = "Summerset",
+},
+[2004] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Erforscht und säubert Tor-Hame-Khard.",
+	["points"] = 5,
+	["name"] = "Erforscher von Tor-Hame-Khard",
+	["Category"] = "Summerset",
+},
+[2005] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Erforscht und säubert Korallwasten.",
+	["points"] = 5,
+	["name"] = "Erforscher von Korallwasten",
+	["Category"] = "Summerset",
+},
+[2006] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Erforscht und säubert das Verrätergewölbe.",
+	["points"] = 5,
+	["name"] = "Erforscher des Verrätergewölbes",
+	["Category"] = "Summerset",
+},
+[2007] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Erforscht und säubert alle sechs zu erforschenden Höhlen auf Sommersend.",
+	["points"] = 15,
+	["name"] = "Höhlenforscher von Sommersend",
+	["Category"] = "Summerset",
+},
+[2008] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Entdeckt alle markanten Orte auf Sommersend.",
+	["points"] = 10,
+	["name"] = "Pfadfinder von Sommersend",
+	["Category"] = "Summerset",
+},
+[2234] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Aktiviert im Kampf gegen Z'Maja in Wolkenruh ein einzelnes Licht des Welkynaren, dann zwei weitere Lichter des Welkynaren und zerstört dann innerhalb von 5 Sekunden drei boshafte Kerne.",
+	["points"] = 15,
+	["name"] = "Kernkoordination",
+	["Category"] = "Summerset",
+},
+[2010] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte auf Sommersend.",
+	["points"] = 15,
+	["name"] = "Meistererkunder von Sommersend",
+	["Category"] = "Summerset",
+},
+[2236] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Sorgt dafür, dass Galenwes Schatten in Wolkenruh 20 umherziehende Raureifzyklone mit dorniges Eis zerstört.",
+	["points"] = 15,
+	["name"] = "Eis des Mystikers",
+	["Category"] = "Summerset",
+},
+[2237] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Lasst nicht zu, dass ein Spieler im Kampf gegen Relequens Schatten durch voltaische Überladung getroffen wird oder voltaischer Strom überspringen lässt.",
+	["points"] = 10,
+	["name"] = "Schockinstinkt",
+	["Category"] = "Summerset",
+},
+[2238] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Verteilt im Kampf gegen Sirorias Schatten alleine in Wolkenruh jede einzelne lodernde Fackel auf jeweils mindestens 6 Spieler auf.",
+	["points"] = 10,
+	["name"] = "Tapfere Verbrennung",
+	["Category"] = "Summerset",
+},
+[2240] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Fangt alle 3 seltenen Fische auf Artaeum.",
+	["points"] = 5,
+	["name"] = "Meisterangler von Artaeum",
+	["Category"] = "Summerset",
+},
+[2241] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Dunkelsturm die Verlockende an einem Kluftgeysir.",
+	["points"] = 10,
+	["name"] = "Tödliche Verlockung",
+	["Category"] = "Summerset",
+},
+[2016] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Erforscht und säubert die Hallen der Regulierung.",
+	["points"] = 5,
+	["name"] = "Erforscher der Hallen der Regulierung",
+	["Category"] = "Clockwork City",
+},
+[2017] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Erforscht und säubert die Schattenklamm.",
+	["points"] = 5,
+	["name"] = "Erforscher der Schattenklamm",
+	["Category"] = "Clockwork City",
+},
+[2018] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte in der Stadt der Uhrwerke.",
+	["points"] = 15,
+	["name"] = "Meistererkunder der Stadt der Uhrwerke",
+	["Category"] = "Clockwork City",
+},
+[2019] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Entdeckt und säubert beide Höhlen der Stadt der Uhrwerke.",
+	["points"] = 10,
+	["name"] = "Höhlenforscher der Stadt der Uhrwerke",
+	["Category"] = "Clockwork City",
+},
+[2020] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Entdeckt alle markanten Orte in der Stadt der Uhrwerke.",
+	["points"] = 10,
+	["name"] = "Pfadfinder der Stadt der Uhrwerke",
+	["Category"] = "Clockwork City",
+},
+[2021] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Hlaalu“.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Hlaalu",
+	["Category"] = "Morrowind",
+},
+[2022] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Redoran“.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Redoran",
+	["Category"] = "Morrowind",
+},
+[2023] =
+{
+	["Category_ID"] = 12,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Telvanni“.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Telvanni",
+	["Category"] = "Morrowind",
+},
+[2250] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Risse in der Bucht“ des Psijik-Ordens auf Sommersend ab.",
+	["points"] = 10,
+	["name"] = "Psijik-Verfolger",
+	["Category"] = "Summerset",
+},
+[2025] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Macht 2,500 Punkte, während Ihr den Chaosball tragt.",
+	["points"] = 10,
+	["name"] = "Punkteveteran",
+	["Category"] = "Spieler gegen Spieler",
+},
+[2026] =
+{
+	["Category_ID"] = 2,
+	["description"] = "Macht 10,000 Punkte, während Ihr den Chaosball tragt.",
+	["points"] = 15,
+	["name"] = "Punktegroßmeister",
+	["Category"] = "Spieler gegen Spieler",
+},
+[2027] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Fangt alle 12 seltenen Fische in der Stadt der Uhrwerke.",
+	["points"] = 5,
+	["name"] = "Meisterangler der Uhrwerke",
+	["Category"] = "Clockwork City",
+},
+[2028] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt den Unvollendeten im Hort der Verifikation.",
+	["points"] = 10,
+	["name"] = "Unvollendet",
+	["Category"] = "Clockwork City",
+},
+[2255] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Die Überreste der Türme“ des Psijik-Ordens auf Sommersend ab.",
+	["points"] = 10,
+	["name"] = "Psijik-Beschaffer der Stäbe",
+	["Category"] = "Summerset",
+},
+[2256] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Die Zeit im Schatten der Unheilsklippe“ des Psijik-Ordens auf Sommersend ab.",
+	["points"] = 10,
+	["name"] = "Psijik-Schattenläufer",
+	["Category"] = "Summerset",
+},
+[2257] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Schließt die Quest „Ein Riss jenseits der Kargheit“ des Psijik-Ordens auf Sommersend ab.",
+	["points"] = 10,
+	["name"] = "Psijik-Chronologe",
+	["Category"] = "Summerset",
+},
+[2325] =
+{
+	["Category_ID"] = 10,
+	["description"] = "Schließt 150 tägliche Aufgaben von Jee-Lar ab, um die Expedition von Cyrodiilische Sammlungen nach Trübmoor vorzubereiten.",
+	["points"] = 50,
+	["name"] = "Champion von Cyrodiilische Sammlungen",
+	["Category"] = "Prologe",
+},
+[2324] =
+{
+	["Category_ID"] = 10,
+	["description"] = "Schließt 40 tägliche Aufgaben von Jee-Lar ab, um die Expedition von Cyrodiilische Sammlungen nach Trübmoor vorzubereiten.",
+	["points"] = 15,
+	["name"] = "Agent von Cyrodiilische Sammlungen",
+	["Category"] = "Prologe",
+},
+[2323] =
+{
+	["Category_ID"] = 10,
+	["description"] = "Schließt eine tägliche Aufgabe von Jee-Lar ab, um die Expedition von Cyrodiilische Sammlungen nach Trübmoor vorzubereiten.",
+	["points"] = 10,
+	["name"] = "Partner von Cyrodiilische Sammlungen",
+	["Category"] = "Prologe",
+},
+[2322] =
+{
+	["Category_ID"] = 10,
+	["description"] = "Helft Cyrodiilische Sammlungen dabei, Margus Derius aufzuhalten und Expeditionen nach Trübmoor vorzubereiten.",
+	["points"] = 10,
+	["name"] = "Concordias Leistungsbringer",
+	["Category"] = "Prologe",
+},
+[2036] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt die Königin des Riffs in der Brutstätte der Königin.",
+	["points"] = 10,
+	["name"] = "Riffräuber",
+	["Category"] = "Summerset",
+},
+[2037] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Caanerin bei der Indriktollerei.",
+	["points"] = 10,
+	["name"] = "Beendetes Matriarchat",
+	["Category"] = "Summerset",
+},
+[2038] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt den Seekrecken B'Korgen in der Wellsippenbucht.",
+	["points"] = 10,
+	["name"] = "Seekreckenschläger",
+	["Category"] = "Summerset",
+},
+[2039] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Haeliata und Nagravia in Greifenlauf.",
+	["points"] = 10,
+	["name"] = "Krallenklauer",
+	["Category"] = "Summerset",
+},
+[2040] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt Graveld in Gravelds Versteck.",
+	["points"] = 10,
+	["name"] = "Amphibischer Agitator",
+	["Category"] = "Summerset",
+},
+[2041] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Biesiegt Kielspalter in Kielspalters Nest.",
+	["points"] = 10,
+	["name"] = "Kielhohler",
+	["Category"] = "Summerset",
+},
+[2042] =
+{
+	["Category_ID"] = 11,
+	["description"] = "Besiegt alle sechs mächtigen Gegner der offenen Welt auf Sommersend.",
+	["points"] = 15,
+	["name"] = "Verteidiger von Sommersend",
+	["Category"] = "Summerset",
+},
+[2043] =
+{
+	["Category_ID"] = 1,
+	["description"] = "Erreicht Rang 10 in der Fertigkeitslinie der Unerschrockenen.",
+	["points"] = 50,
+	["name"] = "Wahrlich unerschrocken",
+	["Category"] = "Charakter",
+},
+[2044] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil der Apostel“. Die Kapitel können gelegentlich in den Behältern gefunden werden, die Ihr als Questbelohnung für das tägliche Erfüllen von Aufgaben für die Vorräte der Messingfeste, die Gewölbe der Stadt der Uhrwerke und die Anführer der offenen Welt erhaltet.",
+	["points"] = 50,
+	["name"] = "Meister des Stils der Apostel",
+	["Category"] = "Clockwork City",
+},
+[2045] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Sammelt und lernt jedes Kapitel des Buchs „Stil des Ebenschattens“. Die Kapitel können gelegentlich in den Behältern gefunden werden, die Ihr als Questbelohnung für das tägliche Erfüllen von Aufgaben für den Schwarzfederhof, die Gewölbe der Stadt der Uhrwerke und die Anführer der offenen Welt erhaltet.",
+	["points"] = 50,
+	["name"] = "Meister der Ebenschattenstils",
+	["Category"] = "Clockwork City",
+},
+[2046] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt Ithoxis, Abathoth und Ssatinot im Austritt des Exarchen.",
+	["points"] = 10,
+	["name"] = "Krähenschwarm",
+	["Category"] = "Clockwork City",
+},
+[2047] =
+{
+	["Category_ID"] = 15,
+	["description"] = "Besiegt die beiden mächtigen Gegner der offenen Welt in der Stadt der Uhrwerke.",
+	["points"] = 15,
+	["name"] = "Verteidiger der Stadt der Uhrwerke",
+	["Category"] = "Clockwork City",
+},
+}
diff --git a/data/de/de.lua b/data/de/de.lua
index ca72c0c..d960421 100644
--- a/data/de/de.lua
+++ b/data/de/de.lua
@@ -113,6 +113,8 @@ L = {
 	Version = "Version",
 	View_Toggle = "verberge Abgeschlossene",
 	Completed = "Completed on: ",		-- Mouseover achievement detail
+	Filter="Filter",
+	Detail="Detail",
 }
 L.Grp_TabName["1N"] = "Mode 1N"
 L.Grp_TabName["1V"] = "Mode 1V"
@@ -347,8 +349,8 @@ DLC_Location_names = {
 ["46"]	= "Marsch der Aufopferung (Vet)",
 }
 --With Dungeons  No thieves guild or dark brotherhood
--- In DLC.lua, the canonical naming DLC_Category= {"Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter")
+-- In DLC.lua, the canonical naming DLC_Category= {"Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter",  "Murkmire")

 --Our Naming

-DLC_Names= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter"}
\ No newline at end of file
+DLC_Names= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter",  "Murkmire"}
\ No newline at end of file
diff --git a/data/en/en-data-old.lua b/data/en/en-data-old.lua
new file mode 100644
index 0000000..f2edb8c
--- /dev/null
+++ b/data/en/en-data-old.lua
@@ -0,0 +1,14563 @@
+--Obtained from the game, Don't edit.
+Ach_Detail ={
+[11] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Elden Hollow I Vanquisher",
+	["description"] = "Defeat Akash gra-Mal, Chokethorn, and Canonreeve Oraneth in Elden Hollow I.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[12] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Level 10 Hero",
+	["description"] = "Reach Level 10.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[13] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Level 20 Hero",
+	["description"] = "Reach Level 20.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[14] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Level 30 Hero",
+	["description"] = "Reach Level 30.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[15] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Level 40 Hero",
+	["description"] = "Reach Level 40.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[16] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Level 50 Hero",
+	["description"] = "Reach Level 50.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[17] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Superior Ransacker",
+	["description"] = "Acquire a Superior quality item.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[18] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Epic Acquirer",
+	["description"] = "Acquire an Epic quality item.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[19] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Treasure Chest Spotter",
+	["description"] = "Loot any 10 Treasure Chests.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[20] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Treasure Chest Seeker",
+	["description"] = "Loot any 50 Treasure Chests.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[21] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Treasure Chest Stalker",
+	["description"] = "Loot any 100 Treasure Chests.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[22] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Treasure Chest Hunter",
+	["description"] = "Loot any 1000 Treasure Chests.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[28] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Faolchu's Bane",
+	["description"] = "Defeat Faolchu the Changeling and set the city of Camlorn free.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[30] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Wyrd Friend",
+	["description"] = "Help the Wyresses remove Angof's corruption from their sacred groves and the Wyrd Tree.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[31] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Savior of Glenumbra",
+	["description"] = "Stop Angof the Gravesinger's necromantic plan to conquer Glenumbra.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[34] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Glenumbra Adventurer",
+	["description"] = "Complete 53 quests in Glenumbra.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[35] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Superior Attire",
+	["description"] = "Wear a full set of Superior, and only Superior, gear.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[36] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Epic Attire",
+	["description"] = "Wear a full set of Epic, and only Epic, gear.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[38] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Humanoid Slayer",
+	["description"] = "Kill humanoids, Goblin-kin, and giant-kin.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[39] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Daedra Slayer",
+	["description"] = "Kill Daedric creatures from Oblivion.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[40] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Dwarven Construct Slayer",
+	["description"] = "Kill Dwarven mechanical constructs.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[41] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Nature Slayer",
+	["description"] = "Kill a variety of natural creatures in the wilds of Tamriel and beyond.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[42] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Undead Slayer",
+	["description"] = "Kill skeletons, zombies, ghosts, spirits, and vampires.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[51] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Master Monster Slayer",
+	["description"] = "Complete all of the Slayer Achievements.",
+	["Category"] = "Character",
+	["points"] = 50,
+},
+[52] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Quester",
+	["description"] = "Complete 50 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[53] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Explorer",
+	["description"] = "Complete 100 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[54] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Adventurer",
+	["description"] = "Complete 250 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[55] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Master Adventurer",
+	["description"] = "Complete 500 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[56] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Indomitable Adventurer",
+	["description"] = "Complete 1000 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[57] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Stormhaven Adventurer",
+	["description"] = "Complete 60 quests in Stormhaven.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[58] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Rivenspire Adventurer",
+	["description"] = "Complete 42 quests in Rivenspire.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[59] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Alik'r Desert Adventurer",
+	["description"] = "Complete 42 quests in Alik'r Desert.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[60] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Bangkorai Adventurer",
+	["description"] = "Complete 36 quests in Bangkorai.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[61] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Hero of the Daggerfall Covenant",
+	["description"] = "Complete all Daggerfall Covenant quest achievements.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[64] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Apprentice Crafting Harvester",
+	["description"] = "Harvest any crafting materials 10 times.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[65] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Journeyman Crafting Harvester",
+	["description"] = "Harvest any crafting materials 50 times.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[66] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Crafting Harvester",
+	["description"] = "Harvest any crafting materials 100 times.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[67] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Crafting Harvester",
+	["description"] = "Harvest any crafting materials 1000 times.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[68] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Grand Master Crafting Harvester",
+	["description"] = "Harvest any crafting materials 10000 times.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[78] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Darkshade Caverns I Vanquisher",
+	["description"] = "Defeat Foreman Llothan, the Hive Lord, and the Sentinel of Rkugamz in Darkshade Caverns I.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[79] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Wayrest Sewers I Vanquisher",
+	["description"] = "Defeat Investigator Garron, Varain Pellingare and Allene Pellingare in Wayrest Sewers I.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[80] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Crypt of Hearts I Vanquisher",
+	["description"] = "Defeat Archmaster Siniel, Death's Leviathan, and the Ilambris Twins in Crypt of Hearts I.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[81] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Tempest Island Vanquisher",
+	["description"] = "Defeat Valaran Stormcaller, Stormfist, and Stormreeve Neidir in Tempest Island.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[88] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Dragonknight Slayer",
+	["description"] = "Kill 10 enemy Dragonknights.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[89] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Sorcerer Slayer",
+	["description"] = "Kill 10 enemy Sorcerers.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[90] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Templar Slayer",
+	["description"] = "Kill 10 enemy Templars.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[91] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Capture a Resource",
+	["description"] = "Help capture a resource (farm, lumbermill, or mine) in Cyrodiil.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[92] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Volunteer",
+	["description"] = "Earn your first rank in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[93] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Recruit",
+	["description"] = "Earn the rank of Recruit in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[94] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Tyro",
+	["description"] = "Earn the rank of Tyro in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[95] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Legionary",
+	["description"] = "Earn the rank of Legionary in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[96] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Veteran",
+	["description"] = "Earn the rank of Veteran in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[97] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Corporal",
+	["description"] = "Earn the rank of Corporal in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[98] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Sergeant",
+	["description"] = "Earn the rank of Sergeant in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[99] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Lieutenant",
+	["description"] = "Earn the rank of Lieutenant in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[100] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Captain",
+	["description"] = "Earn the rank of Captain in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[101] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Major",
+	["description"] = "Earn the rank of Major in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[102] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Centurion",
+	["description"] = "Earn the rank of Centurion in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[103] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Colonel",
+	["description"] = "Earn the rank of Colonel in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[104] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Tribune",
+	["description"] = "Earn the rank of Tribune in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[105] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Brigadier",
+	["description"] = "Earn the rank of Brigadier in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[106] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Prefect",
+	["description"] = "Earn the rank of Prefect in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[107] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Praetorian",
+	["description"] = "Earn the rank of Praetorian in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[108] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Palatine",
+	["description"] = "Earn the rank of Palatine in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[109] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War August Palatine",
+	["description"] = "Earn the rank of August Palatine in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[110] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Legate",
+	["description"] = "Earn the rank of Legate in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[111] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War General",
+	["description"] = "Earn the rank of General in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[112] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Warlord",
+	["description"] = "Earn the rank of Warlord in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[113] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Grand Warlord",
+	["description"] = "Earn the rank of Grand Warlord in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[114] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Overlord",
+	["description"] = "Earn the rank of Overlord in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[115] =
+{
+	["Category_ID"] = 2,
+	["name"] = "First Revenge",
+	["description"] = "Score a Revenge kill in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[116] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Sweet Vengeance",
+	["description"] = "Score 10 Revenge kills in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[117] =
+{
+	["Category_ID"] = 2,
+	["name"] = "First Avenge",
+	["description"] = "Score your first Avenge kill in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[118] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Vindication",
+	["description"] = "Score 10 Avenge kills in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[119] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Close Call Kill",
+	["description"] = "Earn a kill when below 5 percent health in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[120] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Five Under Five",
+	["description"] = "Earn 5 kills when below 5 percent health in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[121] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Ten Under Five",
+	["description"] = "Earn 10 kills when below 5 percent health in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[122] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Keep Capture",
+	["description"] = "Capture your first keep in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[134] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Kill a Grand Overlord",
+	["description"] = "Kill an enemy player of Alliance War rank 50.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[135] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Damage Dealer",
+	["description"] = "Deal 1,000,000 points of damage to enemies in Cyrodiil.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[136] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Massive Damage Dealer",
+	["description"] = "Deal 5,000,000 points of damage to enemies in Cyrodiil.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[137] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Tremendous Damage Dealer",
+	["description"] = "Deal 100,000,000 points of damage to enemies in Cyrodiil.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[138] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Healer",
+	["description"] = "Heal 1,000,000 points of damage to allies in Cyrodiil.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[139] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Massive Healer",
+	["description"] = "Heal 5,000,000 points of damage to allies in Cyrodiil.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[140] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Tremendous Healer",
+	["description"] = "Heal 100,000,000 points of damage to allies in Cyrodiil.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[141] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Breton Slayer",
+	["description"] = "Kill 100 Breton enemies in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[145] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Evermore Defender",
+	["description"] = "Stop the Reachmen from attacking Evermore.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[146] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Bangkorai Garrison Liberator",
+	["description"] = "Liberate the Bangkorai Garrison from the invaders.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[147] =
+{
+	["Category_ID"] = 7,
+	["name"] = "High King Emeric's Savior",
+	["description"] = "Rescue High King Emeric from the clutches of Septima Tharn.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[148] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Woodblight Killer",
+	["description"] = "Kill the spriggan Woodblight at Blighted Isle.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[149] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Dayarrus' Deathbringer",
+	["description"] = "Kill Dayarrus the Xivilai at Arlimahera's Sanctum.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[150] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Nomeg Hyril's Executioner",
+	["description"] = "Kill the frost atronach monarch Nomeg Hyril at Nilata Falls.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[151] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Lich Butcher",
+	["description"] = "Kill the liches Qumehdi and Zaman at the Telesubi Ruins.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[152] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Summoner Slayer",
+	["description"] = "Kill the summoner Caecilia Attius and her Daedra minions at the Summoner's Camp.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[153] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Wolf-Father Exorcist",
+	["description"] = "Destroy the ghost Garach Wolf-Father and his werewolf spirits at Lakewatch Tower.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[154] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Dreamslayer",
+	["description"] = "Defeat the Omen of the Watchful Eye and lift the paranoia in Alcaire.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[155] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Spirit Warden Champion",
+	["description"] = "Return the Dream Shard to Pariah Abbey and restore peace to Menevia.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[156] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Azura's Ally",
+	["description"] = "Defeat the Omen of Counting Stars and end the obsessions plaguing Gavaudon.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[158] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Hatespinner Hunter",
+	["description"] = "Kill the giant spider, Aesar the Hatespinner, at Aesar's Web.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[159] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Menhir Hunter",
+	["description"] = "Kill the gargoyle, Menhir Stoneskin, at Valeguard Tower.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[160] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Darkblood Hunter",
+	["description"] = "Kill the necromancer, Louna Darkblood, at Old Kalgon's Keep.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[161] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Hag Hunter",
+	["description"] = "Kill the hag, Magdelena, at Magdelena's Haunt.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[162] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Stroda's Assassin",
+	["description"] = "Kill the Orc, Stroda gra-Drom, at East-Rock Landing.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[163] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Siren Hunter",
+	["description"] = "Kill the nereid, Desuuga the Siren, at Siren's Cove.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[176] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Glenumbra Cave Delver",
+	["description"] = "Discover and clear all six caves in Glenumbra.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[177] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Stormhaven Cave Delver",
+	["description"] = "Discover and clear all six caves in Stormhaven.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[178] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Rivenspire Cave Delver",
+	["description"] = "Discover and clear all six caves in Rivenspire.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[180] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bangkorai Cave Delver",
+	["description"] = "Discover and clear all six caves in Bangkorai.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[181] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Stonefalls Cave Delver",
+	["description"] = "Discover and clear all six caves in Stonefalls.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[184] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Skin-Stealer Destroyer",
+	["description"] = "Destroy the Dominion's ability to create Skin-Stealers.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[185] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Egg Protector",
+	["description"] = "Protect the Argonian eggs so a new generation can be born.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[186] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Mnemic Egg Guardian",
+	["description"] = "Recover the Mnemic Egg from the Dominion.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[187] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Haynekhtnamet Hunter",
+	["description"] = "Kill the wamasu champion Haynekhtnamet in its lair.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[188] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ogre Twin Tormentor",
+	["description"] = "Kill the ogre twins Argalog and Vlaga at Xal Thak.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[189] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Mummy Lord Murderer",
+	["description"] = "Kill the Ayleid Mummy Lord Talkynd at Nen Ria.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[190] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Captain Bones Destroyer",
+	["description"] = "Defeat Captain Bones and his undead crew aboard the Captain's ship.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[191] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Urrai's Bane",
+	["description"] = "Kill the Daedroth Urrai at Bitterroot Cave.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[192] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Slave Lord's Ruination",
+	["description"] = "Kill the Slave Lord Rendrasa at the Slaver's Camp.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[193] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Shadowfen Cave Delver",
+	["description"] = "Discover and clear all six caves in Shadowfen.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[194] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Hero of Bleakrock",
+	["description"] = "Find Bleakrock's missing villagers and send them home.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[195] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Strifeswarm Eradicator",
+	["description"] = "Kill the champion of the Strifeswarm kwama hive.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[196] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Memory Masher",
+	["description"] = "Enter the Cave of Memories and destroy the Ashlander Guardian.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[197] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Shellcracker",
+	["description"] = "Survive the mudcrabs of Shipwreck Strand and kill Shellcracker, the cannibal crab.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[198] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Dreugh Destroyer",
+	["description"] = "Storm the beach at Matron's Clutch, slay the Dreugh Matrons, and end the threat of the Dreugh egg-tenders.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[199] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Saintly Slaughter",
+	["description"] = "Destroy the Golden Saint at the Shivering Shrine.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[200] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Netch Wrangler",
+	["description"] = "Defeat the bull netch Ozzacha in Brahma's Grove.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[201] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Balreth's Bane",
+	["description"] = "Destroy Balreth and return the Brother of Strife to slumber.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[202] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Inner Sea Armature Explorer",
+	["description"] = "Explore and clear the Inner Sea Armature.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[203] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Emberflint Mine Explorer",
+	["description"] = "Explore and clear Emberflint Mine.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[204] =
+{
+	["Category_ID"] = 7,
+	["name"] = "General Serien's Demise",
+	["description"] = "Slay General Serien and stop the Covenant invasion of Stonefalls.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[205] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Mephala's Nest Explorer",
+	["description"] = "Explore and clear Mephala's Nest.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[206] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Hightide Hollow Explorer",
+	["description"] = "Explore and clear Hightide Hollow.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[207] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Softloam Cavern Explorer",
+	["description"] = "Explore and clear Softloam Cavern.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[208] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Sheogorath's Tongue Explorer",
+	["description"] = "Explore and clear Sheogorath's Tongue.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[209] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Sadal's Overthrower",
+	["description"] = "Destroy Sadal and save Stonefalls.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[210] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Rageclaw Hunter",
+	["description"] = "Kill the great werewolf, Rageclaw, at Rageclaw's Den.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[211] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Armene's Bane",
+	["description"] = "Kill the Breton necromancer, Vivien Armene, at the Dragon Mound.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[212] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ratmaster Crusher",
+	["description"] = "Kill the vampire, Olveidi the Ratmaster, at the Ratmaster's Prowl.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[213] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Mannskadi's Mauler",
+	["description"] = "Kill the wild mammoth, Mannskadi, at Dragon's Hallow.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[214] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ammabani Ambusher",
+	["description"] = "Kill the great sabre cat, Ammabani, at Ammabani's Pride.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[215] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ilessan Tower Explorer",
+	["description"] = "Explore and clear Ilessan Tower.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[216] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Silumm Explorer",
+	["description"] = "Explore and clear Silumm.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[217] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Enduum Explorer",
+	["description"] = "Explore and clear Enduum.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[218] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Mines of Khuras Explorer",
+	["description"] = "Explore and clear the Mines of Khuras.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[219] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ebon Crypt Explorer",
+	["description"] = "Explore and clear the Ebon Crypt.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[220] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Cryptwatch Fort Explorer",
+	["description"] = "Explore and clear Cryptwatch Fort.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[221] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Portdun Watch Explorer",
+	["description"] = "Explore and clear Portdun Watch.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[222] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Koeglin Mine Explorer",
+	["description"] = "Explore and clear Koeglin Mine.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[223] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Pariah Catacombs Explorer",
+	["description"] = "Explore and clear the Pariah Catacombs.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[224] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Farangel's Delve Explorer",
+	["description"] = "Explore and clear Farangel's Delve.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[225] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bearclaw Mine Explorer",
+	["description"] = "Explore and clear the Bearclaw Mine.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[226] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Norvolk Ruins Explorer",
+	["description"] = "Explore and clear the Norvolk Ruins.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[227] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Crestshade Mine Explorer",
+	["description"] = "Explore and clear Crestshade Mine.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[228] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Flyleaf Catacombs Explorer",
+	["description"] = "Explore and clear the Flyleaf Catacombs.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[229] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Tribulation Crypt Explorer",
+	["description"] = "Explore and clear the Tribulation Crypt.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[230] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Orc's Finger Ruins Explorer",
+	["description"] = "Explore and clear Orc's Finger Ruins.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[231] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Erokii Ruins Explorer",
+	["description"] = "Explore and clear the Erokii Ruins.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[232] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Hildune's Secret Refuge Explorer",
+	["description"] = "Explore and clear Hildune's Secret Refuge.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[245] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Atanaz Ruins Explorer",
+	["description"] = "Explore and clear the Atanaz Ruins.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[246] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Broken Tusk Explorer",
+	["description"] = "Explore and clear Broken Tusk.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[247] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Chid-Moska Ruins Explorer",
+	["description"] = "Explore and clear the Chid-Moska Ruins.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[248] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Gandranen Explorer",
+	["description"] = "Explore and clear Gandranen.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[249] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Onkobra Kwama Mine Explorer",
+	["description"] = "Explore and clear the Onkobra Kwama Mine.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[250] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Black Maw Shrine Explorer",
+	["description"] = "Explore and clear the Shrine of the Black Maw.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[251] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Chill Hollow Explorer",
+	["description"] = "Explore and clear The Chill Hollow.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[252] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Icehammer's Vault Explorer",
+	["description"] = "Explore and clear Icehammer's Vault.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[253] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Old Sord's Cave Explorer",
+	["description"] = "Explore and clear Old Sord's Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[254] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Frigid Grotto Explorer",
+	["description"] = "Explore and clear the Frigid Grotto.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[255] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Stormcrag Crypt Explorer",
+	["description"] = "Explore and clear Stormcrag Crypt.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[256] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bastard's Tomb Explorer",
+	["description"] = "Explore and clear the Bastard's Tomb.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[257] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Beralagr Hunter",
+	["description"] = "Kill the great bear, Beralagr, at Swiftblade's Camp.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[258] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Drowned Horde Decimator",
+	["description"] = "Destroy Thjormar and the Drowned Horde at Bitterpoint Strand.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[259] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Dugan's Demolisher",
+	["description"] = "Kill the Orc reaver Dugan the Red.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[260] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bone Grappler's Bane",
+	["description"] = "Kill the strangler Bone Grappler in its nest.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[261] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Tallatta's Annihilator",
+	["description"] = "Kill the nereid queen Tallatta the Lustrous in the Jagged Grotto.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[262] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Skullbreaker",
+	["description"] = "Kill Skullbreaker the sea troll at Windshriek Strand.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[263] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Green Vanquisher",
+	["description"] = "Kill Commander Faldethil of the Green Hunters at River Edge.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[264] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Lady Llarel's Shelter Explorer",
+	["description"] = "Explore and clear Lady Llarel's Shelter.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[265] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Lower Bthanual Explorer",
+	["description"] = "Explore and clear the ruins of Lower Bthanual.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[266] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Triple Circle Mine Explorer",
+	["description"] = "Explore and clear the Triple Circle Mine.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[267] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Taleon's Crag Explorer",
+	["description"] = "Explore and clear Taleon's Crag.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[268] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Knife Ear Grotto Explorer",
+	["description"] = "Explore and clear Knife Ear Grotto.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[269] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Corpse Garden Explorer",
+	["description"] = "Explore and clear the Corpse Garden.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[270] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Deshaan Cave Delver",
+	["description"] = "Discover and clear all six caves in Deshaan.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[272] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Arx Corinium Vanquisher",
+	["description"] = "Defeat Ganakton the Tempest, Sliklenia the Songstress, and Sellistrix the Lamia Queen in Arx Corinium.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[274] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Dead Man's Drop Explorer",
+	["description"] = "Explore and clear Dead Man's Drop.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[275] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Short-Tusk Hunter",
+	["description"] = "Kill the giant kagouti, Short-Tusk, at Short-Tusk's Hillock.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[276] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Abomination Slayer",
+	["description"] = "Kill the corpse husk, the Abomination, at the Grove of the Abomination.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[277] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Sharpfang Killer",
+	["description"] = "Kill the giant troll, Sharpfang, at the Dire Bramblepatch.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[278] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Mabrigash Shade Destroyer",
+	["description"] = "Destroy the Mabrigash Shade at the Mabrigash Burial Circle.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[279] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Druitularg's Bane",
+	["description"] = "Kill the Dremora ritualist, Druitularg, at Druitularg's Ritual Altar.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[280] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bittergreen Obliterator",
+	["description"] = "Kill the giant guar, Bittergreen the Wild, at Caravan Crest.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[281] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Black Vine Ruins Explorer",
+	["description"] = "Explore and clear the Black Vine Ruins.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[282] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Roots of Silvenar Explorer",
+	["description"] = "Explore and clear the Roots of Silvenar.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[283] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Hound Hinderer",
+	["description"] = "Uncover the Hound's Plan to lure the Green Lady to Silvenar.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[284] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Silvenar's Friend",
+	["description"] = "Save the Silvenar from his captors.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[285] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Hero of Frond and Leaf",
+	["description"] = "Unite the Silvenar with the Green Lady.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[286] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Shael Ruins Explorer",
+	["description"] = "Explore and clear the Shael Ruins.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[287] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Auridon Cave Delver",
+	["description"] = "Discover and clear all six caves in Auridon.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[288] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Del's Claim Explorer",
+	["description"] = "Explore and clear Del's Claim.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[289] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ondil Explorer",
+	["description"] = "Explore and clear Ondil.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[290] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Entila's Folly Explorer",
+	["description"] = "Explore and clear Entila's Folly.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[291] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Wansalen Explorer",
+	["description"] = "Explore and clear Wansalen.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[292] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Mehrunes' Spite Explorer",
+	["description"] = "Explore and clear Mehrunes' Spite.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[293] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bewan Explorer",
+	["description"] = "Explore and clear Bewan.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[294] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Fungal Grotto I Vanquisher",
+	["description"] = "Defeat the Goblin War Chief and the Dreugh King in Fungal Grotto I.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[296] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Malabal Tor Cave Delver",
+	["description"] = "Discover and clear all six caves in Malabal Tor.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[297] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Tomb of the Apostates Explorer",
+	["description"] = "Explore and clear the Tomb of the Apostates.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[298] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Hoarvor Pit Explorer",
+	["description"] = "Explore and clear the Hoarvor Pit.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[299] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Sanguine's Demesne Vanquisher",
+	["description"] = "Defeat three of the champions in Sanguine's Demesne.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[300] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Sanguine's Demesne Conqueror",
+	["description"] = "Defeat all six champions in Sanguine's Demesne.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[301] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Spindleclutch I Vanquisher",
+	["description"] = "Defeat the Swarm Mother and the Whisperer in Spindleclutch I.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[303] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Torturers' Demise",
+	["description"] = "Defeat Kathutet, Amkaos, and Ranyu, Molag Bal's torturers, at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[304] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ogrim Brother Subjugator",
+	["description"] = "Defeat Glut, Hogshead, and Stumble, the three Ogrim Brothers, at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[305] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Dremora Pirate Slayer",
+	["description"] = "Defeat Velehk Sain, the Dremora pirate, at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[306] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Traveling Dremora Slayer",
+	["description"] = "Defeat Methats, Vonshala, and Sumeer, the Dremora travelers, at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[307] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Favored Daedroth Destroyer",
+	["description"] = "Defeat Menta Na, Molag Bal's most favored Daedroth, at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[308] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Closer of the Ever-Open Eye",
+	["description"] = "Defeat Yggmanei the Ever-Open Eye, Molag Bal's greatest spy, at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[309] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Hrelvesuu's Bane",
+	["description"] = "Defeat the Daedroth Hrelvesuu at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[310] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Devourer of Souls Subverter",
+	["description"] = "Defeat Rhagothan, the Devourer of Souls, at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[311] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Frost Lord Destroyer",
+	["description"] = "Defeat Nomeg Haga, the giant Frost Atronach of Coldharbour, at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[312] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Storm Lord Destroyer",
+	["description"] = "Defeat Zymel Hriz, the giant Storm Atronach of Coldharbour, at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[313] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Xivilai Slavemaster Destroyer",
+	["description"] = "Defeat Anaxes and Medrike, the Xivilai torturers, at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[314] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Seductive Sister Destroyer",
+	["description"] = "Defeat Vika, Dylora, and Jansa, the Dark Seducer sisters, at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[315] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Verkarth Vampire Destroyer",
+	["description"] = "Defeat King Styriche of Verkarth and his companions, Fangaril and Zayzahad, at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[316] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Crescent Dremora Destroyer",
+	["description"] = "Defeat Lord Dregas Volar, the holder of the Daedric Crescent, at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[317] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Mournhold Lich Destroyer",
+	["description"] = "Defeat Gedna Relvel, the Lich of Mournhold, at a Dark Anchor.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[318] =
+{
+	["Category_ID"] = 6,
+	["name"] = "General Executioner",
+	["description"] = "Destroy all of Molag Bal's generals that appear at the Dark Anchors.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[322] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Chainbreaker",
+	["description"] = "Release the Dark Anchor pinions to send the chains back to Coldharbour.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[324] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Anchor Destroyer",
+	["description"] = "Destroy 10 Dark Anchors from Coldharbour.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[325] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Banished Cells I Vanquisher",
+	["description"] = "Defeat Shadowrend and High Kinlord Rilis in Banished Cells I.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[328] =
+{
+	["Category_ID"] = 6,
+	["name"] = "The Rift Cave Delver",
+	["description"] = "Discover and clear all six caves in the Rift.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[329] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Faldar's Tooth Explorer",
+	["description"] = "Explore and clear Faldar's Tooth.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[330] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Broken Helm Hollow Explorer",
+	["description"] = "Explore and clear Broken Helm Hollow.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[331] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Avancheznel Explorer",
+	["description"] = "Explore and clear Avancheznel.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[332] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Fort Greenwall Explorer",
+	["description"] = "Explore and clear Fort Greenwall.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[333] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Shroud Hearth Barrow Explorer",
+	["description"] = "Explore and clear Shroud Hearth Barrow.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[334] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Snapleg Cave Explorer",
+	["description"] = "Explore and clear Snapleg Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[335] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Reach Crusher",
+	["description"] = "Crush the Reach's presence in the Rift.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[336] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Wormsquasher",
+	["description"] = "Defeat Thallik Wormfather and scatter the Worm Cult.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[337] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Ysgramor's Prodigy",
+	["description"] = "Return Sinmur to his grave.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[340] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Fungal Grotto II Assassin",
+	["description"] = "Defeat Mephala's Fang, Gamyne Bandu, Ciirenas the Sheperd, Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Veteran Fungal Grotto II within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Spider Cultists.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[342] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Fearless Assaulter",
+	["description"] = "Defeat Vila Theran in Veteran Fungal Grotto II without any member of your party using the protection of the Obsidian Husk.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[343] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Fungal Grotto II Conqueror",
+	["description"] = "Defeat Gamyne Bandu, the Spawn of Mephala, and Vila Theran in Veteran Fungal Grotto II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[345] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Khajiiti Hunters' Bane",
+	["description"] = "Defeat Indur-sa and the Khajiiti Hunters at the Hunter Camp.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[346] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Troll Killer",
+	["description"] = "Defeat the trolls, Frostdrool and Sleetclaw, at the Troll Cave.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[347] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Frost Atronach Destroyer",
+	["description"] = "Defeat the Frost Atronach, Nomeg Rine, at the Frozen Ruins.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[348] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ghost Banisher",
+	["description"] = "Put Ghoragham to rest at Angarvunde Mound.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[349] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Giant Slayer",
+	["description"] = "Defeat Longstride the Giant and his Mammoth at the Giant Camp.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[350] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Wispmother Vanquisher",
+	["description"] = "Banish Aereus the Wispmother from Wisplight Glen.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[351] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Marines Avenger",
+	["description"] = "End the threat of the necromancers at Soulfire Plateau and avenge the First Auridon Marines.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[352] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bandit Lord Bounty Hunter",
+	["description"] = "Defeat Quenyas, leader of Auridon's bandit gangs, in the camp at Seaside Scarp.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[353] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ghost Captain Crusher",
+	["description"] = "Destroy Ghost Captain Blanchete at the Wreck of the Raptor.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[354] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Snapjaw's Bane",
+	["description"] = "Defeat the clannfear champion, Snapjaw, and end the murder of innocents at Heretic's Summons.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[355] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Nestmother Eradicator",
+	["description"] = "Defeat the giant snake known as the Nestmother in her den.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[356] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Anarume Bounty Hunter",
+	["description"] = "Defeat Anarume at the Heritance Proving Ground and end his treason.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[357] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Direfrost Keep Vanquisher",
+	["description"] = "Defeat the Guardian of the Flame, the Empowered Frost Atronach, and Drodda of Icereach at Direfrost Keep.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[360] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Sunder the First Veil",
+	["description"] = "Execute the traitor at Tanzelwil in the name of Queen Ayrenn.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[361] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Sunder the Second Veil",
+	["description"] = "Infiltrate the Veiled Heritance and discover its secret.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[362] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Sunder the Third Veil",
+	["description"] = "Defeat the Daedric army and their leader at Firsthold.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[363] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Plague Ender",
+	["description"] = "Kill Merdyndril the Alchemist at Obsidian Gorge and put an end to the Llodos plague.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[364] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Temple Knight",
+	["description"] = "Free the Tribunal Temple from invading Daedric forces.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[365] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Vox Slayer",
+	["description"] = "Kill Magistrix Vox at Eidolon's Hollow and restore peace to Deshaan.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[367] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Crow's Wood Vanquisher",
+	["description"] = "Defeat three of the champions in Crow's Wood.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[368] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Crow's Wood Conqueror",
+	["description"] = "Defeat all of Crow's Wood's champions.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[369] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Forgotten Crypts Vanquisher",
+	["description"] = "Defeat three of the champions in the Forgotten Crypts.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[370] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Forgotten Crypts Conqueror",
+	["description"] = "Defeat all of the champions in the Forgotten Crypts.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[371] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Lion's Den Group Event",
+	["description"] = "Defeat the Lonely Giant and his angry mammoths in the Lion's Den.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[372] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Sanguine's Group Event",
+	["description"] = "Defeat Fight-Master Grel and his adepts at Sanguine's Demesne.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[373] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Lion's Den Vanquisher",
+	["description"] = "Defeat three of the champions in the Lion's Den.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[374] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Lion's Den Conqueror",
+	["description"] = "Defeat all of the champions in the Lion's Den.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[375] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Hall of the Dead Vanquisher",
+	["description"] = "Defeat three of the champions in the Hall of the Dead.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[376] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Hall of the Dead Conqueror",
+	["description"] = "Defeat all of the champions in the Hall of the Dead.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[377] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Obsidian Scar Vanquisher",
+	["description"] = "Defeat three of the champions in Obsidian Scar.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[378] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Obsidian Scar Conqueror",
+	["description"] = "Defeat all of the champions in Obsidian Scar.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[379] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Crow's Wood Group Event",
+	["description"] = "Destroy the Soul Wraiths to summon and slay Ghyslain in Crow's Wood.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[380] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Bad Man's Group Event",
+	["description"] = "Slay the Giant Snake Mother in Bad Man's Hallows.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[381] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Hall of the Dead Group Event",
+	["description"] = "Defeat Reynir the Destroyer and his minions in the Hall of the Dead.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[382] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Graufang Hunter",
+	["description"] = "Kill the giant bear Graufang at Seaview Point.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[383] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Limbscather Slayer",
+	["description"] = "Defeat the lurcher Limbscather at the Western Overlook.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[384] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Werewolf's Bane",
+	["description"] = "Kill the werewolf, Salazar the Wolf, at the Wolf's Camp.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[385] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Asard's Assassin",
+	["description"] = "Defeat the Bloodthorn zombie, Asard the Putrid, at North Shore Point.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[386] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Trapjaw Stalker",
+	["description"] = "Defeat the wamasu, Trapjaw, at Trapjaw's Cove.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[387] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bloodcaller's Ruin",
+	["description"] = "Defeat the necromancer, Grivier Bloodcaller, at Balefire Island.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[388] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Forgotten Crypts Group Event",
+	["description"] = "Eradicate the Kwama infestation and kill the Kwama Guardians in the Forgotten Crypts.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[389] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Toothmaul Gully Vanquisher",
+	["description"] = "Defeat three of the champions in Toothmaul Gully.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[390] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Toothmaul Gully Conqueror",
+	["description"] = "Defeat all of the champions in Toothmaul Gully.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[391] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Volenfell Vanquisher",
+	["description"] = "Defeat Quintus Verres, Tremorscale, and the Guardian Council at Volenfell.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[393] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Blessed Crucible Vanquisher",
+	["description"] = "Defeat the Pack, the Beast Master, and the Lava Queen at the Blessed Crucible.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[395] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Lost City Vanquisher",
+	["description"] = "Defeat three of the champions in the Lost City of the Na-Totambu.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[396] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Lost City Conqueror",
+	["description"] = "Defeat all of the champions in the Lost City of the Na-Totambu.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[397] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Stonefalls Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Stonefalls.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[398] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Bleakrock Skyshard Hunter",
+	["description"] = "Find all 3 Skyshards in Bleakrock.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[399] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Titanclaw Cracker",
+	["description"] = "Defeat Titanclaw the mudcrab at Mudcrab Beach.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[400] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Spider Slayer",
+	["description"] = "Defeat Old Widow Silk and the Bloodweaver spiders at the Spider Nest.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[401] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Brood Queen Destroyer",
+	["description"] = "Defeat the Dreugh Brood Queen at the Dreugh Waters.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[402] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Gar Xuu Gar's Bane",
+	["description"] = "Defeat the Daedroth Gar Xuu Gar and his minions at the Abandoned Farm.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[403] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Cousin Scrag's Demolisher",
+	["description"] = "Defeat the Ogre called Cousin Scrag at Scrag's Larder.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[404] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Kruz Control",
+	["description"] = "Defeat Zymel Kruz the Storm Atronach at the Ancient Altar.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[405] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Bal Foyen Skyshard Hunter",
+	["description"] = "Find all 3 Skyshards in Bal Foyen.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[406] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Nose Diver",
+	["description"] = "Jump from the nose of the Weeping Giant.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[407] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Stros M'Kai Skyshard Hunter",
+	["description"] = "Find all 3 Skyshards in Stros M'Kai.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[408] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Betnikh Skyshard Hunter",
+	["description"] = "Find all 3 Skyshards in Betnikh.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[409] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Glenumbra Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Glenumbra.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[410] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Blackheart Haven Vanquisher",
+	["description"] = "Defeat Atarus, the Roost Mother, and Captain Blackheart in Blackheart Haven.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[412] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Santaki Ruins Explorer",
+	["description"] = "Explore and clear the Santaki Ruins.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[413] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Alik'r Desert Cave Delver",
+	["description"] = "Discover and clear all six caves in the Alik'r Desert.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[414] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Divad's Chagrin Mine Explorer",
+	["description"] = "Explore and clear Divad's Chagrin Mine.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[415] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Famed Recruiter",
+	["description"] = "Recruit all three famous privateers on Stros M'Kai.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[416] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Aldunz Ruins Explorer",
+	["description"] = "Explore and clear the Aldunz Ruins.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[417] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Selene's Web Vanquisher",
+	["description"] = "Defeat Longclaw, Foulhide, and Selene in Selene's Web.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[419] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Coldrock Diggings Explorer",
+	["description"] = "Explore and clear Coldrock Diggings.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[420] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Sandblown Mine Explorer",
+	["description"] = "Explore and clear the Sandblown Mine.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[421] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Spindleclutch II Conqueror",
+	["description"] = "Defeat the Blood Golem, Praxin's Ghost, and Vorenor Winterbourne in Veteran Spindleclutch II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[423] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Yldzuun Ruins Explorer",
+	["description"] = "Explore and clear the Yldzuun Ruins.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[424] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Eastmarch Cave Delver",
+	["description"] = "Discover and clear all six caves in Eastmarch.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[425] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Deathsong Deforester",
+	["description"] = "Destroy the tainted plant creatures at Deathsong Cleft in Reaper's March.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[426] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Big Ozur's Bane",
+	["description"] = "Defeat Big Ozur the Ogre in Big Ozur's Valley.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[427] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Mercy Killer",
+	["description"] = "Defeat the Queen of Three Mercies and her entourage at Waterdancer Falls in Reaper's March.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[428] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Gravecaller's Doom",
+	["description"] = "Defeat Gravecaller Niramo and his dark daughter Varien at the Reaper's Henge.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[429] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ysolmarr's Ruin",
+	["description"] = "Defeat the Daedroth, Ysolmarr the Roving Pyre, near the Old S'ren-ja Docks in Reaper's March.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[430] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Nur-dro's Downfall",
+	["description"] = "Defeat the vampire, Overlord Nur-dro, at Ushmal's Rest in Reaper's March.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[431] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Khenarthi's Skyshard Hunter",
+	["description"] = "Find all 6 Skyshards in Khenarthi's Roost.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[432] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Aba-Loria Explorer",
+	["description"] = "Explore and clear Aba-Loria.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[433] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Grotto of Depravity Explorer",
+	["description"] = "Explore and clear the Grotto of Depravity.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[434] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Cave of Trophies Explorer",
+	["description"] = "Explore and clear the Cave of Trophies.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[435] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Forgefire Vault Explorer",
+	["description"] = "Explore and clear the Vault of Haman Forgefire.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[436] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Mal Sorra's Tomb Explorer",
+	["description"] = "Explore and clear Mal Sorra's Tomb.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[437] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Wailing Maw Explorer",
+	["description"] = "Explore and clear the Wailing Maw.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[438] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Coldharbour Cave Delver",
+	["description"] = "Discover and clear all six caves in Coldharbour.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[439] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Sthorha's Doom",
+	["description"] = "Defeat the daedroth, Sthorha the Crazed, at Aba-Darre.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[440] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ice Wraith Hunter",
+	["description"] = "Defeat the ice wraith, Duriatundur, at Duriatundur's Killing Field.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[441] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Centurion's Ruin",
+	["description"] = "Defeat the ancient Dwarven Centurion, Zemarek-thul, at Zemarek's Hollow.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[442] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Daedroth Trio Hunter",
+	["description"] = "Defeat the daedroth trio, Nolagha, Keggagiha and Rsolignah, at the Daedroth Larder.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[443] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Brolsgerbwd's Bane",
+	["description"] = "Defeat the Dremora necromancer, Brolsgerbwd, at the Risen Court.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[444] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Cynhamoth's End",
+	["description"] = "Defeat the harvester, Cynhamoth, at Cynhamoth's Grove.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[445] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Rulanyil's Fall Group Event",
+	["description"] = "Defeat the undead hordes of Hergor the Fallen at Rulanyil's Fall.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[446] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Spindleclutch II Assassin",
+	["description"] = "Defeat Mad Mortine, Blood Spawn, Praxin Douare, the Flesh Atronach trio, Urvan Veleth, and Vorenor Winterbourne in Veteran Spindleclutch II within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Thralled warriors.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[448] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Compassionate Hero",
+	["description"] = "Defeat Vorenor Winterbourne in Veteran Spindleclutch II without killing any of the innocent victims held captive in his lair.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[449] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Banished Cells II Assassin",
+	["description"] = "In Veteran Banished Cells II, defeat Keepers Imiril, Areldur, and Voranil, as well as the Maw of the Infernal and the Sisters Sihna and Vera, before defeating High Kinlord Rilis, all within twenty minutes. Timer starts upon engaging the first group of Banished skeletons.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[451] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Cursed Hero",
+	["description"] = "In Veteran Banished Cells II, defeat High Kinlord Rilis while three or more Daedroth still live.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[452] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Reaper's March Cave Delver",
+	["description"] = "Discover and clear all six caves in Reaper's March.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[453] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Kuna's Delve Explorer",
+	["description"] = "Explore and clear Kuna's Delve.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[454] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Thibaut's Cairn Explorer",
+	["description"] = "Explore and clear Thibaut's Cairn.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[455] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Weeping Wind Cave Explorer",
+	["description"] = "Explore and clear the Weeping Wind Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[456] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Claw's Strike Explorer",
+	["description"] = "Explore and clear Claw's Strike.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[457] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Fardir's Folly Explorer",
+	["description"] = "Explore and clear Fardir's Folly.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[458] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Jode's Light Explorer",
+	["description"] = "Explore and clear Jode's Light.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[459] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Elden Hollow II Conqueror",
+	["description"] = "Defeat Dark Root, Murklight, and Bogdan the Nightflame in Veteran Elden Hollow II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[460] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Crimson Cove Group Event",
+	["description"] = "Defeat Flat Tooth and his minions at Crimson Cove.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[461] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Elden Hollow II Assassin",
+	["description"] = "Defeat Dubroze the Infestor, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame in Veteran Elden Hollow II within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Daedra.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[463] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Closing the Book",
+	["description"] = "Defeat Bogdan the Nightflame after reading the Opus of Torment in Veteran Elden Hollow II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[464] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Darkshade Caverns II Conqueror",
+	["description"] = "Defeat the Transmuted Hive Lord, Grobull the Transmuted, and the Engine Guardian in Veteran Darkshade Caverns II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[465] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Darkshade Caverns II Assassin",
+	["description"] = "Defeat the Fallen Foreman, the Hive Lord and its Scribs, the Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Veteran Darkshade Caverns II, all within twenty minutes. Timer starts upon engaging the first group of kwama.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[467] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Deadly Engineer",
+	["description"] = "Defeat the Engine Guardian in Veteran Darkshade Caverns II without anyone in your group activating an Engine Lever.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[468] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Toothmaul Gully Group Event",
+	["description"] = "Destroy Bloodroot and its guardians at Toothmaul Gully.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[469] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Vile Manse Group Event",
+	["description"] = "Defeat the damned creations of Graccus' frost experiments at the Vile Manse.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[470] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Root Sunder Group Event",
+	["description"] = "Defeat the Bonemonger and its captors in Root Sunder Ruins.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[471] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Glenumbra Angler",
+	["description"] = "Catch all 12 rare fish in Glenumbra.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[472] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Stormhaven Angler",
+	["description"] = "Catch all 12 rare fish in Stormhaven.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[473] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Rivenspire Angler",
+	["description"] = "Catch all 12 rare fish in Rivenspire.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[474] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Alik'r Desert Angler",
+	["description"] = "Catch all 12 rare fish in Alik'r Desert.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[475] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bangkorai Angler",
+	["description"] = "Catch all 12 rare fish in Bangkorai.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[476] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Covenant Fisherman",
+	["description"] = "Complete all Daggerfall Covenant fishing achievements.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[477] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Stonefalls Angler",
+	["description"] = "Catch all 12 rare fish in Stonefalls.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[478] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Deshaan Angler",
+	["description"] = "Catch all 12 rare fish in Deshaan.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[479] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Shadowfen Angler",
+	["description"] = "Catch all 12 rare fish in Shadowfen.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[480] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Eastmarch Angler",
+	["description"] = "Catch all 12 rare fish in Eastmarch.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[481] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Rift Angler",
+	["description"] = "Catch all 12 rare fish in the Rift.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[482] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Pact Fisherman",
+	["description"] = "Complete all Ebonheart Pact fishing achievements.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[483] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Auridon Angler",
+	["description"] = "Catch all 12 rare fish in Auridon.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[484] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Grahtwood Angler",
+	["description"] = "Catch all 12 rare fish in Grahtwood.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[485] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Greenshade Angler",
+	["description"] = "Catch all 12 rare fish in Greenshade.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[486] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Malabal Tor Angler",
+	["description"] = "Catch all 12 rare fish in Malabal Tor.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[487] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Reaper's March Angler",
+	["description"] = "Catch all 12 rare fish in Reaper's March.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[488] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Dominion Fisherman",
+	["description"] = "Complete all Aldmeri Dominion fishing achievements.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[489] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Cyrodiil Angler",
+	["description"] = "Catch all 12 rare fish in Cyrodiil.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[490] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Coldharbour Angler",
+	["description"] = "Catch all 12 rare fish in Coldharbour.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[491] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Stros M'Kai Angler",
+	["description"] = "Catch a rare Eltheric Grouper in the saltwaters of Stros M'Kai.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[492] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Khenarthi's Roost Angler",
+	["description"] = "Catch a rare Pyandonean Ray in the saltwaters of Khenarthi's Roost.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[493] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bleakrock Angler",
+	["description"] = "Catch a rare Inner Sea Scalyfin fish in the saltwaters of Bleakrock.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[494] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Master Fisher",
+	["description"] = "Complete all fishing achievements.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[495] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Duneripper's Downfall",
+	["description"] = "Defeat the duneripper, Mother Sands, at the Lost Caravan.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[496] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Lonely Papa's Doom",
+	["description"] = "Defeat the giant, Lonely Papa, at the Giant Camp.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[497] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Hag Upheaval",
+	["description"] = "Defeat the Hag Sisters, Igazkad, Orochar and Ukha, at the Hag Camp.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[498] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Korignah's Bane",
+	["description"] = "Defeat Korignah the harvester in the Forsaken Hearts Cave.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[499] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Mummy King Murderer",
+	["description"] = "Defeat the Mummy King at King's Rest.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[500] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Saint Slayer",
+	["description"] = "Defeat the golden saint, Staada, at the Lesser Circle.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[510] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Court Ranger",
+	["description"] = "Protect the Court of the Wilderking.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[511] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Veil Lifter",
+	["description"] = "End the Veiled Heritance threat in Greenshade.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[512] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Valenwood Protector",
+	["description"] = "Cleanse the corruption from Valenwood.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[515] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Stormhaven Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Stormhaven.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[516] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Uwafa's Ruination",
+	["description"] = "Defeat Uwafa and reclaim the Ansei Ward.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[517] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Alasan's Devastation",
+	["description"] = "Defeat Alasan and restore the Ansei Ward.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[518] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Ash'abah Hero",
+	["description"] = "Defeat the Withered Hand and reclaim all the Ansei Wards.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[524] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Meridia's Lightbearer",
+	["description"] = "Gather all of the Lights of Meridia within Coldharbour.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[525] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Maormer's Bane",
+	["description"] = "Stop the Maormer from summoning a hurricane to destroy Khenarthi's Roost.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[526] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Skooma Watch",
+	["description"] = "Intervene in all instances of skooma abuse on Khenarthi's Roost.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[536] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Clanmother Inaugurator",
+	["description"] = "Restore the Clanmother to power in Arenthia.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[537] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Dark Mane Incarcerator",
+	["description"] = "Shackle the Dark Mane to his prison beneath Moonmont.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[538] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Two Moons Pathwalker",
+	["description"] = "Walk the Two Moons Path with the next Mane.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[539] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Troll's Toothpick Explorer",
+	["description"] = "Explore and clear the Troll's Toothpick.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[540] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Torog's Spite Explorer",
+	["description"] = "Explore and clear Torog's Spite.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[541] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Crypt of the Exiles Explorer",
+	["description"] = "Explore and clear the Crypt of the Exiles.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[542] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Viridian Watch Explorer",
+	["description"] = "Explore and clear the Viridian Watch.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[543] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Rubble Butte Explorer",
+	["description"] = "Explore and clear Rubble Butte.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[544] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Klathzgar Explorer",
+	["description"] = "Explore and clear Klathzgar.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[545] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Banished Cells II Conqueror",
+	["description"] = "Defeat the Maw of the Infernal, Keeper Imiril, and High Kinlord Rilis in Veteran Banished Cells II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[547] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Deshaan Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Deshaan.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[548] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ozozzachar's Door",
+	["description"] = "Destroy Ozozzachar, the favored Titan of Molag Bal.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[550] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Underroot Explorer",
+	["description"] = "Explore and clear the Underroot.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[551] =
+{
+	["Category_ID"] = 4,
+	["name"] = "City of Ash I Vanquisher",
+	["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in City of Ash I.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[553] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Carac Dena Explorer",
+	["description"] = "Explore and clear Carac Dena.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[554] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Rivenspire Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Rivenspire.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[555] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Gurzag's Mine Explorer",
+	["description"] = "Explore and clear Gurzag's Mine.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[556] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Alik'r Desert Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Alik'r Desert.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[557] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Bangkorai Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Bangkorai.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[558] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Harridan's Lair Explorer",
+	["description"] = "Explore and clear Harridan's Lair.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[559] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Barrow Trench Explorer",
+	["description"] = "Explore and clear Barrow Trench.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[560] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Gathongor Hunter",
+	["description"] = "Defeat the Argonian Behemoth, Gathongor the Mauler, at Gathongor's Mire.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[561] =
+{
+	["Category_ID"] = 6,
+	["name"] = "King of the Hill",
+	["description"] = "Defeat the ogre, Thodundor of the Hill, at Thodundor's View.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[562] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Sea Elf's Woe",
+	["description"] = "Defeat the Sea Elf, Jahlasri, and her Maormer companions at the Maormer Camp.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[563] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Rootwater's Demise",
+	["description"] = "Defeat the lurcher known as the Heart of Rootwater at Rootwater Spring.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[564] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Spy Smasher",
+	["description"] = "Defeat the Argonian Maheelius and his force of spies at the Reconnaissance Camp.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[565] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Zymel Chaser",
+	["description"] = "Defeat the Storm Atronach, Zymel Etitan, at Pelda Tarn.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[567] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Naril Nagaia Explorer",
+	["description"] = "Explore and clear Naril Nagaia.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[568] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Greenshade Cave Delver",
+	["description"] = "Discover and clear all six caves in Greenshade.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[570] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Vaults of Madness Vanquisher",
+	["description"] = "Defeat Ulguna Soul-Reaver, Grothdarr, Iskra the Omen, and the Mad Architect in the Vaults of Madness.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[572] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Grahtwood Cave Delver",
+	["description"] = "Discover and clear all six caves in Grahtwood.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[573] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ne Salas Explorer",
+	["description"] = "Explore and clear Ne Salas.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[574] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Scuttle Pit Explorer",
+	["description"] = "Explore and clear the Scuttle Pit.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[575] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Vinedeath Cave Explorer",
+	["description"] = "Explore and clear Vinedeath Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[576] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Burroot Kwama Mine Explorer",
+	["description"] = "Explore and clear Burroot Kwama Mine.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[577] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Wormroot Depths Explorer",
+	["description"] = "Explore and clear Wormroot Depths.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[578] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Mobar Mine Explorer",
+	["description"] = "Explore and clear Mobar Mine.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[579] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Dominion Anchor Shatterer",
+	["description"] = "Destroy every Dark Anchor in Aldmeri Dominion territory.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[584] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Covenant Anchor Shatterer",
+	["description"] = "Destroy every Dark Anchor in Daggerfall Covenant territory.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[585] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Pact Anchor Shatterer",
+	["description"] = "Destroy every Dark Anchor in Ebonheart Pact territory.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[586] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Imperial Anchor Shatterer",
+	["description"] = "Destroy every Dark Anchor in the contested lands of Cyrodiil.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[587] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Anchors Away",
+	["description"] = "Destroy every Dark Anchor in Tamriel.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[589] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Hero of House Tamrith",
+	["description"] = "Kill Reezal-Jul at Camp Tamrith and save the Crestshade refugees.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[590] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Hero of House Dorell",
+	["description"] = "Kill Lady Lleraya Montclair at Northpoint and set Baron Dorell's city free.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[591] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Sword of Ravenwatch",
+	["description"] = "Kill Baron Wylon Montclair and destroy the Lightless Remnant at the Doomcrag to save Rivenspire.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[593] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Stonefalls Adventurer",
+	["description"] = "Complete 59 quests in Stonefalls.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[595] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Deshaan Adventurer",
+	["description"] = "Complete 55 quests in Deshaan.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[596] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Shadowfen Adventurer",
+	["description"] = "Complete 51 quests in Shadowfen.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[597] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Giant-Friend",
+	["description"] = "Kill Lob the Cleaver and befriend the Giants at the Cradlecrush Arena.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[598] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Skald-King's Salvation",
+	["description"] = "Save Jorunn the Skald-King at Mistwatch Tower.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[599] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Skald-King's Arrow",
+	["description"] = "Defeat Fildgor Orcthane at Skuldafn and earn the title of Arrow of Jorunn the Skald-King.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[600] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Eastmarch Adventurer",
+	["description"] = "Complete 43 quests in Eastmarch.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[602] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Reaper's March Adventurer",
+	["description"] = "Complete 45 quests in Reaper's March.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[603] =
+{
+	["Category_ID"] = 7,
+	["name"] = "The Rift Adventurer",
+	["description"] = "Complete 61 quests in the Rift.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[604] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Auridon Adventurer",
+	["description"] = "Complete 37 quests in Auridon.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[605] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Southpoint Savior",
+	["description"] = "Free Southpoint from the influence of the Daedric Prince, Sheogorath.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[606] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Reliquary Retriever",
+	["description"] = "Retrieve the Heart of Anumaril from the Reliquary of Stars.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[607] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Hero of Falinesti",
+	["description"] = "Free Nairume from her prison and retrieve Rajhin's Mantle.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[608] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Grahtwood Adventurer",
+	["description"] = "Complete 38 quests in Grahtwood.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[610] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Greenshade Adventurer",
+	["description"] = "Complete 40 quests in Greenshade.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[611] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Malabal Tor Adventurer",
+	["description"] = "Complete 40 quests in Malabal Tor.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[612] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Light of the Ayleid King",
+	["description"] = "Rescue the last Ayleid King, Laloriaran Dynar, from the Lightless Oubliette.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[613] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Guardian of the Great Mage",
+	["description"] = "Rescue the Great Mage, Vanus Galerion, and help him destroy Molag Bal's Great Shackle.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[614] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Planemeld Sunderer",
+	["description"] = "Stop the Planemeld and defeat Molag Bal's plan of conquest at the Endless Stair.",
+	["Category"] = "Quests",
+	["points"] = 5,
+},
+[616] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Coldharbour Adventurer",
+	["description"] = "Complete 29 quests in Coldharbour.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[617] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Hero of the Ebonheart Pact",
+	["description"] = "Complete all Ebonheart Pact quest achievements.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[618] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Hero of the Aldmeri Dominion",
+	["description"] = "Complete all Aldmeri Dominion quest achievements.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[619] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Anchor Demolisher",
+	["description"] = "Destroy 50 Dark Anchors from Coldharbour.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[620] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Anchor Decimator",
+	["description"] = "Destroy 100 Dark Anchors from Coldharbour.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[621] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Anchor Devastator",
+	["description"] = "Destroy 250 Dark Anchors from Coldharbour.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[622] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Dominion Cave Delver",
+	["description"] = "Complete all of the Aldmeri Dominion cave exploration achievements.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[625] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Covenant Cave Delver",
+	["description"] = "Complete all of the Daggerfall Covenant cave exploration achievements.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[626] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Pact Cave Delver",
+	["description"] = "Complete all of the Ebonheart Pact cave exploration achievements.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[627] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Tamriel Master Cave Delver",
+	["description"] = "Complete every cave exploration achievement in Tamriel.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[628] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Tamriel Expert Adventurer",
+	["description"] = "Complete all of the quest achievements across Tamriel.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[678] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Wayrest Sewers II Conqueror",
+	["description"] = "Defeat Malubeth the Scourger, Garron the Returned, and Varaine and Allene Pellingare in Veteran Wayrest Sewers II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[679] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Wayrest Sewers II Assassin",
+	["description"] = "Defeat Malubeth the Scourger, Skull Reaper, Uulgarg the Risen, Garron the Returned, the Forgotten One, and the Pellingare Twins in Veteran Wayrest Sewers II, all within twenty minutes. Timer starts upon engaging the first necromancer and his minions.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[681] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Pellingare Ghoul Slayer",
+	["description"] = "Defeat 15 Zombies during the battle with Allene Pellingare and Varaine Pellingare before defeating the twins themselves in Veteran Wayrest Sewers II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[682] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Grahtwood Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Grahtwood.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[683] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Greenshade Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Greenshade.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[684] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Malabal Tor Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Malabal Tor.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[685] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Reaper's March Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Reaper's March.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[686] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Coldharbour Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Coldharbour.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[687] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Shadowfen Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Shadowfen.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[688] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Eastmarch Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Eastmarch.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[689] =
+{
+	["Category_ID"] = 1,
+	["name"] = "The Rift Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in the Rift.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[691] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Dungeon Ruler",
+	["description"] = "Kill 100 named enemies in dungeons.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[692] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Cyrodiil Pact Skyshard Hunter",
+	["description"] = "Find all 15 Skyshards in the Ebonheart Pact territory of Cyrodiil.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[693] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Cyrodiil Covenant Skyshards",
+	["description"] = "Find all 15 Skyshards in the Daggerfall Covenant territory of Cyrodiil.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[694] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Cyrodiil Aldmeri Skyshard Hunter",
+	["description"] = "Find all 15 Skyshards in the Aldmeri Dominion territory of Cyrodiil.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[695] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Auridon Skyshard Hunter",
+	["description"] = "Find all 16 Skyshards in Auridon.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[696] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Shagura's Doom",
+	["description"] = "Defeat the crazed Orc hunter Shagura at Hircine's Henge.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[697] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Monsoon Marauder",
+	["description"] = "Defeat the senche-tigress Nindaeril the Monsoon atop Nindaeril's Perch.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[698] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Water Walloper",
+	["description"] = "Defeat the nereid Lady Solace in Lady Solace's Fen.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[699] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Poacher Pounder",
+	["description"] = "Defeat Otho Rufinus, the poacher leader, at the Poacher Camp.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[700] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Thugrub Dissector",
+	["description"] = "Defeat the giant flesh atronach Thugrub the Reformed in Thugrub's Cave.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[701] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Valanir's Bane",
+	["description"] = "Defeat the lich Valanir the Restless at Valanir's Rest.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[702] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Arch-Mage",
+	["description"] = "Complete the Mages Guild series of quests.",
+	["Category"] = "Character",
+	["points"] = 50,
+},
+[703] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Fighters Guild Veteran",
+	["description"] = "Complete the Fighters Guild series of quests.",
+	["Category"] = "Character",
+	["points"] = 50,
+},
+[704] =
+{
+	["Category_ID"] = 1,
+	["name"] = "This One's On Me",
+	["description"] = "Buy drinks for your Undaunted companions at each gathering.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[705] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War Grand Overlord",
+	["description"] = "Earn the rank of Grand Overlord in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[706] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Alliance War First Sergeant",
+	["description"] = "Earn the rank of First Sergeant in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[707] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Na-Totambu Group Event",
+	["description"] = "Solve the puzzle of the Guardians in the Lost City of the Na-Totambu.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[708] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Razak's Wheel Group Event",
+	["description"] = "Defeat the flesh atronach at Razak's Wheel.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[709] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Dungeon Lord",
+	["description"] = "Defeat 1000 named enemies in Dungeons.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[710] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Dungeon Marauder",
+	["description"] = "Defeat 1000 enemies in Dungeons.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[711] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Dungeon Annihilator",
+	["description"] = "Defeat 10,000 enemies in Dungeons.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[713] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Obsidian Scar Group Event",
+	["description"] = "Defeat the Orc, Zilbash the Deceiver, at Obsidian Scar.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[714] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Bonesnap Ruins Group Event",
+	["description"] = "Defeat the Eternal One in the Bonesnap Ruins.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[716] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Peacemaker",
+	["description"] = "Help ease cultural tensions and reconcile the allies in Grahtwood.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[717] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Nightblade Slayer",
+	["description"] = "Kill 10 enemy Nightblades.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[718] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Redguard Slayer",
+	["description"] = "Kill 100 Redguard enemies in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[719] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Orc Slayer",
+	["description"] = "Kill 100 Orc enemies in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[720] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Dark Elf Slayer",
+	["description"] = "Kill 100 Dunmer enemies in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[721] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Nord Slayer",
+	["description"] = "Kill 100 Nord enemies in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[722] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Argonian Slayer",
+	["description"] = "Kill 100 Argonian enemies in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[723] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Wood Elf Slayer",
+	["description"] = "Kill 100 Bosmer enemies in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[724] =
+{
+	["Category_ID"] = 2,
+	["name"] = "High Elf Slayer",
+	["description"] = "Kill 100 Altmer enemies in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[725] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Khajiit Slayer",
+	["description"] = "Kill 100 Khajiit enemies in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[726] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Imperial Slayer",
+	["description"] = "Kill 100 Imperial enemies in the Alliance War or Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[727] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Lower Craglorn Skyshards",
+	["description"] = "Find all 12 Skyshards in Lower Craglorn.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[730] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bloodmayne Cave Explorer",
+	["description"] = "Explore and clear Bloodmayne Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[731] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Breakneck Cave Explorer",
+	["description"] = "Explore and clear Breakneck Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[732] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Haynote Cave Explorer",
+	["description"] = "Explore and clear Haynote Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[733] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Nisin Cave Explorer",
+	["description"] = "Explore and clear Nisin Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[734] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Pothole Caverns Explorer",
+	["description"] = "Explore and clear the Pothole Caverns.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[735] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Serpent Hollow Explorer",
+	["description"] = "Explore and clear Serpent Hollow.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[736] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Capstone Cave Explorer",
+	["description"] = "Explore and clear Capstone Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[737] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Echo Cave Explorer",
+	["description"] = "Explore and clear Echo Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[738] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Lipsand Tarn Explorer",
+	["description"] = "Explore and clear Lipsand Tarn.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[739] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Red Ruby Cave Explorer",
+	["description"] = "Explore and clear Red Ruby Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[740] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Toadstool Hollow Explorer",
+	["description"] = "Explore and clear Toadstool Hollow.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[741] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Underpall Cave Explorer",
+	["description"] = "Explore and clear Underpall Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[742] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Cracked Wood Cave Explorer",
+	["description"] = "Explore and clear Cracked Wood Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[743] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Kingscrest Cavern Explorer",
+	["description"] = "Explore and clear Kingscrest Cavern.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[744] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Muck Valley Cavern Explorer",
+	["description"] = "Explore and clear Muck Valley Cavern.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[745] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Newt Cave Explorer",
+	["description"] = "Explore and clear Newt Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[746] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Quickwater Cave Explorer",
+	["description"] = "Explore and clear Quickwater Cave.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[747] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Vahtacen Explorer",
+	["description"] = "Explore and clear Vahtacen.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[748] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Mountain Skyshard Hunter",
+	["description"] = "Find the Skyshard on top of the mountain in Cyrodiil.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[749] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Dungeon Damage Dealer",
+	["description"] = "Deal 1,000,000 points of damage in Dungeons.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[750] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Dungeon Damage Dispenser",
+	["description"] = "Deal 10,000,000 points of damage in Dungeons.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[751] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Dungeon Healer",
+	["description"] = "Heal 1,000,000 points of damage to allies in Dungeons.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[752] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Greater Dungeon Healer",
+	["description"] = "Heal 10,000,000 points of damage to allies in Dungeons.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[753] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Dungeon Blocker",
+	["description"] = "Block 1,000,000 points of damage in Dungeons.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[754] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Greater Dungeon Blocker",
+	["description"] = "Block 10,000,000 points of damage in Dungeons.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[758] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Bruma Adventurer",
+	["description"] = "Complete all quests in Bruma.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[759] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Cheydinhal Adventurer",
+	["description"] = "Complete all quests in Cheydinhal.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[760] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Chorrol Weynon Priory Adventurer",
+	["description"] = "Complete all quests in Chorrol and Weynon Priory.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[761] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Cropsford Adventurer",
+	["description"] = "Complete all quests in Cropsford.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[762] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Vlastarus Adventurer",
+	["description"] = "Complete all quests in Vlastarus.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[766] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Cyrodiil Cave Delver",
+	["description"] = "Explore and clear all 18 caves in Cyrodiil.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[767] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Cyrodiil Champion",
+	["description"] = "Complete all quest achievements in Cyrodiil.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[768] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Khenarthi's Roost Pathfinder",
+	["description"] = "Discover all of the striking locales on Khenarthi's Roost.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[769] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Auridon Pathfinder",
+	["description"] = "Discover all of the striking locales on Auridon.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[770] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bleakrock Isle Pathfinder",
+	["description"] = "Discover all of the striking locales on Bleakrock Isle.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[771] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bal Foyen Pathfinder",
+	["description"] = "Discover all of the striking locales in Bal Foyen.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[772] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Stonefalls Pathfinder",
+	["description"] = "Discover all of the striking locales in Stonefalls.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[773] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Stros M'kai Pathfinder",
+	["description"] = "Discover all of the striking locales on Stros M'kai.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[774] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Betnikh Pathfinder",
+	["description"] = "Discover all of the striking locales on Betnikh.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[775] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Glenumbra Pathfinder",
+	["description"] = "Discover all of the striking locales in Glenumbra.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[778] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Champion of Rahni'Za",
+	["description"] = "Unravel the mysteries of Rahni'Za, School of Warriors.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[779] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Positive Potency",
+	["description"] = "Translate all of the Positive Potency runes.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[780] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Negative Potency",
+	["description"] = "Translate all of the Negative Potency runes.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[781] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Essence",
+	["description"] = "Translate all of the Essence runes.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[788] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Aspect",
+	["description"] = "Translate all of the Aspect runes.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[832] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Grahtwood Pathfinder",
+	["description"] = "Discover all of the striking locales in Grahtwood.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[833] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Stormhaven Pathfinder",
+	["description"] = "Discover all of the striking locales in Stormhaven.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[834] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Deshaan Pathfinder",
+	["description"] = "Discover all of the striking locales in Deshaan.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[835] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Reaper's March Pathfinder",
+	["description"] = "Discover all of the striking locales in Reaper's March.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[836] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Slaughtered",
+	["description"] = "Defeated by slaughterfish.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[838] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Tamriel Beast Collector",
+	["description"] = "Collect trophies from all the beasts of Tamriel.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[839] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Greenshade Pathfinder",
+	["description"] = "Discover all of the striking locales in Greenshade.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[840] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Rivenspire Pathfinder",
+	["description"] = "Discover all of the striking locales in Rivenspire.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[841] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Undead Hoarder",
+	["description"] = "Collect trophies from all the undead of Tamriel.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[842] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Chitin Accumulator",
+	["description"] = "Collect trophies from all the chitinous creatures of Tamriel.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[843] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Nature Collector",
+	["description"] = "Collect trophies from nature spirits and natural creatures from across Tamriel.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[844] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Monstrous Component Collector",
+	["description"] = "Collect trophies from all the monstrous creatures of Tamriel.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[845] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Shadowfen Pathfinder",
+	["description"] = "Discover all of the striking locales in Shadowfen.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[846] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Dwarven Secrets Gatherer",
+	["description"] = "Collect trophies from Dwemer constructs.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[847] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Atronach Element Collector",
+	["description"] = "Collect trophies from all types of atronachs.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[848] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Oblivion Shard Gatherer",
+	["description"] = "Collect trophies from all types of slain Daedra.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[849] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Alik'r Desert Pathfinder",
+	["description"] = "Discover all of the striking locales in Alik'r Desert.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[850] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Arachnid Slayer",
+	["description"] = "Defeat 200 Spiders in Veteran Fungal Grotto II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[851] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Obsidian Slayer",
+	["description"] = "Defeat 425 Obsidian Warriors in Veteran Fungal Grotto II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[852] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Bonebreaker II",
+	["description"] = "Defeat 120 Skeletons in Veteran Banished Cells II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[853] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Rilis Dremora Slayer",
+	["description"] = "Defeat 300 Dremora in Veteran Banished Cells II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[854] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Thrall Slayer",
+	["description"] = "Defeat 220 Vampire Thralls in Veteran Spindleclutch II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[855] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Flesh Atronach Conqueror",
+	["description"] = "Defeat 65 Flesh Atronachs in Veteran Spindleclutch II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[856] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Kwama Slayer II",
+	["description"] = "Defeat 200 Kwama in Veteran Darkshade Caverns II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[857] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Construct Slayer",
+	["description"] = "Defeat 800 Dwarven Constructs in Veteran Darkshade Caverns II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[858] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Banekin Slayer",
+	["description"] = "Defeat 140 Banekin in Veteran Elden Hollow II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[859] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Lurcher Slayer",
+	["description"] = "Defeat 60 Lurchers in Veteran Elden Hollow II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[860] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Zombie Slayer",
+	["description"] = "Defeat 350 Zombies in Veteran Wayrest Sewers II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[861] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Colossus Slayer",
+	["description"] = "Defeat 40 Bone Colossi in Veteran Wayrest Sewers II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[862] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Malabal Tor Pathfinder",
+	["description"] = "Discover all of the striking locales in Malabal Tor.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[863] =
+{
+	["Category_ID"] = 6,
+	["name"] = "The Rift Pathfinder",
+	["description"] = "Discover all of the striking locales in the Rift.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[864] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Coldharbour Pathfinder",
+	["description"] = "Discover all of the striking locales in Coldharbour.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[865] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bangkorai Pathfinder",
+	["description"] = "Discover all of the striking locales in Bangkorai.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[866] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Eastmarch Pathfinder",
+	["description"] = "Discover all of the striking locales in Eastmarch.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[867] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Tamriel Trailblazer",
+	["description"] = "Discover all of the striking locales in the core regions of the Aldmeri Dominion, the Daggerfall Covenant, the Ebonheart Pact, and Coldharbour.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[869] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Crime Pays",
+	["description"] = "Extort gold from merchants across Tamriel.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[870] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Hel Ra Citadel: The War Horn",
+	["description"] = "Sound the war horn in Veteran Hel Ra Citadel and defeat the ancient warriors who answer.",
+	["Category"] = "Dungeons",
+	["points"] = 5,
+},
+[871] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Give to the Poor",
+	["description"] = "Share your wealth with needy beggars across Tamriel.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[872] =
+{
+	["Category_ID"] = 6,
+	["name"] = "I Like M'aiq",
+	["description"] = "Track the movements of M'aiq the Liar across Tamriel and beyond.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[873] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Lightbringer",
+	["description"] = "Bring light to the dark places of the world.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[874] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Village of the Lost Group Event",
+	["description"] = "Defeat Zatalguch in the Village of the Lost.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[876] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Crypt of Hearts II Conqueror",
+	["description"] = "Defeat Ruzozuzalpamaz, the Brothers Ilambris and the Ilambris Amalgam, and Nerien'eth in Veteran Crypt of Hearts II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[878] =
+{
+	["Category_ID"] = 5,
+	["name"] = "City of Ash II Conqueror",
+	["description"] = "Complete Veteran City of Ash II by defeating Horvantud the Fire Maw, the Ash Titan, and Valkyn Skoria.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 15,
+},
+[880] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Imperial City Prison Conqueror",
+	["description"] = "Defeat the Overfiend, Ibomez the Flesh Sculptor, the Gravelight Sentry, the Flesh Abomination, the Lord Warden's Council, and Lord Warden Dusk in Veteran Imperial City Prison.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[882] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Emperor Assassin",
+	["description"] = "Defeat the Emperor of your Home Campaign in the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 50,
+},
+[884] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Molavar Explorer",
+	["description"] = "Explore and clear Molavar.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[885] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Rkundzelft Explorer",
+	["description"] = "Explore and clear Rkundzelft.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[886] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Serpent's Nest Explorer",
+	["description"] = "Explore and clear Serpent's Nest.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[887] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ilthag's Undertower Explorer",
+	["description"] = "Explore and clear Ilthag's Undertower.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[888] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ruins of Kardala Explorer",
+	["description"] = "Explore and clear the Ruins of Kardala.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[889] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Loth'Na Caverns Explorer",
+	["description"] = "Explore and clear Loth'Na Caverns.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[890] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Rkhardahrk Explorer",
+	["description"] = "Explore and clear Rkhardahrk.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[891] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Haddock's Market Explorer",
+	["description"] = "Explore and clear Haddock's Market.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[892] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Chiselshriek Mine Explorer",
+	["description"] = "Explore and clear the Chiselshriek Mine.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[893] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Buried Sands Explorer",
+	["description"] = "Explore and clear the Buried Sands.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[894] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Mtharnaz Explorer",
+	["description"] = "Explore and clear Mtharnaz.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[895] =
+{
+	["Category_ID"] = 6,
+	["name"] = "The Howling Sepulchers Explorer",
+	["description"] = "Explore and clear the Howling Sepulchers.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[896] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Balamath Explorer",
+	["description"] = "Explore and clear Balamath.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[897] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Fearfangs Cavern Explorer",
+	["description"] = "Explore and clear Fearfangs Cavern.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[898] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Exarch's Stronghold Explorer",
+	["description"] = "Explore and clear Exarch's Stronghold.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[899] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Zalgaz's Den Explorer",
+	["description"] = "Explore and clear Zalgaz's Den.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[900] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Tombs of the Na-Totambu Explorer",
+	["description"] = "Explore and clear the Tombs of the Na-Totambu.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[901] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Hircine's Haunt Explorer",
+	["description"] = "Explore and clear Hircine's Haunt.",
+	["Category"] = "Exploration",
+	["points"] = 10,
+},
+[902] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Lower Craglorn Pathfinder",
+	["description"] = "Discover all of the striking locales in Lower Craglorn.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[903] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Cyrodiil Recruit",
+	["description"] = "Reach level 10 and become eligible to enter Cyrodiil and join the Alliance War.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[904] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Emperor Slayer",
+	["description"] = "Defeat an enemy Emperor from any campaign.",
+	["Category"] = "Player VS Player",
+	["points"] = 50,
+},
+[905] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Shada's Tear Curse-Breaker",
+	["description"] = "Defeat Shada and cleanse the waters of Shada's Tear.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[906] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Tenacious Seeker",
+	["description"] = "Uncover the secrets hidden within the Seeker's Archive.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[907] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Spellscar Defender",
+	["description"] = "Prevent a catastrophic explosion of magic from within the Spellscar.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[908] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Exalted of Elinhir",
+	["description"] = "Defeat Yamanu-ko and end the strife in Elinhir.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[909] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Celestial Investigator",
+	["description"] = "Discover why the Celestials have appeared in Craglorn.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[912] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Upper Craglorn Skyshards",
+	["description"] = "Find all 6 Skyshards in Upper Craglorn.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[916] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Craglorn Angler",
+	["description"] = "Catch all 12 rare fish in Craglorn.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[935] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Emperor!",
+	["description"] = "Dominate the Alliance War battlefield and become Emperor of Tamriel. \n\nLong may you reign!",
+	["Category"] = "Player VS Player",
+	["points"] = 50,
+},
+[936] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Serpents and Secrets",
+	["description"] = "Dismantle the Serpent's forces and vanquish the Exalted Viper.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[937] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Upper Craglorn Pathfinder",
+	["description"] = "Discover all of the striking locales in Upper Craglorn.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[939] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Spiderkith Slayer",
+	["description"] = "Defeat 250 Spiderkith in Veteran Crypt of Hearts II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[940] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Flesh Atronach Slayer",
+	["description"] = "Defeat 50 Flesh Atronachs in Veteran Crypt of Hearts II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[941] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Crypt of Hearts II Assassin",
+	["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, Chamber Guardian, Ilambris Amalgam, and Mezeluth, before defeating Nerien'eth in Veteran Crypt of Hearts II within thirty minutes of starting the dungeon. Timer starts when the entrance gate opens.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[942] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Deadly Crypt Survivor",
+	["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, Chamber Guardian, Ilambris Amalgam, and Mezeluth, before defeating Nerien'eth in Veteran Crypt of Hearts II without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[943] =
+{
+	["Category_ID"] = 7,
+	["name"] = "A Rule Unquestioned",
+	["description"] = "Defeat a hidden threat to the Dominion in Auridon.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[944] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Iconoclast",
+	["description"] = "You thwarted perilous Daedric schemes in Grahtwood.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[945] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Spirit of the Bosmer",
+	["description"] = "Drive corruption from the heart of Valenwood in Greenshade.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[946] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Matchmaker",
+	["description"] = "Restore the Silvenar and the Green Lady to their rightful place in Malabal Tor.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[947] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Hallowed Moons",
+	["description"] = "Walk the Two Moons Path in Reaper's March.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[948] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Hearts of Darkness",
+	["description"] = "Imprison the Brothers of Strife in Stonefalls.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[949] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Plague Eater",
+	["description"] = "Avert the destruction of Deshaan.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[950] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Egg and Root",
+	["description"] = "You defeated a great threat to the Hist in Shadowfen.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[951] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Blood Feud",
+	["description"] = "Prevent a great threat to the Skald-King in Eastmarch.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[952] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Shattered Remnants",
+	["description"] = "Defeat the Worm Cult in the Rift.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[953] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Ritual Destruction",
+	["description"] = "Stop an insidious cultist plot in Glenumbra.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[954] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Rude Awakening",
+	["description"] = "End the nightmares in Stormhaven.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[955] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Curse Breaker",
+	["description"] = "End the blood-curse and restore order in Rivenspire.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[956] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Consecrated Ground",
+	["description"] = "Put the dead to rest in Alik'r.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[957] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Radiant Champion",
+	["description"] = "Defy the will of Molag Bal in Coldharbour.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[958] =
+{
+	["Category_ID"] = 7,
+	["name"] = "End of Empire",
+	["description"] = "Drive the Imperial forces out of Bangkorai.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[959] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Grand Nightblade Slayer",
+	["description"] = "Kill 100 enemy Nightblades.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[960] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Grand Sorcerer Slayer",
+	["description"] = "Kill 100 enemy Sorcerers.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[961] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Grand Templar Slayer",
+	["description"] = "Kill 100 enemy Templars.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[962] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Grand Dragonknight Slayer",
+	["description"] = "Kill 100 enemy Dragonknights.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[963] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Support the Fight",
+	["description"] = "Help capture a Resource (Farm, Lumber Mill, or Mine), and Keep in Cyrodiil.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[964] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Glenumbra Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in Glenumbra.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[965] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Stormhaven Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in Stormhaven.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[966] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Rivenspire Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in Rivenspire.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[967] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Alik'r Desert Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in the Alik'r Desert.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[968] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bangkorai Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in Bangkorai.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[969] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Aldmeri Master Explorer",
+	["description"] = "Discover and clear all caves and locales throughout the Aldmeri Dominion Territory.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[970] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Stonefalls Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in Stonefalls.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[971] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Deshaan Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in Deshaan.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[972] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Shadowfen Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in Shadowfen.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[973] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Eastmarch Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in Eastmarch.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[974] =
+{
+	["Category_ID"] = 6,
+	["name"] = "The Rift Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in The Rift.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[975] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Bleakrock and Bal Foyen Explorer",
+	["description"] = "Discover all of the striking locales on Bleakrock and Bal Foyen.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[976] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Auridon Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in Auridon.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[977] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Grahtwood Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in Grahtwood.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[978] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Greenshade Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in Greenshade.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[979] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Malabal Tor Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in Malabal Tor.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[980] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Reaper's March Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in Reaper's March.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[981] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Stros M'kai and Betnikh Explorer",
+	["description"] = "Discover all of the striking locales on Stros M'kai and Betnikh.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[982] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Daggerfall Master Explorer",
+	["description"] = "Discover and clear all caves and locales throughout the Daggerfall Covenant Territory.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[983] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Ebonheart Master Explorer",
+	["description"] = "Discover and clear all caves and locales throughout the Ebonheart Pact Territory.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[984] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Coldharbour Master Explorer",
+	["description"] = "Discover and clear all six caves and striking locales in Coldharbour.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[985] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Lower Craglorn Cave Delver",
+	["description"] = "Discover and clear all twelve explorable caves in Lower Craglorn.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[986] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Lower Craglorn Master Explorer",
+	["description"] = "Discover and clear all caves and locales throughout Lower Craglorn.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[987] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Potency",
+	["description"] = "Translate all of the Potency runes.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[989] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Tamriel Skyshard Hunter",
+	["description"] = "Find all the Skyshards located throughout Tamriel.",
+	["Category"] = "Character",
+	["points"] = 50,
+},
+[990] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Aetherian Archive Completed",
+	["description"] = "Defeat the Celestial Mage, freeing her from the Serpent's control.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[991] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Hel Ra Citadel Completed",
+	["description"] = "Defeat the Celestial Warrior, freeing him from the Serpent's control.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[992] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Dragonstar Arena Champion",
+	["description"] = "Conquer all challengers and earn the title of Dragonstar Arena Champion!",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[993] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Soul Shriven in Coldharbour",
+	["description"] = "Complete Main Quest Chapter 1.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[994] =
+{
+	["Category_ID"] = 7,
+	["name"] = "The Harborage",
+	["description"] = "Complete Main Quest Chapter 1.5.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[995] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Daughter of Giants",
+	["description"] = "Complete Main Quest Chapter 2.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[996] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Chasing Shadows",
+	["description"] = "Complete Main Quest Chapter 2.5.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[997] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Castle of the Worm",
+	["description"] = "Complete Main Quest Chapter 3.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[998] =
+{
+	["Category_ID"] = 7,
+	["name"] = "The Tharn Speaks",
+	["description"] = "Complete Main Quest Chapter 3.5.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[999] =
+{
+	["Category_ID"] = 7,
+	["name"] = "The Halls of Torment",
+	["description"] = "Complete Main Quest Chapter 4.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[1000] =
+{
+	["Category_ID"] = 7,
+	["name"] = "The Valley of Blades",
+	["description"] = "Complete Main Quest Chapter 4.5.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[1001] =
+{
+	["Category_ID"] = 7,
+	["name"] = "The Shadow of Sancre Tor",
+	["description"] = "Complete Main Quest Chapter 5.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[1002] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Council of the Five Companions",
+	["description"] = "Complete Main Quest Chapter 5.5.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[1003] =
+{
+	["Category_ID"] = 7,
+	["name"] = "The God of Schemes",
+	["description"] = "Complete Main Quest Chapter 6.",
+	["Category"] = "Quests",
+	["points"] = 10,
+},
+[1004] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Student of the Mages Guild",
+	["description"] = "Join the Mages Guild.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1005] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Associate of the Fighters Guild",
+	["description"] = "Join the Fighters Guild.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1006] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Recruit of the Undaunted",
+	["description"] = "Join the Undaunted.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1007] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Lycanthropy",
+	["description"] = "Become a Werewolf.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1008] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Vampirism",
+	["description"] = "Become a Vampire.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1009] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Lycanthropy Master",
+	["description"] = "Reach the max level of the Werewolf Skill Line.",
+	["Category"] = "Character",
+	["points"] = 50,
+},
+[1010] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Vampirism Master",
+	["description"] = "Reach the max level of the Vampire Skill Line.",
+	["Category"] = "Character",
+	["points"] = 50,
+},
+[1011] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Mages Guild Skill Master",
+	["description"] = "Reach the max level of the Mages Guild Skill Line.",
+	["Category"] = "Character",
+	["points"] = 50,
+},
+[1012] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Fighters Guild Skill Master",
+	["description"] = "Reach the max level of the Fighters Guild Skill Line.",
+	["Category"] = "Character",
+	["points"] = 50,
+},
+[1013] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Undaunted Skill Master",
+	["description"] = "Reach rank 5 in the Undaunted Skill Line.",
+	["Category"] = "Character",
+	["points"] = 50,
+},
+[1014] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Shatterer of Scales",
+	["description"] = "Defeat Exarch Arnoth and clear Skyreach Hold of the Scaled Court and its allies.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[1015] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Vanquisher of Virmaril",
+	["description"] = "Defeat Virmaril the Betrayer and his undead legions within Skyreach Catacombs.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[1016] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Warden of the Pinnacle",
+	["description"] = "Defeat Aetherion and restore the Nedic wards within Skyreach Pinnacle.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[1017] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Apprentice Deconstructor",
+	["description"] = "Deconstruct 50 items.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1018] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Deconstructor",
+	["description"] = "Deconstruct 100 items.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1019] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Deconstructor",
+	["description"] = "Deconstruct 1000 items.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1020] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Apprentice of Refinement",
+	["description"] = "Refine raw materials 30 times.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1021] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert of Refinement",
+	["description"] = "Refine raw materials 300 times.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1022] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master of Refinement",
+	["description"] = "Refine raw materials 3000 times.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1023] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Learn a Trait",
+	["description"] = "Research a Trait for any weapon or armor type.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1025] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Racial Style Learned",
+	["description"] = "Learn any Racial Style.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1026] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Recipe Card",
+	["description"] = "Learn 10 Provisioning Recipes.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1027] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Recipe Book",
+	["description"] = "Learn 50 Provisioning Recipes.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1028] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Recipe Compendium",
+	["description"] = "Learn 100 Provisioning Recipes.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1030] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Alliance Style Master",
+	["description"] = "Learn all Alliance Racial Styles.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1031] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Alchemist",
+	["description"] = "Attain an Alchemy rank of 50.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1032] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Blacksmith",
+	["description"] = "Attain a Blacksmith rank of 50.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1033] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Clothier",
+	["description"] = "Attain a Clothier rank of 50.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1034] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Enchanter",
+	["description"] = "Attain an Enchanting rank of 50.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1035] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Provisioner",
+	["description"] = "Attain a Provisioning rank of 50.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1036] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Woodworker",
+	["description"] = "Attain a Woodworking rank of 50.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1040] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Legendary Blacksmith",
+	["description"] = "Improve Blacksmithing items to all available Qualities.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1041] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Trait Master",
+	["description"] = "Research every available Trait at least once.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1042] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Truly Legendary",
+	["description"] = "Have a character apply a Legendary Enchantment that they created, to a Legendary piece of gear that they created.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1043] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Rare Style Master",
+	["description"] = "Learn all Rare Racial Styles.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1044] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Legendary Woodworker",
+	["description"] = "Improve Woodworking items to all available Qualities.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1045] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Botanist",
+	["description"] = "Learn every trait for each of the Alchemy reagents listed below.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1046] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Chef",
+	["description"] = "Make a Renowned and an Epic Food or Drink.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1048] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Legendary Clothier",
+	["description"] = "Improve Clothier items to all available Qualities.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1049] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Root Sunder Conqueror",
+	["description"] = "Defeat all of the champions in Root Sunder.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1050] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Rulanyil's Fall Conqueror",
+	["description"] = "Defeat all of the Champions in Rulanyil's Fall.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1051] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Crimson Cove Conqueror",
+	["description"] = "Defeat all of the champions in Crimson Cove.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1052] =
+{
+	["Category_ID"] = 4,
+	["name"] = "The Vile Manse Conqueror",
+	["description"] = "Defeat all of the champions in The Vile Manse.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1053] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Bad Man's Hallows Conqueror",
+	["description"] = "Defeat all of the champions in Bad Man's Hallows.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1054] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Bonesnap Ruins Conqueror",
+	["description"] = "Defeat all of the champions in Bonesnap Ruins.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1055] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Razak's Wheel Conqueror",
+	["description"] = "Defeat all of the champions in Razak's Wheel.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1056] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Village of the Lost Conqueror",
+	["description"] = "Defeat all of the champions in Village of the Lost.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1057] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Root Sunder Vanquisher",
+	["description"] = "Defeat three of the champions in Root Sunder.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1058] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Rulanyil's Fall Vanquisher",
+	["description"] = "Defeat three of the champions in Rulanyil's Fall.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1059] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Crimson Cove Vanquisher",
+	["description"] = "Defeat three of the champions in Crimson Cove.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1060] =
+{
+	["Category_ID"] = 4,
+	["name"] = "The Vile Manse Vanquisher",
+	["description"] = "Defeat three of the champions in The Vile Manse.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1061] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Bad Man's Hallows Vanquisher",
+	["description"] = "Defeat three of the champions in Bad Man's Hallows.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1062] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Bonesnap Ruins Vanquisher",
+	["description"] = "Defeat three of the champions in Bonesnap Ruins.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1063] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Razak's Wheel Vanquisher",
+	["description"] = "Defeat three of the champions in Razak's Wheel.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1064] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Village of the Lost Vanquisher",
+	["description"] = "Defeat three of the champions in Village of the Lost.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1068] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Ebonheart Pact Conqueror",
+	["description"] = "Defeat all of the Public Dungeon champions in the Ebonheart Pact.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1069] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Aldmeri Dominion Conqueror",
+	["description"] = "Defeat all of the Public Dungeon champions in the Aldmeri Dominion.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1070] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Daggerfall Covenant Conqueror",
+	["description"] = "Defeat all of the Public Dungeon champions in the Daggerfall Covenant.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1071] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Complete All Speed Challenges",
+	["description"] = "Complete the listed Speed Challenges.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1072] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Complete All Death Challenges",
+	["description"] = "Complete the listed Death Challenges.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1073] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Vanquisher of the Pact",
+	["description"] = "Defeat all the bosses throughout the Group Dungeons in the Ebonheart Pact.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1074] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Vanquisher of the Covenant",
+	["description"] = "Defeat all the bosses throughout the Group Dungeons in the Daggerfall Covenant.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1075] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Vanquisher of the Dominion",
+	["description"] = "Defeat all the bosses throughout the Group Dungeons in the Aldmeri Dominion.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1078] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Weekly Trial Complete",
+	["description"] = "Complete a Weekly Trial.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1079] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Time Trial: Weekly",
+	["description"] = "Completed a Weekly Trial within 33 minutes.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1080] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Time Trial: Hel Ra Citadel",
+	["description"] = "Completed the Hel Ra Citadel within a time limit of 33 minutes.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1081] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Time Trial: Aetherian Archive",
+	["description"] = "Completed the Aetherian Archive within a time limit of 33 minutes.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1082] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Undaunted Rescuer",
+	["description"] = "Rescue all of the members of the failed Undaunted expedition to the Deadlands of Mehrunes Dagon.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1084] =
+{
+	["Category_ID"] = 5,
+	["name"] = "The Blade's Edge",
+	["description"] = "In Veteran Crypt of Hearts II, allow four of Nerien'eth's Students to survive until he takes the Ebony Blade before defeating them all.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1085] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Renowned Provisioner",
+	["description"] = "Make a Renowned Food or Drink.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1086] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Epic Provisioner",
+	["description"] = "Make an Epic Food or Drink.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1087] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Blessed Thistle",
+	["description"] = "Learn all of the Traits for the Blessed Thistle Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1088] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Wormwood",
+	["description"] = "Learn all of the Traits for the Wormwood Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1089] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Lady's Smock",
+	["description"] = "Learn all of the Traits for the Lady's Smock Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1090] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Bugloss",
+	["description"] = "Learn all of the Traits for the Bugloss Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1091] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Dragonthorn",
+	["description"] = "Learn all of the Traits for the Dragonthorn Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1092] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Mountain Flower",
+	["description"] = "Learn all of the Traits for the Mountain Flower Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1093] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Columbine",
+	["description"] = "Learn all of the Traits for the Columbine Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1094] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Corn Flower",
+	["description"] = "Learn all the Traits for the Corn Flower Alchemy Plant.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1095] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Nirnroot",
+	["description"] = "Learn all of the Traits for the Nirnroot Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1096] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Water Hyacinth",
+	["description"] = "Learn all of the Traits for the Water Hyacinth Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1097] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Stinkhorn",
+	["description"] = "Learn all of the Traits for the Stinkhorn Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1098] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Blue Entoloma",
+	["description"] = "Learn all of the Traits for the Blue Entoloma Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1099] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Emetic Russula",
+	["description"] = "Learn all of the Traits for the Emetic Russula Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1100] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Violet Coprinus",
+	["description"] = "Learn all of the Traits for the Violet Coprinus Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1101] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Namira's Rot",
+	["description"] = "Learn all of the Traits for the Namira's Rot Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1102] =
+{
+	["Category_ID"] = 3,
+	["name"] = "White Cap",
+	["description"] = "Learn all of the Traits for the White Cap Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1103] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Luminous Russula",
+	["description"] = "Learn all of the Traits for the Luminous Russula Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1104] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Imp Stool",
+	["description"] = "Learn all of the Traits for the Imp Stool Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1105] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Mehrunes Dremora Slayer",
+	["description"] = "Defeat 300 Dremora in Veteran City of Ash II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1106] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Flame Colossus Slayer",
+	["description"] = "Defeat 50 Flame Colossi in Veteran City of Ash II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1107] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Deadly Deadlands Survivor",
+	["description"] = "Defeat Rukhan, Marruz, Akezel, Urata the Legion, Horvantud the Fire Maw, the Ash Titan, and the Daedra at the bridge to Valkyn Skoria, before defeating Valkyn Skoria himself in Veteran City of Ash II without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1108] =
+{
+	["Category_ID"] = 5,
+	["name"] = "City of Ash II Assassin",
+	["description"] = "Defeat Rukhan, Marruz, Akezel, Urata the Legion, Horvantud the Fire Maw, and the Ash Titan; reassemble the bridge; and defeat Valkyn Skoria himself in Veteran City of Ash II, all within thirty minutes. Timer starts when players enter the Inner Grove.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1109] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Sewer Subjugator",
+	["description"] = "Kill all the named champions lurking in the Imperial Sewers",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1111] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Easy as Pie",
+	["description"] = "Explore the culinary traditions of the Dremora.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 5,
+},
+[1112] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Craglorn Pilgrim",
+	["description"] = "Complete the Gray Passage pilgrimage within the alloted time limit.",
+	["Category"] = "Quests",
+	["points"] = 15,
+},
+[1113] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Sanctum Ophidia: Feeding Pit",
+	["description"] = "Use the feed pile in Sanctum Ophidia and survive the ensuing battle.",
+	["Category"] = "Dungeons",
+	["points"] = 5,
+},
+[1114] =
+{
+	["Category_ID"] = 5,
+	["name"] = "A World On Fire",
+	["description"] = "In Veteran City of Ash II, make a pact with the Frigid Tome, then defeat Valkyn Skoria.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1115] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Trials Damage Dealer",
+	["description"] = "Deal 1,000,000 points of damage in Trials.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1116] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Trials Healer",
+	["description"] = "Heal 1,000,000 points of damage to allies in Trials.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1117] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Trials Blocker",
+	["description"] = "Block 1,000,000 points of damage in Trials.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1120] =
+{
+	["Category_ID"] = 21,
+	["name"] = "White-Gold Tower Conqueror",
+	["description"] = "Defeat the Adjudicator, the Elite Guard, the Planar Inhibitor, and Molag Kena in Veteran White-Gold Tower.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1121] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Earthly Possessions",
+	["description"] = "Find Geldrion Treehelm's stash in Belkarth.",
+	["Category"] = "Exploration",
+	["points"] = 5,
+},
+[1122] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Blockbuster",
+	["description"] = "Free prisoners from their cell blocks in Imperial City Prison.",
+	["Category"] = "Imperial City",
+	["points"] = 5,
+},
+[1123] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Sanctum Ophidia Completed",
+	["description"] = "Defeat the Celestial Serpent.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1124] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Time Trial: Sanctum Ophidia",
+	["description"] = "Completed the Sanctum Ophidia within a time limit of 33 minutes.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1125] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Learn the Nirnhoned Trait",
+	["description"] = "Research the Nirnhoned Trait for any weapon or armor type.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1126] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Upper Craglorn Master Explorer",
+	["description"] = "Discover and clear all caves and locales throughout Upper Craglorn.",
+	["Category"] = "Exploration",
+	["points"] = 50,
+},
+[1127] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Upper Craglorn Cave Delver",
+	["description"] = "Discover and clear all six explorable caves in Upper Craglorn.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[1128] =
+{
+	["Category_ID"] = 21,
+	["name"] = "No Prison Can Hold Me",
+	["description"] = "Defeat all mini-boss and boss enemies in Veteran Imperial City Prison within forty five minutes of starting the dungeon. Timer starts when players enter The Bastion.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1129] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Life Sentence",
+	["description"] = "Defeat all mini-boss and boss enemies in Veteran Imperial City Prison without suffering a group member death.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1130] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Vigilant Watcher Slayer",
+	["description"] = "Defeat 50 Vigilant Watchers in Veteran Imperial City Prison.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1131] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Mindshriven Slayer",
+	["description"] = "Defeat 300 Mindshriven in Veteran Imperial City Prison.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1132] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Imperial City Challenger",
+	["description"] = "Complete the listed Challenges for veteran dungeons in Imperial City.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1133] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Out of Sight",
+	["description"] = "In Imperial City Prison, defeat the Overfiend, Ibomez the Flesh Sculptor, the Gravelight Sentry, the Flesh Abomination, and Lord Warden Dusk without any group member being noticed by the Vigilant Watchers.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1136] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Hel Ra Citadel Difficult Mode",
+	["description"] = "Defeat the Celestial Warrior after enraging him through the destruction of his statue army.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1137] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Aetherian Archive Difficult Mode",
+	["description"] = "Defeat the Celestial Mage after taunting her by smashing the Aetherial Orbs.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1138] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Sanctum Ophidia Difficult Mode",
+	["description"] = "Defeat the Celestial Serpent after desecrating the sacred banners of the Scaled Court",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1139] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Craglorn Trials Conqueror",
+	["description"] = "Complete Hel Ra Citadel, Aetherian Archive, and Sanctum Ophidia at their highest difficulties.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1140] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Dragonstar Arena Conqueror",
+	["description"] = "Conquer all challengers on the increased difficulty version of Dragonstar Arena.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1142] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Darklight Dancer",
+	["description"] = "Defeat the Lord Warden Dusk of Imperial City Prison while you and your group members avoid every Darklight Burst.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1143] =
+{
+	["Category_ID"] = 7,
+	["name"] = "Craglorn Completist",
+	["description"] = "Eliminate the threat of the Serpent and his Scaled Court throughout all of Craglorn.",
+	["Category"] = "Quests",
+	["points"] = 50,
+},
+[1144] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Dwemer Style Master",
+	["description"] = "Collect and learn from every Dwemer Style book.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1145] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Certified Jack-of-All-Trades",
+	["description"] = "Become certified in Alchemy, Blacksmithing, Clothing, Enchanting, Provisioning, and Woodworking.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1146] =
+{
+	["Category_ID"] = 3,
+	["name"] = "First Writ",
+	["description"] = "Complete one Crafting Writ.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1147] =
+{
+	["Category_ID"] = 3,
+	["name"] = "I Must Complete My Contract",
+	["description"] = "Complete 25 Crafting Writs.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1148] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Signed the Manifest",
+	["description"] = "Complete 150 Crafting Writs.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1149] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Writ Upon the Sky",
+	["description"] = "Complete 250 Crafting Writs.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1150] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Pledge Taker",
+	["description"] = "Complete one Undaunted Pledge bestowed by Maj al-Ragath.",
+	["Category"] = "Dungeons",
+	["points"] = 5,
+},
+[1151] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Returned Undaunted",
+	["description"] = "Complete 10 Undaunted Pledges bestowed by Maj al-Ragath.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1152] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Undaunted, Daily",
+	["description"] = "Complete 50 Undaunted Pledges bestowed by Maj al-Ragath.",
+	["Category"] = "Dungeons",
+	["points"] = 15,
+},
+[1153] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Maj's Cohort",
+	["description"] = "Complete 100 Undaunted Pledges bestowed by Maj al-Ragath.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1154] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Prove Them Wrong",
+	["description"] = "Complete one Undaunted Pledge bestowed by Glirion the Redbeard.",
+	["Category"] = "Dungeons",
+	["points"] = 5,
+},
+[1155] =
+{
+	["Category_ID"] = 4,
+	["name"] = "You Still Draw Breath",
+	["description"] = "Complete 10 Undaunted Pledges bestowed by Glirion the Redbeard.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1156] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Death Has Not Claimed You",
+	["description"] = "Complete 50 Undaunted Pledges bestowed by Glirion the Redbeard.",
+	["Category"] = "Dungeons",
+	["points"] = 15,
+},
+[1157] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Glirion's Cohort",
+	["description"] = "Complete 100 Undaunted Pledges bestowed by Glirion the Redbeard.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1158] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Call of the Undaunted",
+	["description"] = "Reach level 45, attracting the attention of the Undaunted elite.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1159] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Deadlands Savvy",
+	["description"] = "Complete the following achievements associated with City of Ash II.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1160] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Imperial City Skyshard Hunter",
+	["description"] = "Find all 13 Skyshards in the Imperial City.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1169] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Imperial Sewers Pathfinder",
+	["description"] = "Discover all of the striking locales in the Imperial Sewers.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1171] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Imperial City Locksmith",
+	["description"] = "Assemble a key for each of the trophy chests found in the Imperial City.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1172] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Key Collector",
+	["description"] = "Assemble a total of 25 trophy door keys in the Imperial City.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1174] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Horror of Horrors",
+	["description"] = "Defeat all the Patrolling Horrors in the Imperial City.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1175] =
+{
+	["Category_ID"] = 21,
+	["name"] = "The Sublime Protector",
+	["description"] = "Bring an end to Molag Bal's secret plot in the Imperial City.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1176] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Imperial City Recruit",
+	["description"] = "Kill 1 player while inside the Imperial City.",
+	["Category"] = "Imperial City",
+	["points"] = 5,
+},
+[1177] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Imperial City Veteran",
+	["description"] = "Kill 50 players while inside the Imperial City.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1178] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Imperial City Warlord",
+	["description"] = "Kill 100 players while inside the Imperial City.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1179] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Big Score",
+	["description"] = "Gain 900 Tel Var Stones from a single gain.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1181] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Xivkyn Style Master",
+	["description"] = "Collect and learn from every Xivkyn Style book.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1182] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Trove Scamp Seeker",
+	["description"] = "Kill 1 Trove Scamp while adventuring in the Imperial Sewers.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1184] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Imperial Arena Champion",
+	["description"] = "Complete the Imperial City Arena by slaying the Ringmaster and her monstrous servants.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1185] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Protector of the Faith",
+	["description"] = "Complete the Imperial City Temple event by defeating the Daedric Titan, Uzuruz.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1186] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Imperial City Angler",
+	["description"] = "Catch all 12 rare fish in Imperial City.",
+	["Category"] = "Imperial City",
+	["points"] = 5,
+},
+[1190] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Pocket Picker",
+	["description"] = "Successfully pickpocket any citizen of Tamriel.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1191] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Purse Snatcher",
+	["description"] = "Successfully pickpocket one hundred citizens of Tamriel.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1192] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Sneak Thief Extraordinaire",
+	["description"] = "Successfully pickpocket one thousand citizens of Tamriel.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1193] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Cut and Run",
+	["description"] = "Successfully escape a guard after choosing the \"Flee\" option in the Accost Dialogue Window.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1194] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Escape Artist",
+	["description"] = "Successfully escape the guards a total of one hundred times after choosing the \"Flee\" option in the Accost Dialogue Window.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1195] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Make Amends",
+	["description"] = "Make a one time transaction of 1,000 gold or greater for crimes committed against the citizens of Tamriel.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1196] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Felonious Recompense",
+	["description"] = "Pay a total of 100,000 gold to the Fence OR to the Tamriel Guards to clear your criminal record.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1197] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Ill-Gotten Gains",
+	["description"] = "Earn 1,000 gold by selling stolen goods to a Fence.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1198] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Safebox Pilferer",
+	["description"] = "Break into and loot the contents of a safebox.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1199] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Safebox Looter",
+	["description"] = "Break into and loot the contents of ten safeboxes.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1200] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Safebox Cracker",
+	["description"] = "Break into and loot the contents of one hundred safeboxes.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1201] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Illicit Entrepreneur",
+	["description"] = "Earn 100,000 gold by selling stolen goods to a Fence.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1202] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Black Market Mogul",
+	["description"] = "Earn 1,000,000 gold by selling stolen goods to a Fence.",
+	["Category"] = "Character",
+	["points"] = 50,
+},
+[1203] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Loot Cleaner",
+	["description"] = "Spend 100 gold to launder stolen items through a Fence.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1204] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Loot Sanitizer",
+	["description"] = "Spend 1,000 gold to launder stolen items through a Fence.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1205] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Illustrious Launderer",
+	["description"] = "Spend 10,000 gold to launder stolen items through a Fence.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1206] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Home Trespasser",
+	["description"] = "Successfully pick the lock on a locked door.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1207] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Sneaky Housebreaker",
+	["description"] = "Successfully pick the locks on fifty locked doors.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1208] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Master Burglar",
+	["description"] = "Successfully pick the locks on one hundred locked doors.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1209] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Disrobed Discipline",
+	["description"] = "Have an article of stolen clothing that you are wearing repossessed by a guard.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1210] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Indecent Exposure",
+	["description"] = "Have stolen clothing from all your armor slots repossessed at the same time by a guard.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1211] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Discerning Pilferer",
+	["description"] = "Steal an item of Fine quality.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1212] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Discriminating Plunderer",
+	["description"] = "Steal an item of Superior quality.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1213] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Grand Larcenist",
+	["description"] = "Steal an item of Epic quality.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1214] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Dawn of a Champion",
+	["description"] = "Spend your first Champion Point.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1215] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Robust Destiny",
+	["description"] = "Spend 100 Champion Points in the Warrior Constellation.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1216] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Vigorous Decree",
+	["description"] = "Spend 50 Champion Points in the Warrior Constellation.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1217] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Champion of Last Seed",
+	["description"] = "Spend 150 Champion Points in the Warrior Constellation.",
+	["Category"] = "Character",
+	["points"] = 50,
+},
+[1218] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Arcane Decree",
+	["description"] = "Spend 50 Champion Points in the Mage Constellation.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1219] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Mysterious Destiny",
+	["description"] = "Spend 100 Champion Points in the Mage Constellation.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1220] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Champion of Rain's Hand",
+	["description"] = "Spend 150 Champion Points in the Mage Constellation.",
+	["Category"] = "Character",
+	["points"] = 50,
+},
+[1221] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Stealthy Decree",
+	["description"] = "Spend 50 Champion Points in the Thief Constellation.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1222] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Devious Destiny",
+	["description"] = "Spend 100 Champion Points in the Thief Constellation.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1223] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Champion of Evening Star",
+	["description"] = "Spend 150 Champion Points in the Thief Constellation.",
+	["Category"] = "Character",
+	["points"] = 50,
+},
+[1224] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Murderer",
+	["description"] = "Kill a citizen of Tamriel.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1225] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Serial Killer",
+	["description"] = "Kill fifty citizens of Tamriel.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1226] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Mass Murderer",
+	["description"] = "Kill one hundred citizens of Tamriel.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1227] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Ground Beef",
+	["description"] = "Kill a livestock cow, bull, or ox.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1228] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Poultry Assassin",
+	["description"] = "Kill a livestock chicken or bantam guar.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1229] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Wicked Shepherd",
+	["description"] = "Kill a livestock goat or sheep.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1230] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Hog Killer",
+	["description"] = "Kill a livestock pig.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1231] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Guar Slayer",
+	["description"] = "Kill a livestock guar.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1232] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Butcher",
+	["description"] = "Kill a total of ten livestock animals.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1233] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Slaughterer",
+	["description"] = "Kill a total of one hundred livestock animals.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1234] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Livestock Mass Murderer",
+	["description"] = "Kill a total of five hundred livestock animals.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1235] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Rkindaleft Group Event",
+	["description"] = "Activate the ancient centurion in Rkindaleft.",
+	["Category"] = "Orsinium",
+	["points"] = 50,
+},
+[1236] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Rkindaleft Conqueror",
+	["description"] = "Defeat all of Rkindaleft's champions.",
+	["Category"] = "Orsinium",
+	["points"] = 50,
+},
+[1237] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Rkindaleft Vanquisher",
+	["description"] = "Defeat 3 champions in the Rkindaleft public dungeon.",
+	["Category"] = "Orsinium",
+	["points"] = 15,
+},
+[1238] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Old Orsinium Group Event",
+	["description"] = "Resist the cultist onslaught in Old Orsinium.",
+	["Category"] = "Orsinium",
+	["points"] = 50,
+},
+[1239] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Old Orsinium Conqueror",
+	["description"] = "Defeat all of the champions in Old Orsinium.",
+	["Category"] = "Orsinium",
+	["points"] = 50,
+},
+[1240] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Old Orsinium Vanquisher",
+	["description"] = "Defeat 3 champions in the Old Orsinium public dungeon.",
+	["Category"] = "Orsinium",
+	["points"] = 15,
+},
+[1241] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Newcomer",
+	["description"] = "Complete 3 quests in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1242] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Explorer",
+	["description"] = "Complete 9 quests in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1243] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Trailblazer",
+	["description"] = "Complete 15 quests in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1244] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Pathfinder",
+	["description"] = "Complete 21 quests in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1245] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Adventurer",
+	["description"] = "Complete 27 quests in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1247] =
+{
+	["Category_ID"] = 20,
+	["name"] = "One Last Brawl",
+	["description"] = "Grant 5 elderly Orc warriors a glorious death.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1248] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Hero of Wrothgar",
+	["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 50,
+},
+[1249] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Defender of Orsinium",
+	["description"] = "Defeat 4 Wrothgar world bosses.",
+	["Category"] = "Orsinium",
+	["points"] = 15,
+},
+[1250] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Relic Hunter",
+	["description"] = "Collect 16 relics for the House of Orsimer Glories museum.",
+	["Category"] = "Orsinium",
+	["points"] = 15,
+},
+[1257] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Dungeon Slayer",
+	["description"] = "Complete both Wrothgar public dungeon boss achievements.",
+	["Category"] = "Orsinium",
+	["points"] = 15,
+},
+[1260] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Kingmaker",
+	["description"] = "Complete Wrothgar's main quests.",
+	["Category"] = "Orsinium",
+	["points"] = 15,
+},
+[1261] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Xivkyn Assassin",
+	["description"] = "Kill 1 member of the Coldharbour Elite Guard.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1262] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Xivkyn's Scourge",
+	["description"] = "Kill 50 members of the Coldharbour Elite Guard.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1263] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Xivkyn's Bane",
+	["description"] = "Kill 100 members of the Coldharbour Elite Guard.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1267] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Alliance Gladiator",
+	["description"] = "Kill 100 players while inside the Imperial Arena.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1268] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Cunning Scamp Seeker",
+	["description"] = "Kill 1 Cunning Scamp while adventuring in the Imperial Sewers.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1269] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Trove Scamp Slayer",
+	["description"] = "Kill 50 Trove Scamps while adventuring in the Imperial Sewers.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1270] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Trove Scamp Exterminator",
+	["description"] = "Kill 100 Trove Scamps while adventuring in the Imperial Sewers.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1271] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Cunning Scamp Slayer",
+	["description"] = "Kill 50 Cunning Scamps while adventuring in the Imperial Sewers.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1272] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Cunning Scamp Exterminator",
+	["description"] = "Kill 100 Cunning Scamps while adventuring in the Imperial Sewers.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1273] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Imperial Lightbringer",
+	["description"] = "Complete the Barathrum Centrata event deep beneath the Imperial City.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1275] =
+{
+	["Category_ID"] = 21,
+	["name"] = "First to the Top",
+	["description"] = "Defeat the Adjudicator, the Empress Regent's Guard, the Planar Inhibitor, and Molag Kena in Veteran White-Gold Tower within 30 minutes of starting the dungeon. Timer starts when you enter Green Emperor Way.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1276] =
+{
+	["Category_ID"] = 21,
+	["name"] = "To Spite a Tharn",
+	["description"] = "Defeat the Adjudicator, the Empress Regent's Guard, the Planar Inhibitor, and Molag Kena in Veteran White-Gold Tower without experiencing the death of a group member.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1277] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Horn Breaker",
+	["description"] = "Defeat 100 Xivkyn in Veteran White-Gold Tower.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1278] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Daedroth Dropper",
+	["description"] = "Defeat 75 Daedroth in Veteran White-Gold Tower.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1279] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Ire of the Storm",
+	["description"] = "In Veteran White-Gold Tower, complete the ritual listed in the Obelisk Tome, then defeat Molag Kena.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1280] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Entry Denied",
+	["description"] = "In Veteran White-Gold Tower, destroy all portals to prevent the arrival of the Planar Inhibitor's reinforcements.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1281] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Imperial Transgressions",
+	["description"] = "Locate and interact with all of the speaking stones in the White-Gold Tower.",
+	["Category"] = "Imperial City",
+	["points"] = 5,
+},
+[1285] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Kill Old Snagara",
+	["description"] = "Kill Old Snagara the echatere in the Poacher's Encampment.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1286] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Kill Zandadunoz the Reborn",
+	["description"] = "Defeat Zandadunoz the Reborn at the Unfinished Dolmen.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1287] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Kill King-Chief Edu",
+	["description"] = "Kill the Riekr regent King-Chief Edu at the King-Chief's Throne.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1288] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Kill Corintthac the Abomination",
+	["description"] = "Kill the Winterborn Briarheart Warrior, Corintthac the Abomination, at the Accursed Nursery.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1289] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Kill Mad Urkazbur the Ogre",
+	["description"] = "Kill Mad Urkazbur at the Mad-Ogre's Altar.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1290] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Kill Nyzchaleft",
+	["description"] = "Kill Nyzchaleft the Dwarven Centurion at Nyzchaleft Falls.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1297] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Nikolvara's Kennel Explorer",
+	["description"] = "Explore and clear Nikolvara's Kennel.",
+	["Category"] = "Orsinium",
+	["points"] = 5,
+},
+[1298] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Coldperch Cavern Explorer",
+	["description"] = "Explore and clear Coldperch Cavern.",
+	["Category"] = "Orsinium",
+	["points"] = 5,
+},
+[1299] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Argent Mine Explorer",
+	["description"] = "Explore and clear Argent Mine.",
+	["Category"] = "Orsinium",
+	["points"] = 5,
+},
+[1300] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Thukhozod's Sanctum Explorer",
+	["description"] = "Explore and clear Thukhozod's Sanctum.",
+	["Category"] = "Orsinium",
+	["points"] = 5,
+},
+[1301] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Watcher's Hold Explorer",
+	["description"] = "Explore and clear Watcher's Hold.",
+	["Category"] = "Orsinium",
+	["points"] = 5,
+},
+[1302] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Zthenganaz Explorer",
+	["description"] = "Explore and clear Zthenganaz.",
+	["Category"] = "Orsinium",
+	["points"] = 5,
+},
+[1303] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Lord Warden's Retaliation",
+	["description"] = "In Veteran Imperial City Prison, destroy the Warden's Tome, then defeat Lord Warden Dusk.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1304] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Maelstrom Arena Champion",
+	["description"] = "Conquer all challengers and earn the title of Maelstrom Arena Champion.",
+	["Category"] = "Orsinium",
+	["points"] = 15,
+},
+[1305] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Maelstrom Arena Conqueror",
+	["description"] = "Conquer all challengers in Veteran Maelstrom Arena.",
+	["Category"] = "Orsinium",
+	["points"] = 50,
+},
+[1306] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Out of the Frying Pan",
+	["description"] = "In Veteran White-Gold Tower, become completely engulfed in flame by the Planar Inhibitor's Heat Stroke attack before it completes its Daedric Catastrophe attack. Then stay alive until the Planar Inhibitor is defeated.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1307] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Imperial City Dungeon Locksmith",
+	["description"] = "Assemble a key for each of the trophy chests found in the White-Gold Tower and Imperial City Prison group dungeons.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1311] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Tel Var Collector",
+	["description"] = "Gain 1,000 Tel Var Stones over the lifetime of your character.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1312] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Tel Var Baron",
+	["description"] = "Gain 10,000 Tel Var Stones over the lifetime of your character.",
+	["Category"] = "Imperial City",
+	["points"] = 15,
+},
+[1313] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Tel Var Master",
+	["description"] = "Gain 100,000 Tel Var Stones over the lifetime of your character.",
+	["Category"] = "Imperial City",
+	["points"] = 50,
+},
+[1314] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Sudden Spoils",
+	["description"] = "Gain 300 Tel Var Stones from a single gain.",
+	["Category"] = "Imperial City",
+	["points"] = 5,
+},
+[1315] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Windfall Profits",
+	["description"] = "Gain 600 Tel Var Stones from a single gain.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1316] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Orsinium Patron",
+	["description"] = "Make 15 donations to the Orsinium City Solicitor.",
+	["Category"] = "Orsinium",
+	["points"] = 5,
+},
+[1317] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Ruby Potency",
+	["description"] = "Translate all of the Champion 150 and Champion 160 runestones.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1318] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Akaviri Style Master",
+	["description"] = "Collect and learn from every Akaviri Style book.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1319] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Glass Style Master",
+	["description"] = "Collect and learn from every Glass Style book.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1320] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Skyshard Hunter",
+	["description"] = "Find all 17 Skyshards in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 15,
+},
+[1321] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Master Delver",
+	["description"] = "Discover and clear all 6 explorable caves in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 15,
+},
+[1322] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Master Seeker",
+	["description"] = "Discover all the striking locales in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1323] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Master Explorer",
+	["description"] = "Discover and clear all caves and striking locales in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 15,
+},
+[1324] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Master Relic Hunter",
+	["description"] = "Collect all 20 relics for the House of Orsimer Glories museum.",
+	["Category"] = "Orsinium",
+	["points"] = 50,
+},
+[1325] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Orc King's Councilor",
+	["description"] = "Complete quest \"A King-Sized Problem\" in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1326] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Orc King's Marshal",
+	["description"] = "Complete quest \"The Anger of a King\" in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1327] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Orc King's Conqueror",
+	["description"] = "Complete quest \"Blood on a King's Hands\" in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1328] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Grand Adventurer",
+	["description"] = "Complete 40 quests in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 15,
+},
+[1330] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Maelstrom Arena: Perfect Run",
+	["description"] = "Complete Veteran Maelstrom Arena in a single attempt, without dying or leaving the arena.",
+	["Category"] = "Orsinium",
+	["points"] = 50,
+},
+[1331] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Cliff Jumper",
+	["description"] = "Leap from the cliff west of Frostbreak Ridge and survive.",
+	["Category"] = "Orsinium",
+	["points"] = 5,
+},
+[1333] =
+{
+	["Category_ID"] = 20,
+	["name"] = "One at a Time",
+	["description"] = "Complete 1 group boss daily quest in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 5,
+},
+[1334] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Lucky Seven",
+	["description"] = "Complete 7 group boss daily quests in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1335] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Monster Hunter of the Month",
+	["description"] = "Complete 30 group boss daily quests in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 15,
+},
+[1336] =
+{
+	["Category_ID"] = 20,
+	["name"] = "A Delve a Day",
+	["description"] = "Complete 1 Delve Daily in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 5,
+},
+[1337] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Delve Weekly",
+	["description"] = "Complete 7 Delve Dailies in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1338] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Delve Monthly",
+	["description"] = "Complete 30 Delve Dailies in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 15,
+},
+[1339] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Hooking Wrothgar's Biggest Catch",
+	["description"] = "Catch the rare Crab-Slaughter-Crane fish found in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 10,
+},
+[1340] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Wrothgar Master Angler",
+	["description"] = "Catch all 12 rare fish in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 5,
+},
+[1341] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Ancient Orc Style Master",
+	["description"] = "Collect and learn every chapter in the Ancient Orc style book found in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 50,
+},
+[1342] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Gold Coast Skyshard Hunter",
+	["description"] = "Find all 6 skyshards in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1343] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Maw of Lorkhaj Completed",
+	["description"] = "Drive the dro-m'Athra back to the void and close the Maw of Lorkhaj in Normal Mode.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1344] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Maw of Lorkhaj Difficult Mode",
+	["description"] = "Defeat Rakkhat after empowering him at the lunar shrines in Veteran Maw of Lorkhaj.",
+	["Category"] = "Thieves Guild",
+	["points"] = 50,
+},
+[1345] =
+{
+	["Category_ID"] = 21,
+	["name"] = "Imperial City Prison Vanquisher",
+	["description"] = "Defeat the Overfiend, Ibomez the Flesh Sculptor, the Gravelight Sentry, the Flesh Abomination, the Lord Warden's Council, and Lord Warden Dusk in the Imperial City Prison.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1346] =
+{
+	["Category_ID"] = 21,
+	["name"] = "White-Gold Tower Vanquisher",
+	["description"] = "Defeat the Adjudicator, the Elite Guard, the Planar Inhibitor, and Molag Kena in White-Gold Tower.",
+	["Category"] = "Imperial City",
+	["points"] = 10,
+},
+[1347] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Hew's Bane Skyshard Hunter",
+	["description"] = "Find all 6 skyshards in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1348] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Mercenary Style Master",
+	["description"] = "Collect and learn from every Mercenary Style book.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1349] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Breaking and Entering",
+	["description"] = "Trespass in seven locked locations throughout Abah's Landing.",
+	["Category"] = "Thieves Guild",
+	["points"] = 5,
+},
+[1350] =
+{
+	["Category_ID"] = 19,
+	["name"] = "The Lady in the Cistern",
+	["description"] = "Learn every rumor about the statue in the Thieves Den.",
+	["Category"] = "Thieves Guild",
+	["points"] = 5,
+},
+[1351] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Hew's Bane Master Angler",
+	["description"] = "Catch all 12 rare fish in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 5,
+},
+[1352] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Deepest Shallows",
+	["description"] = "Kill Syvarra of the Deep at Ko Estaran.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1353] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Cutting the Keel",
+	["description"] = "Kill Captain Virindi Slave-Taker at Thrall Cove.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1354] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Defender of Hew's Bane",
+	["description"] = "Defeat both Hew's Bane world bosses.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1355] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Bahraha's Gloom Explorer",
+	["description"] = "Explore and clear Bahraha's Gloom.",
+	["Category"] = "Thieves Guild",
+	["points"] = 5,
+},
+[1356] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Shark's Teeth Grotto Explorer",
+	["description"] = "Explore and clear Shark's Teeth Grotto.",
+	["Category"] = "Thieves Guild",
+	["points"] = 5,
+},
+[1357] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Hew's Bane Cave Delver",
+	["description"] = "Discover and clear both explorable caves in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1358] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Hew's Bane Pathfinder",
+	["description"] = "Discover all the striking locales in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1359] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Hew's Bane Master Explorer",
+	["description"] = "Discover and clear all caves and striking locales in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1360] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Always Travel Separately",
+	["description"] = "Complete quest \"Cleaning House\" in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1361] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Never, Ever Steal From the Guild",
+	["description"] = "Complete quest \"A Flawless Plan\" in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1362] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Wedding Crashers",
+	["description"] = "Complete quest \"Forever Hold Your Peace\" in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1363] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Broken Wheel",
+	["description"] = "Complete quest \"Prison Break\" in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1364] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Hew's Bane Adventurer",
+	["description"] = "Complete 12 story quests in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1365] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Hero of Hew's Bane",
+	["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 50,
+},
+[1366] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Hew's Bane Grand Adventurer",
+	["description"] = "Complete 16 story quests in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 50,
+},
+[1367] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Time Trial: Maw of Lorkhaj",
+	["description"] = "Complete Veteran Maw of Lorkhaj within a time limit of 40 minutes. Your trial begins when you cross the threshold of the Temple of Seven Riddles.",
+	["Category"] = "Thieves Guild",
+	["points"] = 50,
+},
+[1368] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Maw of Lorkhaj Conqueror",
+	["description"] = "Defeat Rakkhat, Fang of Lorkhaj and his legions of dro-m'Athra in Veteran Maw of Lorkhaj.",
+	["Category"] = "Thieves Guild",
+	["points"] = 50,
+},
+[1369] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Maw of Lorkhaj: Unchained Ambush",
+	["description"] = "Use both chain switches within ten seconds in Veteran Maw of Lorkhaj, then defeat the dro-m'Athra invaders.",
+	["Category"] = "Thieves Guild",
+	["points"] = 5,
+},
+[1370] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Iron Wheel Infiltration",
+	["description"] = "Complete quest \"The Long Game\" in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1371] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Welcome to the Thieves Guild",
+	["description"] = "Join the Thieves Guild by completing quest \"Partners in Crime\" in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1372] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Fledgling Filcher",
+	["description"] = "Complete 1 heist from the Heist Board for the Thieves Guild.",
+	["Category"] = "Thieves Guild",
+	["points"] = 5,
+},
+[1373] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Seasoned Sneak-Thief",
+	["description"] = "Complete 7 heists from the Heist Board for the Thieves Guild.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1374] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Professional Pilferer",
+	["description"] = "Complete 15 heists from the Heist Board for the Thieves Guild.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1375] =
+{
+	["Category_ID"] = 19,
+	["name"] = "A Life Deferred",
+	["description"] = "Complete quest \"His Greatest Treasure\" in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1376] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Seeds Untilled",
+	["description"] = "Complete quest \"That Which Was Lost\" in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1377] =
+{
+	["Category_ID"] = 19,
+	["name"] = "What Price, Freedom?",
+	["description"] = "Complete quest \"Everyone Has A Price\" in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1378] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Loose Ends",
+	["description"] = "Complete quest \"The One That Got Away\" in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1379] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Despoil the Dominion",
+	["description"] = "Steal the treasures on Kari's Hit List from every territory of the Aldmeri Dominion and place them in the Thieves Den.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1380] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Con the Covenant",
+	["description"] = "Steal the treasures on Kari's Hit List from every territory of the Daggerfall Covenant and place them in the Thieves Den.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1381] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Purloin the Pact",
+	["description"] = "Steal the treasures on Kari's Hit List from every territory of the Ebonheart Pact and place them in the Thieves Den.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1382] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Loot the Landing",
+	["description"] = "Steal the treasure on Kari's Hit List from Abah's Landing and place it in the Thieves Den.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1383] =
+{
+	["Category_ID"] = 19,
+	["name"] = "A Cutpurse Above",
+	["description"] = "Steal every treasure from Kari's Hit List and place them all within the Thieves Den.",
+	["Category"] = "Thieves Guild",
+	["points"] = 50,
+},
+[1385] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Maw of Lorkhaj: Shadow Slayer",
+	["description"] = "Defeat 25 Void Callers in the Maw of Lorkhaj.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1386] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Maw of Lorkhaj: Stainless Souls",
+	["description"] = "Defeat Rakkhat without anyone dying while afflicted by the Breath of Lorkhaj.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1388] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Maw of Lorkhaj: Two-Moons Dance",
+	["description"] = "In Veteran Maw of Lorkhaj, force Rakkhat into his final phase within two lunar cycles, then defeat him.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1389] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Maw of Lorkhaj: Void Avoided",
+	["description"] = "Defeat Rakkhat in Veteran Maw of Lorkhaj, with a maximum of two players ever being afflicted by the Breath of Lorkhaj.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1390] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Maw of Lorkhaj: Fang Focused",
+	["description"] = "Defeat Rakkhat in Veteran Maw of Lorkhaj, with at least three dro-m'Athra Dreadstalkers still alive.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1391] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Maw of Lorkhaj: Moons' Champion",
+	["description"] = "Complete all achievements related to defeating Rakkhat, Fang of Lorkhaj in Veteran Maw of Lorkhaj.",
+	["Category"] = "Thieves Guild",
+	["points"] = 50,
+},
+[1392] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Maw of Lorkhaj: Spotless Triumph",
+	["description"] = "Complete Veteran Maw of Lorkhaj without suffering a group member death.",
+	["Category"] = "Thieves Guild",
+	["points"] = 50,
+},
+[1393] =
+{
+	["Category_ID"] = 20,
+	["name"] = "A Gift from Orsinium",
+	["description"] = "Come visit the Orcs' newly rebuilt capital city: Orsinium!",
+	["Category"] = "Orsinium",
+	["points"] = 5,
+},
+[1394] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Five Finger Discount",
+	["description"] = "Successfully pick pockets at each of the four most popular shops in Abah's Landing.",
+	["Category"] = "Thieves Guild",
+	["points"] = 5,
+},
+[1395] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Finders Keepers",
+	["description"] = "Discover and loot 1 Thieves Trove.",
+	["Category"] = "Thieves Guild",
+	["points"] = 5,
+},
+[1396] =
+{
+	["Category_ID"] = 19,
+	["name"] = "An Eye For Details",
+	["description"] = "Discover and loot 5 Thieves Troves.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1397] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Leave No Stash Behind",
+	["description"] = "Discover and loot 15 Thieves Troves.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1398] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Fresh Footpad",
+	["description"] = "Complete 1 job from the Tip Board for the Thieves Guild.",
+	["Category"] = "Thieves Guild",
+	["points"] = 5,
+},
+[1399] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Practiced Prowler",
+	["description"] = "Complete 10 jobs from the Tip Board for the Thieves Guild.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1400] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Sophisticated Shadowfoot",
+	["description"] = "Complete 30 jobs from the Tip Board for the Thieves Guild.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1401] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Honor Among Thieves",
+	["description"] = "Assist each member of the Thieves Guild in resolving personal matters.",
+	["Category"] = "Thieves Guild",
+	["points"] = 50,
+},
+[1402] =
+{
+	["Category_ID"] = 19,
+	["name"] = "And Then They Were Gone",
+	["description"] = "Evade justice with the help of the \"Timely Escape\" Thieves Guild skill, as well as a friendly footpad.",
+	["Category"] = "Thieves Guild",
+	["points"] = 5,
+},
+[1403] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Master of Shadows",
+	["description"] = "Complete 1 heist for the Thieves Guild without being detected.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1404] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Deep Pockets",
+	["description"] = "Receive the highest possible reward in 5 heists for the Thieves Guild.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1405] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Eagle's Nest-Egg",
+	["description"] = "At each Outlaws Refuge within the Aldmeri Dominion, receive 4000 gold for fencing items.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1406] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Dragon's Hoard",
+	["description"] = "At each Outlaws Refuge within the Ebonheart Pact, receive 4000 gold for fencing items.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1407] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Lion's Golden Pride",
+	["description"] = "At each Outlaws Refuge within the Daggerfall Covenant, receive 4000 gold for fencing items.",
+	["Category"] = "Thieves Guild",
+	["points"] = 15,
+},
+[1408] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Merchant Lord's Coffers",
+	["description"] = "Receive 4000 gold for fencing items at the Thieves Den in Abah's Landing.",
+	["Category"] = "Thieves Guild",
+	["points"] = 10,
+},
+[1409] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Magnanimous Magnate",
+	["description"] = "At each Outlaws Refuge within every Alliance territory, as well as the Thieves Den, receive 4000 gold for fencing items.",
+	["Category"] = "Thieves Guild",
+	["points"] = 50,
+},
+[1410] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Litany of Blood",
+	["description"] = "Execute all targets listed in the Litany of Blood and collect your reward.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 50,
+},
+[1411] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Trinimac Style Master",
+	["description"] = "Collect and learn every chapter in the Trinimac style book found in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 50,
+},
+[1412] =
+{
+	["Category_ID"] = 20,
+	["name"] = "Malacath Style Master",
+	["description"] = "Collect and learn every chapter in the Malacath style book found in Wrothgar.",
+	["Category"] = "Orsinium",
+	["points"] = 50,
+},
+[1413] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Spoils of Abah's Landing",
+	["description"] = "Travel to the notorious free port of Abah's Landing!",
+	["Category"] = "Thieves Guild",
+	["points"] = 5,
+},
+[1414] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Ebonheart Pact Style Master",
+	["description"] = "Collect and learn every chapter in the Ebonheart Pact style book found in Cyrodiil and Imperial City.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1415] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Aldmeri Dominion Style Master",
+	["description"] = "Collect and learn every chapter in the Aldmeri Dominion style book found in Cyrodiil and Imperial City.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1416] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Daggerfall Covenant Style Master",
+	["description"] = "Collect and learn every chapter in the Daggerfall Covenant style book found in Cyrodiil and Imperial City.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1417] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Outlaw Style Master",
+	["description"] = "Collect and learn every chapter in the Outlaw style book found in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 50,
+},
+[1418] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Soul Shriven Style Master",
+	["description"] = "Collect and learn the Soul Shriven style book found by completing Cadwell's Silver.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1419] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Defeat Limenauruus",
+	["description"] = "Defeat Limenauruus the possessed minotaur and the shadow spirits at Tribune's Folly.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1420] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Conquer the Kvatch Arena",
+	["description"] = "Enter the Kvatch Arena and defeat all challengers.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1421] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Gold Coast Tourist",
+	["description"] = "Visit the Gold Coast and take in the local scenery.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 5,
+},
+[1422] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Abah's Watch Style Master",
+	["description"] = "Collect and learn every chapter in the Abah's Watch style book found in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 50,
+},
+[1423] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Thieves Guild Style Master",
+	["description"] = "Collect and learn every chapter in the Thieves Guild style book found in Hew's Bane.",
+	["Category"] = "Thieves Guild",
+	["points"] = 50,
+},
+[1424] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Assassins League Style Master",
+	["description"] = "Collect and learn every chapter in the Assassins League style book found in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 50,
+},
+[1425] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Defender of the Gold Coast",
+	["description"] = "Defeat both world bosses in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 15,
+},
+[1426] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Hrota Cave Explorer",
+	["description"] = "Explore and clear Hrota Cave.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 5,
+},
+[1427] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Garlas Agea Explorer",
+	["description"] = "Explore and clear Garlas Agea.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 5,
+},
+[1428] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Gold Coast Master Explorer",
+	["description"] = "Discover and clear all caves and striking locales in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 15,
+},
+[1429] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Gold Coast Cave Delver",
+	["description"] = "Discover and clear both explorable caves in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1430] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Gold Coast Pathfinder",
+	["description"] = "Discover all the striking locales in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1431] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Gold Coast Master Angler",
+	["description"] = "Catch all 12 rare fish in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 5,
+},
+[1432] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Gold Coast Adventurer",
+	["description"] = "Complete 14 story quests in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 15,
+},
+[1433] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Gold Coast Grand Adventurer",
+	["description"] = "Complete 17 story quests in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 50,
+},
+[1434] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Bane of the Gold Coast",
+	["description"] = "Complete quests, defeat bosses, and explore delves to become the Bane of the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 50,
+},
+[1435] =
+{
+	["Category_ID"] = 18,
+	["name"] = "First Blood",
+	["description"] = "Join the Dark Brotherhood and complete the \"Voices in the Dark\" quest.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1436] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Dark Initiate",
+	["description"] = "Complete the \"Signed in Blood\" Dark Brotherhood quest in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1437] =
+{
+	["Category_ID"] = 18,
+	["name"] = "New-blade",
+	["description"] = "Complete the \"Welcome Home\" Dark Brotherhood quest in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1438] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Sermonizer Subduer",
+	["description"] = "Complete the \"A Lesson in Silence\" Dark Brotherhood quest in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1439] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Brethren Benefactor",
+	["description"] = "Complete the \"Questions of Faith\" Dark Brotherhood quest in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1440] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Assassin",
+	["description"] = "Complete the \"A Special Request\" Dark Brotherhood quest in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1441] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Dark Discovery",
+	["description"] = "Complete the \"Dark Revelations\" Dark Brotherhood quest in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1442] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Dark Investigator",
+	["description"] = "Complete the \"A Ghost from the Past\" Dark Brotherhood quest in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1443] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Wrath of Sithis",
+	["description"] = "Complete \"The Wrath of Sithis\" Dark Brotherhood quest in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1444] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Silencer",
+	["description"] = "Complete the \"Filling the Void\" Dark Brotherhood quest in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1445] =
+{
+	["Category_ID"] = 18,
+	["name"] = "First Sacrament",
+	["description"] = "Complete your first Black Sacrament contract, as the Speaker commanded.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 5,
+},
+[1446] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Seventh Sacrament",
+	["description"] = "Complete 7 Black Sacrament contracts, as the Speaker commanded.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1447] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Fifteenth Sacrament",
+	["description"] = "Complete 15 Black Sacrament contracts, as the Speaker commanded.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 15,
+},
+[1448] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Perfect Sacrament",
+	["description"] = "Complete 5 Black Sacrament contracts at the highest possible reward level.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 15,
+},
+[1449] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Hidden Sacrament",
+	["description"] = "Complete a Black Sacrament contract without being detected.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1450] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Blackest Sacrament",
+	["description"] = "Assassinate every target named by a Black Sacrament contract when commanded to by the Speaker.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 15,
+},
+[1451] =
+{
+	["Category_ID"] = 18,
+	["name"] = "First Contract",
+	["description"] = "Complete your first murder contract from the \"Marked for Death\" tome.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 5,
+},
+[1452] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Tenth Contract",
+	["description"] = "Complete 10 murder contracts from the \"Marked for Death\" tome.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1453] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Thirtieth Contract",
+	["description"] = "Complete 30 murder contracts from the \"Marked for Death\" tome.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 15,
+},
+[1454] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Lonely Sentinel",
+	["description"] = "Closely observe the silent vigil of the Ayleid Sentinel at Beldaburo in the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 5,
+},
+[1455] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Kvatch Murder Spree",
+	["description"] = "Murder 20 innocents in the Gold Coast city of Kvatch.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 5,
+},
+[1456] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Anvil Murder Spree",
+	["description"] = "Murder 20 innocents in the Gold Coast city of Anvil.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 5,
+},
+[1457] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Blood Tour",
+	["description"] = "In the capital city of each alliance, murder an innocent with the Blade of Woe.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1458] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Gold Coast Connections",
+	["description"] = "Aid each of the notable figures recently arrived on the Gold Coast.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 15,
+},
+[1459] =
+{
+	["Category_ID"] = 18,
+	["name"] = "First Cut",
+	["description"] = "Murder your first innocent with the Blade of Woe.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 5,
+},
+[1460] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Twenty-Fifth Cut",
+	["description"] = "Murder 25 innocents with the Blade of Woe.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 10,
+},
+[1461] =
+{
+	["Category_ID"] = 18,
+	["name"] = "One-Hundredth Cut",
+	["description"] = "Murder 100 innocents with the Blade of Woe.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 15,
+},
+[1462] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Sanctum Ophidia Conqueror",
+	["description"] = "Defeat the Celestial Serpent in Veteran Sanctum Ophidia.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1463] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Flawless Sacrament",
+	["description"] = "Complete each achievement associated with the Speaker's Black Sacrament contracts.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 50,
+},
+[1464] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Toxicologist",
+	["description"] = "Learn every trait for each of the Alchemy reagents listed below.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1465] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Torchbug Thorax",
+	["description"] = "Learn all the traits for the Torchbug Thorax Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1466] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Beetle Scuttle",
+	["description"] = "Learn all the traits for the Beetle Scuttle Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1467] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Spider Egg",
+	["description"] = "Learn all the traits for the Spider Egg Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1468] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Butterfly Wing",
+	["description"] = "Learn all the traits for the Butterfly Wing Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1469] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Fleshfly Larva",
+	["description"] = "Learn all the traits for the Fleshfly Larva Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1470] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Scrib Jelly",
+	["description"] = "Learn all the traits for the Scrib Jelly Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1471] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Nightshade",
+	["description"] = "Learn all the traits for the Nightshade Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1472] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Mudcrab Chitin",
+	["description"] = "Learn all the traits for the Mudcrab Chitin Alchemy reagent.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1474] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Hel Ra Citadel Conqueror",
+	["description"] = "Defeat the Celestial Warrior in Veteran Hel Ra Citadel.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1503] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Aetherian Archive Conqueror",
+	["description"] = "Defeat the Celestial Mage in Veteran Aetherian Archive.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1504] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Ruins of Mazzatun Vanquisher",
+	["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in the Ruins of Mazzatun.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1505] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Ruins of Mazzatun Conqueror",
+	["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1506] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Tree-Minder's Mania",
+	["description"] = "In Veteran Ruins of Mazzatun, defeat Tree-Minder Na-Kesh after enraging her by destroying her alchemical notes on Amber Plasm.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 50,
+},
+[1507] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Ruination",
+	["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun within 30 minutes of starting the dungeon. Timer starts on passing through the first archway.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 50,
+},
+[1508] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Unbowed",
+	["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun without suffering a group member death.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 50,
+},
+[1509] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Sludge-Slinger Slayer",
+	["description"] = "Defeat 50 Xit-Xaht Sludge-Slingers in Veteran Ruins of Mazzatun.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1510] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Xit-Xaht Slayer",
+	["description"] = "Defeat 600 members of the Xit-Xaht tribe in Veteran Ruins of Mazzatun.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1511] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Ruins of Mazzatun Challenger",
+	["description"] = "Complete the listed achievements for Veteran Ruins of Mazzatun.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 50,
+},
+[1512] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Mazzatun Massacre",
+	["description"] = "Defeat Tree-Minder Na-Kesh after first eliminating all other enemies in Ruins of Mazzatun.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1513] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Savior of the Su-Zahleel",
+	["description"] = "Rescue all six of the Su-Zahleel Elders from the Ritual Chamber in Veteran Ruins of Mazzatun.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1514] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Sapped Sludge Slingers",
+	["description"] = "Complete Ruins of Mazzatun without ever allowing a Sludge Slinger to empower one of its allies with Amber Plasm.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1515] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Haj Mota Matador",
+	["description"] = "Defeat the Mighty Chudan in Veteran Ruins of Mazzatun without any party members being hit by Bog Rush.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1516] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Obedience Training",
+	["description"] = "Defeat Xal-Nur the Slaver in Veteran Ruins of Mazzatun without unleashing any Wamasu to assist you.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1517] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Clean Freak",
+	["description"] = "Defeat Xal-Nur the Slaver in Veteran Ruins of Mazzatun with only one party member cleansing the Swamp Spice. Other party members may still touch the Swamp Spice.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1518] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Blind Luck",
+	["description"] = "Defeat Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun without any party members using the Reveal synergy to identify the real Avatar of the Hist.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1519] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Sticky Situation Savvy",
+	["description"] = "Defeat Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun without any party members being struck by Blistering Amber.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1520] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Shadows of the Hist Explorer",
+	["description"] = "Enter either the Ruins of Mazzatun or the Cradle of Shadows for the first time.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 5,
+},
+[1522] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Cradle of Shadows Vanquisher",
+	["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in the Cradle of Shadows.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1523] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Cradle of Shadows Conqueror",
+	["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in Veteran Cradle of Shadows.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1524] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Velidreth's Vengeance",
+	["description"] = "Defeat Velidreth in Veteran Cradle of Shadows, after first enraging her by defiling her statue of Mephala.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 50,
+},
+[1525] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Exterminator",
+	["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in Veteran Cradle of Shadows within 30 minutes of starting the dungeon. Timer starts on entering the initial caverns.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 50,
+},
+[1526] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Beacon in the Night",
+	["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in Veteran Cradle of Shadows without suffering a group member death.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 50,
+},
+[1527] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Iconoclast",
+	["description"] = "Destroy 50 statues of Velidreth's Devotion in Veteran Cradle of Shadows.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1528] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Spider Cult Slayer",
+	["description"] = "Defeat 600 members of the Silken Ring or their Spiderkith allies in Veteran Cradle of Shadows.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1529] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Cradle of Shadows Challenger",
+	["description"] = "Complete the listed achievements for Veteran Cradle of Shadows.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 50,
+},
+[1530] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Fear No Darkness",
+	["description"] = "Pass through the spider caves in Veteran Cradle of Shadows without lighting more than two braziers.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1531] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Shadowplay",
+	["description"] = "Defeat Khephidaen the Spiderkith in Veteran Cradle of Shadows without relighting any extinguished braziers.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1532] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Divided He Fell",
+	["description"] = "Defeat Dranos Velador in Veteran Cradle of Shadows without absorbing any orbs.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1533] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Web Walker",
+	["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members dying in the catacombs.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1534] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Embrace the Shadow",
+	["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without using the Atronach's Light synergy.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1535] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Nothing to See Here",
+	["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members being caught by her Shadow Sense.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1536] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Venomous Evasion",
+	["description"] = "Defeat Velidreth in Cradle of Shadows without any party members being hit by venom sacs.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 10,
+},
+[1538] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Shadows of the Hist Delver",
+	["description"] = "Complete Veteran Cradle of Shadows and Veteran Ruins of Mazzatun.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 50,
+},
+[1539] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Pumpkin Pairs Well With Guts",
+	["description"] = "Drink the Witchmother's Brew during the Witches Festival.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1540] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Plunder Skull Enthusiast",
+	["description"] = "Earn your first Plunder Skull.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1541] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Plunder Skull Aficionado",
+	["description"] = "Earn 50 Plunder Skulls.",
+	["Category"] = "Holiday Events",
+	["points"] = 10,
+},
+[1542] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Plunder Skull Fanatic",
+	["description"] = "Earn 100 Plunder Skulls.",
+	["Category"] = "Holiday Events",
+	["points"] = 15,
+},
+[1543] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Reaper's Harvest",
+	["description"] = "Complete the Witchmother's Bargain quest.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1545] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Happy Work For Hollowjack",
+	["description"] = "Collect and learn every chapter of the Hollowjack style book found during the Witches Festival.",
+	["Category"] = "Holiday Events",
+	["points"] = 50,
+},
+[1546] =
+{
+	["Category_ID"] = 9,
+	["name"] = "An Unsparing Harvest",
+	["description"] = "Complete the listed achievements for the Witches Festival.",
+	["Category"] = "Holiday Events",
+	["points"] = 50,
+},
+[1548] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Mud Ball Miscreant",
+	["description"] = "During the Mud Ball Merriment, share the joy of mud balls with each Alliance leader.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1549] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Banished Cells I Conqueror",
+	["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1550] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Bonebreaker I",
+	["description"] = "Defeat 350 Skeletons in Veteran Banished Cells I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1551] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Daedra Slayer I",
+	["description"] = "Defeat 100 Daedra in Veteran Banished Cells I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1552] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Banished Cells I Assassin",
+	["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I, all within twenty minutes. Timer starts when a group member enters the first hallway.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1553] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Banished Cells I Survivor",
+	["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1554] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Soul Splitter",
+	["description"] = "Defeat High Kinlord Rilis in Veteran Banished Cells I, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1555] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Banished Cells II Vanquisher",
+	["description"] = "Defeat Keeper Areldur, the Maw of the Infernal, Keeper Voranil, Keeper Imiril, Sister Sihna and Sister Vera, and High Kinlord Rilis in Banished Cells II.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1556] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Fungal Grotto I Conqueror",
+	["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw, and Kra'gh the Dreugh King in Veteran Fungal Grotto I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1557] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Goblin Slayer",
+	["description"] = "Defeat 450 Goblins in Veteran Fungal Grotto I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1558] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Dreugh Slayer",
+	["description"] = "Defeat 50 Dreugh in Veteran Fungal Grotto I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1559] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Fungal Grotto I Assassin",
+	["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw and Kra'gh the Dreugh King in Veteran Fungal Grotto I, all within 15 minutes. Timer starts when any player enters the tunnel after the first group of Goblins.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1560] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Fungal Grotto I Survivor",
+	["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw and Kra'gh the Dreugh King in Veteran Fungal Grotto I, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1561] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Catch of the Day",
+	["description"] = "Defeat the Dreugh King in Veteran Fungal Grotto I, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1562] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Fungal Grotto II Vanquisher",
+	["description"] = "Defeat Mephala's Fang, Gamyne Bandu, Ciirenas the Shepherd, the Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Fungal Grotto II.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1563] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Fungal Grotto II Survivor",
+	["description"] = "Defeat Mephala's Fang, Gamyne Bandu, Ciirenas the Sheperd, Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Veteran Fungal Grotto II, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1564] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Banished Cells II Survivor",
+	["description"] = "Defeat Keepers Imiril, Areldur, and Voranil, as well as the Maw of the Infernal and the Sisters Sihna and Vera, before defeating High Kinlord Rilis in Veteran Banished Cells II, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1565] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Spindleclutch I Conqueror",
+	["description"] = "Defeat Spindlekin, the Swarm Mother, Cerise the Widow-Maker, Big Rabbu, and the Whisperer in Veteran Spindleclutch I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1566] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Spider Slayer",
+	["description"] = "Defeat 600 Spiders in Veteran Spindleclutch I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1567] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Corrupted Slayer",
+	["description"] = "Defeat 350 Corrupted in Veteran Spindleclutch I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1568] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Spindleclutch I Assassin",
+	["description"] = "Defeat the Swarm Mother and the Whisperer in Veteran Spindleclutch I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of spiders.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1569] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Spindleclutch I Survivor",
+	["description"] = "Defeat the Swarm Mother and the Whisperer in Veteran Spindleclutch I, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1570] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Quiet at Last",
+	["description"] = "Defeat the Whisperer in Veteran Spindleclutch I, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1571] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Spindleclutch II Vanquisher",
+	["description"] = "Defeat Mad Martine, Blood Spawn, Praxin Douare, the Flesh Atronach Trio, Urvan Veleth, and Vorenor Winterbourne in Spindleclutch II.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1572] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Spindleclutch II Survivor",
+	["description"] = "Defeat Mad Mortine, Blood Spawn, Praxin Douare, the Flesh Atronach trio, Urvan Veleth, and Vorenor Winterbourne in Veteran Spindleclutch II, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1573] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Elden Hollow I Conqueror",
+	["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1574] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Darkfern Orc Slayer",
+	["description"] = "Defeat 400 Darkfern Orcs in Veteran Elden Hollow I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1575] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Alit Slayer",
+	["description"] = "Defeat 100 Alit in Veteran Elden Hollow I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1576] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Elden Hollow I Assassin",
+	["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Thalmor.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1577] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Elden Hollow I Survivor",
+	["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1578] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Canonreeve Reaver",
+	["description"] = "Defeat Canonreeve Oraneth in Veteran Elden Hollow I, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1579] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Elden Hollow II Vanquisher",
+	["description"] = "Defeat Dubroze the Infest, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame in Elden Hollow II.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1580] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Elden Hollow II Survivor",
+	["description"] = "Defeat Dubroze the Infestor, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1581] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Darkshade Caverns I Conqueror",
+	["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1582] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Pit Rat Slayer",
+	["description"] = "Defeat 175 Pit Rat Thugs in Veteran Darkshade Caverns I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1583] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Kwama Slayer",
+	["description"] = "Defeat 300 Kwama in Veteran Darkshade Caverns I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1584] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Darkshade Caverns I Assassin",
+	["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I within twenty minutes of starting the dungeon. Timer starts when a group member descends into the caverns.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1585] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Darkshade Caverns I Survivor",
+	["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1586] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Well Out of Warranty",
+	["description"] = "Defeat the Sentinel of Rkugamz in Veteran Darkshade Caverns I, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1587] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Darkshade Caverns II Vanquisher",
+	["description"] = "Defeat the Fallen Foreman, Transmuted Hive Lord, Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Darkshade Caverns II.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1588] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Darkshade Caverns II Survivor",
+	["description"] = "Defeat the Fallen Foreman, Transmuted Hive Lord, Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Veteran Darkshade Caverns II, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1589] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Wayrest Sewers I Conqueror",
+	["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varain Pellingare, and Allene Pellingare in Veteran Wayrest Sewers I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1590] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Skeever Slayer",
+	["description"] = "Defeat 800 Skeevers in Veteran Wayrest Sewers I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1591] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Mercenary Slayer",
+	["description"] = "Defeat 500 Pellingare Mercenaries in Veteran Wayrest Sewers I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1592] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Wayrest Sewers I Assassin",
+	["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varaine Pellingare, and Allene Pellingare in Veteran Wayrest Sewers I, all within fifteen minutes of starting the dungeon. Timer starts when any player enters the first tunnel to the right of the entrance chamber.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1593] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Wayrest Sewers I Survivor",
+	["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varaine Pellingare, and Allene in Veteran Wayrest Sewers I, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1594] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Down the Gutter",
+	["description"] = "Defeat Allene Pellingare in Veteran Wayrest Sewers I, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1595] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Wayrest Sewers II Vanquisher",
+	["description"] = "Defeat Malubeth the Scourger, Skull Reaper, Uulgarg the Risen, Garron the Returned, the Forgotten One, and Varaine and Allene Pellingare in Wayrest Sewers II.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1596] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Wayrest Sewers II Survivor",
+	["description"] = "Defeat Malubeth the Scourger, Garron the Returned, and Varaine and Allene Pellingare in Veteran Wayrest Sewers II, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1597] =
+{
+	["Category_ID"] = 5,
+	["name"] = "City of Ash I Conqueror",
+	["description"] = "Defeat the Infernal Guardian, Golor the Banekin Handler, the Warden of the Shrine, the Dark Ember, Rothariel Flameheart, and Razor Master Erthas in Veteran City of Ash I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 15,
+},
+[1598] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Deadlands Banekin Slayer",
+	["description"] = "Defeat 550 Banekin in Veteran City of Ash I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1599] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Flame Atronach Slayer",
+	["description"] = "Defeat 60 Flame Atronach in Veteran City of Ash I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1600] =
+{
+	["Category_ID"] = 5,
+	["name"] = "City of Ash I Assassin",
+	["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in Veteran City of Ash I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Daedra.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1601] =
+{
+	["Category_ID"] = 5,
+	["name"] = "City of Ash I Survivor",
+	["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in Veteran City of Ash I, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1602] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Fire Brigade",
+	["description"] = "Defeat Razor Master Erthas in Veteran City of Ash I, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1603] =
+{
+	["Category_ID"] = 4,
+	["name"] = "City of Ash II Vanquisher",
+	["description"] = "Defeat Horvantud the Fire Maw, the Ash Titan, and Valkyn Skoria in City of Ash II.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1604] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Arx Corinium Conqueror",
+	["description"] = "Complete Veteran Arx Corinium by defeating the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 15,
+},
+[1605] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Lamia Slayer",
+	["description"] = "Defeat 400 Lamias in Veteran Arx Corinium.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1606] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Snake Slayer",
+	["description"] = "Defeat 175 Giant Snakes in Veteran Arx Corinium.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1607] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Arx Corinium Assassin",
+	["description"] = "Defeat the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen in Veteran Arx Corinium within twenty minutes of starting the dungeon. Timer starts when players engage the first group of nesting serpents.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1608] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Arx Corinium Survivor",
+	["description"] = "Defeat the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen in Veteran Arx Corinium, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1609] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Snake Skinner",
+	["description"] = "Defeat Sellistrix the Lamia Queen in Veteran Arx Corinium, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1610] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Crypt of Hearts I Conqueror",
+	["description"] = "Defeat the Mage Master, Archmaster Siniel, Death's Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1611] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Crypt Zombie Slayer",
+	["description"] = "Defeat 400 Zombies in Veteran Crypt of Hearts I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1612] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Crypt Skeleton Slayer",
+	["description"] = "Defeat 400 Skeletons in Veteran Crypt of Hearts I.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1613] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Crypt of Hearts I Assassin",
+	["description"] = "Defeat the Mage Master, Archmaster Siniel, Death's Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of undead.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1614] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Crypt of Hearts I Survivor",
+	["description"] = "Defeat the Mage Master, Archmaster Siniel, Death's Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1615] =
+{
+	["Category_ID"] = 5,
+	["name"] = "A Crypt for Two",
+	["description"] = "Defeat the Ilambris Twins in Veteran Crypt of Hearts I, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1616] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Crypt of Hearts II Vanquisher",
+	["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, the Chamber Guardian, the Brothers Ilambris and the Ilambris Amalgam, Mezeluth, and Nerien'eth in Crypt of Hearts II.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1617] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Tempest Island Conqueror",
+	["description"] = "Complete Veteran Tempest Island by defeating Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 15,
+},
+[1618] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Tempest Lamia Slayer",
+	["description"] = "Defeat 600 Lamias in Veteran Tempest Island.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1619] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Sea Viper Slayer",
+	["description"] = "Defeat 550 Sea Vipers in Veteran Tempest Island.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1620] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Tempest Island Assassin",
+	["description"] = "Defeat Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir in Veteran Tempest Island within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Lamia.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1621] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Tempest Island Survivor",
+	["description"] = "Defeat Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir in Veteran Tempest Island, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1622] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Burial at Sea",
+	["description"] = "Defeat Stormreeve Neidir in Veteran Tempest Island, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1623] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Direfrost Keep Conqueror",
+	["description"] = "Complete Veteran Direfrost Keep by defeating Teethnasher the Frostbound, the Guardian of the Flame, Drodda's Apprentice, Drodda's Dreadlord, Iceheart, and Drodda of Icereach.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 15,
+},
+[1624] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Draugr Slayer",
+	["description"] = "Defeat 325 Draugr in Veteran Direfrost Keep.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1625] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Frozen Skeleton Slayer",
+	["description"] = "Defeat 350 Frozen Skeletons in Veteran Direfrost Keep.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1626] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Direfrost Keep Assassin",
+	["description"] = "Defeat Teethnasher the Frostbound, the Guardian of the Flame, Drodda's Apprentice, Drodda's Dreadlord, Iceheart, and Drodda of Icereach in Veteran Direfrost Keep within twenty minutes of starting the dungeon. Timer starts when any player enters the first bear-filled cavern.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1627] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Direfrost Keep Survivor",
+	["description"] = "Defeat Teethnasher the Frostbound, the Guardian of the Flame, Drodda's Apprentice, Drodda's Dreadlord, Iceheart, and Drodda of Icereach in Veteran Direfrost Keep, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1628] =
+{
+	["Category_ID"] = 5,
+	["name"] = "A Dish Served Cold",
+	["description"] = "Defeat Drodda of Icereach in Veteran Direfrost Keep, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1629] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Volenfell Conqueror",
+	["description"] = "Complete Veteran Volenfell by defeating the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 15,
+},
+[1630] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Treasure Hunter Slayer",
+	["description"] = "Defeat 250 Treasure Hunters in Veteran Volenfell.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1631] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Dwarven Construct Slayer",
+	["description"] = "Defeat 300 Dwarven Constructs in Veteran Volenfell.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1632] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Volenfell Assassin",
+	["description"] = "Defeat the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council in Veteran Volenfell within twenty minutes of starting the dungeon. Timer starts when players engage the first group of treasure hunters.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1633] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Volenfell Survivor",
+	["description"] = "Defeat the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council in Veteran Volenfell, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1634] =
+{
+	["Category_ID"] = 5,
+	["name"] = "They Were Just Rusty",
+	["description"] = "Defeat the Guardian Constructs in Veteran Volenfell, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1635] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Selene's Web Conqueror",
+	["description"] = "Complete Veteran Selene's Web by defeating Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 15,
+},
+[1636] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Selene's Bosmer Slayer",
+	["description"] = "Defeat 250 of Selene's Bosmer in Veteran Selene's Web.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1637] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Selene's Spider Slayer",
+	["description"] = "Defeat 250 Spiders in Veteran Selene's Web.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1638] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Selene's Web Assassin",
+	["description"] = "Defeat Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene in Veteran Selene's Web within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Bosmer.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1639] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Selene's Web Survivor",
+	["description"] = "Defeat Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene in Veteran Selene's Web, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1640] =
+{
+	["Category_ID"] = 5,
+	["name"] = "All Wrapped Up",
+	["description"] = "Defeat Selene in Veteran Selene's Web, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1641] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Blessed Crucible Conqueror",
+	["description"] = "Complete Veteran Blessed Crucible by defeating Grunt the Clever, the Pack, Teranya the Faceless, the Troll King, Captain Thoran, and the Lava Queen.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 15,
+},
+[1642] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Gladiator Slayer",
+	["description"] = "Defeat 500 Gladiators in Veteran Blessed Crucible.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1643] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Durzog Slayer",
+	["description"] = "Defeat 150 Durzogs in Veteran Blessed Crucible.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1644] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Blessed Crucible Assassin",
+	["description"] = "Defeat every boss in Veteran Blessed Crucible within twenty minutes of starting the dungeon. Timer starts when any group member cross the first bridge over lava.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1645] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Blessed Crucible Survivor",
+	["description"] = "Defeat Grunt the Clever, the Pack, Teranya the Faceless, the Troll King, Captain Thoran, and the Lava Queen in Veteran Blessed Crucible, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1646] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Coronation by Fire",
+	["description"] = "Defeat the Lava Queen in Veteran Blessed Crucible, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1647] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Blackheart Haven Conqueror",
+	["description"] = "Complete Veteran Blackheart Haven by defeating Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 15,
+},
+[1648] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Pirate Slayer",
+	["description"] = "Defeat 500 Haven Pirates in Veteran Blackheart Haven.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1649] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Harpy Slayer",
+	["description"] = "Defeat 400 Harpies in Veteran Blackheart Haven.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1650] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Blackheart Haven Assassin",
+	["description"] = "Defeat Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart in Veteran Blackheart Haven within twenty minutes of starting the dungeon. Timer starts when the first player leaves the starting docks.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1651] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Blackheart Haven Survivor",
+	["description"] = "Defeat Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart in Veteran Blackheart Haven, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1652] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Thoroughly Plundered",
+	["description"] = "Defeat Captain Blackheart in Veteran Blackheart Haven, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1653] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Vaults of Madness Conqueror",
+	["description"] = "Complete Veteran Vaults of Madness by defeating the Cursed One, Ulguna Soul-Reaver, Death's Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 15,
+},
+[1654] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Dremora Slayer",
+	["description"] = "Defeat 150 Dremora in Veteran Vaults of Madness.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1655] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Veteran Feral Shriven Slayer",
+	["description"] = "Defeat 750 Feral Shriven in Veteran Vaults of Madness.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 10,
+},
+[1656] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Vaults of Madness Assassin",
+	["description"] = "Defeat the Cursed One, Ulguna Soul-Reaver, Death's Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect in Veteran Vaults of Madness within twenty minutes of starting the dungeon. Timer starts when players engage the first group of tormentors.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1657] =
+{
+	["Category_ID"] = 5,
+	["name"] = "Vaults of Madness Survivor",
+	["description"] = "Defeat the Cursed One, Ulguna Soul-Reaver, Death's Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect in Veteran Vaults of Madness, without suffering a group member death.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1658] =
+{
+	["Category_ID"] = 5,
+	["name"] = "New Mayor of Crazy Town",
+	["description"] = "Defeat the Mad Architect in Veteran Vaults of Madness, after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Veteran Dungeons",
+	["points"] = 50,
+},
+[1659] =
+{
+	["Category_ID"] = 19,
+	["name"] = "Dro-m'Athra Style Master",
+	["description"] = "Learn every chapter in the dro-m'Athra style book, found in weekly quest reward containers for sealing the Maw of Lorkhaj.",
+	["Category"] = "Thieves Guild",
+	["points"] = 50,
+},
+[1660] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Order of the Hour Style Master",
+	["description"] = "Learn every chapter in the Order of the Hour style book, occasionally found in daily quest reward containers for successfully competing in the Kvatch Arena.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 50,
+},
+[1661] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Dark Brotherhood Style Master",
+	["description"] = "Learn every chapter in the Dark Brotherhood style book, often found in daily quest reward containers for fulfilling the Black Sacrament.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 50,
+},
+[1662] =
+{
+	["Category_ID"] = 18,
+	["name"] = "Minotaur Style Master",
+	["description"] = "Learn every chapter in the Minotaur style book, occasionally found in daily quest reward containers for resolving the disturbances at Tribune's Folly.",
+	["Category"] = "Dark Brotherhood",
+	["points"] = 50,
+},
+[1663] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Anomalous Scholar",
+	["description"] = "Discover and complete all five Magical Anomalies in Craglorn.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[1664] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Anka-Ra Consecrationist",
+	["description"] = "Discover and complete all five Anka-Ra Sites in Craglorn.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[1665] =
+{
+	["Category_ID"] = 6,
+	["name"] = "Nirncrux Inspector",
+	["description"] = "Discover and complete all five Iron Orc Nirncrux Mines in Craglorn.",
+	["Category"] = "Exploration",
+	["points"] = 15,
+},
+[1666] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Lava Foot Shuffle",
+	["description"] = "Dance the Lava Foot Stomp with another player at each Stonefalls tavern.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1667] =
+{
+	["Category_ID"] = 9,
+	["name"] = "The Charming Castle Duo",
+	["description"] = "During the Castle Charm Challenge in Stormhaven, perform with another player in front of each crowd.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1668] =
+{
+	["Category_ID"] = 9,
+	["name"] = "War Orphan's Benefactor",
+	["description"] = "While on the War Orphan's Sojourn in Grahtwood, donate both your time and your gold.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1669] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Fish Boon Angler",
+	["description"] = "Catch five of each type of fish traditionally served during the Fish Boon Feast in Shadowfen.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1670] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Five-Clawed Cat Burglar",
+	["description"] = "During the Trial of Five-Clawed Guile in Reaper's March, unlock all chests in 35 seconds or less.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1671] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Snow Bare Plunge",
+	["description"] = "During the Snow Bear Plunge in Eastmarch, leap into the freezing water with no armor equipped.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1672] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Stonetooth Belcher",
+	["description"] = "After hunting to supply the Stonetooth Bash, complement your feast by drinking some Betnikh Twice-Spiked Ale.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1673] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Signal Fire Zephyr",
+	["description"] = "During the Signal Fire Sprint in Bergama, light all signal fires in 35 seconds or less.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1674] =
+{
+	["Category_ID"] = 9,
+	["name"] = "New Life Celebrant",
+	["description"] = "Complete all New Life Festival celebrations across Tamriel.",
+	["Category"] = "Holiday Events",
+	["points"] = 10,
+},
+[1675] =
+{
+	["Category_ID"] = 9,
+	["name"] = "New Life Provisioner",
+	["description"] = "Learn all of the New Life Festival recipes.",
+	["Category"] = "Holiday Events",
+	["points"] = 10,
+},
+[1676] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Skinchanger Style Master",
+	["description"] = "Learn every chapter in the Skinchanger style book, occasionally found in reward containers while participating in the New Life Festival.",
+	["Category"] = "Holiday Events",
+	["points"] = 50,
+},
+[1677] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Glory of Magnus",
+	["description"] = "Complete each of the achievements associated with the New Life Festival.",
+	["Category"] = "Holiday Events",
+	["points"] = 50,
+},
+[1678] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Risk and Challenge",
+	["description"] = "Complete the first of Bolgrul's Undaunted challenges.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1679] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Gold and Bragging Rights",
+	["description"] = "Complete 10 of Bolgrul's Undaunted challenges.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1680] =
+{
+	["Category_ID"] = 1,
+	["name"] = "A Crown of Your Own Trousers",
+	["description"] = "Complete 30 of Bolgrul's Undaunted challenges.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1681] =
+{
+	["Category_ID"] = 1,
+	["name"] = "No Ground Given",
+	["description"] = "Complete your first Dark Anchor contract for Cardea Gallus.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1682] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Return to Sender",
+	["description"] = "Complete 10 Dark Anchor contracts for Cardea Gallus.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1683] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Stay Out Of Tamriel",
+	["description"] = "Complete 30 Dark Anchor contracts for Cardea Gallus.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1684] =
+{
+	["Category_ID"] = 1,
+	["name"] = "The Madness Isn't Catching",
+	["description"] = "Recover your first Mad God's relic for Alvur Baren.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1685] =
+{
+	["Category_ID"] = 1,
+	["name"] = "But I'd Say It's Rather Fetching",
+	["description"] = "Recover 10 Mad God's relics for Alvur Baren.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1686] =
+{
+	["Category_ID"] = 1,
+	["name"] = "With Butterflies A-Retching",
+	["description"] = "Recover 30 Mad God's relics for Alvur Baren.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1687] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Blooded Duelist",
+	["description"] = "Win your first duel against another player.",
+	["Category"] = "Character",
+	["points"] = 5,
+},
+[1688] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Seasoned Duelist",
+	["description"] = "Win 25 duels against other players.",
+	["Category"] = "Character",
+	["points"] = 10,
+},
+[1689] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Master Duelist",
+	["description"] = "Win 100 duels against other players.",
+	["Category"] = "Character",
+	["points"] = 15,
+},
+[1690] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Bloodroot Forge Vanquisher",
+	["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Bloodroot Forge.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1691] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Bloodroot Forge Conqueror",
+	["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Veteran Bloodroot Forge.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1692] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Veteran Firehide Slayer",
+	["description"] = "Defeat 50 Dreadhorn Firehides in Veteran Bloodroot Forge.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1693] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Veteran Dreadhorn Warrior Slayer",
+	["description"] = "Defeat 300 Dreadhorn Blade-Bearers, Manhunters, and Clanslayers in Veteran Bloodroot Forge.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1694] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Right to the Root of the Problem",
+	["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Veteran Bloodroot Forge within twenty minutes of starting the dungeon. Timer starts when players pass the first Dreadhorn campsite.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 50,
+},
+[1695] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Parched Earth",
+	["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Veteran Bloodroot Forge, without suffering a group member death.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 50,
+},
+[1696] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Tempered Tantrum",
+	["description"] = "Defeat the Earthgore Amalgam in Veteran Bloodroot Forge after invoking the Scroll of Glorious Battle.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 50,
+},
+[1697] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Blood, Sweat and Fire",
+	["description"] = "Use the Stonefire Crucible to stun five targets and the Flameslake Cauldron to cool five lava pools within Bloodroot Forge.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 5,
+},
+[1698] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Falkreath Hold Vanquisher",
+	["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Falkreath Hold.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1699] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Falkreath Hold Conqueror",
+	["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Veteran Falkreath Hold.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1700] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Veteran Minotaur Trampler Slayer",
+	["description"] = "Defeat 60 Dreadhorn Tramplers in Veteran Falkreath Hold.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1701] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Veteran Dreadhorn Mage Slayer",
+	["description"] = "Defeat 150 Dreadhorn Town-Razers, Wildtamers, and Firebrands in Veteran Falkreath Hold.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1702] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Bull Rush",
+	["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Veteran Falkreath Hold within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Dreadhorn invaders.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 50,
+},
+[1703] =
+{
+	["Category_ID"] = 16,
+	["name"] = "The Unbroken Line",
+	["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Veteran Falkreath Hold, without suffering a group member death.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 50,
+},
+[1704] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Taking the Bull by the Horns",
+	["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold after sounding the Warhorn in the Jarl's Hall.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 50,
+},
+[1705] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Saluting the Honored Dead",
+	["description"] = "Cleanse 1000 corpses in Falkreath Hold's Hall of the Dead on any difficulty.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 5,
+},
+[1707] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Green No Longer",
+	["description"] = "Complete one Undaunted Pledge bestowed by Urgarlag Chief-bane.",
+	["Category"] = "Dungeons",
+	["points"] = 5,
+},
+[1708] =
+{
+	["Category_ID"] = 4,
+	["name"] = "A Bloody Business",
+	["description"] = "Complete 10 Undaunted Pledges bestowed by Urgarlag Chief-bane.",
+	["Category"] = "Dungeons",
+	["points"] = 10,
+},
+[1709] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Seeker of the Unknown",
+	["description"] = "Complete 50 Undaunted Pledges bestowed by Urgarlag Chief-bane.",
+	["Category"] = "Dungeons",
+	["points"] = 15,
+},
+[1710] =
+{
+	["Category_ID"] = 4,
+	["name"] = "Urgarlag's Cohort",
+	["description"] = "Complete 100 Undaunted Pledges bestowed by Urgarlag Chief-bane.",
+	["Category"] = "Dungeons",
+	["points"] = 50,
+},
+[1712] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Ancestral Tombs Hunter",
+	["description"] = "Find all 30 ancestral tombs in Vvardenfell, make a rubbing of the information they contain, and deliver these rubbings to Librarian Bradyn to discover the location of the lost Library of Andule.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1713] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Yokudan Style Master",
+	["description"] = "Learn every chapter in the Yokudan style book, occasionally found in repeatable quest reward containers in Craglorn.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1714] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Celestial Style Master",
+	["description"] = "Learn every chapter in the Celestial style book, found in the weekly quest reward containers for Craglorn Trials.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1715] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Draugr Style Master",
+	["description"] = "Learn every chapter in the Draugr style book, found in reward containers from daily quests for the Fighters Guild, the Mages Guild, and Bolgrul of the Undaunted.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1716] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Lord of Misrule",
+	["description"] = "Complete the challenges set forth by Jester Ayrenn, Jester Emeric, and Jester Jorunn and be crowned Lord of Misrule.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1717] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Princess Rescuer",
+	["description"] = "Rescue Jester Skald-King Jorunn's visiting princess without being spotted by the Butcher.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1718] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Smile, in the Name of the Queen",
+	["description"] = "Festoon 20 players with cherry blossoms during the Jester's Festival.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1719] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Illusive Dazzler",
+	["description"] = "Use a total of 50 illusion dazzlers.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1720] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Dazzling Entertainer",
+	["description"] = "Bring some color to each of the Undaunted Enclaves with an Illusion Dazzler during the Jester's Festival.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1721] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Jester's Personal Chef",
+	["description"] = "Acquire and learn all of the Jester's Festival provisioning recipes.",
+	["Category"] = "Holiday Events",
+	["points"] = 10,
+},
+[1723] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Royal Jester",
+	["description"] = "Complete each of the Jester's Festival achievements.",
+	["Category"] = "Holiday Events",
+	["points"] = 50,
+},
+[1724] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Permanent Tenant",
+	["description"] = "Obtain and enter any of the following inn rooms.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1725] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Homeowner",
+	["description"] = "Obtain and enter any of the following staple homes.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1726] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Landowner",
+	["description"] = "Obtain and enter any of the following classic homes.",
+	["Category"] = "Housing",
+	["points"] = 10,
+},
+[1727] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Clan Father",
+	["description"] = "Obtain and enter Serenity Falls Estate.",
+	["Category"] = "Housing",
+	["points"] = 50,
+},
+[1728] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Lord",
+	["description"] = "Obtain and enter Daggerfall Overlook.",
+	["Category"] = "Housing",
+	["points"] = 50,
+},
+[1729] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Councilor",
+	["description"] = "Obtain and enter Ebonheart Chateau.",
+	["Category"] = "Housing",
+	["points"] = 50,
+},
+[1730] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Count",
+	["description"] = "Obtain and enter all three of the following notable homes.",
+	["Category"] = "Housing",
+	["points"] = 50,
+},
+[1731] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Suite Decorator",
+	["description"] = "Decorate a home you own with at least 75 Suite furnishings.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1732] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Parlor Decorator",
+	["description"] = "Decorate a home you own with at least 50 Parlor furnishings.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1733] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Library Decorator",
+	["description"] = "Decorate a home you own with at least 50 Library furnishings.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1734] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Dining Room Decorator",
+	["description"] = "Decorate a home you own with at least 50 Dining Room furnishings.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1735] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Courtyard Decorator",
+	["description"] = "Decorate a home you own with at least 30 Courtyard furnishings.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1736] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Undercroft Decorator",
+	["description"] = "Decorate a home you own with at least 20 Undercroft furnishings.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1737] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Hearth Decorator",
+	["description"] = "Decorate a home you own with at least 50 Hearth furnishings.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1738] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Gallery Decorator",
+	["description"] = "Decorate a home you own with at least 40 Gallery furnishings.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1739] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Workshop Decorator",
+	["description"] = "Decorate a home you own with at least 50 Workshop furnishings.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1740] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Lighting Decorator",
+	["description"] = "Decorate a home you own with at least 20 Lighting furnishings.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1741] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Conservatory Decorator",
+	["description"] = "Decorate a home you own with at least 100 Conservatory furnishings.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1742] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Structural Decorator",
+	["description"] = "Decorate a home you own with at least 20 Structure furnishings.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1744] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Eclectic Decorator",
+	["description"] = "Decorate a home you own with at least 20 Miscellaneous furnishings.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1745] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Apprentice Decorator",
+	["description"] = "Decorate a home you own with at least 50 objects.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1746] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Journeyman Decorator",
+	["description"] = "Decorate a home you own with at least 100 objects.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1747] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Expert Decorator",
+	["description"] = "Decorate a home you own with at least 200 objects.",
+	["Category"] = "Housing",
+	["points"] = 10,
+},
+[1748] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Master Decorator",
+	["description"] = "Decorate a home you own with at least 300 objects.",
+	["Category"] = "Housing",
+	["points"] = 15,
+},
+[1749] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Grand Master Decorator",
+	["description"] = "Decorate a home you own with at least 350 objects. Truly, a hoard to rival those of legend.",
+	["Category"] = "Housing",
+	["points"] = 50,
+},
+[1750] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Party Planner",
+	["description"] = "Have at least 3 other players visit your home simultaneously.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1751] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Resident Crafter",
+	["description"] = "Craft an item from the comfort of your own home.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1752] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Practiced Warrior",
+	["description"] = "Deal 1,000,000 damage to training dummies in any home.",
+	["Category"] = "Housing",
+	["points"] = 5,
+},
+[1753] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Expert Warrior",
+	["description"] = "Deal 10,000,000 damage to training dummies in any home.",
+	["Category"] = "Housing",
+	["points"] = 10,
+},
+[1754] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Master Warrior",
+	["description"] = "Deal 50,000,000 damage to training dummies in any home.",
+	["Category"] = "Housing",
+	["points"] = 15,
+},
+[1755] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Novice Woodworking Furnisher",
+	["description"] = "Learn your first Woodworking Blueprint.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1756] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Woodworking Furnisher",
+	["description"] = "Learn 50 Woodworking Blueprints.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1757] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Woodworking Furnisher",
+	["description"] = "Learn 200 Woodworking Blueprints.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1758] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Novice Blacksmithing Furnisher",
+	["description"] = "Learn your first Blacksmithing Diagram.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1759] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Blacksmithing Furnisher",
+	["description"] = "Learn 25 Blacksmithing Diagrams.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1760] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Blacksmithing Furnisher",
+	["description"] = "Learn 100 Blacksmithing Diagrams.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1761] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Novice Clothing Furnisher",
+	["description"] = "Learn your first Clothing Pattern.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1762] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Clothing Furnisher",
+	["description"] = "Learn 25 Clothing Patterns.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1763] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Clothing Furnisher",
+	["description"] = "Learn 100 Clothing Patterns.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1764] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Novice Alchemy Furnisher",
+	["description"] = "Learn your first Alchemy Formula.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1765] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Alchemy Furnisher",
+	["description"] = "Learn 10 Alchemy Formulas.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1766] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Alchemy Furnisher",
+	["description"] = "Learn 25 Alchemy Formulas.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1767] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Novice Enchanting Furnisher",
+	["description"] = "Learn your first Enchanting Praxis.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1768] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Enchanting Furnisher",
+	["description"] = "Learn 50 Enchanting Praxises.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1769] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Novice Provisioning Furnisher",
+	["description"] = "Learn your first Provisioning Design.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1770] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Provisioning Furnisher",
+	["description"] = "Learn 25 Provisioning Designs.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1771] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Provisioning Furnisher",
+	["description"] = "Learn 100 Provisioning Designs.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1772] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Enchanting Furnisher",
+	["description"] = "Learn 15 Enchanting Praxises.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1774] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Heartwood Harvester",
+	["description"] = "Harvest your first unit of Heartwood.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1775] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Heartwood Harvester",
+	["description"] = "Harvest 25 units of Heartwood.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1776] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Heartwood Harvester",
+	["description"] = "Harvest 100 units of Heartwood.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1777] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Mundane Rune Harvester",
+	["description"] = "Harvest your first Mundane Rune.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1778] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Mundane Rune Harvester",
+	["description"] = "Harvest 25 Mundane Runes.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1779] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Mundane Rune Harvester",
+	["description"] = "Harvest 100 Mundane Runes.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1780] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Clean Pelt Harvester",
+	["description"] = "Harvest your first Clean Pelt.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1781] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Clean Pelt Harvester",
+	["description"] = "Harvest 25 Clean Pelts.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1782] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Clean Pelt Harvester",
+	["description"] = "Harvest 100 Clean Pelts.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1783] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Regulus Harvester",
+	["description"] = "Harvest your first unit of Regulus.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1784] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Regulus Harvester",
+	["description"] = "Harvest 25 units of Regulus.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1785] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Regulus Harvester",
+	["description"] = "Harvest 100 units of Regulus.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1786] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Bast Harvester",
+	["description"] = "Harvest your first unit of Bast.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1787] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Bast Harvester",
+	["description"] = "Harvest 25 units of Bast.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1788] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Bast Harvester",
+	["description"] = "Harvest 100 units of Bast.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1789] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Resin Harvester",
+	["description"] = "Harvest your first unit of Alchemical Resin.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1790] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Resin Harvester",
+	["description"] = "Harvest 25 units of Alchemical Resin.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1791] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Resin Harvester",
+	["description"] = "Harvest 100 units of Alchemical Resin.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1792] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Wax Harvester",
+	["description"] = "Harvest your first unit of Decorative Wax.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[1793] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Wax Harvester",
+	["description"] = "Harvest 25 units of Decorative Wax.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1794] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Wax Harvester",
+	["description"] = "Harvest 100 units of Decorative Wax.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1795] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Mazzatun Style Master",
+	["description"] = "Collect and learn every chapter in the Mazzatun style book, found on Tree-Minder Na-Kesh in Ruins of Mazzatun.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 50,
+},
+[1796] =
+{
+	["Category_ID"] = 17,
+	["name"] = "Silken Ring Style Master",
+	["description"] = "Collect and learn every chapter in the Silken Ring style book, found on Velidreth in Cradle of Shadows.",
+	["Category"] = "Shadows of the Hist",
+	["points"] = 50,
+},
+[1797] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Ra Gada Style Master",
+	["description"] = "Collect and learn every chapter in the Ra Gada style book, found in Craglorn.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1798] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Ebony Style Master",
+	["description"] = "Collect and learn every chapter in the Ebony style book, sold in exchange for Writ Vouchers.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1799] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Crafter",
+	["description"] = "Complete your first Master Writ.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[1800] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master of Many Crafts",
+	["description"] = "Complete 25 Master Writs.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[1801] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Unsurpassed Crafter",
+	["description"] = "Complete 100 Master Writs.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[1802] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Songbird Silencer",
+	["description"] = "Defeat the nereid Kimbrudhil the Songbird at Shipwreck Cove.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1803] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Salothan's Cursebreaker",
+	["description"] = "Defeat Orator Salothan, Regent Beleth, General Tanasa, and Councilor Raynis at Salothan's Council.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1804] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Consort Killer",
+	["description"] = "Defeat the Queen's Consort at Missir-Dadalit Egg Mine.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1805] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Breaker of the Unbroken",
+	["description"] = "Defeat the nix-ox Nilthog the Unbroken at Nilthog's Hollow.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1806] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Wuyuvus Slayer",
+	["description"] = "Defeat Wuyuvus the Hunger at Sulipund Grange.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1807] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Cheater Defeater",
+	["description"] = "Defeat the Skaafin, Mehz the Cozener, at Dubdil Alar Tower and seal the rift to Oblivion.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1808] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Halls of Fabrication Completed",
+	["description"] = "Defeat the Assembly General and assist Divayth Fyr in stopping the flood of animunculi coming from the Halls of Fabrication.",
+	["Category"] = "Morrowind",
+	["points"] = 15,
+},
+[1809] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Time Trial: Halls of Fabrication",
+	["description"] = "Complete Veteran Halls of Fabrication within a time limit of 40 minutes. Your trial begins when you enter Abanabi Cave beneath Tel Fyr.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1810] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Halls of Fabrication Conqueror",
+	["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1811] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Well-Oiled Machine",
+	["description"] = "Complete Veteran Halls of Fabrication without suffering a group member death.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1812] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Freeholder",
+	["description"] = "Obtain and enter at least three of the following staple homes.",
+	["Category"] = "Housing",
+	["points"] = 10,
+},
+[1813] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Citizen",
+	["description"] = "Obtain and enter at least five of the following staple homes.",
+	["Category"] = "Housing",
+	["points"] = 15,
+},
+[1814] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Landlord",
+	["description"] = "Obtain and enter at least three of the following classic homes.",
+	["Category"] = "Housing",
+	["points"] = 15,
+},
+[1815] =
+{
+	["Category_ID"] = 8,
+	["name"] = "Land Baron",
+	["description"] = "Obtain and enter at least five of the following classic homes.",
+	["Category"] = "Housing",
+	["points"] = 50,
+},
+[1816] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Cooling Your Heels",
+	["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam without taking damage from the Molten Nirncrux flowing through Veteran Bloodroot Forge.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1817] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Hot Pursuit",
+	["description"] = "Complete Veteran Bloodroot Forge without any member of your group ever being struck by a Lava Ball spit by a Fire Shalk.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1818] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Magma Masher",
+	["description"] = "Use Galchobhar's Mantle Breaker attack to dissipate a Lava Ball fired by a Fire Shalk while in Veteran Bloodroot Forge.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1819] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Wildlife Sanctuary",
+	["description"] = "Defeat Caillaoife without allowing any Nirnblooded creatures to remain within her Nature's Preservation barrier for more than three seconds while in Veteran Bloodroot Forge.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1820] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Boulder Bounder",
+	["description"] = "Defeat Galchobhar without any group members being affected by his Scorched Earth and Flames of Galchobhar attacks in Veteran Bloodroot Forge.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1821] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Shalk Shaker",
+	["description"] = "Defeat Galchobhar without anyone in your group killing a Fire Shalk during your battle with him in Veteran Bloodroot Forge.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1822] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Hand Wrought Victory",
+	["description"] = "Defeat the Earthgore Amalgam in Veteran Bloodroot Forge without any member of your group activating the Stonefire Crucible or Flameslake Cauldron.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1823] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Artisan of Pain",
+	["description"] = "Personally use both the Stonefire Crucible and the Flameslake Cauldron to defeat the Earthgore Amalgam in Veteran Bloodroot Forge.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 10,
+},
+[1824] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Tribunal Preacher",
+	["description"] = "Read all 36 Sermons of Vivec scattered across Vvardenfell.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1825] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Ashlander Associate",
+	["description"] = "Complete your first daily quest for Huntmaster Sorim-Nakar or Numani-Rasi.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1826] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Strider Caravaner",
+	["description"] = "Visit the silt strider caravaner at each of the stations in Vvardenfell.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1827] =
+{
+	["Category_ID"] = 12,
+	["name"] = "The Pilgrim's Path",
+	["description"] = "Visit the Shrines of the Seven Graces and read the inscription on each shine.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1828] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Daedric Explorer",
+	["description"] = "Visit all of the Daedric ruins in Vvardenfell.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1829] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Halls of Fabrication Vanquisher",
+	["description"] = "Defeat the Assembly General after empowering it by resetting the circuit breaker in Veteran Halls of Fabrication.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1830] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Refabricant Slayer",
+	["description"] = "Defeat 100 Calefactors, Capacitors, or Dissectors in the Halls of Fabrication.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1831] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Power House",
+	["description"] = "Defeat the Pinnacle Factotum without ever using energy from the generator to break a Refabricated Sphere's shield, in Veteran Halls of Fabrication.",
+	["Category"] = "Morrowind",
+	["points"] = 15,
+},
+[1832] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Planned Obsolescence",
+	["description"] = "Defeat the Refabrication Committee in Veteran Halls of Fabrication without ever allowing the Reclaimer to overcharge a Ruined Factotum.",
+	["Category"] = "Morrowind",
+	["points"] = 15,
+},
+[1833] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Environmentally Conscious",
+	["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication without any group member dying to traps and hazards.",
+	["Category"] = "Morrowind",
+	["points"] = 15,
+},
+[1834] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Terminal Terminator",
+	["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication without letting any Terminals complete their activation sequence.",
+	["Category"] = "Morrowind",
+	["points"] = 15,
+},
+[1835] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Accept No Substitute",
+	["description"] = "Defeat 5 of each of the Tactical Facsimiles that the Assembly General creates, on any difficulty.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1836] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Dynamo",
+	["description"] = "Complete each of the following achievements related to defeating the Assembly General:",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1837] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Stress Tested",
+	["description"] = "Complete Veteran Halls of Fabrication after resetting the circuit breaker and empowering the Assembly General, all without suffering a group member death.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1838] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Like Clockwork",
+	["description"] = "Complete Veteran Halls of Fabrication after resetting the circuit breaker and empowering the Assembly General, all within 40 minutes of entering Abanabi Cave and without suffering a group member death.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1839] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Kill Process",
+	["description"] = "Defeat one Hunter-Killer Fabricant while the other still has at least half of its health remaining, before defeating the remaining Fabricant in Veteran Halls of Fabrication.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1840] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Arc-Custodian",
+	["description"] = "In Veteran Halls of Fabrication, defeat the Archcustodian using six or fewer Shock Pylons without ever missing an opportunity to disable it with one.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1841] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Scholar of Seht's Mysteries",
+	["description"] = "Discover all the notes scattered throughout the Halls of Fabrication.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1842] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Cliff Striders' Bane",
+	["description"] = "Do your part to eliminate the cliff strider menace by killing 100 cliff striders or cliff skippers in Vvardenfell.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1843] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Morrowind Skyshard Hunter",
+	["description"] = "Discover all 18 Skyshards in Vvardenfell.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1844] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Clockwork City Skyshard Hunter",
+	["description"] = "Discover all 6 Skyshards in the Clockwork City.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[1845] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Summerset Skyshard Hunter",
+	["description"] = "Discover all 18 Skyshards in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[1846] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Nchuleftingth Group Event",
+	["description"] = "Defeat Nchulaeon the Eternal in Nchuleftingth.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1847] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Loop Eradicator",
+	["description"] = "Save Dubdil Alar from the consequences of his temporal experiments.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1848] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Defender of Morrowind",
+	["description"] = "Defeat all six world bosses in Vvardenfell.",
+	["Category"] = "Morrowind",
+	["points"] = 15,
+},
+[1849] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Voice of the Failed Incarnates",
+	["description"] = "Disprove the dangerous claims of the Ashlander Chodala.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1850] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Bearer of the Blessed Staff",
+	["description"] = "Recover the Blessed Staff, Sunna'rah, from the Ashlander Chodala, and determine the true nature of the threat to Lord Vivec.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1851] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Hand of a Living God",
+	["description"] = "Follow a grave threat into Clockwork City, and recover Lord Vivec's stolen power.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1852] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Champion of Vivec",
+	["description"] = "Restore Lord Vivec's lost power, save Vivec City, and be named Champion of Vivec.",
+	["Category"] = "Morrowind",
+	["points"] = 15,
+},
+[1853] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Nchuleftingth Vanquisher",
+	["description"] = "Defeat three of the champions in Nchuleftingth.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1854] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Nchuleftingth Conqueror",
+	["description"] = "Defeat all of the champions in Nchuleftingth.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1855] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Forgotten Wastes Group Event",
+	["description"] = "Defeat Stone-Boiler Omalas, Brander Releth, and Mountain-Caller Hlaren in the Forgotten Wastes.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1856] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Forgotten Wastes Vanquisher",
+	["description"] = "Defeat three of the champions in the Forgotten Wastes.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1857] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Forgotten Wastes Conqueror",
+	["description"] = "Defeat all of the champions in the Forgotten Wastes.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1858] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Khartag Point Explorer",
+	["description"] = "Explore and clear Khartag Point.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1859] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Ashalmawia Explorer",
+	["description"] = "Explore and clear Ashalmawia.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1860] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Zainsipilu Explorer",
+	["description"] = "Explore and clear Zainsipilu.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1861] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Matus-Akin Egg Mine Explorer",
+	["description"] = "Explore and clear Matus-Akin Egg Mine.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1862] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Pulk Explorer",
+	["description"] = "Explore and clear Pulk.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1863] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Nchuleft Explorer",
+	["description"] = "Explore and clear Nchuleft.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1864] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Morrowind Cave Delver",
+	["description"] = "Explore and clear all six explorable caves in Vvardenfell.",
+	["Category"] = "Morrowind",
+	["points"] = 15,
+},
+[1865] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Morrowind Pathfinder",
+	["description"] = "Discover all the striking locales in Vvardenfell.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1866] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Morrowind Master Explorer",
+	["description"] = "Discover and clear all caves and striking locales in Vvardenfell.",
+	["Category"] = "Morrowind",
+	["points"] = 15,
+},
+[1867] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Morrowind Grand Adventurer",
+	["description"] = "Complete 32 quests in Vvardenfell.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1868] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Savior of Morrowind",
+	["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Morrowind.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1869] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Rising Sun",
+	["description"] = "Help the Argonian slave, Sun-in-Shadow, gain her freedom.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1870] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Naryu's Confidant",
+	["description"] = "Help Naryu Virian and the Morag Tong in and around Balmora.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1871] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Scarlet Judge",
+	["description"] = "Help the Scarlet Judge foil Marshal Hlaren's plot in Suran.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1872] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Kwama Miner",
+	["description"] = "Save the people of Gnisis from economic ruin by restoring the future of their kwama mine.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1873] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Hand of the Mistress",
+	["description"] = "Foil a usuper's plot, and assist Mistress Dratha with plans to prolong her life.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1874] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Pilgrim Protector",
+	["description"] = "End the threat to the pilgrims at Molag Mar.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1875] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Narsis's Apprentice",
+	["description"] = "Help Narsis Dren discover the secret of the Veloth Ancestral Tomb.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1876] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Ald'ruhn Annalist",
+	["description"] = "Discover the secret of the Hleran Ancestral Tomb.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1877] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Ebony Enforcer",
+	["description"] = "Discover the truth behind the sudden spike in production at Vassir-Didanat ebony mine.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1878] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Ashwalker",
+	["description"] = "Complete 10 daily quests for Huntmaster Sorim-Nakar or Numani-Rasi.",
+	["Category"] = "Morrowind",
+	["points"] = 10,
+},
+[1879] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Clanfriend",
+	["description"] = "Complete 30 daily quests for Huntmaster Sorim-Nakar or Numani-Rasi.",
+	["Category"] = "Morrowind",
+	["points"] = 15,
+},
+[1880] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Ashlands Stalker",
+	["description"] = "Complete all seven daily hunts for Huntmaster Sorim-Nakar.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1881] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Ashlands Relic Preserver",
+	["description"] = "Complete all seven relic preservation daily quests given by Numani-Rasi.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1882] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Morrowind Master Angler",
+	["description"] = "Catch all 12 rare fish in Vvardenfell.",
+	["Category"] = "Morrowind",
+	["points"] = 5,
+},
+[1883] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Mayhem Connoisseur",
+	["description"] = "Receive the blessing of the Whitestrake at one of the Alliance Gates during the Midyear Mayhem.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1884] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Echo of Pelinal's Fury",
+	["description"] = "Read a Scroll of Pelinal's Ferocity during the Midyear Mayhem.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1885] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Blessed of the Whitestrake",
+	["description"] = "Acquire your first \"Pelinal's Midyear Boon Box\".",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1886] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Chosen of the Whitestrake",
+	["description"] = "Acquire your 10th \"Pelinal's Midyear Boon Box\".",
+	["Category"] = "Holiday Events",
+	["points"] = 10,
+},
+[1887] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Hand of the Whitestrake",
+	["description"] = "Acquire your 25th \"Pelinal's Midyear Boon Box\".",
+	["Category"] = "Holiday Events",
+	["points"] = 15,
+},
+[1888] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Wrath of the Whitestrake",
+	["description"] = "Defeat 50 opponents during the Midyear Mayhem.",
+	["Category"] = "Holiday Events",
+	["points"] = 15,
+},
+[1889] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Pelinavant the Scourge",
+	["description"] = "Win a Battleground match during the Midyear Mayhem.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1890] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Pelinaline the Bloody",
+	["description"] = "Capture a Keep in Cyrodiil during the Midyear Mayhem.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1891] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Pelinerrif Insurgent",
+	["description"] = "Capture an Imperial District during the Midyear Mayhem.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[1892] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Star-Made Knight",
+	["description"] = "Complete each of the Midyear Mayhem achievements.",
+	["Category"] = "Holiday Events",
+	["points"] = 50,
+},
+[1893] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Pit Bully",
+	["description"] = "Defeat 10 opponents in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 5,
+},
+[1894] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Pit Fighter",
+	["description"] = "Defeat 250 opponents in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1895] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Pit Hero",
+	["description"] = "Defeat 1,000 opponents in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[1896] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Newblood Relic Hunter",
+	["description"] = "Capture your first Relic in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 5,
+},
+[1897] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Veteran Relic Hunter",
+	["description"] = "Capture 20 Relics in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1898] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Grand Relic Hunter",
+	["description"] = "Capture 100 Relics in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[1899] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Newblood Relic Guardian",
+	["description"] = "Defeat a Relic carrier for the first time in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 5,
+},
+[1900] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Veteran Relic Guardian",
+	["description"] = "Defeat 20 Relic carriers in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1901] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Grand Relic Guardian",
+	["description"] = "Defeat 100 Relic carriers in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[1902] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Newblood Standard-Bearer",
+	["description"] = "Seize your first Capture Point in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 5,
+},
+[1903] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Veteran Standard-Bearer",
+	["description"] = "Seize 50 Capture Points in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1904] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Grand Standard-Bearer",
+	["description"] = "Seize 250 Capture Points in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[1905] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Newblood Standard-Guardian",
+	["description"] = "Earn 10 Defensive Execution Medals by defeating opponents attacking one of your Capture Points.",
+	["Category"] = "Player VS Player",
+	["points"] = 5,
+},
+[1906] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Veteran Standard-Guardian",
+	["description"] = "Earn 100 Defensive Execution Medals by defeating opponents attacking one of your Capture Points.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1907] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Grand Standard-Guardian",
+	["description"] = "Earn 500 Defensive Execution Medals by defeating opponents attacking one of your Capture Points.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[1908] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Victor",
+	["description"] = "Win a Battleground match for the first time.",
+	["Category"] = "Player VS Player",
+	["points"] = 5,
+},
+[1909] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Crowd Favorite",
+	["description"] = "Win 10 Battleground matches.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1910] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Conquering Hero",
+	["description"] = "Win 50 Battleground matches.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[1911] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Gladiator",
+	["description"] = "Earn a lifetime medal score of 5,000 points in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1912] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Champion",
+	["description"] = "Earn a lifetime medal score of 50,000 points in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[1913] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Grand Champion",
+	["description"] = "Earn a lifetime medal score of 250,000 points in Battlegrounds.",
+	["Category"] = "Player VS Player",
+	["points"] = 50,
+},
+[1914] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Battleground Dominator",
+	["description"] = "Control all four Capture Points simultaneously in a Domination match.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1915] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Battleground Butcher",
+	["description"] = "Win a Team Deathmatch with 500 points before any other team reaches 200 points.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[1916] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Tactician",
+	["description"] = "Help your team capture both enemy Relics within 10 seconds of each other.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[1917] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Claim-Staker",
+	["description"] = "Sieze at least four Capture Points without dying.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1918] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Paragon",
+	["description"] = "Finish a Team Deathmatch battle with at least eight more kills than deaths.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[1919] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Triple Threat",
+	["description"] = "Capture three enemy Relics in a single Battleground match.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[1920] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Most Valuable Combatant",
+	["description"] = "Earn a medal score of at least 3,000 points in a single Battleground match.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1921] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Quadruple Kill",
+	["description"] = "Earn your first Quadruple Kill Medal by defeating four opponents in a Team Deathmatch battle, each within ten seconds of the next.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[1922] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Charging Champion",
+	["description"] = "Earn your first Champion Medal by dealing at least 500,000 points of damage in a single Team Deathmatch battle.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1923] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Fearless Physician",
+	["description"] = "Earn your first Fearless Physician Medal by healing at least 375,000 points of damage in a single Team Deathmatch battle.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1924] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Steady Centurion",
+	["description"] = "Earn your first Steady Centurion Medal by taking at least 250,000 damage in a single Domination match.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1925] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Divine Protector",
+	["description"] = "Earn your first Divine Protector Medal by healing at least 375,000 points of damage for Capture Point defenders in a single Domination match.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1927] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Vigilant Defender",
+	["description"] = "Earn your first Vigilant Defender Medal while defending a Capture Point in a Domination match.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1928] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Warden Slayer",
+	["description"] = "Kill 10 enemy Wardens.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1929] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Grand Warden Slayer",
+	["description"] = "Kill 100 enemy Wardens.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[1932] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Ashlander Style Master",
+	["description"] = "Learn every chapter in the Ashlander style book, occasionally found as rewards for completing daily quests for Huntmaster Sorim-Nakar and Numani-Rasi.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1933] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Morag Tong Style Master",
+	["description"] = "Learn every chapter in the Morag Tong style book, occasionally found in Bounty and Explorer's Dispensations from the Hall of Justice.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1934] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Buoyant Armiger Style Master",
+	["description"] = "Learn every chapter in the Buoyant Armiger style book, occasionally found in treasure chests across Vvardenfell.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[1935] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Militant Ordinator Style Master",
+	["description"] = "Learn every chapter in the Militant Ordinator style book, sold in exchange for Alliance Points by Battleground Supplies Merchants.",
+	["Category"] = "Player VS Player",
+	["points"] = 50,
+},
+[1936] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Divine Guardian",
+	["description"] = "Earn your first Divine Guardian Medal by healing at least 375,000 points of damage for Relic carriers in a single Battleground match.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[1937] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Horns of the Reach Delver",
+	["description"] = "Complete Veteran Falkreath Hold and Veteran Bloodroot Forge.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 50,
+},
+[1940] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Horns of the Reach Explorer",
+	["description"] = "Enter either Falkreath Hold or Bloodroot Forge for the first time.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 5,
+},
+[1941] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Bloodroot Forge Challenger",
+	["description"] = "Complete the listed achievements for Veteran Bloodroot Forge.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 50,
+},
+[1942] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Falkreath Hold Challenger",
+	["description"] = "Complete the listed achievements for Veteran Falkreath Hold.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 50,
+},
+[1945] =
+{
+	["Category_ID"] = 16,
+	["name"] = "War Chronicler",
+	["description"] = "Discover the Urgent Missive, Unfinished Letter to Marika, In Reply to Concerning Rumors, and Epitaph of Bjarfrud Skjoralmor within Falkreath Hold.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 5,
+},
+[1946] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Deck Diver",
+	["description"] = "Defeat every boss without ever personally being struck by siege weapon fire in Veteran Falkreath Hold, including siege engines commanded by Morrigh Bullblood.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 5,
+},
+[1947] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Oathbreaker",
+	["description"] = "While fighting Cernunnon and his oath-bound, banish all three of the spiritmasters' souls within five seconds of each other throughout the fight in Veteran Falkreath Hold.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 5,
+},
+[1948] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Epic Undertaking",
+	["description"] = "While fighting Deathlord Bjarfrud Skjoralmor in Veteran Falkreath Hold, have your group cleanse 15 corpses within the span of five seconds.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 5,
+},
+[1949] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Wild and Woolly",
+	["description"] = "Defeat the Siege Mammoth in Falkreath Hold without being affected by an enemy stun, stagger, or knockback ability.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 5,
+},
+[1950] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Endure the Elements",
+	["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold with at least one of each type of atronach still alive.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 5,
+},
+[1951] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Column Caretaker",
+	["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold with 2 or more pillars still standing in the Jarl's Hall.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 5,
+},
+[1952] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Newblood Scorer",
+	["description"] = "Gain 100 points from carrying the Chaosball.",
+	["Category"] = "Player VS Player",
+	["points"] = 5,
+},
+[1953] =
+{
+	["Category_ID"] = 2,
+	["name"] = "The Best Defense",
+	["description"] = "Get 3 kills, in a single life, while carrying the Chaosball.",
+	["Category"] = "Player VS Player",
+	["points"] = 5,
+},
+[1954] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Chaos Guardian",
+	["description"] = "Earn your first Chaos Guardian Medal by healing at least 375,000 points of damage for Chaosball carriers in a single Battleground match.",
+	["Category"] = "Player VS Player",
+	["points"] = 5,
+},
+[1955] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Chaos Champion",
+	["description"] = "Earn your first Chaos Champion Medal by dealing at least 500,000 points of damage to Chaosball carriers in a single Battleground match.",
+	["Category"] = "Player VS Player",
+	["points"] = 5,
+},
+[1956] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Walk It Off",
+	["description"] = "Take 10000000 of damage from the Chaosball (cumulative).",
+	["Category"] = "Player VS Player",
+	["points"] = 5,
+},
+[1957] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Chaosball Carnage",
+	["description"] = "Win a game of Chaosball with 500 points, before any other team reaches 200 points.",
+	["Category"] = "Player VS Player",
+	["points"] = 5,
+},
+[1958] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Precursor Maker",
+	["description"] = "Collect and install all of the parts necessary to reconstruct the Precursor factotum.",
+	["Category"] = "Clockwork City",
+	["points"] = 50,
+},
+[1959] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Fang Lair Vanquisher",
+	["description"] = "Defeat Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Fang Lair.",
+	["Category"] = "Dragon Bones",
+	["points"] = 5,
+},
+[1960] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Fang Lair Conqueror",
+	["description"] = "Defeat Lizabet Charnis, The Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Veteran Fang Lair.",
+	["Category"] = "Dragon Bones",
+	["points"] = 5,
+},
+[1961] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Veteran Skeleton Slayer",
+	["description"] = "Defeat 500 Skeletons in Veteran Fang Lair.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1962] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Veteran Necromancer Slayer",
+	["description"] = "Defeat 350 Blackmarrow Necromancers in Veteran Fang Lair.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1963] =
+{
+	["Category_ID"] = 14,
+	["name"] = "The Quick and the Dead",
+	["description"] = "Defeat all encounters in addition to Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus and Orryn the Black and Thurvokun in Veteran Fang Lair in under 30 minutes. Timer starts upon engaging the first group of Blackmarrow necromancers.",
+	["Category"] = "Dragon Bones",
+	["points"] = 50,
+},
+[1964] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Not a Statistic",
+	["description"] = "Defeat Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, Orryn the Black and Thurvokun, and all of their minions in Veteran Fang Lair, without suffering a group member death.",
+	["Category"] = "Dragon Bones",
+	["points"] = 50,
+},
+[1965] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Let Bygones Be Bygones",
+	["description"] = "Defeat Orryn the Black and Thurvokun after reading the incantation in Orryn's Notes in Veteran Fang Lair.",
+	["Category"] = "Dragon Bones",
+	["points"] = 50,
+},
+[1966] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Fang Lair Challenger",
+	["description"] = "Complete the listed achievements for Veteran Fang Lair.",
+	["Category"] = "Dragon Bones",
+	["points"] = 50,
+},
+[1967] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Minimal Animosity",
+	["description"] = "Defeat Orryn the Black and Thurvokun while only destroying a maximum of one Animus Crystal before Orryn merges with Thurvokun in Veteran Fang Lair.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1968] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Fungi Free",
+	["description"] = "Defeat the Cadaverous Menagerie without anyone in your group taking damage from Volatile Fungi in Veteran Fang Lair.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1969] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Starved Scarabs",
+	["description"] = "Defeat Orryn the Black and Thurvokun without any party members being hit by a Giant Scarab's Degenerative Acid in Veteran Fang Lair.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1970] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Obedience Maiming",
+	["description"] = "Defeat the Cadaverous Menagerie without a party member being killed by the Cadaverous Senche-Tiger's Death Grip in Veteran Fang Lair.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1971] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Elementary Anatomy",
+	["description"] = "Deactivate each of Caluurion's Relics using elemental Bonefiends in Veteran Fang Lair.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1972] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Nonplussed",
+	["description"] = "Defeat Ulfnor and Sabina Cedus without a party member being affected by Sabina Cedus's Haunting Spectre in Veteran Fang Lair.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1973] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Cold Pursuit",
+	["description"] = "After reciting the incantations in Orryn's Notes, defeat Orryn the Black and Thurvokun without any party members being hit by Orryn's Wraith Thralls in Veteran Fang Lair.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1974] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Horrific Halitosis",
+	["description"] = "When hit by Thurvokun's Plague Breath in Fang Lair, be under the protection of Yisareh's Life Ward while standing in direct contact with three other party members who also have Yisareh's Life Ward.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1975] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Scalecaller Peak Vanquisher",
+	["description"] = "Defeat Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Scalecaller Peak.",
+	["Category"] = "Dragon Bones",
+	["points"] = 5,
+},
+[1976] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Scalecaller Peak Conqueror",
+	["description"] = "Defeat Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Veteran Scalecaller Peak.",
+	["Category"] = "Dragon Bones",
+	["points"] = 5,
+},
+[1977] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Veteran Ogre Slayer",
+	["description"] = "Defeat 50 Ogres in Veteran Scalecaller Peak.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1978] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Veteran Cultist Slayer",
+	["description"] = "Defeat 120 Cultists in Veteran Scalecaller Peak.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1979] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Peak Performance",
+	["description"] = "Defeat all encounters in addition to Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Veteran Scalecaller Peak in under 30 minutes. Timer starts when players engage the first group of Scalecaller creatures.",
+	["Category"] = "Dragon Bones",
+	["points"] = 50,
+},
+[1980] =
+{
+	["Category_ID"] = 14,
+	["name"] = "On Top",
+	["description"] = "Defeat all encounters in addition to Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Veteran Scalecaller Peak, without suffering a group member death.",
+	["Category"] = "Dragon Bones",
+	["points"] = 50,
+},
+[1981] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Breaker of Spells",
+	["description"] = "Defeat Zaan the Scalecaller after reading Zaan's Ritual Scroll in Veteran Scalecaller Peak.",
+	["Category"] = "Dragon Bones",
+	["points"] = 50,
+},
+[1982] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Scalecaller Peak Challenger",
+	["description"] = "Complete the listed achievements for Veteran Scalecaller Peak.",
+	["Category"] = "Dragon Bones",
+	["points"] = 50,
+},
+[1983] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Mountain God",
+	["description"] = "Defeat all encounters in addition to Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller after reading Zaan's Ritual Scroll in Veteran Scalecaller Peak in under 30 minutes without dying.",
+	["Category"] = "Dragon Bones",
+	["points"] = 50,
+},
+[1984] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Pustulent Problems",
+	["description"] = "Defeat Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller without a single group member taking damage from a Skeever's Pestilent Pus in Veteran Scalecaller Peak.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1985] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Scalecaller Savior",
+	["description"] = "Collect both of the necessary ingredients and cure Jorvuld Davaux of the cult's plague.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1986] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Stony Situation",
+	["description"] = "Defeat Doylemish Ironheart in Veteran Scalecaller Peak without a single group member becoming Petrified by Stony Gaze.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1987] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Tremor Trouble",
+	["description"] = "Defeat Orzun the Foul-Smelling and Rinaerus the Rancid in Veteran Scalecaller Peak without a single group member being killed by a Terrorizing Tremor.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1988] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Doctor's Orders",
+	["description"] = "Defeat Plague Concocter Mortieu in Veteran Scalecaller Peak with four living group members all suffering from two of Mortieu's infections simultaneously.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1989] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Watch Your Step",
+	["description"] = "Defeat Matriarch Aldis without any member of your group taking damage from the water that surrounds her during the fight in Veteran Scalecaller Peak.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1990] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Stand Your Ground",
+	["description"] = "Defeat Zaan the Scalecaller without being knocked back by her shield.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[1991] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Daedric Deflector",
+	["description"] = "Defeat Zaan the Scalecaller without taking damage from her Pestilent Breath attack and without using the same avoidance method twice after reading Zaan's Ritual Scroll in Veteran Scalecaller Peak.",
+	["Category"] = "Dragon Bones",
+	["points"] = 10,
+},
+[2001] =
+{
+	["Category_ID"] = 11,
+	["name"] = "King's Haven Pass Explorer",
+	["description"] = "Explore and clear King's Haven Pass.",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2002] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Eton Nir Grotto Explorer",
+	["description"] = "Explore and clear Eton Nir Grotto.",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2003] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Archon's Grove Explorer",
+	["description"] = "Explore and clear Archon's Grove.",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2004] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Tor-Hame-Khard Explorer",
+	["description"] = "Explore and clear Tor-Hame-Khard.",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2005] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Wasten Coraldale Explorer",
+	["description"] = "Explore and clear Wasten Coraldale.",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2006] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Traitor's Vault Explorer",
+	["description"] = "Explore and clear Traitor's Vault.",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2007] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Summerset Cave Delver",
+	["description"] = "Explore and clear all six explorable caves in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 15,
+},
+[2008] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Summerset Pathfinder",
+	["description"] = "Discover all the striking locales in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2010] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Summerset Master Explorer",
+	["description"] = "Discover and clear all caves and striking locales in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 15,
+},
+[2016] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Halls of Regulation Explorer",
+	["description"] = "Explore and clear the Halls of Regulation.",
+	["Category"] = "Clockwork City",
+	["points"] = 5,
+},
+[2017] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Shadow Cleft Explorer",
+	["description"] = "Explore and clear the Shadow Cleft.",
+	["Category"] = "Clockwork City",
+	["points"] = 5,
+},
+[2018] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Clockwork City Master Explorer",
+	["description"] = "Discover and clear all caves and striking locales in the Clockwork City.",
+	["Category"] = "Clockwork City",
+	["points"] = 15,
+},
+[2019] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Clockwork City Cave Delver",
+	["description"] = "Discover and clear both explorable caves in the Clockwork City.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2020] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Clockwork City Pathfinder",
+	["description"] = "Discover all the striking locales in the Clockwork City.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2021] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Hlaalu Style Master",
+	["description"] = "Collect and learn every chapter in the Hlaalu style book.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[2022] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Redoran Style Master",
+	["description"] = "Collect and learn every chapter in the Redoran style book.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[2023] =
+{
+	["Category_ID"] = 12,
+	["name"] = "Telvanni Style Master",
+	["description"] = "Collect and learn every chapter in the Telvanni style book.",
+	["Category"] = "Morrowind",
+	["points"] = 50,
+},
+[2025] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Veteran Scorer",
+	["description"] = "Gain 2500 points from carrying the Chaosball.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[2026] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Grand Scorer",
+	["description"] = "Gain 10000 points from carrying the Chaosball.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[2027] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Clockwork City Master Angler",
+	["description"] = "Catch all 12 rare fish in Clockwork City.",
+	["Category"] = "Clockwork City",
+	["points"] = 5,
+},
+[2028] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Imperfection",
+	["description"] = "Defeat The Imperfect in the Sanctuary of Verification.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2036] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Reef Raider",
+	["description"] = "Defeat Queen of the Reef at The Queen's Hatchery.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2037] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Bucking the Matriarchy",
+	["description"] = "Defeat Caanerin at Indrik Frolic.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2038] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Sea Sload Slugger",
+	["description"] = "Defeat the Sea Sload B'Korgen at Welenkin Cove.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2039] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Talon Taker",
+	["description"] = "Defeat Haeliata and Nagravia at Gryphon Run.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2040] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Amphibian Agitator",
+	["description"] = "Defeat Graveld at Graveld's Hideaway.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2041] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Keel Hauler",
+	["description"] = "Defeat Keelsplitter at Keelsplitter's Nest.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2042] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Defender of Summerset",
+	["description"] = "Defeat all six world bosses in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 15,
+},
+[2043] =
+{
+	["Category_ID"] = 1,
+	["name"] = "Truly Undaunted",
+	["description"] = "Reach rank 10 in the Undaunted Skill Line.",
+	["Category"] = "Character",
+	["points"] = 50,
+},
+[2044] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Apostle Style Master",
+	["description"] = "Learn every chapter in the Apostle style book, occasionally found as rewards for completing Brass Fortress Resupply daily quests, Clockwork City daily delve quests, and Clockwork City daily world boss quests.",
+	["Category"] = "Clockwork City",
+	["points"] = 50,
+},
+[2045] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Ebonshadow Style Master",
+	["description"] = "Learn every chapter in the Ebonshadow style book, occasionally found as rewards for completing Blackfeather Court daily quests, Clockwork City daily delve quests, and Clockwork City daily world boss quests.",
+	["Category"] = "Clockwork City",
+	["points"] = 50,
+},
+[2046] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Murderer of Crows",
+	["description"] = "Defeat Ithoxis, Abathoth, and Ssatinot in Exarchs' Egress.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2047] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Clockwork City Defender",
+	["description"] = "Defeat both world bosses in Clockwork City.",
+	["Category"] = "Clockwork City",
+	["points"] = 15,
+},
+[2048] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Treasure of the Brass Fortress",
+	["description"] = "Travel to the Brass Fortress in Clockwork City.",
+	["Category"] = "Clockwork City",
+	["points"] = 5,
+},
+[2304] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Light on Your Feet",
+	["description"] = "Defeat Dagrund the Bulky while always dodging his Upheaval ability in Veteran March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 5,
+},
+[2049] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Hero of Clockwork City",
+	["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Clockwork City.",
+	["Category"] = "Clockwork City",
+	["points"] = 50,
+},
+[2050] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Land of Gears and Cogs",
+	["description"] = "Complete the \"To the Clockwork City\" quest.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2307] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Bloody Mess",
+	["description"] = "Defeat Jailer Melitus without being damaged by Bloody Geysers in Moon Hunter Keep.",
+	["Category"] = "Wolfhunter",
+	["points"] = 5,
+},
+[2308] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Sidestepping Stranglers",
+	["description"] = "Defeat Hedge Maze Guardian without any group member being caught by a Strangler Snare within the Moon Hunter Keep Gardens in Veteran Moon Hunter Keep.",
+	["Category"] = "Wolfhunter",
+	["points"] = 5,
+},
+[2309] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Root of the Problem",
+	["description"] = "Defeat Hedge Maze Guardian while avoiding its Lurcher Roots attack in Veteran Moon Hunter Keep.",
+	["Category"] = "Wolfhunter",
+	["points"] = 5,
+},
+[2310] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Stalwart Sisterhood",
+	["description"] = "Defeat the Wyrd Sisters while preventing them from ever using their auras to augment each other in Veteran March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 10,
+},
+[2311] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Element of Surprise",
+	["description"] = "Defeat Balorgh while avoiding both Lightning Water and Poison Plants in Veteran March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 10,
+},
+[2312] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Perfect Hunt",
+	["description"] = "Defeat Balorgh after desecrating the Moon Hunter Pack's banner and without being hit by his Fire Remnant ability for the duration of the encounter in Veteran March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 10,
+},
+[2313] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Cauldron Conjurer",
+	["description"] = "Use the Witchmother's Cauldron summoned from the Witchmother's Whistle 10 times during the Witches Festival.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[2058] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Clockwork Citizen",
+	["description"] = "Complete the \"In Search of a Sponsor\" quest.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2059] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Smoke and Mirrors",
+	["description"] = "Complete the \"The Strangeness of Seht\" quest.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2060] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Middle-Man",
+	["description"] = "Complete the \"Deepening Shadows\" quest.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2061] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Birds of a Feather",
+	["description"] = "Complete the \"Lost in the Gloam\" quest.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2062] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Shadow Boxing",
+	["description"] = "Complete the \"Unto the Dark\" quest.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2063] =
+{
+	["Category_ID"] = 15,
+	["name"] = "The Real Sotha Sil",
+	["description"] = "Complete the \"Where Shadows Lie\" quest.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2064] =
+{
+	["Category_ID"] = 15,
+	["name"] = "The Burden of Knowledge",
+	["description"] = "Complete the \"The Light of Knowledge\" quest.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2065] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Courting the Crows",
+	["description"] = "Complete one Blackfeather Court Daily.",
+	["Category"] = "Clockwork City",
+	["points"] = 5,
+},
+[2066] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Blackfeather Attendent",
+	["description"] = "Complete 7 Blackfeather Court Dailies.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2067] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Honorary Blackfeather",
+	["description"] = "Complete 30 Blackfeather Court Dailies.",
+	["Category"] = "Clockwork City",
+	["points"] = 15,
+},
+[2068] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Clockwork City Adventurer",
+	["description"] = "Complete 20 Story Quests in Clockwork City.",
+	["Category"] = "Clockwork City",
+	["points"] = 15,
+},
+[2069] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Clockwork City Grand Adventurer",
+	["description"] = "Complete 24 Story Quests in Clockwork City.",
+	["Category"] = "Clockwork City",
+	["points"] = 50,
+},
+[2070] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Brass Fortress Helper",
+	["description"] = "Complete one Brass Fortress resupply daily.",
+	["Category"] = "Clockwork City",
+	["points"] = 5,
+},
+[2071] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Brass Fortress Supplier",
+	["description"] = "Complete 7 Brass Fortress resupply dailies.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2072] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Brass Fortress Quarter Master",
+	["description"] = "Complete 30 Brass Fortress resupply dailies.",
+	["Category"] = "Clockwork City",
+	["points"] = 15,
+},
+[2073] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Fortune and Fate",
+	["description"] = "Learn of things to come.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2074] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Wind-up Rodent Wrecker",
+	["description"] = "Slow the spread of secrets by destroying 100 Skeevatons.",
+	["Category"] = "Clockwork City",
+	["points"] = 5,
+},
+[2075] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Asylum Sanctorium Redeemer",
+	["description"] = "Complete the listed achievements for Asylum Sanctorium.",
+	["Category"] = "Clockwork City",
+	["points"] = 50,
+},
+[2076] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Asylum Sanctorium Completed",
+	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Asylum Sanctorium.",
+	["Category"] = "Clockwork City",
+	["points"] = 15,
+},
+[2077] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Asylum Sanctorium Conqueror",
+	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Veteran Asylum Sanctorium.",
+	["Category"] = "Clockwork City",
+	["points"] = 50,
+},
+[2078] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Asylum Sanctorium Contender",
+	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same fight in Asylum Sanctorium.",
+	["Category"] = "Clockwork City",
+	["points"] = 50,
+},
+[2079] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Asylum Sanctorium Vanquisher",
+	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same fight in Veteran Asylum Sanctorium.",
+	["Category"] = "Clockwork City",
+	["points"] = 50,
+},
+[2080] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Sanctified",
+	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold without suffering a group member death in Veteran Asylum Sanctorium.",
+	["Category"] = "Clockwork City",
+	["points"] = 50,
+},
+[2081] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Swift Mercy",
+	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold within a time limit of 15 minutes in Veteran Asylum Sanctorium. Timer starts when players enter the Sanctuary Atrium.",
+	["Category"] = "Clockwork City",
+	["points"] = 50,
+},
+[2082] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Beatific Beatdown",
+	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold at the same time without allowing Saint Felms or Saint Llothis to enrage during the fight in Veteran Asylum Sanctorium.",
+	["Category"] = "Clockwork City",
+	["points"] = 50,
+},
+[2083] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Placid Projections",
+	["description"] = "Defeat Saint Felms the Bold without allowing either of his Pneuma Projections to enrage in Veteran Asylum Sanctorium.",
+	["Category"] = "Clockwork City",
+	["points"] = 15,
+},
+[2084] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Imperfect Attendance",
+	["description"] = "Defeat Saint Llothis the Pious without dismantling his Imperfect Attendants in Veteran Asylum Sanctorium.",
+	["Category"] = "Clockwork City",
+	["points"] = 15,
+},
+[2085] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Righteous Condemnation",
+	["description"] = "Defeat Saint Olms the Just and Saint Llothis the Pious in the same battle in Veteran Asylum Sanctorium.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2086] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Executioners' Judgement",
+	["description"] = "Defeat Saint Olms the Just and Saint Felms the Bold in the same battle in Veteran Asylum Sanctorium.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2087] =
+{
+	["Category_ID"] = 15,
+	["name"] = "Perfect Purification",
+	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same battle without suffering a group member death within 15 minutes of entering the Sanctuary Atrium in Veteran Asylum Sanctorium.",
+	["Category"] = "Clockwork City",
+	["points"] = 10,
+},
+[2088] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Newblood King Standard-Bearer",
+	["description"] = "Seize your first Capture Point in Crazy King matches.",
+	["Category"] = "Player VS Player",
+	["points"] = 5,
+},
+[2089] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Veteran King Standard-Bearer",
+	["description"] = "Seize 25 Capture Points in Crazy King matches.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[2090] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Grand King Standard-Bearer",
+	["description"] = "Seize 125 Capture Points in Crazy King matches.",
+	["Category"] = "Player VS Player",
+	["points"] = 15,
+},
+[2091] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Kingdom Come",
+	["description"] = "Seize at least 4 Capture Points without dying in a Crazy King match.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[2092] =
+{
+	["Category_ID"] = 2,
+	["name"] = "Battleground King",
+	["description"] = "Control at least two Capture Points simultaneously in a Crazy King match.",
+	["Category"] = "Player VS Player",
+	["points"] = 10,
+},
+[2093] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Sunhold Conqueror",
+	["description"] = "Defeat all of the champions in Sunhold.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2094] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Karnwasten Conqueror",
+	["description"] = "Defeat all of the champions in Karnwasten.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2095] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Sunhold Group Event",
+	["description"] = "Interrupt the executioners and defeat Konnugil the Leviathan in Sunhold.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2096] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Karnwasten Group Event",
+	["description"] = "Defeat the Sea Sload K'Garza in Karnwasten.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2097] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Dreadhorn Style Master",
+	["description"] = "Learn every chapter in the Dreadhorn style book, occasionally found as rewards for completing the Falkreath Hold dungeon.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 50,
+},
+[2098] =
+{
+	["Category_ID"] = 16,
+	["name"] = "Bloodforge Style Master",
+	["description"] = "Learn every chapter in the Bloodforge style book, occasionally found as rewards for completing the Bloodroot Forge dungeon.",
+	["Category"] = "Horns of the Reach",
+	["points"] = 50,
+},
+[2099] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Relics of Summerset",
+	["description"] = "Retrieve the 20 dangerous relics stolen from the Vault of Moawita.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2100] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Put a Cork In It",
+	["description"] = "Destroy the Abyssal Pearl at each Abyssal Geyser in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2101] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Back to the Abyss",
+	["description"] = "Defeat each of the following bosses that can appear at Abyssal Geysers.",
+	["Category"] = "Summerset",
+	["points"] = 15,
+},
+[2102] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Leave No Bone Unbroken",
+	["description"] = "Defeat all encounters in addition to Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Hard Mode Veteran Fang Lair in under 30 minutes without suffering a party member death.",
+	["Category"] = "Dragon Bones",
+	["points"] = 50,
+},
+[2103] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Dragon Bones Delver",
+	["description"] = "Complete Veteran Fang Lair and Veteran Scalecaller Peak.",
+	["Category"] = "Dragon Bones",
+	["points"] = 50,
+},
+[2104] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Dragon Bones Explorer",
+	["description"] = "Enter either Fang Lair or Scalecaller Peak for the first time.",
+	["Category"] = "Dragon Bones",
+	["points"] = 5,
+},
+[2109] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Novice Outfitter",
+	["description"] = "Change the look of a part of an Outfit using the Outfit System.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2110] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Adept Outfitter",
+	["description"] = "Change the look of a piece of equipment using the Outfit System 10 times.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[2111] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Outfitter",
+	["description"] = "Change the look of a piece of equipment using the Outfit System 50 times.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[2112] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Outfitter",
+	["description"] = "Change the look of a piece of equipment using the Outfit System 100 times.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[2113] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Fully Styled",
+	["description"] = "Fill any 8 slots of an Outfit using the Outfit System.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[2114] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Prisoner On The Loose",
+	["description"] = "Use the \"Prisoner's Chains\" Style in an Outfit.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2120] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Worm Cult Style Master",
+	["description"] = "Learn every chapter in the Worm Cult style book, occasionally found in Anniversary Jubilee Gift Boxes.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[2121] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Rank 1 Deconstruction Analyst",
+	["description"] = "Deconstruct a piece of Iron, Rawhide, Jute, or Maple equipment.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2122] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Rank 2 Deconstruction Analyst",
+	["description"] = "Deconstruct a piece of Steel, Cotton, Hide, or Oak equipment.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2123] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Rank 3 Deconstruction Analyst",
+	["description"] = "Deconstruct a piece of Orichalcum, Spidersilk, Leather, or Beech equipment.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2124] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Rank 4 Deconstruction Analyst",
+	["description"] = "Deconstruct a piece of Dwarven, Ebonthread, Thick Leather, or Hickory equipment.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2125] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Rank 5 Deconstruction Analyst",
+	["description"] = "Deconstruct a piece of Ebony, Ebonthread, Fell Hide, or Yew equipment.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2126] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Rank 6 Deconstruction Analyst",
+	["description"] = "Deconstruct a piece of Calcinium, Kresh, Topgrain, or Birch equipment.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2127] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Rank 7 Deconstruction Analyst",
+	["description"] = "Deconstruct a piece of Galatite, Ironthread, Iron Hide, or Ash equipment.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2128] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Rank 8 Deconstruction Analyst",
+	["description"] = "Deconstruct a piece of Quicksilver, Silverweave, Superb Hide, or Mahogany equipment.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2129] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Rank 9 Deconstruction Analyst",
+	["description"] = "Deconstruct a piece of Voidstone, Void Cloth, Shadowhide, or Nightwood equipment.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2130] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Rank 10 Deconstruction Analyst",
+	["description"] = "Deconstruct a piece of Rubedite, Ancestor Silk, Rubedo Leather, or Ruby Ash equipment.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2131] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Cloudrest Completed",
+	["description"] = "Defeat Z'Maja, Siroria, Relequen, and Galenwe in Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 15,
+},
+[2132] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Cloudrest Contender",
+	["description"] = "Defeat Z'Maja, Siroria, Relequen, and Galenwe in the same fight in Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2133] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Cloudrest Conqueror",
+	["description"] = "Defeat Z'Maja, Siroria, Relequen, and Galenwe in Veteran Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2134] =
+{
+	["Category_ID"] = 11,
+	["name"] = "A Sload and Her Shadow",
+	["description"] = "Defeat Z'Maja with one Welkynar shade fighting by her side in Veteran Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2135] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Three's Deadly Company",
+	["description"] = "Defeat Z'Maja with two Welkynar shades fighting by her side in Veteran Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2136] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Cloudrest Vanquisher",
+	["description"] = "Defeat Z'Maja, Siroria, Relequen, and Galenwe in the same fight in Veteran Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2137] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Speedy Sload Slayer",
+	["description"] = "Defeat Z'Maja, Siroria, Relequen, and Galenwe within a time limit of 15 minutes in Veteran Cloudrest. Timer starts when players enter the Cloudrest Aerie.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2138] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Surviving the Shadows",
+	["description"] = "Defeat Z'Maja, Siroria, Relequen, and Galenwe without suffering a group member death in Veteran Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2139] =
+{
+	["Category_ID"] = 11,
+	["name"] = "The Path to Alaxon",
+	["description"] = "Defeat Z'Maja, Siroria, Relequen, and Galenwe in the same battle without suffering a group member death within 15 minutes of entering the Cloudrest Aerie in Veteran Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2140] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Cloudrest Savior",
+	["description"] = "Complete the listed achievements for Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2150] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Veteran Dire Wolf Slayer",
+	["description"] = "Defeat 200 Dire Wolves or Vicious Dire Wolves in Veteran Moon Hunter Keep.",
+	["Category"] = "Wolfhunter",
+	["points"] = 10,
+},
+[2151] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Veteran Hulking Werewolf Slayer",
+	["description"] = "Kill 50 Hulking Werewolves in Veteran Moon Hunter Keep.",
+	["Category"] = "Wolfhunter",
+	["points"] = 10,
+},
+[2152] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Moon Hunter Keep Vanquisher",
+	["description"] = "Defeat Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Moon Hunter Keep.",
+	["Category"] = "Wolfhunter",
+	["points"] = 10,
+},
+[2153] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Moon Hunter Keep Conqueror",
+	["description"] = "Defeat Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep.",
+	["Category"] = "Wolfhunter",
+	["points"] = 10,
+},
+[2154] =
+{
+	["Category_ID"] = 13,
+	["name"] = "The Alpha Predator",
+	["description"] = "Defeat Vykosa the Ascendant after reading the Scroll of Glorious Battle in Veteran Moon Hunter Keep.",
+	["Category"] = "Wolfhunter",
+	["points"] = 50,
+},
+[2155] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Running with the Pack",
+	["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep in under 30 minutes. Timer starts when players engage the first group of Moon Hunter enemies.",
+	["Category"] = "Wolfhunter",
+	["points"] = 50,
+},
+[2156] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Head of the Pack",
+	["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep without suffering a group member death.",
+	["Category"] = "Wolfhunter",
+	["points"] = 50,
+},
+[2157] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Wolfhunter Explorer",
+	["description"] = "Enter either Moon Hunter Keep or March of Sacrifices for the first time.",
+	["Category"] = "Wolfhunter",
+	["points"] = 5,
+},
+[2158] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Moon Hunter Keep Challenger",
+	["description"] = "Complete the listed achievements for Veteran Moon Hunter Keep.",
+	["Category"] = "Wolfhunter",
+	["points"] = 50,
+},
+[2159] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Pure Lunacy",
+	["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant after activating Hard Mode in Veteran Moon Hunter Keep in under 30 minutes without suffering a group member death.",
+	["Category"] = "Wolfhunter",
+	["points"] = 50,
+},
+[2160] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Veteran Bloodscent Slayer",
+	["description"] = "Defeat 300 Bloodscent Guardians, Bloodscent Archers, Bloodscent Assassins, and Bloodscent Thundermauls in Veteran March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 10,
+},
+[2161] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Veteran Wispmother Slayer",
+	["description"] = "Defeat 50 Wispmothers in Veteran March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 10,
+},
+[2162] =
+{
+	["Category_ID"] = 13,
+	["name"] = "March of Sacrifices Vanquisher",
+	["description"] = "Defeat the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 10,
+},
+[2163] =
+{
+	["Category_ID"] = 13,
+	["name"] = "March of Sacrifices Conqueror",
+	["description"] = "Defeat the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 10,
+},
+[2164] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Hircine's Champion",
+	["description"] = "Defeat Balorgh after desecrating the Moon Hunter Pack's banner and driving him into a murderous rage in Veteran March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 50,
+},
+[2165] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Pure Instinct",
+	["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices in under 30 minutes. Timer starts when players jump or teleport into Bloodscent Pass.",
+	["Category"] = "Wolfhunter",
+	["points"] = 50,
+},
+[2166] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Survival of the Fittest",
+	["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices without suffering a group member death.",
+	["Category"] = "Wolfhunter",
+	["points"] = 50,
+},
+[2167] =
+{
+	["Category_ID"] = 13,
+	["name"] = "March of Sacrifices Challenger",
+	["description"] = "Complete the listed achievements for Veteran March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 50,
+},
+[2168] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Apex Predator",
+	["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh after desecrating the Moon Hunter Pack's Banner in Veteran March of Sacrifices within 30 minutes without suffering a group member death.",
+	["Category"] = "Wolfhunter",
+	["points"] = 50,
+},
+[2170] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Wolfhunter Delver",
+	["description"] = "Complete Veteran Moon Hunter Keep and Veteran March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 50,
+},
+[2171] =
+{
+	["Category_ID"] = 11,
+	["name"] = "A Book and its Cover",
+	["description"] = "Completed Bailiff Naramin's investigation of Choixth.",
+	["Category"] = "Summerset",
+	["points"] = 15,
+},
+[2178] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Abyssal Assaulter",
+	["description"] = "Complete 10 Abyssal Geysers.",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2179] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Abyssal Demolisher",
+	["description"] = "Complete 25 Abyssal Geysers.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2180] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Abyssal Devastator",
+	["description"] = "Complete 50 Abyssal Geysers.",
+	["Category"] = "Summerset",
+	["points"] = 15,
+},
+[2181] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Karnwasten Vanquisher",
+	["description"] = "Defeat three of the champions in Karnwasten.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2182] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Sunhold Vanquisher",
+	["description"] = "Defeat three of the champions in Sunhold.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2183] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Wizard's Duel",
+	["description"] = "Win 5 PvP duels in the Colosseum of the Old Ways on Artaeum.",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2184] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Declawed",
+	["description"] = "Defeat Ruella Many-Claws at an Abyssal Geyser.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2185] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Churug's Chagrin",
+	["description"] = "Defeat Churug of the Abyss at an Abyssal Geyser.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2186] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Psijic Style Master",
+	["description"] = "Learn every chapter in the Psijic style book, found in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2187] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Sapiarch Style Master",
+	["description"] = "Learn every chapter in the Sapiarch style book, occasionally found as rewards for completing daily quests for the Divine Prosecution.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2188] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Dremora Style Master",
+	["description"] = "Collect and learn every chapter of the Dremora style book found in Dremora Plunder Skulls, while participating in the Witches Festival.",
+	["Category"] = "Holiday Events",
+	["points"] = 50,
+},
+[2189] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Scalecaller Style Master",
+	["description"] = "Learn every chapter in the Scalecaller style book, occasionally found as rewards for completing the Scalecaller Peak dungeon.",
+	["Category"] = "Dragon Bones",
+	["points"] = 50,
+},
+[2190] =
+{
+	["Category_ID"] = 14,
+	["name"] = "Fang Lair Style Master",
+	["description"] = "Learn every chapter in the Fang Lair style book, occasionally found as rewards for completing the Fang Lair dungeon.",
+	["Category"] = "Dragon Bones",
+	["points"] = 50,
+},
+[2191] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Summerset Master Angler",
+	["description"] = "Catch all 12 rare fish in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2193] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Savior of Summerset",
+	["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2194] =
+{
+	["Category_ID"] = 11,
+	["name"] = "The Good of the Many",
+	["description"] = "Stop the conspiracy sowing chaos through Summerset, protect the Crystal Tower, and forge a new alliance to restore the Isles to order.",
+	["Category"] = "Summerset",
+	["points"] = 15,
+},
+[2195] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Divine Solicitor",
+	["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Tanorian.",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2196] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Divine Advocate",
+	["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Tanorian.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2197] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Divine Magistrate",
+	["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Tanorian.",
+	["Category"] = "Summerset",
+	["points"] = 15,
+},
+[2198] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Divine Prosecutor",
+	["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Farowel",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2199] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Divine Judge",
+	["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Farowel.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2200] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Divine Executioner",
+	["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Farowel.",
+	["Category"] = "Summerset",
+	["points"] = 15,
+},
+[2201] =
+{
+	["Category_ID"] = 11,
+	["name"] = "For the Queen",
+	["description"] = "Complete the \"The Queen's Decree\" quest.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2202] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Precious Pearl",
+	["description"] = "Complete the \"A Pearl of Great Price\" quest.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2203] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Mind Games",
+	["description"] = "Complete the \"Buried Memories\" quest.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2204] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Resolute Guardian",
+	["description"] = "Complete the \"The Tower Sentinels\" quest.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2205] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Sweet Dreams",
+	["description"] = "Complete the \"The Dreaming Cave\" quest.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2206] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Unreliable Narrator",
+	["description"] = "Complete the \"Lost in Translation\" quest.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2207] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Enemy of My Enemy",
+	["description"] = "Complete the \"A Necessary Alliance\" quest.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2208] =
+{
+	["Category_ID"] = 11,
+	["name"] = "What Must Be Done",
+	["description"] = "Complete the \"The Crystal Tower\" quest.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2209] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Summerset Grand Adventurer",
+	["description"] = "Complete 33 quests in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2210] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Psijic Sage",
+	["description"] = "Complete \"The Towers' Fall\" Psijic Order quest in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2211] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Message in a Bottle",
+	["description"] = "Learn the fate of the Lost Sailor.",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2212] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Asp Awareness",
+	["description"] = "Defeat Keelsplitter without stepping on any of the snakes.",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2213] =
+{
+	["Category_ID"] = 11,
+	["name"] = "To the Depths",
+	["description"] = "Defeat Sheefar of the Depths at an Abyssal Geyser.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2214] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Jewelry Crafter",
+	["description"] = "Learn the art of Jewelry Crafting. This can be learned in the Summerset Isle or by owning the Summerset chapter and interacting with a Jewelry Crafting Station.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2215] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Jewelry Crafter",
+	["description"] = "Attain a Jewelry Crafting rank of 50.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[2216] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Legendary Jewelry Crafter",
+	["description"] = "Improve Jewelry Crafting items to all available Qualities.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[2217] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Ochre Harvester",
+	["description"] = "Harvest your first unit of Ochre.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2218] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Expert Ochre Harvester",
+	["description"] = "Harvest 25 units of Ochre.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[2219] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Master Ochre Harvester",
+	["description"] = "Harvest 100 units of Ochre.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[2220] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Calm and Calculated",
+	["description"] = "Defeat Girawell the Erratic at an Abyssal Geyser.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2221] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Wave Breaker",
+	["description"] = "Defeat Muustikar Wave-Eater at an Abyssal Geyser.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2222] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Hammer Meet Nail",
+	["description"] = "Defeat Reefhammer at an Abyssal Geyser.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2223] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Learn a Jewelry Trait",
+	["description"] = "Research a Trait for any jewelry type.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2224] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Jewelry Trait Master",
+	["description"] = "Research every Jewelry Trait at least once, regardless of whether from a ring or necklace.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[2225] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Certified Jewelry Crafter",
+	["description"] = "Become certified in Jewelry Crafting. Find this quest in the Summerset Isles.",
+	["Category"] = "Crafting",
+	["points"] = 5,
+},
+[2226] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Professions Master",
+	["description"] = "Earn the rank 50 achievements for all the crafting professions.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[2227] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Grand Master Crafter",
+	["description"] = "Earn each of the following achievements:",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[2228] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Fledgling Style Master",
+	["description"] = "Collect and learn 10 full motifs.",
+	["Category"] = "Crafting",
+	["points"] = 10,
+},
+[2229] =
+{
+	["Category_ID"] = 3,
+	["name"] = "Budding Style Master",
+	["description"] = "Collect and learn 25 full motifs.",
+	["Category"] = "Crafting",
+	["points"] = 15,
+},
+[2230] =
+{
+	["Category_ID"] = 3,
+	["name"] = "True Style Master",
+	["description"] = "Collect and learn 50 full motifs.",
+	["Category"] = "Crafting",
+	["points"] = 50,
+},
+[2231] =
+{
+	["Category_ID"] = 11,
+	["name"] = "One Core, No More",
+	["description"] = "Defeat Z'Maja with each group member picking up and destroying only one Malevolent Core in Veteran Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2232] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Misery Loves Company",
+	["description"] = "While battling Z'Maja with all three of the Welkynars' shades by her side, a player with the Hoarfrost affliction and two other players with the Voltaic Overload affliction share the damage of the Roaring Flare eruption in Veteran Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2233] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Flares and Deadly Shadows",
+	["description"] = "While battling Z'Maja with Siroria's shade by her side, utilize a Roaring Flare attack and achieve 20 killing blows against Shadows of the Fallen in Veteran Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 15,
+},
+[2234] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Core Coordination",
+	["description"] = "While battling Z'Maja, after activating a single Welkynar's Light, activate two more Welkynar's Lights and destroy three Malevolent Cores within the next 6 seconds in Veteran Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 15,
+},
+[2235] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Yaghra Blockade",
+	["description"] = "While battling Z'Maja during a single Shadow World event, prevent all yaghra from entering the gateway and crossing into the mortal realm on 15 separate occasions in Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 15,
+},
+[2236] =
+{
+	["Category_ID"] = 11,
+	["name"] = "The Mystic's Ice",
+	["description"] = "Have Galenwe's shade destroy 20 roaming Hoarfrost cyclones with his Spiked Ice attack in Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 15,
+},
+[2237] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Shocking Instinct",
+	["description"] = "While battling Relequen's shade by itself, no player is hit by Voltaic Overload and no player spreads Voltaic Current to other players throughout the entire encounter in Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2238] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Valorous Combustion",
+	["description"] = "While battling Siroria's shade by itself, every Roaring Flare throughout the entire encounter must be split between at least 6 players in Cloudrest.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2240] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Artaeum Master Angler",
+	["description"] = "Catch all 3 rare fish in Artaeum.",
+	["Category"] = "Summerset",
+	["points"] = 5,
+},
+[2241] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Deadly Allure",
+	["description"] = "Defeat Darkstorm the Alluring at an Abyssal Geyser.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2242] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Radiant Riot",
+	["description"] = "Defeat Eejoba the Radiant at an Abyssal Geyser.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2243] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Tidal Grave",
+	["description"] = "Defeat Tidewrack at an Abyssal Geyser.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2244] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Snake Charmer",
+	["description"] = "Defeat Vsskalvor at an Abyssal Geyser.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2245] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Pelinal's Harvest",
+	["description"] = "Capture 15 farms, mines, or lumbermills during the Midyear Mayhem.",
+	["Category"] = "Holiday Events",
+	["points"] = 10,
+},
+[2246] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Medal Mayhem",
+	["description"] = "Earn 25 Medals in Battlegrounds during the Midyear Mayhem.",
+	["Category"] = "Holiday Events",
+	["points"] = 10,
+},
+[2247] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Scamp of Mayhem",
+	["description"] = "Kill a Trove Scamp in Imperial City Sewers during the Midyear Mayhem.",
+	["Category"] = "Holiday Events",
+	["points"] = 10,
+},
+[2248] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Midyear Horror",
+	["description"] = "Defeat all the Patrolling Horrors in the Imperial City during the Midyear Mayhem.",
+	["Category"] = "Holiday Events",
+	["points"] = 15,
+},
+[2249] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Psijic Responder",
+	["description"] = "Complete \"The Psijics' Calling\" Psijic Order quest in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2250] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Psijic Pursuer",
+	["description"] = "Complete the \"Breaches on the Bay\" Psijic Order quest in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2251] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Psijic Regulator",
+	["description"] = "Complete the \"Breaches of Frost and Fire\" Psijic Order quest in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2252] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Psijic Repairer",
+	["description"] = "Complete \"The Shattered Staff\" Psijic Order quest in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2253] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Psijic Forester",
+	["description"] = "Complete the \"A Breach Amid the Trees\" Psijic Order quest in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2254] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Psijic Mudslinger",
+	["description"] = "Complete the \"A Time for Mud and Mushrooms\" Psijic Order quest in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2255] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Psijic Staff Finder",
+	["description"] = "Complete \"The Towers' Remains\" Psijic Order quest in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2256] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Psijic Shadow-Walker",
+	["description"] = "Complete the \"Time in Doomcrag's Shadow\" Psijic Order quest in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2257] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Psijic Chronologer",
+	["description"] = "Complete the \"A Breach Beyond the Crags\" Psijic Order quest in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 10,
+},
+[2285] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Pyandonean Style Master",
+	["description"] = "Learn every chapter in the Pyandonean style book, found in Summerset.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2325] =
+{
+	["Category_ID"] = 10,
+	["name"] = "Cyrodilic Collections Champion",
+	["description"] = "Complete 150 daily quests for Jee-Lar to help Cyrodilic Collections prepare for their expedition to Murkmire.",
+	["Category"] = "Prologues",
+	["points"] = 50,
+},
+[2324] =
+{
+	["Category_ID"] = 10,
+	["name"] = "Cyrodilic Collections Agent",
+	["description"] = "Complete 40 daily quests for Jee-Lar to help Cyrodilic Collections prepare for their expedition to Murkmire.",
+	["Category"] = "Prologues",
+	["points"] = 15,
+},
+[2323] =
+{
+	["Category_ID"] = 10,
+	["name"] = "Cyrodilic Collections Associate",
+	["description"] = "Complete a daily quest for Jee-Lar to help Cyrodilic Collections prepare for their expedition to Murkmire.",
+	["Category"] = "Prologues",
+	["points"] = 10,
+},
+[2322] =
+{
+	["Category_ID"] = 10,
+	["name"] = "Concordia's Top Performer",
+	["description"] = "Help Cyrodilic Collections stop Margus Derius and prepare for expeditions to Murkmire.",
+	["Category"] = "Prologues",
+	["points"] = 10,
+},
+[2319] =
+{
+	["Category_ID"] = 11,
+	["name"] = "Welkynar Style Master",
+	["description"] = "Learn every chapter in the Welkynar style book, occasionally found as rewards for completing the Cloudrest Trial.",
+	["Category"] = "Summerset",
+	["points"] = 50,
+},
+[2316] =
+{
+	["Category_ID"] = 9,
+	["name"] = "The Plundered Masses",
+	["description"] = "Acquire one of each type of Plunder Skull during the Witches Festival.",
+	["Category"] = "Holiday Events",
+	["points"] = 10,
+},
+[2315] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Gruesome Feast",
+	["description"] = "Eat each of the Witches Festival foods during the Witches Festival.",
+	["Category"] = "Holiday Events",
+	["points"] = 5,
+},
+[2314] =
+{
+	["Category_ID"] = 9,
+	["name"] = "Sacking Skeletons",
+	["description"] = "Kill 100 Skeletons as a Skeleton during the Witches Festival.",
+	["Category"] = "Holiday Events",
+	["points"] = 15,
+},
+[2306] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Trick and Trap",
+	["description"] = "Lead Balorgh into Tharas' Trap 10 times in Veteran March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 5,
+},
+[2305] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Mist Walker",
+	["description"] = "Defeat Tarcyr without the indrik teleporting any group members during its Shrouding Mist ability in Veteran March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 5,
+},
+[2297] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Unending Rage",
+	["description"] = "Defeat Mylenne Moon-Caller without cleansing her Enrage ability in Veteran Moon Hunter Keep.",
+	["Category"] = "Wolfhunter",
+	["points"] = 10,
+},
+[2298] =
+{
+	["Category_ID"] = 13,
+	["name"] = "A Hulking Ally",
+	["description"] = "Defeat Archivist Ernarde without killing his first Hulking Werewolf ally in Moon Hunter Keep.",
+	["Category"] = "Wolfhunter",
+	["points"] = 10,
+},
+[2299] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Book Smarts",
+	["description"] = "Defeat the Archivist without taking group member damage from Symbols of Xarxes in Moon Hunter Keep.",
+	["Category"] = "Wolfhunter",
+	["points"] = 5,
+},
+[2300] =
+{
+	["Category_ID"] = 13,
+	["name"] = "On a Short Leash",
+	["description"] = "Defeat Vykosa the Ascendant without any party member taking damage from her restrained wolf pet in Veteran Moon Hunter Keep.",
+	["Category"] = "Wolfhunter",
+	["points"] = 5,
+},
+[2301] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Strangling Cowardice",
+	["description"] = "Defeat Vykosa the Ascendant after reading the Scroll of Glorious Battle, defeating 7 Stranglers, and never causing her pet wolves to cower in Veteran Moon Hunter Keep.",
+	["Category"] = "Wolfhunter",
+	["points"] = 5,
+},
+[2302] =
+{
+	["Category_ID"] = 13,
+	["name"] = "The Great Indrik Hunt",
+	["description"] = "Complete all three Golden Indrik Hunts and gain their boons within March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 5,
+},
+[2303] =
+{
+	["Category_ID"] = 13,
+	["name"] = "Seasonal Slaying",
+	["description"] = "Defeat Aghaedh of the Solstice while making sure to defeat all of her Lurchers within their primary season in Veteran March of Sacrifices.",
+	["Category"] = "Wolfhunter",
+	["points"] = 5,
+},
+}
diff --git a/data/en/en-data.lua b/data/en/en-data.lua
index f2edb8c..6fe629f 100644
--- a/data/en/en-data.lua
+++ b/data/en/en-data.lua
@@ -1,14563 +1,22811 @@
 --Obtained from the game, Don't edit.
 Ach_Detail ={
-[11] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Elden Hollow I Vanquisher",
-	["description"] = "Defeat Akash gra-Mal, Chokethorn, and Canonreeve Oraneth in Elden Hollow I.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[12] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Level 10 Hero",
-	["description"] = "Reach Level 10.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[13] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Level 20 Hero",
-	["description"] = "Reach Level 20.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[14] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Level 30 Hero",
-	["description"] = "Reach Level 30.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[15] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Level 40 Hero",
-	["description"] = "Reach Level 40.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[16] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Level 50 Hero",
-	["description"] = "Reach Level 50.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[17] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Superior Ransacker",
-	["description"] = "Acquire a Superior quality item.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[18] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Epic Acquirer",
-	["description"] = "Acquire an Epic quality item.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[19] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Treasure Chest Spotter",
-	["description"] = "Loot any 10 Treasure Chests.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[20] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Treasure Chest Seeker",
-	["description"] = "Loot any 50 Treasure Chests.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[21] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Treasure Chest Stalker",
-	["description"] = "Loot any 100 Treasure Chests.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[22] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Treasure Chest Hunter",
-	["description"] = "Loot any 1000 Treasure Chests.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[28] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Faolchu's Bane",
-	["description"] = "Defeat Faolchu the Changeling and set the city of Camlorn free.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[30] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Wyrd Friend",
-	["description"] = "Help the Wyresses remove Angof's corruption from their sacred groves and the Wyrd Tree.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[31] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Savior of Glenumbra",
-	["description"] = "Stop Angof the Gravesinger's necromantic plan to conquer Glenumbra.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[34] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Glenumbra Adventurer",
-	["description"] = "Complete 53 quests in Glenumbra.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[35] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Superior Attire",
-	["description"] = "Wear a full set of Superior, and only Superior, gear.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[36] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Epic Attire",
-	["description"] = "Wear a full set of Epic, and only Epic, gear.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[38] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Humanoid Slayer",
-	["description"] = "Kill humanoids, Goblin-kin, and giant-kin.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[39] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Daedra Slayer",
-	["description"] = "Kill Daedric creatures from Oblivion.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[40] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Dwarven Construct Slayer",
-	["description"] = "Kill Dwarven mechanical constructs.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[41] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Nature Slayer",
-	["description"] = "Kill a variety of natural creatures in the wilds of Tamriel and beyond.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[42] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Undead Slayer",
-	["description"] = "Kill skeletons, zombies, ghosts, spirits, and vampires.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[51] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Master Monster Slayer",
-	["description"] = "Complete all of the Slayer Achievements.",
-	["Category"] = "Character",
-	["points"] = 50,
-},
-[52] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Quester",
-	["description"] = "Complete 50 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[53] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Explorer",
-	["description"] = "Complete 100 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[54] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Adventurer",
-	["description"] = "Complete 250 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[55] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Master Adventurer",
-	["description"] = "Complete 500 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[56] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Indomitable Adventurer",
-	["description"] = "Complete 1000 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[57] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Stormhaven Adventurer",
-	["description"] = "Complete 60 quests in Stormhaven.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[58] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Rivenspire Adventurer",
-	["description"] = "Complete 42 quests in Rivenspire.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[59] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Alik'r Desert Adventurer",
-	["description"] = "Complete 42 quests in Alik'r Desert.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[60] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Bangkorai Adventurer",
-	["description"] = "Complete 36 quests in Bangkorai.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[61] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Hero of the Daggerfall Covenant",
-	["description"] = "Complete all Daggerfall Covenant quest achievements.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[64] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Apprentice Crafting Harvester",
-	["description"] = "Harvest any crafting materials 10 times.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[65] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Journeyman Crafting Harvester",
-	["description"] = "Harvest any crafting materials 50 times.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[66] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Crafting Harvester",
-	["description"] = "Harvest any crafting materials 100 times.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[67] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Crafting Harvester",
-	["description"] = "Harvest any crafting materials 1000 times.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[68] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Grand Master Crafting Harvester",
-	["description"] = "Harvest any crafting materials 10000 times.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[78] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Darkshade Caverns I Vanquisher",
-	["description"] = "Defeat Foreman Llothan, the Hive Lord, and the Sentinel of Rkugamz in Darkshade Caverns I.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[79] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Wayrest Sewers I Vanquisher",
-	["description"] = "Defeat Investigator Garron, Varain Pellingare and Allene Pellingare in Wayrest Sewers I.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[80] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Crypt of Hearts I Vanquisher",
-	["description"] = "Defeat Archmaster Siniel, Death's Leviathan, and the Ilambris Twins in Crypt of Hearts I.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[81] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Tempest Island Vanquisher",
-	["description"] = "Defeat Valaran Stormcaller, Stormfist, and Stormreeve Neidir in Tempest Island.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[88] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Dragonknight Slayer",
-	["description"] = "Kill 10 enemy Dragonknights.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[89] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Sorcerer Slayer",
-	["description"] = "Kill 10 enemy Sorcerers.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[90] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Templar Slayer",
-	["description"] = "Kill 10 enemy Templars.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[91] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Capture a Resource",
-	["description"] = "Help capture a resource (farm, lumbermill, or mine) in Cyrodiil.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[92] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Volunteer",
-	["description"] = "Earn your first rank in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[93] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Recruit",
-	["description"] = "Earn the rank of Recruit in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[94] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Tyro",
-	["description"] = "Earn the rank of Tyro in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[95] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Legionary",
-	["description"] = "Earn the rank of Legionary in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[96] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Veteran",
-	["description"] = "Earn the rank of Veteran in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[97] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Corporal",
-	["description"] = "Earn the rank of Corporal in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[98] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Sergeant",
-	["description"] = "Earn the rank of Sergeant in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[99] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Lieutenant",
-	["description"] = "Earn the rank of Lieutenant in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[100] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Captain",
-	["description"] = "Earn the rank of Captain in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[101] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Major",
-	["description"] = "Earn the rank of Major in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[102] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Centurion",
-	["description"] = "Earn the rank of Centurion in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[103] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Colonel",
-	["description"] = "Earn the rank of Colonel in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[104] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Tribune",
-	["description"] = "Earn the rank of Tribune in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[105] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Brigadier",
-	["description"] = "Earn the rank of Brigadier in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[106] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Prefect",
-	["description"] = "Earn the rank of Prefect in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[107] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Praetorian",
-	["description"] = "Earn the rank of Praetorian in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[108] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Palatine",
-	["description"] = "Earn the rank of Palatine in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[109] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War August Palatine",
-	["description"] = "Earn the rank of August Palatine in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[110] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Legate",
-	["description"] = "Earn the rank of Legate in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[111] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War General",
-	["description"] = "Earn the rank of General in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[112] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Warlord",
-	["description"] = "Earn the rank of Warlord in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[113] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Grand Warlord",
-	["description"] = "Earn the rank of Grand Warlord in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[114] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Overlord",
-	["description"] = "Earn the rank of Overlord in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[115] =
-{
-	["Category_ID"] = 2,
-	["name"] = "First Revenge",
-	["description"] = "Score a Revenge kill in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[116] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Sweet Vengeance",
-	["description"] = "Score 10 Revenge kills in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[117] =
-{
-	["Category_ID"] = 2,
-	["name"] = "First Avenge",
-	["description"] = "Score your first Avenge kill in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[118] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Vindication",
-	["description"] = "Score 10 Avenge kills in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[119] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Close Call Kill",
-	["description"] = "Earn a kill when below 5 percent health in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[120] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Five Under Five",
-	["description"] = "Earn 5 kills when below 5 percent health in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[121] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Ten Under Five",
-	["description"] = "Earn 10 kills when below 5 percent health in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[122] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Keep Capture",
-	["description"] = "Capture your first keep in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[134] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Kill a Grand Overlord",
-	["description"] = "Kill an enemy player of Alliance War rank 50.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[135] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Damage Dealer",
-	["description"] = "Deal 1,000,000 points of damage to enemies in Cyrodiil.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[136] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Massive Damage Dealer",
-	["description"] = "Deal 5,000,000 points of damage to enemies in Cyrodiil.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[137] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Tremendous Damage Dealer",
-	["description"] = "Deal 100,000,000 points of damage to enemies in Cyrodiil.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[138] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Healer",
-	["description"] = "Heal 1,000,000 points of damage to allies in Cyrodiil.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[139] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Massive Healer",
-	["description"] = "Heal 5,000,000 points of damage to allies in Cyrodiil.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[140] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Tremendous Healer",
-	["description"] = "Heal 100,000,000 points of damage to allies in Cyrodiil.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[141] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Breton Slayer",
-	["description"] = "Kill 100 Breton enemies in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[145] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Evermore Defender",
-	["description"] = "Stop the Reachmen from attacking Evermore.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[146] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Bangkorai Garrison Liberator",
-	["description"] = "Liberate the Bangkorai Garrison from the invaders.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[147] =
-{
-	["Category_ID"] = 7,
-	["name"] = "High King Emeric's Savior",
-	["description"] = "Rescue High King Emeric from the clutches of Septima Tharn.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[148] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Woodblight Killer",
-	["description"] = "Kill the spriggan Woodblight at Blighted Isle.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[149] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Dayarrus' Deathbringer",
-	["description"] = "Kill Dayarrus the Xivilai at Arlimahera's Sanctum.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[150] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Nomeg Hyril's Executioner",
-	["description"] = "Kill the frost atronach monarch Nomeg Hyril at Nilata Falls.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[151] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Lich Butcher",
-	["description"] = "Kill the liches Qumehdi and Zaman at the Telesubi Ruins.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[152] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Summoner Slayer",
-	["description"] = "Kill the summoner Caecilia Attius and her Daedra minions at the Summoner's Camp.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[153] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Wolf-Father Exorcist",
-	["description"] = "Destroy the ghost Garach Wolf-Father and his werewolf spirits at Lakewatch Tower.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[154] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Dreamslayer",
-	["description"] = "Defeat the Omen of the Watchful Eye and lift the paranoia in Alcaire.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[155] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Spirit Warden Champion",
-	["description"] = "Return the Dream Shard to Pariah Abbey and restore peace to Menevia.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[156] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Azura's Ally",
-	["description"] = "Defeat the Omen of Counting Stars and end the obsessions plaguing Gavaudon.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[158] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Hatespinner Hunter",
-	["description"] = "Kill the giant spider, Aesar the Hatespinner, at Aesar's Web.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[159] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Menhir Hunter",
-	["description"] = "Kill the gargoyle, Menhir Stoneskin, at Valeguard Tower.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[160] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Darkblood Hunter",
-	["description"] = "Kill the necromancer, Louna Darkblood, at Old Kalgon's Keep.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[161] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Hag Hunter",
-	["description"] = "Kill the hag, Magdelena, at Magdelena's Haunt.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[162] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Stroda's Assassin",
-	["description"] = "Kill the Orc, Stroda gra-Drom, at East-Rock Landing.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[163] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Siren Hunter",
-	["description"] = "Kill the nereid, Desuuga the Siren, at Siren's Cove.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[176] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Glenumbra Cave Delver",
-	["description"] = "Discover and clear all six caves in Glenumbra.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[177] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Stormhaven Cave Delver",
-	["description"] = "Discover and clear all six caves in Stormhaven.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[178] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Rivenspire Cave Delver",
-	["description"] = "Discover and clear all six caves in Rivenspire.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[180] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bangkorai Cave Delver",
-	["description"] = "Discover and clear all six caves in Bangkorai.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[181] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Stonefalls Cave Delver",
-	["description"] = "Discover and clear all six caves in Stonefalls.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[184] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Skin-Stealer Destroyer",
-	["description"] = "Destroy the Dominion's ability to create Skin-Stealers.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[185] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Egg Protector",
-	["description"] = "Protect the Argonian eggs so a new generation can be born.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[186] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Mnemic Egg Guardian",
-	["description"] = "Recover the Mnemic Egg from the Dominion.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[187] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Haynekhtnamet Hunter",
-	["description"] = "Kill the wamasu champion Haynekhtnamet in its lair.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[188] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ogre Twin Tormentor",
-	["description"] = "Kill the ogre twins Argalog and Vlaga at Xal Thak.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[189] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Mummy Lord Murderer",
-	["description"] = "Kill the Ayleid Mummy Lord Talkynd at Nen Ria.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[190] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Captain Bones Destroyer",
-	["description"] = "Defeat Captain Bones and his undead crew aboard the Captain's ship.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[191] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Urrai's Bane",
-	["description"] = "Kill the Daedroth Urrai at Bitterroot Cave.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[192] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Slave Lord's Ruination",
-	["description"] = "Kill the Slave Lord Rendrasa at the Slaver's Camp.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[193] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Shadowfen Cave Delver",
-	["description"] = "Discover and clear all six caves in Shadowfen.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[194] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Hero of Bleakrock",
-	["description"] = "Find Bleakrock's missing villagers and send them home.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[195] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Strifeswarm Eradicator",
-	["description"] = "Kill the champion of the Strifeswarm kwama hive.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[196] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Memory Masher",
-	["description"] = "Enter the Cave of Memories and destroy the Ashlander Guardian.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[197] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Shellcracker",
-	["description"] = "Survive the mudcrabs of Shipwreck Strand and kill Shellcracker, the cannibal crab.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[198] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Dreugh Destroyer",
-	["description"] = "Storm the beach at Matron's Clutch, slay the Dreugh Matrons, and end the threat of the Dreugh egg-tenders.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[199] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Saintly Slaughter",
-	["description"] = "Destroy the Golden Saint at the Shivering Shrine.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[200] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Netch Wrangler",
-	["description"] = "Defeat the bull netch Ozzacha in Brahma's Grove.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[201] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Balreth's Bane",
-	["description"] = "Destroy Balreth and return the Brother of Strife to slumber.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[202] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Inner Sea Armature Explorer",
-	["description"] = "Explore and clear the Inner Sea Armature.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[203] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Emberflint Mine Explorer",
-	["description"] = "Explore and clear Emberflint Mine.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[204] =
-{
-	["Category_ID"] = 7,
-	["name"] = "General Serien's Demise",
-	["description"] = "Slay General Serien and stop the Covenant invasion of Stonefalls.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[205] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Mephala's Nest Explorer",
-	["description"] = "Explore and clear Mephala's Nest.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[206] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Hightide Hollow Explorer",
-	["description"] = "Explore and clear Hightide Hollow.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[207] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Softloam Cavern Explorer",
-	["description"] = "Explore and clear Softloam Cavern.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[208] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Sheogorath's Tongue Explorer",
-	["description"] = "Explore and clear Sheogorath's Tongue.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[209] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Sadal's Overthrower",
-	["description"] = "Destroy Sadal and save Stonefalls.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[210] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Rageclaw Hunter",
-	["description"] = "Kill the great werewolf, Rageclaw, at Rageclaw's Den.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[211] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Armene's Bane",
-	["description"] = "Kill the Breton necromancer, Vivien Armene, at the Dragon Mound.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[212] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ratmaster Crusher",
-	["description"] = "Kill the vampire, Olveidi the Ratmaster, at the Ratmaster's Prowl.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[213] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Mannskadi's Mauler",
-	["description"] = "Kill the wild mammoth, Mannskadi, at Dragon's Hallow.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[214] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ammabani Ambusher",
-	["description"] = "Kill the great sabre cat, Ammabani, at Ammabani's Pride.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[215] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ilessan Tower Explorer",
-	["description"] = "Explore and clear Ilessan Tower.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[216] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Silumm Explorer",
-	["description"] = "Explore and clear Silumm.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[217] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Enduum Explorer",
-	["description"] = "Explore and clear Enduum.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[218] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Mines of Khuras Explorer",
-	["description"] = "Explore and clear the Mines of Khuras.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[219] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ebon Crypt Explorer",
-	["description"] = "Explore and clear the Ebon Crypt.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[220] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Cryptwatch Fort Explorer",
-	["description"] = "Explore and clear Cryptwatch Fort.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[221] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Portdun Watch Explorer",
-	["description"] = "Explore and clear Portdun Watch.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[222] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Koeglin Mine Explorer",
-	["description"] = "Explore and clear Koeglin Mine.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[223] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Pariah Catacombs Explorer",
-	["description"] = "Explore and clear the Pariah Catacombs.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[224] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Farangel's Delve Explorer",
-	["description"] = "Explore and clear Farangel's Delve.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[225] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bearclaw Mine Explorer",
-	["description"] = "Explore and clear the Bearclaw Mine.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[226] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Norvolk Ruins Explorer",
-	["description"] = "Explore and clear the Norvolk Ruins.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[227] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Crestshade Mine Explorer",
-	["description"] = "Explore and clear Crestshade Mine.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[228] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Flyleaf Catacombs Explorer",
-	["description"] = "Explore and clear the Flyleaf Catacombs.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[229] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Tribulation Crypt Explorer",
-	["description"] = "Explore and clear the Tribulation Crypt.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[230] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Orc's Finger Ruins Explorer",
-	["description"] = "Explore and clear Orc's Finger Ruins.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[231] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Erokii Ruins Explorer",
-	["description"] = "Explore and clear the Erokii Ruins.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[232] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Hildune's Secret Refuge Explorer",
-	["description"] = "Explore and clear Hildune's Secret Refuge.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[245] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Atanaz Ruins Explorer",
-	["description"] = "Explore and clear the Atanaz Ruins.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[246] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Broken Tusk Explorer",
-	["description"] = "Explore and clear Broken Tusk.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[247] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Chid-Moska Ruins Explorer",
-	["description"] = "Explore and clear the Chid-Moska Ruins.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[248] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Gandranen Explorer",
-	["description"] = "Explore and clear Gandranen.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[249] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Onkobra Kwama Mine Explorer",
-	["description"] = "Explore and clear the Onkobra Kwama Mine.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[250] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Black Maw Shrine Explorer",
-	["description"] = "Explore and clear the Shrine of the Black Maw.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[251] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Chill Hollow Explorer",
-	["description"] = "Explore and clear The Chill Hollow.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[252] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Icehammer's Vault Explorer",
-	["description"] = "Explore and clear Icehammer's Vault.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[253] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Old Sord's Cave Explorer",
-	["description"] = "Explore and clear Old Sord's Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[254] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Frigid Grotto Explorer",
-	["description"] = "Explore and clear the Frigid Grotto.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[255] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Stormcrag Crypt Explorer",
-	["description"] = "Explore and clear Stormcrag Crypt.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[256] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bastard's Tomb Explorer",
-	["description"] = "Explore and clear the Bastard's Tomb.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[257] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Beralagr Hunter",
-	["description"] = "Kill the great bear, Beralagr, at Swiftblade's Camp.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[258] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Drowned Horde Decimator",
-	["description"] = "Destroy Thjormar and the Drowned Horde at Bitterpoint Strand.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[259] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Dugan's Demolisher",
-	["description"] = "Kill the Orc reaver Dugan the Red.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[260] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bone Grappler's Bane",
-	["description"] = "Kill the strangler Bone Grappler in its nest.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[261] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Tallatta's Annihilator",
-	["description"] = "Kill the nereid queen Tallatta the Lustrous in the Jagged Grotto.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[262] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Skullbreaker",
-	["description"] = "Kill Skullbreaker the sea troll at Windshriek Strand.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[263] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Green Vanquisher",
-	["description"] = "Kill Commander Faldethil of the Green Hunters at River Edge.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[264] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Lady Llarel's Shelter Explorer",
-	["description"] = "Explore and clear Lady Llarel's Shelter.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[265] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Lower Bthanual Explorer",
-	["description"] = "Explore and clear the ruins of Lower Bthanual.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[266] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Triple Circle Mine Explorer",
-	["description"] = "Explore and clear the Triple Circle Mine.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[267] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Taleon's Crag Explorer",
-	["description"] = "Explore and clear Taleon's Crag.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[268] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Knife Ear Grotto Explorer",
-	["description"] = "Explore and clear Knife Ear Grotto.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[269] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Corpse Garden Explorer",
-	["description"] = "Explore and clear the Corpse Garden.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[270] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Deshaan Cave Delver",
-	["description"] = "Discover and clear all six caves in Deshaan.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[272] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Arx Corinium Vanquisher",
-	["description"] = "Defeat Ganakton the Tempest, Sliklenia the Songstress, and Sellistrix the Lamia Queen in Arx Corinium.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[274] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Dead Man's Drop Explorer",
-	["description"] = "Explore and clear Dead Man's Drop.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[275] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Short-Tusk Hunter",
-	["description"] = "Kill the giant kagouti, Short-Tusk, at Short-Tusk's Hillock.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[276] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Abomination Slayer",
-	["description"] = "Kill the corpse husk, the Abomination, at the Grove of the Abomination.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[277] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Sharpfang Killer",
-	["description"] = "Kill the giant troll, Sharpfang, at the Dire Bramblepatch.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[278] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Mabrigash Shade Destroyer",
-	["description"] = "Destroy the Mabrigash Shade at the Mabrigash Burial Circle.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[279] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Druitularg's Bane",
-	["description"] = "Kill the Dremora ritualist, Druitularg, at Druitularg's Ritual Altar.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[280] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bittergreen Obliterator",
-	["description"] = "Kill the giant guar, Bittergreen the Wild, at Caravan Crest.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[281] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Black Vine Ruins Explorer",
-	["description"] = "Explore and clear the Black Vine Ruins.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[282] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Roots of Silvenar Explorer",
-	["description"] = "Explore and clear the Roots of Silvenar.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[283] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Hound Hinderer",
-	["description"] = "Uncover the Hound's Plan to lure the Green Lady to Silvenar.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[284] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Silvenar's Friend",
-	["description"] = "Save the Silvenar from his captors.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[285] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Hero of Frond and Leaf",
-	["description"] = "Unite the Silvenar with the Green Lady.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[286] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Shael Ruins Explorer",
-	["description"] = "Explore and clear the Shael Ruins.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[287] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Auridon Cave Delver",
-	["description"] = "Discover and clear all six caves in Auridon.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[288] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Del's Claim Explorer",
-	["description"] = "Explore and clear Del's Claim.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[289] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ondil Explorer",
-	["description"] = "Explore and clear Ondil.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[290] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Entila's Folly Explorer",
-	["description"] = "Explore and clear Entila's Folly.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[291] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Wansalen Explorer",
-	["description"] = "Explore and clear Wansalen.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[292] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Mehrunes' Spite Explorer",
-	["description"] = "Explore and clear Mehrunes' Spite.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[293] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bewan Explorer",
-	["description"] = "Explore and clear Bewan.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[294] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Fungal Grotto I Vanquisher",
-	["description"] = "Defeat the Goblin War Chief and the Dreugh King in Fungal Grotto I.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[296] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Malabal Tor Cave Delver",
-	["description"] = "Discover and clear all six caves in Malabal Tor.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[297] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Tomb of the Apostates Explorer",
-	["description"] = "Explore and clear the Tomb of the Apostates.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[298] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Hoarvor Pit Explorer",
-	["description"] = "Explore and clear the Hoarvor Pit.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[299] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Sanguine's Demesne Vanquisher",
-	["description"] = "Defeat three of the champions in Sanguine's Demesne.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[300] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Sanguine's Demesne Conqueror",
-	["description"] = "Defeat all six champions in Sanguine's Demesne.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[301] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Spindleclutch I Vanquisher",
-	["description"] = "Defeat the Swarm Mother and the Whisperer in Spindleclutch I.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[303] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Torturers' Demise",
-	["description"] = "Defeat Kathutet, Amkaos, and Ranyu, Molag Bal's torturers, at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[304] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ogrim Brother Subjugator",
-	["description"] = "Defeat Glut, Hogshead, and Stumble, the three Ogrim Brothers, at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[305] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Dremora Pirate Slayer",
-	["description"] = "Defeat Velehk Sain, the Dremora pirate, at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[306] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Traveling Dremora Slayer",
-	["description"] = "Defeat Methats, Vonshala, and Sumeer, the Dremora travelers, at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[307] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Favored Daedroth Destroyer",
-	["description"] = "Defeat Menta Na, Molag Bal's most favored Daedroth, at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[308] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Closer of the Ever-Open Eye",
-	["description"] = "Defeat Yggmanei the Ever-Open Eye, Molag Bal's greatest spy, at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[309] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Hrelvesuu's Bane",
-	["description"] = "Defeat the Daedroth Hrelvesuu at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[310] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Devourer of Souls Subverter",
-	["description"] = "Defeat Rhagothan, the Devourer of Souls, at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[311] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Frost Lord Destroyer",
-	["description"] = "Defeat Nomeg Haga, the giant Frost Atronach of Coldharbour, at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[312] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Storm Lord Destroyer",
-	["description"] = "Defeat Zymel Hriz, the giant Storm Atronach of Coldharbour, at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[313] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Xivilai Slavemaster Destroyer",
-	["description"] = "Defeat Anaxes and Medrike, the Xivilai torturers, at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[314] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Seductive Sister Destroyer",
-	["description"] = "Defeat Vika, Dylora, and Jansa, the Dark Seducer sisters, at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[315] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Verkarth Vampire Destroyer",
-	["description"] = "Defeat King Styriche of Verkarth and his companions, Fangaril and Zayzahad, at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[316] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Crescent Dremora Destroyer",
-	["description"] = "Defeat Lord Dregas Volar, the holder of the Daedric Crescent, at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[317] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Mournhold Lich Destroyer",
-	["description"] = "Defeat Gedna Relvel, the Lich of Mournhold, at a Dark Anchor.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[318] =
-{
-	["Category_ID"] = 6,
-	["name"] = "General Executioner",
-	["description"] = "Destroy all of Molag Bal's generals that appear at the Dark Anchors.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[322] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Chainbreaker",
-	["description"] = "Release the Dark Anchor pinions to send the chains back to Coldharbour.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[324] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Anchor Destroyer",
-	["description"] = "Destroy 10 Dark Anchors from Coldharbour.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[325] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Banished Cells I Vanquisher",
-	["description"] = "Defeat Shadowrend and High Kinlord Rilis in Banished Cells I.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[328] =
-{
-	["Category_ID"] = 6,
-	["name"] = "The Rift Cave Delver",
-	["description"] = "Discover and clear all six caves in the Rift.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[329] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Faldar's Tooth Explorer",
-	["description"] = "Explore and clear Faldar's Tooth.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[330] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Broken Helm Hollow Explorer",
-	["description"] = "Explore and clear Broken Helm Hollow.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[331] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Avancheznel Explorer",
-	["description"] = "Explore and clear Avancheznel.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[332] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Fort Greenwall Explorer",
-	["description"] = "Explore and clear Fort Greenwall.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[333] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Shroud Hearth Barrow Explorer",
-	["description"] = "Explore and clear Shroud Hearth Barrow.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[334] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Snapleg Cave Explorer",
-	["description"] = "Explore and clear Snapleg Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[335] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Reach Crusher",
-	["description"] = "Crush the Reach's presence in the Rift.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[336] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Wormsquasher",
-	["description"] = "Defeat Thallik Wormfather and scatter the Worm Cult.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[337] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Ysgramor's Prodigy",
-	["description"] = "Return Sinmur to his grave.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[340] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Fungal Grotto II Assassin",
-	["description"] = "Defeat Mephala's Fang, Gamyne Bandu, Ciirenas the Sheperd, Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Veteran Fungal Grotto II within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Spider Cultists.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[342] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Fearless Assaulter",
-	["description"] = "Defeat Vila Theran in Veteran Fungal Grotto II without any member of your party using the protection of the Obsidian Husk.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[343] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Fungal Grotto II Conqueror",
-	["description"] = "Defeat Gamyne Bandu, the Spawn of Mephala, and Vila Theran in Veteran Fungal Grotto II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[345] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Khajiiti Hunters' Bane",
-	["description"] = "Defeat Indur-sa and the Khajiiti Hunters at the Hunter Camp.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[346] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Troll Killer",
-	["description"] = "Defeat the trolls, Frostdrool and Sleetclaw, at the Troll Cave.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[347] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Frost Atronach Destroyer",
-	["description"] = "Defeat the Frost Atronach, Nomeg Rine, at the Frozen Ruins.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[348] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ghost Banisher",
-	["description"] = "Put Ghoragham to rest at Angarvunde Mound.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[349] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Giant Slayer",
-	["description"] = "Defeat Longstride the Giant and his Mammoth at the Giant Camp.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[350] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Wispmother Vanquisher",
-	["description"] = "Banish Aereus the Wispmother from Wisplight Glen.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[351] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Marines Avenger",
-	["description"] = "End the threat of the necromancers at Soulfire Plateau and avenge the First Auridon Marines.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[352] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bandit Lord Bounty Hunter",
-	["description"] = "Defeat Quenyas, leader of Auridon's bandit gangs, in the camp at Seaside Scarp.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[353] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ghost Captain Crusher",
-	["description"] = "Destroy Ghost Captain Blanchete at the Wreck of the Raptor.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[354] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Snapjaw's Bane",
-	["description"] = "Defeat the clannfear champion, Snapjaw, and end the murder of innocents at Heretic's Summons.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[355] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Nestmother Eradicator",
-	["description"] = "Defeat the giant snake known as the Nestmother in her den.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[356] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Anarume Bounty Hunter",
-	["description"] = "Defeat Anarume at the Heritance Proving Ground and end his treason.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[357] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Direfrost Keep Vanquisher",
-	["description"] = "Defeat the Guardian of the Flame, the Empowered Frost Atronach, and Drodda of Icereach at Direfrost Keep.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[360] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Sunder the First Veil",
-	["description"] = "Execute the traitor at Tanzelwil in the name of Queen Ayrenn.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[361] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Sunder the Second Veil",
-	["description"] = "Infiltrate the Veiled Heritance and discover its secret.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[362] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Sunder the Third Veil",
-	["description"] = "Defeat the Daedric army and their leader at Firsthold.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[363] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Plague Ender",
-	["description"] = "Kill Merdyndril the Alchemist at Obsidian Gorge and put an end to the Llodos plague.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[364] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Temple Knight",
-	["description"] = "Free the Tribunal Temple from invading Daedric forces.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[365] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Vox Slayer",
-	["description"] = "Kill Magistrix Vox at Eidolon's Hollow and restore peace to Deshaan.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[367] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Crow's Wood Vanquisher",
-	["description"] = "Defeat three of the champions in Crow's Wood.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[368] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Crow's Wood Conqueror",
-	["description"] = "Defeat all of Crow's Wood's champions.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[369] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Forgotten Crypts Vanquisher",
-	["description"] = "Defeat three of the champions in the Forgotten Crypts.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[370] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Forgotten Crypts Conqueror",
-	["description"] = "Defeat all of the champions in the Forgotten Crypts.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[371] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Lion's Den Group Event",
-	["description"] = "Defeat the Lonely Giant and his angry mammoths in the Lion's Den.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[372] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Sanguine's Group Event",
-	["description"] = "Defeat Fight-Master Grel and his adepts at Sanguine's Demesne.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[373] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Lion's Den Vanquisher",
-	["description"] = "Defeat three of the champions in the Lion's Den.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[374] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Lion's Den Conqueror",
-	["description"] = "Defeat all of the champions in the Lion's Den.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[375] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Hall of the Dead Vanquisher",
-	["description"] = "Defeat three of the champions in the Hall of the Dead.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[376] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Hall of the Dead Conqueror",
-	["description"] = "Defeat all of the champions in the Hall of the Dead.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[377] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Obsidian Scar Vanquisher",
-	["description"] = "Defeat three of the champions in Obsidian Scar.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[378] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Obsidian Scar Conqueror",
-	["description"] = "Defeat all of the champions in Obsidian Scar.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[379] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Crow's Wood Group Event",
-	["description"] = "Destroy the Soul Wraiths to summon and slay Ghyslain in Crow's Wood.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[380] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Bad Man's Group Event",
-	["description"] = "Slay the Giant Snake Mother in Bad Man's Hallows.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[381] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Hall of the Dead Group Event",
-	["description"] = "Defeat Reynir the Destroyer and his minions in the Hall of the Dead.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[382] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Graufang Hunter",
-	["description"] = "Kill the giant bear Graufang at Seaview Point.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[383] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Limbscather Slayer",
-	["description"] = "Defeat the lurcher Limbscather at the Western Overlook.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[384] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Werewolf's Bane",
-	["description"] = "Kill the werewolf, Salazar the Wolf, at the Wolf's Camp.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[385] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Asard's Assassin",
-	["description"] = "Defeat the Bloodthorn zombie, Asard the Putrid, at North Shore Point.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[386] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Trapjaw Stalker",
-	["description"] = "Defeat the wamasu, Trapjaw, at Trapjaw's Cove.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[387] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bloodcaller's Ruin",
-	["description"] = "Defeat the necromancer, Grivier Bloodcaller, at Balefire Island.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[388] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Forgotten Crypts Group Event",
-	["description"] = "Eradicate the Kwama infestation and kill the Kwama Guardians in the Forgotten Crypts.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[389] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Toothmaul Gully Vanquisher",
-	["description"] = "Defeat three of the champions in Toothmaul Gully.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[390] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Toothmaul Gully Conqueror",
-	["description"] = "Defeat all of the champions in Toothmaul Gully.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[391] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Volenfell Vanquisher",
-	["description"] = "Defeat Quintus Verres, Tremorscale, and the Guardian Council at Volenfell.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[393] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Blessed Crucible Vanquisher",
-	["description"] = "Defeat the Pack, the Beast Master, and the Lava Queen at the Blessed Crucible.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[395] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Lost City Vanquisher",
-	["description"] = "Defeat three of the champions in the Lost City of the Na-Totambu.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[396] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Lost City Conqueror",
-	["description"] = "Defeat all of the champions in the Lost City of the Na-Totambu.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[397] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Stonefalls Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Stonefalls.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[398] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Bleakrock Skyshard Hunter",
-	["description"] = "Find all 3 Skyshards in Bleakrock.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[399] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Titanclaw Cracker",
-	["description"] = "Defeat Titanclaw the mudcrab at Mudcrab Beach.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[400] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Spider Slayer",
-	["description"] = "Defeat Old Widow Silk and the Bloodweaver spiders at the Spider Nest.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[401] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Brood Queen Destroyer",
-	["description"] = "Defeat the Dreugh Brood Queen at the Dreugh Waters.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[402] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Gar Xuu Gar's Bane",
-	["description"] = "Defeat the Daedroth Gar Xuu Gar and his minions at the Abandoned Farm.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[403] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Cousin Scrag's Demolisher",
-	["description"] = "Defeat the Ogre called Cousin Scrag at Scrag's Larder.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[404] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Kruz Control",
-	["description"] = "Defeat Zymel Kruz the Storm Atronach at the Ancient Altar.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[405] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Bal Foyen Skyshard Hunter",
-	["description"] = "Find all 3 Skyshards in Bal Foyen.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[406] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Nose Diver",
-	["description"] = "Jump from the nose of the Weeping Giant.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[407] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Stros M'Kai Skyshard Hunter",
-	["description"] = "Find all 3 Skyshards in Stros M'Kai.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[408] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Betnikh Skyshard Hunter",
-	["description"] = "Find all 3 Skyshards in Betnikh.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[409] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Glenumbra Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Glenumbra.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[410] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Blackheart Haven Vanquisher",
-	["description"] = "Defeat Atarus, the Roost Mother, and Captain Blackheart in Blackheart Haven.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[412] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Santaki Ruins Explorer",
-	["description"] = "Explore and clear the Santaki Ruins.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[413] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Alik'r Desert Cave Delver",
-	["description"] = "Discover and clear all six caves in the Alik'r Desert.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[414] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Divad's Chagrin Mine Explorer",
-	["description"] = "Explore and clear Divad's Chagrin Mine.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[415] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Famed Recruiter",
-	["description"] = "Recruit all three famous privateers on Stros M'Kai.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[416] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Aldunz Ruins Explorer",
-	["description"] = "Explore and clear the Aldunz Ruins.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[417] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Selene's Web Vanquisher",
-	["description"] = "Defeat Longclaw, Foulhide, and Selene in Selene's Web.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[419] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Coldrock Diggings Explorer",
-	["description"] = "Explore and clear Coldrock Diggings.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[420] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Sandblown Mine Explorer",
-	["description"] = "Explore and clear the Sandblown Mine.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[421] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Spindleclutch II Conqueror",
-	["description"] = "Defeat the Blood Golem, Praxin's Ghost, and Vorenor Winterbourne in Veteran Spindleclutch II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[423] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Yldzuun Ruins Explorer",
-	["description"] = "Explore and clear the Yldzuun Ruins.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[424] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Eastmarch Cave Delver",
-	["description"] = "Discover and clear all six caves in Eastmarch.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[425] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Deathsong Deforester",
-	["description"] = "Destroy the tainted plant creatures at Deathsong Cleft in Reaper's March.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[426] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Big Ozur's Bane",
-	["description"] = "Defeat Big Ozur the Ogre in Big Ozur's Valley.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[427] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Mercy Killer",
-	["description"] = "Defeat the Queen of Three Mercies and her entourage at Waterdancer Falls in Reaper's March.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[428] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Gravecaller's Doom",
-	["description"] = "Defeat Gravecaller Niramo and his dark daughter Varien at the Reaper's Henge.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[429] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ysolmarr's Ruin",
-	["description"] = "Defeat the Daedroth, Ysolmarr the Roving Pyre, near the Old S'ren-ja Docks in Reaper's March.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[430] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Nur-dro's Downfall",
-	["description"] = "Defeat the vampire, Overlord Nur-dro, at Ushmal's Rest in Reaper's March.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[431] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Khenarthi's Skyshard Hunter",
-	["description"] = "Find all 6 Skyshards in Khenarthi's Roost.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[432] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Aba-Loria Explorer",
-	["description"] = "Explore and clear Aba-Loria.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[433] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Grotto of Depravity Explorer",
-	["description"] = "Explore and clear the Grotto of Depravity.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[434] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Cave of Trophies Explorer",
-	["description"] = "Explore and clear the Cave of Trophies.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[435] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Forgefire Vault Explorer",
-	["description"] = "Explore and clear the Vault of Haman Forgefire.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[436] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Mal Sorra's Tomb Explorer",
-	["description"] = "Explore and clear Mal Sorra's Tomb.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[437] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Wailing Maw Explorer",
-	["description"] = "Explore and clear the Wailing Maw.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[438] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Coldharbour Cave Delver",
-	["description"] = "Discover and clear all six caves in Coldharbour.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[439] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Sthorha's Doom",
-	["description"] = "Defeat the daedroth, Sthorha the Crazed, at Aba-Darre.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[440] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ice Wraith Hunter",
-	["description"] = "Defeat the ice wraith, Duriatundur, at Duriatundur's Killing Field.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[441] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Centurion's Ruin",
-	["description"] = "Defeat the ancient Dwarven Centurion, Zemarek-thul, at Zemarek's Hollow.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[442] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Daedroth Trio Hunter",
-	["description"] = "Defeat the daedroth trio, Nolagha, Keggagiha and Rsolignah, at the Daedroth Larder.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[443] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Brolsgerbwd's Bane",
-	["description"] = "Defeat the Dremora necromancer, Brolsgerbwd, at the Risen Court.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[444] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Cynhamoth's End",
-	["description"] = "Defeat the harvester, Cynhamoth, at Cynhamoth's Grove.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[445] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Rulanyil's Fall Group Event",
-	["description"] = "Defeat the undead hordes of Hergor the Fallen at Rulanyil's Fall.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[446] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Spindleclutch II Assassin",
-	["description"] = "Defeat Mad Mortine, Blood Spawn, Praxin Douare, the Flesh Atronach trio, Urvan Veleth, and Vorenor Winterbourne in Veteran Spindleclutch II within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Thralled warriors.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[448] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Compassionate Hero",
-	["description"] = "Defeat Vorenor Winterbourne in Veteran Spindleclutch II without killing any of the innocent victims held captive in his lair.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[449] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Banished Cells II Assassin",
-	["description"] = "In Veteran Banished Cells II, defeat Keepers Imiril, Areldur, and Voranil, as well as the Maw of the Infernal and the Sisters Sihna and Vera, before defeating High Kinlord Rilis, all within twenty minutes. Timer starts upon engaging the first group of Banished skeletons.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[451] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Cursed Hero",
-	["description"] = "In Veteran Banished Cells II, defeat High Kinlord Rilis while three or more Daedroth still live.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[452] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Reaper's March Cave Delver",
-	["description"] = "Discover and clear all six caves in Reaper's March.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[453] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Kuna's Delve Explorer",
-	["description"] = "Explore and clear Kuna's Delve.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[454] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Thibaut's Cairn Explorer",
-	["description"] = "Explore and clear Thibaut's Cairn.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[455] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Weeping Wind Cave Explorer",
-	["description"] = "Explore and clear the Weeping Wind Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[456] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Claw's Strike Explorer",
-	["description"] = "Explore and clear Claw's Strike.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[457] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Fardir's Folly Explorer",
-	["description"] = "Explore and clear Fardir's Folly.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[458] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Jode's Light Explorer",
-	["description"] = "Explore and clear Jode's Light.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[459] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Elden Hollow II Conqueror",
-	["description"] = "Defeat Dark Root, Murklight, and Bogdan the Nightflame in Veteran Elden Hollow II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[460] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Crimson Cove Group Event",
-	["description"] = "Defeat Flat Tooth and his minions at Crimson Cove.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[461] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Elden Hollow II Assassin",
-	["description"] = "Defeat Dubroze the Infestor, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame in Veteran Elden Hollow II within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Daedra.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[463] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Closing the Book",
-	["description"] = "Defeat Bogdan the Nightflame after reading the Opus of Torment in Veteran Elden Hollow II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[464] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Darkshade Caverns II Conqueror",
-	["description"] = "Defeat the Transmuted Hive Lord, Grobull the Transmuted, and the Engine Guardian in Veteran Darkshade Caverns II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[465] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Darkshade Caverns II Assassin",
-	["description"] = "Defeat the Fallen Foreman, the Hive Lord and its Scribs, the Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Veteran Darkshade Caverns II, all within twenty minutes. Timer starts upon engaging the first group of kwama.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[467] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Deadly Engineer",
-	["description"] = "Defeat the Engine Guardian in Veteran Darkshade Caverns II without anyone in your group activating an Engine Lever.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[468] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Toothmaul Gully Group Event",
-	["description"] = "Destroy Bloodroot and its guardians at Toothmaul Gully.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[469] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Vile Manse Group Event",
-	["description"] = "Defeat the damned creations of Graccus' frost experiments at the Vile Manse.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[470] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Root Sunder Group Event",
-	["description"] = "Defeat the Bonemonger and its captors in Root Sunder Ruins.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[471] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Glenumbra Angler",
-	["description"] = "Catch all 12 rare fish in Glenumbra.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[472] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Stormhaven Angler",
-	["description"] = "Catch all 12 rare fish in Stormhaven.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[473] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Rivenspire Angler",
-	["description"] = "Catch all 12 rare fish in Rivenspire.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[474] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Alik'r Desert Angler",
-	["description"] = "Catch all 12 rare fish in Alik'r Desert.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[475] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bangkorai Angler",
-	["description"] = "Catch all 12 rare fish in Bangkorai.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[476] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Covenant Fisherman",
-	["description"] = "Complete all Daggerfall Covenant fishing achievements.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[477] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Stonefalls Angler",
-	["description"] = "Catch all 12 rare fish in Stonefalls.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[478] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Deshaan Angler",
-	["description"] = "Catch all 12 rare fish in Deshaan.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[479] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Shadowfen Angler",
-	["description"] = "Catch all 12 rare fish in Shadowfen.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[480] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Eastmarch Angler",
-	["description"] = "Catch all 12 rare fish in Eastmarch.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[481] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Rift Angler",
-	["description"] = "Catch all 12 rare fish in the Rift.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[482] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Pact Fisherman",
-	["description"] = "Complete all Ebonheart Pact fishing achievements.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[483] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Auridon Angler",
-	["description"] = "Catch all 12 rare fish in Auridon.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[484] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Grahtwood Angler",
-	["description"] = "Catch all 12 rare fish in Grahtwood.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[485] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Greenshade Angler",
-	["description"] = "Catch all 12 rare fish in Greenshade.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[486] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Malabal Tor Angler",
-	["description"] = "Catch all 12 rare fish in Malabal Tor.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[487] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Reaper's March Angler",
-	["description"] = "Catch all 12 rare fish in Reaper's March.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[488] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Dominion Fisherman",
-	["description"] = "Complete all Aldmeri Dominion fishing achievements.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[489] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Cyrodiil Angler",
-	["description"] = "Catch all 12 rare fish in Cyrodiil.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[490] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Coldharbour Angler",
-	["description"] = "Catch all 12 rare fish in Coldharbour.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[491] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Stros M'Kai Angler",
-	["description"] = "Catch a rare Eltheric Grouper in the saltwaters of Stros M'Kai.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[492] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Khenarthi's Roost Angler",
-	["description"] = "Catch a rare Pyandonean Ray in the saltwaters of Khenarthi's Roost.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[493] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bleakrock Angler",
-	["description"] = "Catch a rare Inner Sea Scalyfin fish in the saltwaters of Bleakrock.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[494] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Master Fisher",
-	["description"] = "Complete all fishing achievements.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[495] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Duneripper's Downfall",
-	["description"] = "Defeat the duneripper, Mother Sands, at the Lost Caravan.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[496] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Lonely Papa's Doom",
-	["description"] = "Defeat the giant, Lonely Papa, at the Giant Camp.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[497] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Hag Upheaval",
-	["description"] = "Defeat the Hag Sisters, Igazkad, Orochar and Ukha, at the Hag Camp.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[498] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Korignah's Bane",
-	["description"] = "Defeat Korignah the harvester in the Forsaken Hearts Cave.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[499] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Mummy King Murderer",
-	["description"] = "Defeat the Mummy King at King's Rest.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[500] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Saint Slayer",
-	["description"] = "Defeat the golden saint, Staada, at the Lesser Circle.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[510] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Court Ranger",
-	["description"] = "Protect the Court of the Wilderking.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[511] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Veil Lifter",
-	["description"] = "End the Veiled Heritance threat in Greenshade.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[512] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Valenwood Protector",
-	["description"] = "Cleanse the corruption from Valenwood.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[515] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Stormhaven Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Stormhaven.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[516] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Uwafa's Ruination",
-	["description"] = "Defeat Uwafa and reclaim the Ansei Ward.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[517] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Alasan's Devastation",
-	["description"] = "Defeat Alasan and restore the Ansei Ward.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[518] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Ash'abah Hero",
-	["description"] = "Defeat the Withered Hand and reclaim all the Ansei Wards.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[524] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Meridia's Lightbearer",
-	["description"] = "Gather all of the Lights of Meridia within Coldharbour.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[525] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Maormer's Bane",
-	["description"] = "Stop the Maormer from summoning a hurricane to destroy Khenarthi's Roost.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[526] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Skooma Watch",
-	["description"] = "Intervene in all instances of skooma abuse on Khenarthi's Roost.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[536] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Clanmother Inaugurator",
-	["description"] = "Restore the Clanmother to power in Arenthia.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[537] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Dark Mane Incarcerator",
-	["description"] = "Shackle the Dark Mane to his prison beneath Moonmont.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[538] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Two Moons Pathwalker",
-	["description"] = "Walk the Two Moons Path with the next Mane.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[539] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Troll's Toothpick Explorer",
-	["description"] = "Explore and clear the Troll's Toothpick.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[540] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Torog's Spite Explorer",
-	["description"] = "Explore and clear Torog's Spite.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[541] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Crypt of the Exiles Explorer",
-	["description"] = "Explore and clear the Crypt of the Exiles.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[542] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Viridian Watch Explorer",
-	["description"] = "Explore and clear the Viridian Watch.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[543] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Rubble Butte Explorer",
-	["description"] = "Explore and clear Rubble Butte.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[544] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Klathzgar Explorer",
-	["description"] = "Explore and clear Klathzgar.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[545] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Banished Cells II Conqueror",
-	["description"] = "Defeat the Maw of the Infernal, Keeper Imiril, and High Kinlord Rilis in Veteran Banished Cells II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[547] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Deshaan Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Deshaan.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[548] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ozozzachar's Door",
-	["description"] = "Destroy Ozozzachar, the favored Titan of Molag Bal.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[550] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Underroot Explorer",
-	["description"] = "Explore and clear the Underroot.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[551] =
-{
-	["Category_ID"] = 4,
-	["name"] = "City of Ash I Vanquisher",
-	["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in City of Ash I.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[553] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Carac Dena Explorer",
-	["description"] = "Explore and clear Carac Dena.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[554] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Rivenspire Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Rivenspire.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[555] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Gurzag's Mine Explorer",
-	["description"] = "Explore and clear Gurzag's Mine.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[556] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Alik'r Desert Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Alik'r Desert.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[557] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Bangkorai Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Bangkorai.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[558] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Harridan's Lair Explorer",
-	["description"] = "Explore and clear Harridan's Lair.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[559] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Barrow Trench Explorer",
-	["description"] = "Explore and clear Barrow Trench.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[560] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Gathongor Hunter",
-	["description"] = "Defeat the Argonian Behemoth, Gathongor the Mauler, at Gathongor's Mire.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[561] =
-{
-	["Category_ID"] = 6,
-	["name"] = "King of the Hill",
-	["description"] = "Defeat the ogre, Thodundor of the Hill, at Thodundor's View.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[562] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Sea Elf's Woe",
-	["description"] = "Defeat the Sea Elf, Jahlasri, and her Maormer companions at the Maormer Camp.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[563] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Rootwater's Demise",
-	["description"] = "Defeat the lurcher known as the Heart of Rootwater at Rootwater Spring.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[564] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Spy Smasher",
-	["description"] = "Defeat the Argonian Maheelius and his force of spies at the Reconnaissance Camp.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[565] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Zymel Chaser",
-	["description"] = "Defeat the Storm Atronach, Zymel Etitan, at Pelda Tarn.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[567] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Naril Nagaia Explorer",
-	["description"] = "Explore and clear Naril Nagaia.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[568] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Greenshade Cave Delver",
-	["description"] = "Discover and clear all six caves in Greenshade.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[570] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Vaults of Madness Vanquisher",
-	["description"] = "Defeat Ulguna Soul-Reaver, Grothdarr, Iskra the Omen, and the Mad Architect in the Vaults of Madness.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[572] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Grahtwood Cave Delver",
-	["description"] = "Discover and clear all six caves in Grahtwood.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[573] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ne Salas Explorer",
-	["description"] = "Explore and clear Ne Salas.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[574] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Scuttle Pit Explorer",
-	["description"] = "Explore and clear the Scuttle Pit.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[575] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Vinedeath Cave Explorer",
-	["description"] = "Explore and clear Vinedeath Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[576] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Burroot Kwama Mine Explorer",
-	["description"] = "Explore and clear Burroot Kwama Mine.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[577] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Wormroot Depths Explorer",
-	["description"] = "Explore and clear Wormroot Depths.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[578] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Mobar Mine Explorer",
-	["description"] = "Explore and clear Mobar Mine.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[579] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Dominion Anchor Shatterer",
-	["description"] = "Destroy every Dark Anchor in Aldmeri Dominion territory.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[584] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Covenant Anchor Shatterer",
-	["description"] = "Destroy every Dark Anchor in Daggerfall Covenant territory.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[585] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Pact Anchor Shatterer",
-	["description"] = "Destroy every Dark Anchor in Ebonheart Pact territory.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[586] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Imperial Anchor Shatterer",
-	["description"] = "Destroy every Dark Anchor in the contested lands of Cyrodiil.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[587] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Anchors Away",
-	["description"] = "Destroy every Dark Anchor in Tamriel.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[589] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Hero of House Tamrith",
-	["description"] = "Kill Reezal-Jul at Camp Tamrith and save the Crestshade refugees.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[590] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Hero of House Dorell",
-	["description"] = "Kill Lady Lleraya Montclair at Northpoint and set Baron Dorell's city free.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[591] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Sword of Ravenwatch",
-	["description"] = "Kill Baron Wylon Montclair and destroy the Lightless Remnant at the Doomcrag to save Rivenspire.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[593] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Stonefalls Adventurer",
-	["description"] = "Complete 59 quests in Stonefalls.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[595] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Deshaan Adventurer",
-	["description"] = "Complete 55 quests in Deshaan.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[596] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Shadowfen Adventurer",
-	["description"] = "Complete 51 quests in Shadowfen.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[597] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Giant-Friend",
-	["description"] = "Kill Lob the Cleaver and befriend the Giants at the Cradlecrush Arena.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[598] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Skald-King's Salvation",
-	["description"] = "Save Jorunn the Skald-King at Mistwatch Tower.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[599] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Skald-King's Arrow",
-	["description"] = "Defeat Fildgor Orcthane at Skuldafn and earn the title of Arrow of Jorunn the Skald-King.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[600] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Eastmarch Adventurer",
-	["description"] = "Complete 43 quests in Eastmarch.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[602] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Reaper's March Adventurer",
-	["description"] = "Complete 45 quests in Reaper's March.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[603] =
-{
-	["Category_ID"] = 7,
-	["name"] = "The Rift Adventurer",
-	["description"] = "Complete 61 quests in the Rift.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[604] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Auridon Adventurer",
-	["description"] = "Complete 37 quests in Auridon.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[605] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Southpoint Savior",
-	["description"] = "Free Southpoint from the influence of the Daedric Prince, Sheogorath.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[606] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Reliquary Retriever",
-	["description"] = "Retrieve the Heart of Anumaril from the Reliquary of Stars.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[607] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Hero of Falinesti",
-	["description"] = "Free Nairume from her prison and retrieve Rajhin's Mantle.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[608] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Grahtwood Adventurer",
-	["description"] = "Complete 38 quests in Grahtwood.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[610] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Greenshade Adventurer",
-	["description"] = "Complete 40 quests in Greenshade.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[611] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Malabal Tor Adventurer",
-	["description"] = "Complete 40 quests in Malabal Tor.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[612] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Light of the Ayleid King",
-	["description"] = "Rescue the last Ayleid King, Laloriaran Dynar, from the Lightless Oubliette.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[613] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Guardian of the Great Mage",
-	["description"] = "Rescue the Great Mage, Vanus Galerion, and help him destroy Molag Bal's Great Shackle.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[614] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Planemeld Sunderer",
-	["description"] = "Stop the Planemeld and defeat Molag Bal's plan of conquest at the Endless Stair.",
-	["Category"] = "Quests",
-	["points"] = 5,
-},
-[616] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Coldharbour Adventurer",
-	["description"] = "Complete 29 quests in Coldharbour.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[617] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Hero of the Ebonheart Pact",
-	["description"] = "Complete all Ebonheart Pact quest achievements.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[618] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Hero of the Aldmeri Dominion",
-	["description"] = "Complete all Aldmeri Dominion quest achievements.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[619] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Anchor Demolisher",
-	["description"] = "Destroy 50 Dark Anchors from Coldharbour.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[620] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Anchor Decimator",
-	["description"] = "Destroy 100 Dark Anchors from Coldharbour.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[621] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Anchor Devastator",
-	["description"] = "Destroy 250 Dark Anchors from Coldharbour.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[622] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Dominion Cave Delver",
-	["description"] = "Complete all of the Aldmeri Dominion cave exploration achievements.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[625] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Covenant Cave Delver",
-	["description"] = "Complete all of the Daggerfall Covenant cave exploration achievements.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[626] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Pact Cave Delver",
-	["description"] = "Complete all of the Ebonheart Pact cave exploration achievements.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[627] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Tamriel Master Cave Delver",
-	["description"] = "Complete every cave exploration achievement in Tamriel.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[628] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Tamriel Expert Adventurer",
-	["description"] = "Complete all of the quest achievements across Tamriel.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[678] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Wayrest Sewers II Conqueror",
-	["description"] = "Defeat Malubeth the Scourger, Garron the Returned, and Varaine and Allene Pellingare in Veteran Wayrest Sewers II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[679] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Wayrest Sewers II Assassin",
-	["description"] = "Defeat Malubeth the Scourger, Skull Reaper, Uulgarg the Risen, Garron the Returned, the Forgotten One, and the Pellingare Twins in Veteran Wayrest Sewers II, all within twenty minutes. Timer starts upon engaging the first necromancer and his minions.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[681] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Pellingare Ghoul Slayer",
-	["description"] = "Defeat 15 Zombies during the battle with Allene Pellingare and Varaine Pellingare before defeating the twins themselves in Veteran Wayrest Sewers II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[682] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Grahtwood Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Grahtwood.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[683] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Greenshade Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Greenshade.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[684] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Malabal Tor Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Malabal Tor.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[685] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Reaper's March Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Reaper's March.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[686] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Coldharbour Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Coldharbour.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[687] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Shadowfen Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Shadowfen.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[688] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Eastmarch Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Eastmarch.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[689] =
-{
-	["Category_ID"] = 1,
-	["name"] = "The Rift Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in the Rift.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[691] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Dungeon Ruler",
-	["description"] = "Kill 100 named enemies in dungeons.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[692] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Cyrodiil Pact Skyshard Hunter",
-	["description"] = "Find all 15 Skyshards in the Ebonheart Pact territory of Cyrodiil.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[693] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Cyrodiil Covenant Skyshards",
-	["description"] = "Find all 15 Skyshards in the Daggerfall Covenant territory of Cyrodiil.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[694] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Cyrodiil Aldmeri Skyshard Hunter",
-	["description"] = "Find all 15 Skyshards in the Aldmeri Dominion territory of Cyrodiil.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[695] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Auridon Skyshard Hunter",
-	["description"] = "Find all 16 Skyshards in Auridon.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[696] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Shagura's Doom",
-	["description"] = "Defeat the crazed Orc hunter Shagura at Hircine's Henge.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[697] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Monsoon Marauder",
-	["description"] = "Defeat the senche-tigress Nindaeril the Monsoon atop Nindaeril's Perch.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[698] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Water Walloper",
-	["description"] = "Defeat the nereid Lady Solace in Lady Solace's Fen.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[699] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Poacher Pounder",
-	["description"] = "Defeat Otho Rufinus, the poacher leader, at the Poacher Camp.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[700] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Thugrub Dissector",
-	["description"] = "Defeat the giant flesh atronach Thugrub the Reformed in Thugrub's Cave.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[701] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Valanir's Bane",
-	["description"] = "Defeat the lich Valanir the Restless at Valanir's Rest.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[702] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Arch-Mage",
-	["description"] = "Complete the Mages Guild series of quests.",
-	["Category"] = "Character",
-	["points"] = 50,
-},
-[703] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Fighters Guild Veteran",
-	["description"] = "Complete the Fighters Guild series of quests.",
-	["Category"] = "Character",
-	["points"] = 50,
-},
-[704] =
-{
-	["Category_ID"] = 1,
-	["name"] = "This One's On Me",
-	["description"] = "Buy drinks for your Undaunted companions at each gathering.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[705] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War Grand Overlord",
-	["description"] = "Earn the rank of Grand Overlord in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[706] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Alliance War First Sergeant",
-	["description"] = "Earn the rank of First Sergeant in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[707] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Na-Totambu Group Event",
-	["description"] = "Solve the puzzle of the Guardians in the Lost City of the Na-Totambu.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[708] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Razak's Wheel Group Event",
-	["description"] = "Defeat the flesh atronach at Razak's Wheel.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[709] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Dungeon Lord",
-	["description"] = "Defeat 1000 named enemies in Dungeons.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[710] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Dungeon Marauder",
-	["description"] = "Defeat 1000 enemies in Dungeons.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[711] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Dungeon Annihilator",
-	["description"] = "Defeat 10,000 enemies in Dungeons.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[713] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Obsidian Scar Group Event",
-	["description"] = "Defeat the Orc, Zilbash the Deceiver, at Obsidian Scar.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[714] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Bonesnap Ruins Group Event",
-	["description"] = "Defeat the Eternal One in the Bonesnap Ruins.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[716] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Peacemaker",
-	["description"] = "Help ease cultural tensions and reconcile the allies in Grahtwood.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[717] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Nightblade Slayer",
-	["description"] = "Kill 10 enemy Nightblades.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[718] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Redguard Slayer",
-	["description"] = "Kill 100 Redguard enemies in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[719] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Orc Slayer",
-	["description"] = "Kill 100 Orc enemies in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[720] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Dark Elf Slayer",
-	["description"] = "Kill 100 Dunmer enemies in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[721] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Nord Slayer",
-	["description"] = "Kill 100 Nord enemies in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[722] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Argonian Slayer",
-	["description"] = "Kill 100 Argonian enemies in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[723] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Wood Elf Slayer",
-	["description"] = "Kill 100 Bosmer enemies in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[724] =
-{
-	["Category_ID"] = 2,
-	["name"] = "High Elf Slayer",
-	["description"] = "Kill 100 Altmer enemies in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[725] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Khajiit Slayer",
-	["description"] = "Kill 100 Khajiit enemies in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[726] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Imperial Slayer",
-	["description"] = "Kill 100 Imperial enemies in the Alliance War or Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[727] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Lower Craglorn Skyshards",
-	["description"] = "Find all 12 Skyshards in Lower Craglorn.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[730] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bloodmayne Cave Explorer",
-	["description"] = "Explore and clear Bloodmayne Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[731] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Breakneck Cave Explorer",
-	["description"] = "Explore and clear Breakneck Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[732] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Haynote Cave Explorer",
-	["description"] = "Explore and clear Haynote Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[733] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Nisin Cave Explorer",
-	["description"] = "Explore and clear Nisin Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[734] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Pothole Caverns Explorer",
-	["description"] = "Explore and clear the Pothole Caverns.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[735] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Serpent Hollow Explorer",
-	["description"] = "Explore and clear Serpent Hollow.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[736] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Capstone Cave Explorer",
-	["description"] = "Explore and clear Capstone Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[737] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Echo Cave Explorer",
-	["description"] = "Explore and clear Echo Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[738] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Lipsand Tarn Explorer",
-	["description"] = "Explore and clear Lipsand Tarn.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[739] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Red Ruby Cave Explorer",
-	["description"] = "Explore and clear Red Ruby Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[740] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Toadstool Hollow Explorer",
-	["description"] = "Explore and clear Toadstool Hollow.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[741] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Underpall Cave Explorer",
-	["description"] = "Explore and clear Underpall Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[742] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Cracked Wood Cave Explorer",
-	["description"] = "Explore and clear Cracked Wood Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[743] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Kingscrest Cavern Explorer",
-	["description"] = "Explore and clear Kingscrest Cavern.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[744] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Muck Valley Cavern Explorer",
-	["description"] = "Explore and clear Muck Valley Cavern.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[745] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Newt Cave Explorer",
-	["description"] = "Explore and clear Newt Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[746] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Quickwater Cave Explorer",
-	["description"] = "Explore and clear Quickwater Cave.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[747] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Vahtacen Explorer",
-	["description"] = "Explore and clear Vahtacen.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[748] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Mountain Skyshard Hunter",
-	["description"] = "Find the Skyshard on top of the mountain in Cyrodiil.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[749] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Dungeon Damage Dealer",
-	["description"] = "Deal 1,000,000 points of damage in Dungeons.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[750] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Dungeon Damage Dispenser",
-	["description"] = "Deal 10,000,000 points of damage in Dungeons.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[751] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Dungeon Healer",
-	["description"] = "Heal 1,000,000 points of damage to allies in Dungeons.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[752] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Greater Dungeon Healer",
-	["description"] = "Heal 10,000,000 points of damage to allies in Dungeons.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[753] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Dungeon Blocker",
-	["description"] = "Block 1,000,000 points of damage in Dungeons.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[754] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Greater Dungeon Blocker",
-	["description"] = "Block 10,000,000 points of damage in Dungeons.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[758] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Bruma Adventurer",
-	["description"] = "Complete all quests in Bruma.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[759] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Cheydinhal Adventurer",
-	["description"] = "Complete all quests in Cheydinhal.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[760] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Chorrol Weynon Priory Adventurer",
-	["description"] = "Complete all quests in Chorrol and Weynon Priory.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[761] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Cropsford Adventurer",
-	["description"] = "Complete all quests in Cropsford.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[762] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Vlastarus Adventurer",
-	["description"] = "Complete all quests in Vlastarus.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[766] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Cyrodiil Cave Delver",
-	["description"] = "Explore and clear all 18 caves in Cyrodiil.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[767] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Cyrodiil Champion",
-	["description"] = "Complete all quest achievements in Cyrodiil.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[768] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Khenarthi's Roost Pathfinder",
-	["description"] = "Discover all of the striking locales on Khenarthi's Roost.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[769] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Auridon Pathfinder",
-	["description"] = "Discover all of the striking locales on Auridon.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[770] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bleakrock Isle Pathfinder",
-	["description"] = "Discover all of the striking locales on Bleakrock Isle.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[771] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bal Foyen Pathfinder",
-	["description"] = "Discover all of the striking locales in Bal Foyen.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[772] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Stonefalls Pathfinder",
-	["description"] = "Discover all of the striking locales in Stonefalls.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[773] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Stros M'kai Pathfinder",
-	["description"] = "Discover all of the striking locales on Stros M'kai.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[774] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Betnikh Pathfinder",
-	["description"] = "Discover all of the striking locales on Betnikh.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[775] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Glenumbra Pathfinder",
-	["description"] = "Discover all of the striking locales in Glenumbra.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[778] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Champion of Rahni'Za",
-	["description"] = "Unravel the mysteries of Rahni'Za, School of Warriors.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[779] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Positive Potency",
-	["description"] = "Translate all of the Positive Potency runes.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[780] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Negative Potency",
-	["description"] = "Translate all of the Negative Potency runes.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[781] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Essence",
-	["description"] = "Translate all of the Essence runes.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[788] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Aspect",
-	["description"] = "Translate all of the Aspect runes.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[832] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Grahtwood Pathfinder",
-	["description"] = "Discover all of the striking locales in Grahtwood.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[833] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Stormhaven Pathfinder",
-	["description"] = "Discover all of the striking locales in Stormhaven.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[834] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Deshaan Pathfinder",
-	["description"] = "Discover all of the striking locales in Deshaan.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[835] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Reaper's March Pathfinder",
-	["description"] = "Discover all of the striking locales in Reaper's March.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[836] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Slaughtered",
-	["description"] = "Defeated by slaughterfish.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[838] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Tamriel Beast Collector",
-	["description"] = "Collect trophies from all the beasts of Tamriel.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[839] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Greenshade Pathfinder",
-	["description"] = "Discover all of the striking locales in Greenshade.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[840] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Rivenspire Pathfinder",
-	["description"] = "Discover all of the striking locales in Rivenspire.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[841] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Undead Hoarder",
-	["description"] = "Collect trophies from all the undead of Tamriel.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[842] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Chitin Accumulator",
-	["description"] = "Collect trophies from all the chitinous creatures of Tamriel.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[843] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Nature Collector",
-	["description"] = "Collect trophies from nature spirits and natural creatures from across Tamriel.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[844] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Monstrous Component Collector",
-	["description"] = "Collect trophies from all the monstrous creatures of Tamriel.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[845] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Shadowfen Pathfinder",
-	["description"] = "Discover all of the striking locales in Shadowfen.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[846] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Dwarven Secrets Gatherer",
-	["description"] = "Collect trophies from Dwemer constructs.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[847] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Atronach Element Collector",
-	["description"] = "Collect trophies from all types of atronachs.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[848] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Oblivion Shard Gatherer",
-	["description"] = "Collect trophies from all types of slain Daedra.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[849] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Alik'r Desert Pathfinder",
-	["description"] = "Discover all of the striking locales in Alik'r Desert.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[850] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Arachnid Slayer",
-	["description"] = "Defeat 200 Spiders in Veteran Fungal Grotto II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[851] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Obsidian Slayer",
-	["description"] = "Defeat 425 Obsidian Warriors in Veteran Fungal Grotto II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[852] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Bonebreaker II",
-	["description"] = "Defeat 120 Skeletons in Veteran Banished Cells II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[853] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Rilis Dremora Slayer",
-	["description"] = "Defeat 300 Dremora in Veteran Banished Cells II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[854] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Thrall Slayer",
-	["description"] = "Defeat 220 Vampire Thralls in Veteran Spindleclutch II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[855] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Flesh Atronach Conqueror",
-	["description"] = "Defeat 65 Flesh Atronachs in Veteran Spindleclutch II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[856] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Kwama Slayer II",
-	["description"] = "Defeat 200 Kwama in Veteran Darkshade Caverns II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[857] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Construct Slayer",
-	["description"] = "Defeat 800 Dwarven Constructs in Veteran Darkshade Caverns II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[858] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Banekin Slayer",
-	["description"] = "Defeat 140 Banekin in Veteran Elden Hollow II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[859] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Lurcher Slayer",
-	["description"] = "Defeat 60 Lurchers in Veteran Elden Hollow II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[860] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Zombie Slayer",
-	["description"] = "Defeat 350 Zombies in Veteran Wayrest Sewers II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[861] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Colossus Slayer",
-	["description"] = "Defeat 40 Bone Colossi in Veteran Wayrest Sewers II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[862] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Malabal Tor Pathfinder",
-	["description"] = "Discover all of the striking locales in Malabal Tor.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[863] =
-{
-	["Category_ID"] = 6,
-	["name"] = "The Rift Pathfinder",
-	["description"] = "Discover all of the striking locales in the Rift.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[864] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Coldharbour Pathfinder",
-	["description"] = "Discover all of the striking locales in Coldharbour.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[865] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bangkorai Pathfinder",
-	["description"] = "Discover all of the striking locales in Bangkorai.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[866] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Eastmarch Pathfinder",
-	["description"] = "Discover all of the striking locales in Eastmarch.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[867] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Tamriel Trailblazer",
-	["description"] = "Discover all of the striking locales in the core regions of the Aldmeri Dominion, the Daggerfall Covenant, the Ebonheart Pact, and Coldharbour.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[869] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Crime Pays",
-	["description"] = "Extort gold from merchants across Tamriel.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[870] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Hel Ra Citadel: The War Horn",
-	["description"] = "Sound the war horn in Veteran Hel Ra Citadel and defeat the ancient warriors who answer.",
-	["Category"] = "Dungeons",
-	["points"] = 5,
-},
-[871] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Give to the Poor",
-	["description"] = "Share your wealth with needy beggars across Tamriel.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[872] =
-{
-	["Category_ID"] = 6,
-	["name"] = "I Like M'aiq",
-	["description"] = "Track the movements of M'aiq the Liar across Tamriel and beyond.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[873] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Lightbringer",
-	["description"] = "Bring light to the dark places of the world.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[874] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Village of the Lost Group Event",
-	["description"] = "Defeat Zatalguch in the Village of the Lost.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[876] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Crypt of Hearts II Conqueror",
-	["description"] = "Defeat Ruzozuzalpamaz, the Brothers Ilambris and the Ilambris Amalgam, and Nerien'eth in Veteran Crypt of Hearts II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[878] =
-{
-	["Category_ID"] = 5,
-	["name"] = "City of Ash II Conqueror",
-	["description"] = "Complete Veteran City of Ash II by defeating Horvantud the Fire Maw, the Ash Titan, and Valkyn Skoria.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 15,
-},
-[880] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Imperial City Prison Conqueror",
-	["description"] = "Defeat the Overfiend, Ibomez the Flesh Sculptor, the Gravelight Sentry, the Flesh Abomination, the Lord Warden's Council, and Lord Warden Dusk in Veteran Imperial City Prison.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[882] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Emperor Assassin",
-	["description"] = "Defeat the Emperor of your Home Campaign in the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 50,
-},
-[884] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Molavar Explorer",
-	["description"] = "Explore and clear Molavar.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[885] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Rkundzelft Explorer",
-	["description"] = "Explore and clear Rkundzelft.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[886] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Serpent's Nest Explorer",
-	["description"] = "Explore and clear Serpent's Nest.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[887] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ilthag's Undertower Explorer",
-	["description"] = "Explore and clear Ilthag's Undertower.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[888] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ruins of Kardala Explorer",
-	["description"] = "Explore and clear the Ruins of Kardala.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[889] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Loth'Na Caverns Explorer",
-	["description"] = "Explore and clear Loth'Na Caverns.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[890] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Rkhardahrk Explorer",
-	["description"] = "Explore and clear Rkhardahrk.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[891] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Haddock's Market Explorer",
-	["description"] = "Explore and clear Haddock's Market.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[892] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Chiselshriek Mine Explorer",
-	["description"] = "Explore and clear the Chiselshriek Mine.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[893] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Buried Sands Explorer",
-	["description"] = "Explore and clear the Buried Sands.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[894] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Mtharnaz Explorer",
-	["description"] = "Explore and clear Mtharnaz.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[895] =
-{
-	["Category_ID"] = 6,
-	["name"] = "The Howling Sepulchers Explorer",
-	["description"] = "Explore and clear the Howling Sepulchers.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[896] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Balamath Explorer",
-	["description"] = "Explore and clear Balamath.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[897] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Fearfangs Cavern Explorer",
-	["description"] = "Explore and clear Fearfangs Cavern.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[898] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Exarch's Stronghold Explorer",
-	["description"] = "Explore and clear Exarch's Stronghold.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[899] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Zalgaz's Den Explorer",
-	["description"] = "Explore and clear Zalgaz's Den.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[900] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Tombs of the Na-Totambu Explorer",
-	["description"] = "Explore and clear the Tombs of the Na-Totambu.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[901] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Hircine's Haunt Explorer",
-	["description"] = "Explore and clear Hircine's Haunt.",
-	["Category"] = "Exploration",
-	["points"] = 10,
-},
-[902] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Lower Craglorn Pathfinder",
-	["description"] = "Discover all of the striking locales in Lower Craglorn.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[903] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Cyrodiil Recruit",
-	["description"] = "Reach level 10 and become eligible to enter Cyrodiil and join the Alliance War.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[904] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Emperor Slayer",
-	["description"] = "Defeat an enemy Emperor from any campaign.",
-	["Category"] = "Player VS Player",
-	["points"] = 50,
-},
-[905] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Shada's Tear Curse-Breaker",
-	["description"] = "Defeat Shada and cleanse the waters of Shada's Tear.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[906] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Tenacious Seeker",
-	["description"] = "Uncover the secrets hidden within the Seeker's Archive.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[907] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Spellscar Defender",
-	["description"] = "Prevent a catastrophic explosion of magic from within the Spellscar.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[908] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Exalted of Elinhir",
-	["description"] = "Defeat Yamanu-ko and end the strife in Elinhir.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[909] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Celestial Investigator",
-	["description"] = "Discover why the Celestials have appeared in Craglorn.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[912] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Upper Craglorn Skyshards",
-	["description"] = "Find all 6 Skyshards in Upper Craglorn.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[916] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Craglorn Angler",
-	["description"] = "Catch all 12 rare fish in Craglorn.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[935] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Emperor!",
-	["description"] = "Dominate the Alliance War battlefield and become Emperor of Tamriel. \n\nLong may you reign!",
-	["Category"] = "Player VS Player",
-	["points"] = 50,
-},
-[936] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Serpents and Secrets",
-	["description"] = "Dismantle the Serpent's forces and vanquish the Exalted Viper.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[937] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Upper Craglorn Pathfinder",
-	["description"] = "Discover all of the striking locales in Upper Craglorn.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[939] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Spiderkith Slayer",
-	["description"] = "Defeat 250 Spiderkith in Veteran Crypt of Hearts II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[940] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Flesh Atronach Slayer",
-	["description"] = "Defeat 50 Flesh Atronachs in Veteran Crypt of Hearts II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[941] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Crypt of Hearts II Assassin",
-	["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, Chamber Guardian, Ilambris Amalgam, and Mezeluth, before defeating Nerien'eth in Veteran Crypt of Hearts II within thirty minutes of starting the dungeon. Timer starts when the entrance gate opens.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[942] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Deadly Crypt Survivor",
-	["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, Chamber Guardian, Ilambris Amalgam, and Mezeluth, before defeating Nerien'eth in Veteran Crypt of Hearts II without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[943] =
-{
-	["Category_ID"] = 7,
-	["name"] = "A Rule Unquestioned",
-	["description"] = "Defeat a hidden threat to the Dominion in Auridon.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[944] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Iconoclast",
-	["description"] = "You thwarted perilous Daedric schemes in Grahtwood.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[945] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Spirit of the Bosmer",
-	["description"] = "Drive corruption from the heart of Valenwood in Greenshade.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[946] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Matchmaker",
-	["description"] = "Restore the Silvenar and the Green Lady to their rightful place in Malabal Tor.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[947] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Hallowed Moons",
-	["description"] = "Walk the Two Moons Path in Reaper's March.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[948] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Hearts of Darkness",
-	["description"] = "Imprison the Brothers of Strife in Stonefalls.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[949] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Plague Eater",
-	["description"] = "Avert the destruction of Deshaan.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[950] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Egg and Root",
-	["description"] = "You defeated a great threat to the Hist in Shadowfen.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[951] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Blood Feud",
-	["description"] = "Prevent a great threat to the Skald-King in Eastmarch.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[952] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Shattered Remnants",
-	["description"] = "Defeat the Worm Cult in the Rift.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[953] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Ritual Destruction",
-	["description"] = "Stop an insidious cultist plot in Glenumbra.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[954] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Rude Awakening",
-	["description"] = "End the nightmares in Stormhaven.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[955] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Curse Breaker",
-	["description"] = "End the blood-curse and restore order in Rivenspire.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[956] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Consecrated Ground",
-	["description"] = "Put the dead to rest in Alik'r.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[957] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Radiant Champion",
-	["description"] = "Defy the will of Molag Bal in Coldharbour.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[958] =
-{
-	["Category_ID"] = 7,
-	["name"] = "End of Empire",
-	["description"] = "Drive the Imperial forces out of Bangkorai.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[959] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Grand Nightblade Slayer",
-	["description"] = "Kill 100 enemy Nightblades.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[960] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Grand Sorcerer Slayer",
-	["description"] = "Kill 100 enemy Sorcerers.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[961] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Grand Templar Slayer",
-	["description"] = "Kill 100 enemy Templars.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[962] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Grand Dragonknight Slayer",
-	["description"] = "Kill 100 enemy Dragonknights.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[963] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Support the Fight",
-	["description"] = "Help capture a Resource (Farm, Lumber Mill, or Mine), and Keep in Cyrodiil.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[964] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Glenumbra Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in Glenumbra.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[965] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Stormhaven Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in Stormhaven.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[966] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Rivenspire Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in Rivenspire.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[967] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Alik'r Desert Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in the Alik'r Desert.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[968] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bangkorai Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in Bangkorai.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[969] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Aldmeri Master Explorer",
-	["description"] = "Discover and clear all caves and locales throughout the Aldmeri Dominion Territory.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[970] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Stonefalls Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in Stonefalls.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[971] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Deshaan Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in Deshaan.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[972] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Shadowfen Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in Shadowfen.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[973] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Eastmarch Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in Eastmarch.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[974] =
-{
-	["Category_ID"] = 6,
-	["name"] = "The Rift Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in The Rift.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[975] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Bleakrock and Bal Foyen Explorer",
-	["description"] = "Discover all of the striking locales on Bleakrock and Bal Foyen.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[976] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Auridon Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in Auridon.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[977] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Grahtwood Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in Grahtwood.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[978] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Greenshade Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in Greenshade.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[979] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Malabal Tor Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in Malabal Tor.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[980] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Reaper's March Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in Reaper's March.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[981] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Stros M'kai and Betnikh Explorer",
-	["description"] = "Discover all of the striking locales on Stros M'kai and Betnikh.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[982] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Daggerfall Master Explorer",
-	["description"] = "Discover and clear all caves and locales throughout the Daggerfall Covenant Territory.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[983] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Ebonheart Master Explorer",
-	["description"] = "Discover and clear all caves and locales throughout the Ebonheart Pact Territory.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[984] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Coldharbour Master Explorer",
-	["description"] = "Discover and clear all six caves and striking locales in Coldharbour.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[985] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Lower Craglorn Cave Delver",
-	["description"] = "Discover and clear all twelve explorable caves in Lower Craglorn.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[986] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Lower Craglorn Master Explorer",
-	["description"] = "Discover and clear all caves and locales throughout Lower Craglorn.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[987] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Potency",
-	["description"] = "Translate all of the Potency runes.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[989] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Tamriel Skyshard Hunter",
-	["description"] = "Find all the Skyshards located throughout Tamriel.",
-	["Category"] = "Character",
-	["points"] = 50,
-},
-[990] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Aetherian Archive Completed",
-	["description"] = "Defeat the Celestial Mage, freeing her from the Serpent's control.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[991] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Hel Ra Citadel Completed",
-	["description"] = "Defeat the Celestial Warrior, freeing him from the Serpent's control.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[992] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Dragonstar Arena Champion",
-	["description"] = "Conquer all challengers and earn the title of Dragonstar Arena Champion!",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[993] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Soul Shriven in Coldharbour",
-	["description"] = "Complete Main Quest Chapter 1.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[994] =
-{
-	["Category_ID"] = 7,
-	["name"] = "The Harborage",
-	["description"] = "Complete Main Quest Chapter 1.5.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[995] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Daughter of Giants",
-	["description"] = "Complete Main Quest Chapter 2.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[996] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Chasing Shadows",
-	["description"] = "Complete Main Quest Chapter 2.5.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[997] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Castle of the Worm",
-	["description"] = "Complete Main Quest Chapter 3.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[998] =
-{
-	["Category_ID"] = 7,
-	["name"] = "The Tharn Speaks",
-	["description"] = "Complete Main Quest Chapter 3.5.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[999] =
-{
-	["Category_ID"] = 7,
-	["name"] = "The Halls of Torment",
-	["description"] = "Complete Main Quest Chapter 4.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[1000] =
-{
-	["Category_ID"] = 7,
-	["name"] = "The Valley of Blades",
-	["description"] = "Complete Main Quest Chapter 4.5.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[1001] =
-{
-	["Category_ID"] = 7,
-	["name"] = "The Shadow of Sancre Tor",
-	["description"] = "Complete Main Quest Chapter 5.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[1002] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Council of the Five Companions",
-	["description"] = "Complete Main Quest Chapter 5.5.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[1003] =
-{
-	["Category_ID"] = 7,
-	["name"] = "The God of Schemes",
-	["description"] = "Complete Main Quest Chapter 6.",
-	["Category"] = "Quests",
-	["points"] = 10,
-},
-[1004] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Student of the Mages Guild",
-	["description"] = "Join the Mages Guild.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1005] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Associate of the Fighters Guild",
-	["description"] = "Join the Fighters Guild.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1006] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Recruit of the Undaunted",
-	["description"] = "Join the Undaunted.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1007] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Lycanthropy",
-	["description"] = "Become a Werewolf.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1008] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Vampirism",
-	["description"] = "Become a Vampire.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1009] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Lycanthropy Master",
-	["description"] = "Reach the max level of the Werewolf Skill Line.",
-	["Category"] = "Character",
-	["points"] = 50,
-},
-[1010] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Vampirism Master",
-	["description"] = "Reach the max level of the Vampire Skill Line.",
-	["Category"] = "Character",
-	["points"] = 50,
-},
-[1011] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Mages Guild Skill Master",
-	["description"] = "Reach the max level of the Mages Guild Skill Line.",
-	["Category"] = "Character",
-	["points"] = 50,
-},
-[1012] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Fighters Guild Skill Master",
-	["description"] = "Reach the max level of the Fighters Guild Skill Line.",
-	["Category"] = "Character",
-	["points"] = 50,
-},
-[1013] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Undaunted Skill Master",
-	["description"] = "Reach rank 5 in the Undaunted Skill Line.",
-	["Category"] = "Character",
-	["points"] = 50,
-},
-[1014] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Shatterer of Scales",
-	["description"] = "Defeat Exarch Arnoth and clear Skyreach Hold of the Scaled Court and its allies.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[1015] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Vanquisher of Virmaril",
-	["description"] = "Defeat Virmaril the Betrayer and his undead legions within Skyreach Catacombs.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[1016] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Warden of the Pinnacle",
-	["description"] = "Defeat Aetherion and restore the Nedic wards within Skyreach Pinnacle.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[1017] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Apprentice Deconstructor",
-	["description"] = "Deconstruct 50 items.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1018] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Deconstructor",
-	["description"] = "Deconstruct 100 items.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1019] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Deconstructor",
-	["description"] = "Deconstruct 1000 items.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1020] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Apprentice of Refinement",
-	["description"] = "Refine raw materials 30 times.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1021] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert of Refinement",
-	["description"] = "Refine raw materials 300 times.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1022] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master of Refinement",
-	["description"] = "Refine raw materials 3000 times.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1023] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Learn a Trait",
-	["description"] = "Research a Trait for any weapon or armor type.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1025] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Racial Style Learned",
-	["description"] = "Learn any Racial Style.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1026] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Recipe Card",
-	["description"] = "Learn 10 Provisioning Recipes.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1027] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Recipe Book",
-	["description"] = "Learn 50 Provisioning Recipes.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1028] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Recipe Compendium",
-	["description"] = "Learn 100 Provisioning Recipes.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1030] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Alliance Style Master",
-	["description"] = "Learn all Alliance Racial Styles.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1031] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Alchemist",
-	["description"] = "Attain an Alchemy rank of 50.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1032] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Blacksmith",
-	["description"] = "Attain a Blacksmith rank of 50.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1033] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Clothier",
-	["description"] = "Attain a Clothier rank of 50.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1034] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Enchanter",
-	["description"] = "Attain an Enchanting rank of 50.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1035] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Provisioner",
-	["description"] = "Attain a Provisioning rank of 50.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1036] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Woodworker",
-	["description"] = "Attain a Woodworking rank of 50.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1040] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Legendary Blacksmith",
-	["description"] = "Improve Blacksmithing items to all available Qualities.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1041] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Trait Master",
-	["description"] = "Research every available Trait at least once.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1042] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Truly Legendary",
-	["description"] = "Have a character apply a Legendary Enchantment that they created, to a Legendary piece of gear that they created.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1043] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Rare Style Master",
-	["description"] = "Learn all Rare Racial Styles.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1044] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Legendary Woodworker",
-	["description"] = "Improve Woodworking items to all available Qualities.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1045] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Botanist",
-	["description"] = "Learn every trait for each of the Alchemy reagents listed below.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1046] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Chef",
-	["description"] = "Make a Renowned and an Epic Food or Drink.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1048] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Legendary Clothier",
-	["description"] = "Improve Clothier items to all available Qualities.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1049] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Root Sunder Conqueror",
-	["description"] = "Defeat all of the champions in Root Sunder.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1050] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Rulanyil's Fall Conqueror",
-	["description"] = "Defeat all of the Champions in Rulanyil's Fall.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1051] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Crimson Cove Conqueror",
-	["description"] = "Defeat all of the champions in Crimson Cove.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1052] =
-{
-	["Category_ID"] = 4,
-	["name"] = "The Vile Manse Conqueror",
-	["description"] = "Defeat all of the champions in The Vile Manse.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1053] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Bad Man's Hallows Conqueror",
-	["description"] = "Defeat all of the champions in Bad Man's Hallows.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1054] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Bonesnap Ruins Conqueror",
-	["description"] = "Defeat all of the champions in Bonesnap Ruins.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1055] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Razak's Wheel Conqueror",
-	["description"] = "Defeat all of the champions in Razak's Wheel.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1056] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Village of the Lost Conqueror",
-	["description"] = "Defeat all of the champions in Village of the Lost.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1057] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Root Sunder Vanquisher",
-	["description"] = "Defeat three of the champions in Root Sunder.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1058] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Rulanyil's Fall Vanquisher",
-	["description"] = "Defeat three of the champions in Rulanyil's Fall.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1059] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Crimson Cove Vanquisher",
-	["description"] = "Defeat three of the champions in Crimson Cove.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1060] =
-{
-	["Category_ID"] = 4,
-	["name"] = "The Vile Manse Vanquisher",
-	["description"] = "Defeat three of the champions in The Vile Manse.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1061] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Bad Man's Hallows Vanquisher",
-	["description"] = "Defeat three of the champions in Bad Man's Hallows.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1062] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Bonesnap Ruins Vanquisher",
-	["description"] = "Defeat three of the champions in Bonesnap Ruins.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1063] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Razak's Wheel Vanquisher",
-	["description"] = "Defeat three of the champions in Razak's Wheel.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1064] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Village of the Lost Vanquisher",
-	["description"] = "Defeat three of the champions in Village of the Lost.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1068] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Ebonheart Pact Conqueror",
-	["description"] = "Defeat all of the Public Dungeon champions in the Ebonheart Pact.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1069] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Aldmeri Dominion Conqueror",
-	["description"] = "Defeat all of the Public Dungeon champions in the Aldmeri Dominion.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1070] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Daggerfall Covenant Conqueror",
-	["description"] = "Defeat all of the Public Dungeon champions in the Daggerfall Covenant.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1071] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Complete All Speed Challenges",
-	["description"] = "Complete the listed Speed Challenges.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1072] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Complete All Death Challenges",
-	["description"] = "Complete the listed Death Challenges.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1073] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Vanquisher of the Pact",
-	["description"] = "Defeat all the bosses throughout the Group Dungeons in the Ebonheart Pact.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1074] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Vanquisher of the Covenant",
-	["description"] = "Defeat all the bosses throughout the Group Dungeons in the Daggerfall Covenant.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1075] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Vanquisher of the Dominion",
-	["description"] = "Defeat all the bosses throughout the Group Dungeons in the Aldmeri Dominion.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1078] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Weekly Trial Complete",
-	["description"] = "Complete a Weekly Trial.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1079] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Time Trial: Weekly",
-	["description"] = "Completed a Weekly Trial within 33 minutes.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1080] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Time Trial: Hel Ra Citadel",
-	["description"] = "Completed the Hel Ra Citadel within a time limit of 33 minutes.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1081] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Time Trial: Aetherian Archive",
-	["description"] = "Completed the Aetherian Archive within a time limit of 33 minutes.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1082] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Undaunted Rescuer",
-	["description"] = "Rescue all of the members of the failed Undaunted expedition to the Deadlands of Mehrunes Dagon.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1084] =
-{
-	["Category_ID"] = 5,
-	["name"] = "The Blade's Edge",
-	["description"] = "In Veteran Crypt of Hearts II, allow four of Nerien'eth's Students to survive until he takes the Ebony Blade before defeating them all.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1085] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Renowned Provisioner",
-	["description"] = "Make a Renowned Food or Drink.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1086] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Epic Provisioner",
-	["description"] = "Make an Epic Food or Drink.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1087] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Blessed Thistle",
-	["description"] = "Learn all of the Traits for the Blessed Thistle Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1088] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Wormwood",
-	["description"] = "Learn all of the Traits for the Wormwood Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1089] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Lady's Smock",
-	["description"] = "Learn all of the Traits for the Lady's Smock Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1090] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Bugloss",
-	["description"] = "Learn all of the Traits for the Bugloss Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1091] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Dragonthorn",
-	["description"] = "Learn all of the Traits for the Dragonthorn Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1092] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Mountain Flower",
-	["description"] = "Learn all of the Traits for the Mountain Flower Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1093] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Columbine",
-	["description"] = "Learn all of the Traits for the Columbine Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1094] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Corn Flower",
-	["description"] = "Learn all the Traits for the Corn Flower Alchemy Plant.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1095] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Nirnroot",
-	["description"] = "Learn all of the Traits for the Nirnroot Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1096] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Water Hyacinth",
-	["description"] = "Learn all of the Traits for the Water Hyacinth Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1097] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Stinkhorn",
-	["description"] = "Learn all of the Traits for the Stinkhorn Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1098] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Blue Entoloma",
-	["description"] = "Learn all of the Traits for the Blue Entoloma Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1099] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Emetic Russula",
-	["description"] = "Learn all of the Traits for the Emetic Russula Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1100] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Violet Coprinus",
-	["description"] = "Learn all of the Traits for the Violet Coprinus Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1101] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Namira's Rot",
-	["description"] = "Learn all of the Traits for the Namira's Rot Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1102] =
-{
-	["Category_ID"] = 3,
-	["name"] = "White Cap",
-	["description"] = "Learn all of the Traits for the White Cap Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1103] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Luminous Russula",
-	["description"] = "Learn all of the Traits for the Luminous Russula Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1104] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Imp Stool",
-	["description"] = "Learn all of the Traits for the Imp Stool Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1105] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Mehrunes Dremora Slayer",
-	["description"] = "Defeat 300 Dremora in Veteran City of Ash II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1106] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Flame Colossus Slayer",
-	["description"] = "Defeat 50 Flame Colossi in Veteran City of Ash II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1107] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Deadly Deadlands Survivor",
-	["description"] = "Defeat Rukhan, Marruz, Akezel, Urata the Legion, Horvantud the Fire Maw, the Ash Titan, and the Daedra at the bridge to Valkyn Skoria, before defeating Valkyn Skoria himself in Veteran City of Ash II without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1108] =
-{
-	["Category_ID"] = 5,
-	["name"] = "City of Ash II Assassin",
-	["description"] = "Defeat Rukhan, Marruz, Akezel, Urata the Legion, Horvantud the Fire Maw, and the Ash Titan; reassemble the bridge; and defeat Valkyn Skoria himself in Veteran City of Ash II, all within thirty minutes. Timer starts when players enter the Inner Grove.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1109] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Sewer Subjugator",
-	["description"] = "Kill all the named champions lurking in the Imperial Sewers",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1111] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Easy as Pie",
-	["description"] = "Explore the culinary traditions of the Dremora.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 5,
-},
-[1112] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Craglorn Pilgrim",
-	["description"] = "Complete the Gray Passage pilgrimage within the alloted time limit.",
-	["Category"] = "Quests",
-	["points"] = 15,
-},
-[1113] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Sanctum Ophidia: Feeding Pit",
-	["description"] = "Use the feed pile in Sanctum Ophidia and survive the ensuing battle.",
-	["Category"] = "Dungeons",
-	["points"] = 5,
-},
-[1114] =
-{
-	["Category_ID"] = 5,
-	["name"] = "A World On Fire",
-	["description"] = "In Veteran City of Ash II, make a pact with the Frigid Tome, then defeat Valkyn Skoria.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1115] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Trials Damage Dealer",
-	["description"] = "Deal 1,000,000 points of damage in Trials.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1116] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Trials Healer",
-	["description"] = "Heal 1,000,000 points of damage to allies in Trials.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1117] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Trials Blocker",
-	["description"] = "Block 1,000,000 points of damage in Trials.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1120] =
-{
-	["Category_ID"] = 21,
-	["name"] = "White-Gold Tower Conqueror",
-	["description"] = "Defeat the Adjudicator, the Elite Guard, the Planar Inhibitor, and Molag Kena in Veteran White-Gold Tower.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1121] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Earthly Possessions",
-	["description"] = "Find Geldrion Treehelm's stash in Belkarth.",
-	["Category"] = "Exploration",
-	["points"] = 5,
-},
-[1122] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Blockbuster",
-	["description"] = "Free prisoners from their cell blocks in Imperial City Prison.",
-	["Category"] = "Imperial City",
-	["points"] = 5,
-},
-[1123] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Sanctum Ophidia Completed",
-	["description"] = "Defeat the Celestial Serpent.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1124] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Time Trial: Sanctum Ophidia",
-	["description"] = "Completed the Sanctum Ophidia within a time limit of 33 minutes.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1125] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Learn the Nirnhoned Trait",
-	["description"] = "Research the Nirnhoned Trait for any weapon or armor type.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1126] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Upper Craglorn Master Explorer",
-	["description"] = "Discover and clear all caves and locales throughout Upper Craglorn.",
-	["Category"] = "Exploration",
-	["points"] = 50,
-},
-[1127] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Upper Craglorn Cave Delver",
-	["description"] = "Discover and clear all six explorable caves in Upper Craglorn.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[1128] =
-{
-	["Category_ID"] = 21,
-	["name"] = "No Prison Can Hold Me",
-	["description"] = "Defeat all mini-boss and boss enemies in Veteran Imperial City Prison within forty five minutes of starting the dungeon. Timer starts when players enter The Bastion.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1129] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Life Sentence",
-	["description"] = "Defeat all mini-boss and boss enemies in Veteran Imperial City Prison without suffering a group member death.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1130] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Vigilant Watcher Slayer",
-	["description"] = "Defeat 50 Vigilant Watchers in Veteran Imperial City Prison.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1131] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Mindshriven Slayer",
-	["description"] = "Defeat 300 Mindshriven in Veteran Imperial City Prison.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1132] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Imperial City Challenger",
-	["description"] = "Complete the listed Challenges for veteran dungeons in Imperial City.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1133] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Out of Sight",
-	["description"] = "In Imperial City Prison, defeat the Overfiend, Ibomez the Flesh Sculptor, the Gravelight Sentry, the Flesh Abomination, and Lord Warden Dusk without any group member being noticed by the Vigilant Watchers.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1136] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Hel Ra Citadel Difficult Mode",
-	["description"] = "Defeat the Celestial Warrior after enraging him through the destruction of his statue army.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1137] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Aetherian Archive Difficult Mode",
-	["description"] = "Defeat the Celestial Mage after taunting her by smashing the Aetherial Orbs.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1138] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Sanctum Ophidia Difficult Mode",
-	["description"] = "Defeat the Celestial Serpent after desecrating the sacred banners of the Scaled Court",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1139] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Craglorn Trials Conqueror",
-	["description"] = "Complete Hel Ra Citadel, Aetherian Archive, and Sanctum Ophidia at their highest difficulties.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1140] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Dragonstar Arena Conqueror",
-	["description"] = "Conquer all challengers on the increased difficulty version of Dragonstar Arena.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1142] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Darklight Dancer",
-	["description"] = "Defeat the Lord Warden Dusk of Imperial City Prison while you and your group members avoid every Darklight Burst.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1143] =
-{
-	["Category_ID"] = 7,
-	["name"] = "Craglorn Completist",
-	["description"] = "Eliminate the threat of the Serpent and his Scaled Court throughout all of Craglorn.",
-	["Category"] = "Quests",
-	["points"] = 50,
-},
-[1144] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Dwemer Style Master",
-	["description"] = "Collect and learn from every Dwemer Style book.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1145] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Certified Jack-of-All-Trades",
-	["description"] = "Become certified in Alchemy, Blacksmithing, Clothing, Enchanting, Provisioning, and Woodworking.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1146] =
-{
-	["Category_ID"] = 3,
-	["name"] = "First Writ",
-	["description"] = "Complete one Crafting Writ.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1147] =
-{
-	["Category_ID"] = 3,
-	["name"] = "I Must Complete My Contract",
-	["description"] = "Complete 25 Crafting Writs.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1148] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Signed the Manifest",
-	["description"] = "Complete 150 Crafting Writs.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1149] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Writ Upon the Sky",
-	["description"] = "Complete 250 Crafting Writs.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1150] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Pledge Taker",
-	["description"] = "Complete one Undaunted Pledge bestowed by Maj al-Ragath.",
-	["Category"] = "Dungeons",
-	["points"] = 5,
-},
-[1151] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Returned Undaunted",
-	["description"] = "Complete 10 Undaunted Pledges bestowed by Maj al-Ragath.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1152] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Undaunted, Daily",
-	["description"] = "Complete 50 Undaunted Pledges bestowed by Maj al-Ragath.",
-	["Category"] = "Dungeons",
-	["points"] = 15,
-},
-[1153] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Maj's Cohort",
-	["description"] = "Complete 100 Undaunted Pledges bestowed by Maj al-Ragath.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1154] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Prove Them Wrong",
-	["description"] = "Complete one Undaunted Pledge bestowed by Glirion the Redbeard.",
-	["Category"] = "Dungeons",
-	["points"] = 5,
-},
-[1155] =
-{
-	["Category_ID"] = 4,
-	["name"] = "You Still Draw Breath",
-	["description"] = "Complete 10 Undaunted Pledges bestowed by Glirion the Redbeard.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1156] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Death Has Not Claimed You",
-	["description"] = "Complete 50 Undaunted Pledges bestowed by Glirion the Redbeard.",
-	["Category"] = "Dungeons",
-	["points"] = 15,
-},
-[1157] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Glirion's Cohort",
-	["description"] = "Complete 100 Undaunted Pledges bestowed by Glirion the Redbeard.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1158] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Call of the Undaunted",
-	["description"] = "Reach level 45, attracting the attention of the Undaunted elite.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1159] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Deadlands Savvy",
-	["description"] = "Complete the following achievements associated with City of Ash II.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1160] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Imperial City Skyshard Hunter",
-	["description"] = "Find all 13 Skyshards in the Imperial City.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1169] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Imperial Sewers Pathfinder",
-	["description"] = "Discover all of the striking locales in the Imperial Sewers.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1171] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Imperial City Locksmith",
-	["description"] = "Assemble a key for each of the trophy chests found in the Imperial City.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1172] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Key Collector",
-	["description"] = "Assemble a total of 25 trophy door keys in the Imperial City.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1174] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Horror of Horrors",
-	["description"] = "Defeat all the Patrolling Horrors in the Imperial City.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1175] =
-{
-	["Category_ID"] = 21,
-	["name"] = "The Sublime Protector",
-	["description"] = "Bring an end to Molag Bal's secret plot in the Imperial City.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1176] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Imperial City Recruit",
-	["description"] = "Kill 1 player while inside the Imperial City.",
-	["Category"] = "Imperial City",
-	["points"] = 5,
-},
-[1177] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Imperial City Veteran",
-	["description"] = "Kill 50 players while inside the Imperial City.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1178] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Imperial City Warlord",
-	["description"] = "Kill 100 players while inside the Imperial City.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1179] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Big Score",
-	["description"] = "Gain 900 Tel Var Stones from a single gain.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1181] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Xivkyn Style Master",
-	["description"] = "Collect and learn from every Xivkyn Style book.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1182] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Trove Scamp Seeker",
-	["description"] = "Kill 1 Trove Scamp while adventuring in the Imperial Sewers.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1184] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Imperial Arena Champion",
-	["description"] = "Complete the Imperial City Arena by slaying the Ringmaster and her monstrous servants.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1185] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Protector of the Faith",
-	["description"] = "Complete the Imperial City Temple event by defeating the Daedric Titan, Uzuruz.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1186] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Imperial City Angler",
-	["description"] = "Catch all 12 rare fish in Imperial City.",
-	["Category"] = "Imperial City",
-	["points"] = 5,
-},
-[1190] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Pocket Picker",
-	["description"] = "Successfully pickpocket any citizen of Tamriel.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1191] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Purse Snatcher",
-	["description"] = "Successfully pickpocket one hundred citizens of Tamriel.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1192] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Sneak Thief Extraordinaire",
-	["description"] = "Successfully pickpocket one thousand citizens of Tamriel.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1193] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Cut and Run",
-	["description"] = "Successfully escape a guard after choosing the \"Flee\" option in the Accost Dialogue Window.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1194] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Escape Artist",
-	["description"] = "Successfully escape the guards a total of one hundred times after choosing the \"Flee\" option in the Accost Dialogue Window.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1195] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Make Amends",
-	["description"] = "Make a one time transaction of 1,000 gold or greater for crimes committed against the citizens of Tamriel.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1196] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Felonious Recompense",
-	["description"] = "Pay a total of 100,000 gold to the Fence OR to the Tamriel Guards to clear your criminal record.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1197] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Ill-Gotten Gains",
-	["description"] = "Earn 1,000 gold by selling stolen goods to a Fence.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1198] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Safebox Pilferer",
-	["description"] = "Break into and loot the contents of a safebox.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1199] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Safebox Looter",
-	["description"] = "Break into and loot the contents of ten safeboxes.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1200] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Safebox Cracker",
-	["description"] = "Break into and loot the contents of one hundred safeboxes.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1201] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Illicit Entrepreneur",
-	["description"] = "Earn 100,000 gold by selling stolen goods to a Fence.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1202] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Black Market Mogul",
-	["description"] = "Earn 1,000,000 gold by selling stolen goods to a Fence.",
-	["Category"] = "Character",
-	["points"] = 50,
-},
-[1203] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Loot Cleaner",
-	["description"] = "Spend 100 gold to launder stolen items through a Fence.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1204] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Loot Sanitizer",
-	["description"] = "Spend 1,000 gold to launder stolen items through a Fence.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1205] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Illustrious Launderer",
-	["description"] = "Spend 10,000 gold to launder stolen items through a Fence.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1206] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Home Trespasser",
-	["description"] = "Successfully pick the lock on a locked door.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1207] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Sneaky Housebreaker",
-	["description"] = "Successfully pick the locks on fifty locked doors.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1208] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Master Burglar",
-	["description"] = "Successfully pick the locks on one hundred locked doors.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1209] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Disrobed Discipline",
-	["description"] = "Have an article of stolen clothing that you are wearing repossessed by a guard.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1210] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Indecent Exposure",
-	["description"] = "Have stolen clothing from all your armor slots repossessed at the same time by a guard.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1211] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Discerning Pilferer",
-	["description"] = "Steal an item of Fine quality.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1212] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Discriminating Plunderer",
-	["description"] = "Steal an item of Superior quality.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1213] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Grand Larcenist",
-	["description"] = "Steal an item of Epic quality.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1214] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Dawn of a Champion",
-	["description"] = "Spend your first Champion Point.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1215] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Robust Destiny",
-	["description"] = "Spend 100 Champion Points in the Warrior Constellation.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1216] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Vigorous Decree",
-	["description"] = "Spend 50 Champion Points in the Warrior Constellation.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1217] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Champion of Last Seed",
-	["description"] = "Spend 150 Champion Points in the Warrior Constellation.",
-	["Category"] = "Character",
-	["points"] = 50,
-},
-[1218] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Arcane Decree",
-	["description"] = "Spend 50 Champion Points in the Mage Constellation.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1219] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Mysterious Destiny",
-	["description"] = "Spend 100 Champion Points in the Mage Constellation.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1220] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Champion of Rain's Hand",
-	["description"] = "Spend 150 Champion Points in the Mage Constellation.",
-	["Category"] = "Character",
-	["points"] = 50,
-},
-[1221] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Stealthy Decree",
-	["description"] = "Spend 50 Champion Points in the Thief Constellation.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1222] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Devious Destiny",
-	["description"] = "Spend 100 Champion Points in the Thief Constellation.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1223] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Champion of Evening Star",
-	["description"] = "Spend 150 Champion Points in the Thief Constellation.",
-	["Category"] = "Character",
-	["points"] = 50,
-},
-[1224] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Murderer",
-	["description"] = "Kill a citizen of Tamriel.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1225] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Serial Killer",
-	["description"] = "Kill fifty citizens of Tamriel.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1226] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Mass Murderer",
-	["description"] = "Kill one hundred citizens of Tamriel.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1227] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Ground Beef",
-	["description"] = "Kill a livestock cow, bull, or ox.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1228] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Poultry Assassin",
-	["description"] = "Kill a livestock chicken or bantam guar.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1229] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Wicked Shepherd",
-	["description"] = "Kill a livestock goat or sheep.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1230] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Hog Killer",
-	["description"] = "Kill a livestock pig.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1231] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Guar Slayer",
-	["description"] = "Kill a livestock guar.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1232] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Butcher",
-	["description"] = "Kill a total of ten livestock animals.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1233] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Slaughterer",
-	["description"] = "Kill a total of one hundred livestock animals.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1234] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Livestock Mass Murderer",
-	["description"] = "Kill a total of five hundred livestock animals.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1235] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Rkindaleft Group Event",
-	["description"] = "Activate the ancient centurion in Rkindaleft.",
-	["Category"] = "Orsinium",
-	["points"] = 50,
-},
-[1236] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Rkindaleft Conqueror",
-	["description"] = "Defeat all of Rkindaleft's champions.",
-	["Category"] = "Orsinium",
-	["points"] = 50,
-},
-[1237] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Rkindaleft Vanquisher",
-	["description"] = "Defeat 3 champions in the Rkindaleft public dungeon.",
-	["Category"] = "Orsinium",
-	["points"] = 15,
-},
-[1238] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Old Orsinium Group Event",
-	["description"] = "Resist the cultist onslaught in Old Orsinium.",
-	["Category"] = "Orsinium",
-	["points"] = 50,
-},
-[1239] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Old Orsinium Conqueror",
-	["description"] = "Defeat all of the champions in Old Orsinium.",
-	["Category"] = "Orsinium",
-	["points"] = 50,
-},
-[1240] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Old Orsinium Vanquisher",
-	["description"] = "Defeat 3 champions in the Old Orsinium public dungeon.",
-	["Category"] = "Orsinium",
-	["points"] = 15,
-},
-[1241] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Newcomer",
-	["description"] = "Complete 3 quests in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1242] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Explorer",
-	["description"] = "Complete 9 quests in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1243] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Trailblazer",
-	["description"] = "Complete 15 quests in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1244] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Pathfinder",
-	["description"] = "Complete 21 quests in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1245] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Adventurer",
-	["description"] = "Complete 27 quests in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1247] =
-{
-	["Category_ID"] = 20,
-	["name"] = "One Last Brawl",
-	["description"] = "Grant 5 elderly Orc warriors a glorious death.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1248] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Hero of Wrothgar",
-	["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 50,
-},
-[1249] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Defender of Orsinium",
-	["description"] = "Defeat 4 Wrothgar world bosses.",
-	["Category"] = "Orsinium",
-	["points"] = 15,
-},
-[1250] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Relic Hunter",
-	["description"] = "Collect 16 relics for the House of Orsimer Glories museum.",
-	["Category"] = "Orsinium",
-	["points"] = 15,
-},
-[1257] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Dungeon Slayer",
-	["description"] = "Complete both Wrothgar public dungeon boss achievements.",
-	["Category"] = "Orsinium",
-	["points"] = 15,
-},
-[1260] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Kingmaker",
-	["description"] = "Complete Wrothgar's main quests.",
-	["Category"] = "Orsinium",
-	["points"] = 15,
-},
-[1261] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Xivkyn Assassin",
-	["description"] = "Kill 1 member of the Coldharbour Elite Guard.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1262] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Xivkyn's Scourge",
-	["description"] = "Kill 50 members of the Coldharbour Elite Guard.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1263] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Xivkyn's Bane",
-	["description"] = "Kill 100 members of the Coldharbour Elite Guard.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1267] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Alliance Gladiator",
-	["description"] = "Kill 100 players while inside the Imperial Arena.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1268] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Cunning Scamp Seeker",
-	["description"] = "Kill 1 Cunning Scamp while adventuring in the Imperial Sewers.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1269] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Trove Scamp Slayer",
-	["description"] = "Kill 50 Trove Scamps while adventuring in the Imperial Sewers.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1270] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Trove Scamp Exterminator",
-	["description"] = "Kill 100 Trove Scamps while adventuring in the Imperial Sewers.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1271] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Cunning Scamp Slayer",
-	["description"] = "Kill 50 Cunning Scamps while adventuring in the Imperial Sewers.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1272] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Cunning Scamp Exterminator",
-	["description"] = "Kill 100 Cunning Scamps while adventuring in the Imperial Sewers.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1273] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Imperial Lightbringer",
-	["description"] = "Complete the Barathrum Centrata event deep beneath the Imperial City.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1275] =
-{
-	["Category_ID"] = 21,
-	["name"] = "First to the Top",
-	["description"] = "Defeat the Adjudicator, the Empress Regent's Guard, the Planar Inhibitor, and Molag Kena in Veteran White-Gold Tower within 30 minutes of starting the dungeon. Timer starts when you enter Green Emperor Way.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1276] =
-{
-	["Category_ID"] = 21,
-	["name"] = "To Spite a Tharn",
-	["description"] = "Defeat the Adjudicator, the Empress Regent's Guard, the Planar Inhibitor, and Molag Kena in Veteran White-Gold Tower without experiencing the death of a group member.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1277] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Horn Breaker",
-	["description"] = "Defeat 100 Xivkyn in Veteran White-Gold Tower.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1278] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Daedroth Dropper",
-	["description"] = "Defeat 75 Daedroth in Veteran White-Gold Tower.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1279] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Ire of the Storm",
-	["description"] = "In Veteran White-Gold Tower, complete the ritual listed in the Obelisk Tome, then defeat Molag Kena.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1280] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Entry Denied",
-	["description"] = "In Veteran White-Gold Tower, destroy all portals to prevent the arrival of the Planar Inhibitor's reinforcements.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1281] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Imperial Transgressions",
-	["description"] = "Locate and interact with all of the speaking stones in the White-Gold Tower.",
-	["Category"] = "Imperial City",
-	["points"] = 5,
-},
-[1285] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Kill Old Snagara",
-	["description"] = "Kill Old Snagara the echatere in the Poacher's Encampment.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1286] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Kill Zandadunoz the Reborn",
-	["description"] = "Defeat Zandadunoz the Reborn at the Unfinished Dolmen.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1287] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Kill King-Chief Edu",
-	["description"] = "Kill the Riekr regent King-Chief Edu at the King-Chief's Throne.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1288] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Kill Corintthac the Abomination",
-	["description"] = "Kill the Winterborn Briarheart Warrior, Corintthac the Abomination, at the Accursed Nursery.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1289] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Kill Mad Urkazbur the Ogre",
-	["description"] = "Kill Mad Urkazbur at the Mad-Ogre's Altar.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1290] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Kill Nyzchaleft",
-	["description"] = "Kill Nyzchaleft the Dwarven Centurion at Nyzchaleft Falls.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1297] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Nikolvara's Kennel Explorer",
-	["description"] = "Explore and clear Nikolvara's Kennel.",
-	["Category"] = "Orsinium",
-	["points"] = 5,
-},
-[1298] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Coldperch Cavern Explorer",
-	["description"] = "Explore and clear Coldperch Cavern.",
-	["Category"] = "Orsinium",
-	["points"] = 5,
-},
-[1299] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Argent Mine Explorer",
-	["description"] = "Explore and clear Argent Mine.",
-	["Category"] = "Orsinium",
-	["points"] = 5,
-},
-[1300] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Thukhozod's Sanctum Explorer",
-	["description"] = "Explore and clear Thukhozod's Sanctum.",
-	["Category"] = "Orsinium",
-	["points"] = 5,
-},
-[1301] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Watcher's Hold Explorer",
-	["description"] = "Explore and clear Watcher's Hold.",
-	["Category"] = "Orsinium",
-	["points"] = 5,
-},
-[1302] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Zthenganaz Explorer",
-	["description"] = "Explore and clear Zthenganaz.",
-	["Category"] = "Orsinium",
-	["points"] = 5,
-},
-[1303] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Lord Warden's Retaliation",
-	["description"] = "In Veteran Imperial City Prison, destroy the Warden's Tome, then defeat Lord Warden Dusk.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1304] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Maelstrom Arena Champion",
-	["description"] = "Conquer all challengers and earn the title of Maelstrom Arena Champion.",
-	["Category"] = "Orsinium",
-	["points"] = 15,
-},
-[1305] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Maelstrom Arena Conqueror",
-	["description"] = "Conquer all challengers in Veteran Maelstrom Arena.",
-	["Category"] = "Orsinium",
-	["points"] = 50,
-},
-[1306] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Out of the Frying Pan",
-	["description"] = "In Veteran White-Gold Tower, become completely engulfed in flame by the Planar Inhibitor's Heat Stroke attack before it completes its Daedric Catastrophe attack. Then stay alive until the Planar Inhibitor is defeated.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1307] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Imperial City Dungeon Locksmith",
-	["description"] = "Assemble a key for each of the trophy chests found in the White-Gold Tower and Imperial City Prison group dungeons.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1311] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Tel Var Collector",
-	["description"] = "Gain 1,000 Tel Var Stones over the lifetime of your character.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1312] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Tel Var Baron",
-	["description"] = "Gain 10,000 Tel Var Stones over the lifetime of your character.",
-	["Category"] = "Imperial City",
-	["points"] = 15,
-},
-[1313] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Tel Var Master",
-	["description"] = "Gain 100,000 Tel Var Stones over the lifetime of your character.",
-	["Category"] = "Imperial City",
-	["points"] = 50,
-},
-[1314] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Sudden Spoils",
-	["description"] = "Gain 300 Tel Var Stones from a single gain.",
-	["Category"] = "Imperial City",
-	["points"] = 5,
-},
-[1315] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Windfall Profits",
-	["description"] = "Gain 600 Tel Var Stones from a single gain.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1316] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Orsinium Patron",
-	["description"] = "Make 15 donations to the Orsinium City Solicitor.",
-	["Category"] = "Orsinium",
-	["points"] = 5,
-},
-[1317] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Ruby Potency",
-	["description"] = "Translate all of the Champion 150 and Champion 160 runestones.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1318] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Akaviri Style Master",
-	["description"] = "Collect and learn from every Akaviri Style book.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1319] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Glass Style Master",
-	["description"] = "Collect and learn from every Glass Style book.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1320] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Skyshard Hunter",
-	["description"] = "Find all 17 Skyshards in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 15,
-},
-[1321] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Master Delver",
-	["description"] = "Discover and clear all 6 explorable caves in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 15,
-},
-[1322] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Master Seeker",
-	["description"] = "Discover all the striking locales in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1323] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Master Explorer",
-	["description"] = "Discover and clear all caves and striking locales in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 15,
-},
-[1324] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Master Relic Hunter",
-	["description"] = "Collect all 20 relics for the House of Orsimer Glories museum.",
-	["Category"] = "Orsinium",
-	["points"] = 50,
-},
-[1325] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Orc King's Councilor",
-	["description"] = "Complete quest \"A King-Sized Problem\" in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1326] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Orc King's Marshal",
-	["description"] = "Complete quest \"The Anger of a King\" in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1327] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Orc King's Conqueror",
-	["description"] = "Complete quest \"Blood on a King's Hands\" in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1328] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Grand Adventurer",
-	["description"] = "Complete 40 quests in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 15,
-},
-[1330] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Maelstrom Arena: Perfect Run",
-	["description"] = "Complete Veteran Maelstrom Arena in a single attempt, without dying or leaving the arena.",
-	["Category"] = "Orsinium",
-	["points"] = 50,
-},
-[1331] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Cliff Jumper",
-	["description"] = "Leap from the cliff west of Frostbreak Ridge and survive.",
-	["Category"] = "Orsinium",
-	["points"] = 5,
-},
-[1333] =
-{
-	["Category_ID"] = 20,
-	["name"] = "One at a Time",
-	["description"] = "Complete 1 group boss daily quest in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 5,
-},
-[1334] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Lucky Seven",
-	["description"] = "Complete 7 group boss daily quests in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1335] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Monster Hunter of the Month",
-	["description"] = "Complete 30 group boss daily quests in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 15,
-},
-[1336] =
-{
-	["Category_ID"] = 20,
-	["name"] = "A Delve a Day",
-	["description"] = "Complete 1 Delve Daily in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 5,
-},
-[1337] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Delve Weekly",
-	["description"] = "Complete 7 Delve Dailies in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1338] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Delve Monthly",
-	["description"] = "Complete 30 Delve Dailies in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 15,
-},
-[1339] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Hooking Wrothgar's Biggest Catch",
-	["description"] = "Catch the rare Crab-Slaughter-Crane fish found in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 10,
-},
-[1340] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Wrothgar Master Angler",
-	["description"] = "Catch all 12 rare fish in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 5,
-},
-[1341] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Ancient Orc Style Master",
-	["description"] = "Collect and learn every chapter in the Ancient Orc style book found in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 50,
-},
-[1342] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Gold Coast Skyshard Hunter",
-	["description"] = "Find all 6 skyshards in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1343] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Maw of Lorkhaj Completed",
-	["description"] = "Drive the dro-m'Athra back to the void and close the Maw of Lorkhaj in Normal Mode.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1344] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Maw of Lorkhaj Difficult Mode",
-	["description"] = "Defeat Rakkhat after empowering him at the lunar shrines in Veteran Maw of Lorkhaj.",
-	["Category"] = "Thieves Guild",
-	["points"] = 50,
-},
-[1345] =
-{
-	["Category_ID"] = 21,
-	["name"] = "Imperial City Prison Vanquisher",
-	["description"] = "Defeat the Overfiend, Ibomez the Flesh Sculptor, the Gravelight Sentry, the Flesh Abomination, the Lord Warden's Council, and Lord Warden Dusk in the Imperial City Prison.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1346] =
-{
-	["Category_ID"] = 21,
-	["name"] = "White-Gold Tower Vanquisher",
-	["description"] = "Defeat the Adjudicator, the Elite Guard, the Planar Inhibitor, and Molag Kena in White-Gold Tower.",
-	["Category"] = "Imperial City",
-	["points"] = 10,
-},
-[1347] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Hew's Bane Skyshard Hunter",
-	["description"] = "Find all 6 skyshards in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1348] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Mercenary Style Master",
-	["description"] = "Collect and learn from every Mercenary Style book.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1349] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Breaking and Entering",
-	["description"] = "Trespass in seven locked locations throughout Abah's Landing.",
-	["Category"] = "Thieves Guild",
-	["points"] = 5,
-},
-[1350] =
-{
-	["Category_ID"] = 19,
-	["name"] = "The Lady in the Cistern",
-	["description"] = "Learn every rumor about the statue in the Thieves Den.",
-	["Category"] = "Thieves Guild",
-	["points"] = 5,
-},
-[1351] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Hew's Bane Master Angler",
-	["description"] = "Catch all 12 rare fish in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 5,
-},
-[1352] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Deepest Shallows",
-	["description"] = "Kill Syvarra of the Deep at Ko Estaran.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1353] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Cutting the Keel",
-	["description"] = "Kill Captain Virindi Slave-Taker at Thrall Cove.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1354] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Defender of Hew's Bane",
-	["description"] = "Defeat both Hew's Bane world bosses.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1355] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Bahraha's Gloom Explorer",
-	["description"] = "Explore and clear Bahraha's Gloom.",
-	["Category"] = "Thieves Guild",
-	["points"] = 5,
-},
-[1356] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Shark's Teeth Grotto Explorer",
-	["description"] = "Explore and clear Shark's Teeth Grotto.",
-	["Category"] = "Thieves Guild",
-	["points"] = 5,
-},
-[1357] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Hew's Bane Cave Delver",
-	["description"] = "Discover and clear both explorable caves in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1358] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Hew's Bane Pathfinder",
-	["description"] = "Discover all the striking locales in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1359] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Hew's Bane Master Explorer",
-	["description"] = "Discover and clear all caves and striking locales in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1360] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Always Travel Separately",
-	["description"] = "Complete quest \"Cleaning House\" in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1361] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Never, Ever Steal From the Guild",
-	["description"] = "Complete quest \"A Flawless Plan\" in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1362] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Wedding Crashers",
-	["description"] = "Complete quest \"Forever Hold Your Peace\" in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1363] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Broken Wheel",
-	["description"] = "Complete quest \"Prison Break\" in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1364] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Hew's Bane Adventurer",
-	["description"] = "Complete 12 story quests in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1365] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Hero of Hew's Bane",
-	["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 50,
-},
-[1366] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Hew's Bane Grand Adventurer",
-	["description"] = "Complete 16 story quests in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 50,
-},
-[1367] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Time Trial: Maw of Lorkhaj",
-	["description"] = "Complete Veteran Maw of Lorkhaj within a time limit of 40 minutes. Your trial begins when you cross the threshold of the Temple of Seven Riddles.",
-	["Category"] = "Thieves Guild",
-	["points"] = 50,
-},
-[1368] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Maw of Lorkhaj Conqueror",
-	["description"] = "Defeat Rakkhat, Fang of Lorkhaj and his legions of dro-m'Athra in Veteran Maw of Lorkhaj.",
-	["Category"] = "Thieves Guild",
-	["points"] = 50,
-},
-[1369] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Maw of Lorkhaj: Unchained Ambush",
-	["description"] = "Use both chain switches within ten seconds in Veteran Maw of Lorkhaj, then defeat the dro-m'Athra invaders.",
-	["Category"] = "Thieves Guild",
-	["points"] = 5,
-},
-[1370] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Iron Wheel Infiltration",
-	["description"] = "Complete quest \"The Long Game\" in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1371] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Welcome to the Thieves Guild",
-	["description"] = "Join the Thieves Guild by completing quest \"Partners in Crime\" in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1372] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Fledgling Filcher",
-	["description"] = "Complete 1 heist from the Heist Board for the Thieves Guild.",
-	["Category"] = "Thieves Guild",
-	["points"] = 5,
-},
-[1373] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Seasoned Sneak-Thief",
-	["description"] = "Complete 7 heists from the Heist Board for the Thieves Guild.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1374] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Professional Pilferer",
-	["description"] = "Complete 15 heists from the Heist Board for the Thieves Guild.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1375] =
-{
-	["Category_ID"] = 19,
-	["name"] = "A Life Deferred",
-	["description"] = "Complete quest \"His Greatest Treasure\" in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1376] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Seeds Untilled",
-	["description"] = "Complete quest \"That Which Was Lost\" in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1377] =
-{
-	["Category_ID"] = 19,
-	["name"] = "What Price, Freedom?",
-	["description"] = "Complete quest \"Everyone Has A Price\" in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1378] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Loose Ends",
-	["description"] = "Complete quest \"The One That Got Away\" in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1379] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Despoil the Dominion",
-	["description"] = "Steal the treasures on Kari's Hit List from every territory of the Aldmeri Dominion and place them in the Thieves Den.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1380] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Con the Covenant",
-	["description"] = "Steal the treasures on Kari's Hit List from every territory of the Daggerfall Covenant and place them in the Thieves Den.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1381] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Purloin the Pact",
-	["description"] = "Steal the treasures on Kari's Hit List from every territory of the Ebonheart Pact and place them in the Thieves Den.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1382] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Loot the Landing",
-	["description"] = "Steal the treasure on Kari's Hit List from Abah's Landing and place it in the Thieves Den.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1383] =
-{
-	["Category_ID"] = 19,
-	["name"] = "A Cutpurse Above",
-	["description"] = "Steal every treasure from Kari's Hit List and place them all within the Thieves Den.",
-	["Category"] = "Thieves Guild",
-	["points"] = 50,
-},
-[1385] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Maw of Lorkhaj: Shadow Slayer",
-	["description"] = "Defeat 25 Void Callers in the Maw of Lorkhaj.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1386] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Maw of Lorkhaj: Stainless Souls",
-	["description"] = "Defeat Rakkhat without anyone dying while afflicted by the Breath of Lorkhaj.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1388] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Maw of Lorkhaj: Two-Moons Dance",
-	["description"] = "In Veteran Maw of Lorkhaj, force Rakkhat into his final phase within two lunar cycles, then defeat him.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1389] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Maw of Lorkhaj: Void Avoided",
-	["description"] = "Defeat Rakkhat in Veteran Maw of Lorkhaj, with a maximum of two players ever being afflicted by the Breath of Lorkhaj.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1390] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Maw of Lorkhaj: Fang Focused",
-	["description"] = "Defeat Rakkhat in Veteran Maw of Lorkhaj, with at least three dro-m'Athra Dreadstalkers still alive.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1391] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Maw of Lorkhaj: Moons' Champion",
-	["description"] = "Complete all achievements related to defeating Rakkhat, Fang of Lorkhaj in Veteran Maw of Lorkhaj.",
-	["Category"] = "Thieves Guild",
-	["points"] = 50,
-},
-[1392] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Maw of Lorkhaj: Spotless Triumph",
-	["description"] = "Complete Veteran Maw of Lorkhaj without suffering a group member death.",
-	["Category"] = "Thieves Guild",
-	["points"] = 50,
-},
-[1393] =
-{
-	["Category_ID"] = 20,
-	["name"] = "A Gift from Orsinium",
-	["description"] = "Come visit the Orcs' newly rebuilt capital city: Orsinium!",
-	["Category"] = "Orsinium",
-	["points"] = 5,
-},
-[1394] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Five Finger Discount",
-	["description"] = "Successfully pick pockets at each of the four most popular shops in Abah's Landing.",
-	["Category"] = "Thieves Guild",
-	["points"] = 5,
-},
-[1395] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Finders Keepers",
-	["description"] = "Discover and loot 1 Thieves Trove.",
-	["Category"] = "Thieves Guild",
-	["points"] = 5,
-},
-[1396] =
-{
-	["Category_ID"] = 19,
-	["name"] = "An Eye For Details",
-	["description"] = "Discover and loot 5 Thieves Troves.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1397] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Leave No Stash Behind",
-	["description"] = "Discover and loot 15 Thieves Troves.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1398] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Fresh Footpad",
-	["description"] = "Complete 1 job from the Tip Board for the Thieves Guild.",
-	["Category"] = "Thieves Guild",
-	["points"] = 5,
-},
-[1399] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Practiced Prowler",
-	["description"] = "Complete 10 jobs from the Tip Board for the Thieves Guild.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1400] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Sophisticated Shadowfoot",
-	["description"] = "Complete 30 jobs from the Tip Board for the Thieves Guild.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1401] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Honor Among Thieves",
-	["description"] = "Assist each member of the Thieves Guild in resolving personal matters.",
-	["Category"] = "Thieves Guild",
-	["points"] = 50,
-},
-[1402] =
-{
-	["Category_ID"] = 19,
-	["name"] = "And Then They Were Gone",
-	["description"] = "Evade justice with the help of the \"Timely Escape\" Thieves Guild skill, as well as a friendly footpad.",
-	["Category"] = "Thieves Guild",
-	["points"] = 5,
-},
-[1403] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Master of Shadows",
-	["description"] = "Complete 1 heist for the Thieves Guild without being detected.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1404] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Deep Pockets",
-	["description"] = "Receive the highest possible reward in 5 heists for the Thieves Guild.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1405] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Eagle's Nest-Egg",
-	["description"] = "At each Outlaws Refuge within the Aldmeri Dominion, receive 4000 gold for fencing items.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1406] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Dragon's Hoard",
-	["description"] = "At each Outlaws Refuge within the Ebonheart Pact, receive 4000 gold for fencing items.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1407] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Lion's Golden Pride",
-	["description"] = "At each Outlaws Refuge within the Daggerfall Covenant, receive 4000 gold for fencing items.",
-	["Category"] = "Thieves Guild",
-	["points"] = 15,
-},
-[1408] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Merchant Lord's Coffers",
-	["description"] = "Receive 4000 gold for fencing items at the Thieves Den in Abah's Landing.",
-	["Category"] = "Thieves Guild",
-	["points"] = 10,
-},
-[1409] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Magnanimous Magnate",
-	["description"] = "At each Outlaws Refuge within every Alliance territory, as well as the Thieves Den, receive 4000 gold for fencing items.",
-	["Category"] = "Thieves Guild",
-	["points"] = 50,
-},
-[1410] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Litany of Blood",
-	["description"] = "Execute all targets listed in the Litany of Blood and collect your reward.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 50,
-},
-[1411] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Trinimac Style Master",
-	["description"] = "Collect and learn every chapter in the Trinimac style book found in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 50,
-},
-[1412] =
-{
-	["Category_ID"] = 20,
-	["name"] = "Malacath Style Master",
-	["description"] = "Collect and learn every chapter in the Malacath style book found in Wrothgar.",
-	["Category"] = "Orsinium",
-	["points"] = 50,
-},
-[1413] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Spoils of Abah's Landing",
-	["description"] = "Travel to the notorious free port of Abah's Landing!",
-	["Category"] = "Thieves Guild",
-	["points"] = 5,
-},
-[1414] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Ebonheart Pact Style Master",
-	["description"] = "Collect and learn every chapter in the Ebonheart Pact style book found in Cyrodiil and Imperial City.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1415] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Aldmeri Dominion Style Master",
-	["description"] = "Collect and learn every chapter in the Aldmeri Dominion style book found in Cyrodiil and Imperial City.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1416] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Daggerfall Covenant Style Master",
-	["description"] = "Collect and learn every chapter in the Daggerfall Covenant style book found in Cyrodiil and Imperial City.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1417] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Outlaw Style Master",
-	["description"] = "Collect and learn every chapter in the Outlaw style book found in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 50,
-},
-[1418] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Soul Shriven Style Master",
-	["description"] = "Collect and learn the Soul Shriven style book found by completing Cadwell's Silver.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1419] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Defeat Limenauruus",
-	["description"] = "Defeat Limenauruus the possessed minotaur and the shadow spirits at Tribune's Folly.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1420] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Conquer the Kvatch Arena",
-	["description"] = "Enter the Kvatch Arena and defeat all challengers.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1421] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Gold Coast Tourist",
-	["description"] = "Visit the Gold Coast and take in the local scenery.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 5,
-},
-[1422] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Abah's Watch Style Master",
-	["description"] = "Collect and learn every chapter in the Abah's Watch style book found in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 50,
-},
-[1423] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Thieves Guild Style Master",
-	["description"] = "Collect and learn every chapter in the Thieves Guild style book found in Hew's Bane.",
-	["Category"] = "Thieves Guild",
-	["points"] = 50,
-},
-[1424] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Assassins League Style Master",
-	["description"] = "Collect and learn every chapter in the Assassins League style book found in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 50,
-},
-[1425] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Defender of the Gold Coast",
-	["description"] = "Defeat both world bosses in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 15,
-},
-[1426] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Hrota Cave Explorer",
-	["description"] = "Explore and clear Hrota Cave.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 5,
-},
-[1427] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Garlas Agea Explorer",
-	["description"] = "Explore and clear Garlas Agea.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 5,
-},
-[1428] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Gold Coast Master Explorer",
-	["description"] = "Discover and clear all caves and striking locales in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 15,
-},
-[1429] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Gold Coast Cave Delver",
-	["description"] = "Discover and clear both explorable caves in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1430] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Gold Coast Pathfinder",
-	["description"] = "Discover all the striking locales in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1431] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Gold Coast Master Angler",
-	["description"] = "Catch all 12 rare fish in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 5,
-},
-[1432] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Gold Coast Adventurer",
-	["description"] = "Complete 14 story quests in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 15,
-},
-[1433] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Gold Coast Grand Adventurer",
-	["description"] = "Complete 17 story quests in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 50,
-},
-[1434] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Bane of the Gold Coast",
-	["description"] = "Complete quests, defeat bosses, and explore delves to become the Bane of the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 50,
-},
-[1435] =
-{
-	["Category_ID"] = 18,
-	["name"] = "First Blood",
-	["description"] = "Join the Dark Brotherhood and complete the \"Voices in the Dark\" quest.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1436] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Dark Initiate",
-	["description"] = "Complete the \"Signed in Blood\" Dark Brotherhood quest in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1437] =
-{
-	["Category_ID"] = 18,
-	["name"] = "New-blade",
-	["description"] = "Complete the \"Welcome Home\" Dark Brotherhood quest in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1438] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Sermonizer Subduer",
-	["description"] = "Complete the \"A Lesson in Silence\" Dark Brotherhood quest in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1439] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Brethren Benefactor",
-	["description"] = "Complete the \"Questions of Faith\" Dark Brotherhood quest in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1440] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Assassin",
-	["description"] = "Complete the \"A Special Request\" Dark Brotherhood quest in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1441] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Dark Discovery",
-	["description"] = "Complete the \"Dark Revelations\" Dark Brotherhood quest in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1442] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Dark Investigator",
-	["description"] = "Complete the \"A Ghost from the Past\" Dark Brotherhood quest in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1443] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Wrath of Sithis",
-	["description"] = "Complete \"The Wrath of Sithis\" Dark Brotherhood quest in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1444] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Silencer",
-	["description"] = "Complete the \"Filling the Void\" Dark Brotherhood quest in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1445] =
-{
-	["Category_ID"] = 18,
-	["name"] = "First Sacrament",
-	["description"] = "Complete your first Black Sacrament contract, as the Speaker commanded.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 5,
-},
-[1446] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Seventh Sacrament",
-	["description"] = "Complete 7 Black Sacrament contracts, as the Speaker commanded.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1447] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Fifteenth Sacrament",
-	["description"] = "Complete 15 Black Sacrament contracts, as the Speaker commanded.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 15,
-},
-[1448] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Perfect Sacrament",
-	["description"] = "Complete 5 Black Sacrament contracts at the highest possible reward level.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 15,
-},
-[1449] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Hidden Sacrament",
-	["description"] = "Complete a Black Sacrament contract without being detected.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1450] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Blackest Sacrament",
-	["description"] = "Assassinate every target named by a Black Sacrament contract when commanded to by the Speaker.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 15,
-},
-[1451] =
-{
-	["Category_ID"] = 18,
-	["name"] = "First Contract",
-	["description"] = "Complete your first murder contract from the \"Marked for Death\" tome.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 5,
-},
-[1452] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Tenth Contract",
-	["description"] = "Complete 10 murder contracts from the \"Marked for Death\" tome.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1453] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Thirtieth Contract",
-	["description"] = "Complete 30 murder contracts from the \"Marked for Death\" tome.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 15,
-},
-[1454] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Lonely Sentinel",
-	["description"] = "Closely observe the silent vigil of the Ayleid Sentinel at Beldaburo in the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 5,
-},
-[1455] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Kvatch Murder Spree",
-	["description"] = "Murder 20 innocents in the Gold Coast city of Kvatch.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 5,
-},
-[1456] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Anvil Murder Spree",
-	["description"] = "Murder 20 innocents in the Gold Coast city of Anvil.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 5,
-},
-[1457] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Blood Tour",
-	["description"] = "In the capital city of each alliance, murder an innocent with the Blade of Woe.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1458] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Gold Coast Connections",
-	["description"] = "Aid each of the notable figures recently arrived on the Gold Coast.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 15,
-},
-[1459] =
-{
-	["Category_ID"] = 18,
-	["name"] = "First Cut",
-	["description"] = "Murder your first innocent with the Blade of Woe.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 5,
-},
-[1460] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Twenty-Fifth Cut",
-	["description"] = "Murder 25 innocents with the Blade of Woe.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 10,
-},
-[1461] =
-{
-	["Category_ID"] = 18,
-	["name"] = "One-Hundredth Cut",
-	["description"] = "Murder 100 innocents with the Blade of Woe.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 15,
-},
-[1462] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Sanctum Ophidia Conqueror",
-	["description"] = "Defeat the Celestial Serpent in Veteran Sanctum Ophidia.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1463] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Flawless Sacrament",
-	["description"] = "Complete each achievement associated with the Speaker's Black Sacrament contracts.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 50,
-},
-[1464] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Toxicologist",
-	["description"] = "Learn every trait for each of the Alchemy reagents listed below.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1465] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Torchbug Thorax",
-	["description"] = "Learn all the traits for the Torchbug Thorax Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1466] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Beetle Scuttle",
-	["description"] = "Learn all the traits for the Beetle Scuttle Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1467] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Spider Egg",
-	["description"] = "Learn all the traits for the Spider Egg Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1468] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Butterfly Wing",
-	["description"] = "Learn all the traits for the Butterfly Wing Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1469] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Fleshfly Larva",
-	["description"] = "Learn all the traits for the Fleshfly Larva Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1470] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Scrib Jelly",
-	["description"] = "Learn all the traits for the Scrib Jelly Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1471] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Nightshade",
-	["description"] = "Learn all the traits for the Nightshade Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1472] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Mudcrab Chitin",
-	["description"] = "Learn all the traits for the Mudcrab Chitin Alchemy reagent.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1474] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Hel Ra Citadel Conqueror",
-	["description"] = "Defeat the Celestial Warrior in Veteran Hel Ra Citadel.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1503] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Aetherian Archive Conqueror",
-	["description"] = "Defeat the Celestial Mage in Veteran Aetherian Archive.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1504] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Ruins of Mazzatun Vanquisher",
-	["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in the Ruins of Mazzatun.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1505] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Ruins of Mazzatun Conqueror",
-	["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1506] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Tree-Minder's Mania",
-	["description"] = "In Veteran Ruins of Mazzatun, defeat Tree-Minder Na-Kesh after enraging her by destroying her alchemical notes on Amber Plasm.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 50,
-},
-[1507] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Ruination",
-	["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun within 30 minutes of starting the dungeon. Timer starts on passing through the first archway.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 50,
-},
-[1508] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Unbowed",
-	["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun without suffering a group member death.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 50,
-},
-[1509] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Sludge-Slinger Slayer",
-	["description"] = "Defeat 50 Xit-Xaht Sludge-Slingers in Veteran Ruins of Mazzatun.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1510] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Xit-Xaht Slayer",
-	["description"] = "Defeat 600 members of the Xit-Xaht tribe in Veteran Ruins of Mazzatun.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1511] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Ruins of Mazzatun Challenger",
-	["description"] = "Complete the listed achievements for Veteran Ruins of Mazzatun.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 50,
-},
-[1512] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Mazzatun Massacre",
-	["description"] = "Defeat Tree-Minder Na-Kesh after first eliminating all other enemies in Ruins of Mazzatun.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1513] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Savior of the Su-Zahleel",
-	["description"] = "Rescue all six of the Su-Zahleel Elders from the Ritual Chamber in Veteran Ruins of Mazzatun.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1514] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Sapped Sludge Slingers",
-	["description"] = "Complete Ruins of Mazzatun without ever allowing a Sludge Slinger to empower one of its allies with Amber Plasm.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1515] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Haj Mota Matador",
-	["description"] = "Defeat the Mighty Chudan in Veteran Ruins of Mazzatun without any party members being hit by Bog Rush.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1516] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Obedience Training",
-	["description"] = "Defeat Xal-Nur the Slaver in Veteran Ruins of Mazzatun without unleashing any Wamasu to assist you.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1517] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Clean Freak",
-	["description"] = "Defeat Xal-Nur the Slaver in Veteran Ruins of Mazzatun with only one party member cleansing the Swamp Spice. Other party members may still touch the Swamp Spice.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1518] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Blind Luck",
-	["description"] = "Defeat Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun without any party members using the Reveal synergy to identify the real Avatar of the Hist.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1519] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Sticky Situation Savvy",
-	["description"] = "Defeat Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun without any party members being struck by Blistering Amber.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1520] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Shadows of the Hist Explorer",
-	["description"] = "Enter either the Ruins of Mazzatun or the Cradle of Shadows for the first time.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 5,
-},
-[1522] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Cradle of Shadows Vanquisher",
-	["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in the Cradle of Shadows.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1523] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Cradle of Shadows Conqueror",
-	["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in Veteran Cradle of Shadows.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1524] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Velidreth's Vengeance",
-	["description"] = "Defeat Velidreth in Veteran Cradle of Shadows, after first enraging her by defiling her statue of Mephala.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 50,
-},
-[1525] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Exterminator",
-	["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in Veteran Cradle of Shadows within 30 minutes of starting the dungeon. Timer starts on entering the initial caverns.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 50,
-},
-[1526] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Beacon in the Night",
-	["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in Veteran Cradle of Shadows without suffering a group member death.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 50,
-},
-[1527] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Iconoclast",
-	["description"] = "Destroy 50 statues of Velidreth's Devotion in Veteran Cradle of Shadows.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1528] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Spider Cult Slayer",
-	["description"] = "Defeat 600 members of the Silken Ring or their Spiderkith allies in Veteran Cradle of Shadows.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1529] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Cradle of Shadows Challenger",
-	["description"] = "Complete the listed achievements for Veteran Cradle of Shadows.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 50,
-},
-[1530] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Fear No Darkness",
-	["description"] = "Pass through the spider caves in Veteran Cradle of Shadows without lighting more than two braziers.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1531] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Shadowplay",
-	["description"] = "Defeat Khephidaen the Spiderkith in Veteran Cradle of Shadows without relighting any extinguished braziers.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1532] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Divided He Fell",
-	["description"] = "Defeat Dranos Velador in Veteran Cradle of Shadows without absorbing any orbs.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1533] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Web Walker",
-	["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members dying in the catacombs.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1534] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Embrace the Shadow",
-	["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without using the Atronach's Light synergy.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1535] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Nothing to See Here",
-	["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members being caught by her Shadow Sense.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1536] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Venomous Evasion",
-	["description"] = "Defeat Velidreth in Cradle of Shadows without any party members being hit by venom sacs.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 10,
-},
-[1538] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Shadows of the Hist Delver",
-	["description"] = "Complete Veteran Cradle of Shadows and Veteran Ruins of Mazzatun.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 50,
-},
-[1539] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Pumpkin Pairs Well With Guts",
-	["description"] = "Drink the Witchmother's Brew during the Witches Festival.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1540] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Plunder Skull Enthusiast",
-	["description"] = "Earn your first Plunder Skull.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1541] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Plunder Skull Aficionado",
-	["description"] = "Earn 50 Plunder Skulls.",
-	["Category"] = "Holiday Events",
-	["points"] = 10,
-},
-[1542] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Plunder Skull Fanatic",
-	["description"] = "Earn 100 Plunder Skulls.",
-	["Category"] = "Holiday Events",
-	["points"] = 15,
-},
-[1543] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Reaper's Harvest",
-	["description"] = "Complete the Witchmother's Bargain quest.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1545] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Happy Work For Hollowjack",
-	["description"] = "Collect and learn every chapter of the Hollowjack style book found during the Witches Festival.",
-	["Category"] = "Holiday Events",
-	["points"] = 50,
-},
-[1546] =
-{
-	["Category_ID"] = 9,
-	["name"] = "An Unsparing Harvest",
-	["description"] = "Complete the listed achievements for the Witches Festival.",
-	["Category"] = "Holiday Events",
-	["points"] = 50,
-},
-[1548] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Mud Ball Miscreant",
-	["description"] = "During the Mud Ball Merriment, share the joy of mud balls with each Alliance leader.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1549] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Banished Cells I Conqueror",
-	["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1550] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Bonebreaker I",
-	["description"] = "Defeat 350 Skeletons in Veteran Banished Cells I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1551] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Daedra Slayer I",
-	["description"] = "Defeat 100 Daedra in Veteran Banished Cells I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1552] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Banished Cells I Assassin",
-	["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I, all within twenty minutes. Timer starts when a group member enters the first hallway.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1553] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Banished Cells I Survivor",
-	["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1554] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Soul Splitter",
-	["description"] = "Defeat High Kinlord Rilis in Veteran Banished Cells I, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1555] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Banished Cells II Vanquisher",
-	["description"] = "Defeat Keeper Areldur, the Maw of the Infernal, Keeper Voranil, Keeper Imiril, Sister Sihna and Sister Vera, and High Kinlord Rilis in Banished Cells II.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1556] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Fungal Grotto I Conqueror",
-	["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw, and Kra'gh the Dreugh King in Veteran Fungal Grotto I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1557] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Goblin Slayer",
-	["description"] = "Defeat 450 Goblins in Veteran Fungal Grotto I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1558] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Dreugh Slayer",
-	["description"] = "Defeat 50 Dreugh in Veteran Fungal Grotto I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1559] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Fungal Grotto I Assassin",
-	["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw and Kra'gh the Dreugh King in Veteran Fungal Grotto I, all within 15 minutes. Timer starts when any player enters the tunnel after the first group of Goblins.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1560] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Fungal Grotto I Survivor",
-	["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw and Kra'gh the Dreugh King in Veteran Fungal Grotto I, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1561] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Catch of the Day",
-	["description"] = "Defeat the Dreugh King in Veteran Fungal Grotto I, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1562] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Fungal Grotto II Vanquisher",
-	["description"] = "Defeat Mephala's Fang, Gamyne Bandu, Ciirenas the Shepherd, the Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Fungal Grotto II.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1563] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Fungal Grotto II Survivor",
-	["description"] = "Defeat Mephala's Fang, Gamyne Bandu, Ciirenas the Sheperd, Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Veteran Fungal Grotto II, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1564] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Banished Cells II Survivor",
-	["description"] = "Defeat Keepers Imiril, Areldur, and Voranil, as well as the Maw of the Infernal and the Sisters Sihna and Vera, before defeating High Kinlord Rilis in Veteran Banished Cells II, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1565] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Spindleclutch I Conqueror",
-	["description"] = "Defeat Spindlekin, the Swarm Mother, Cerise the Widow-Maker, Big Rabbu, and the Whisperer in Veteran Spindleclutch I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1566] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Spider Slayer",
-	["description"] = "Defeat 600 Spiders in Veteran Spindleclutch I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1567] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Corrupted Slayer",
-	["description"] = "Defeat 350 Corrupted in Veteran Spindleclutch I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1568] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Spindleclutch I Assassin",
-	["description"] = "Defeat the Swarm Mother and the Whisperer in Veteran Spindleclutch I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of spiders.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1569] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Spindleclutch I Survivor",
-	["description"] = "Defeat the Swarm Mother and the Whisperer in Veteran Spindleclutch I, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1570] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Quiet at Last",
-	["description"] = "Defeat the Whisperer in Veteran Spindleclutch I, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1571] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Spindleclutch II Vanquisher",
-	["description"] = "Defeat Mad Martine, Blood Spawn, Praxin Douare, the Flesh Atronach Trio, Urvan Veleth, and Vorenor Winterbourne in Spindleclutch II.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1572] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Spindleclutch II Survivor",
-	["description"] = "Defeat Mad Mortine, Blood Spawn, Praxin Douare, the Flesh Atronach trio, Urvan Veleth, and Vorenor Winterbourne in Veteran Spindleclutch II, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1573] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Elden Hollow I Conqueror",
-	["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1574] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Darkfern Orc Slayer",
-	["description"] = "Defeat 400 Darkfern Orcs in Veteran Elden Hollow I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1575] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Alit Slayer",
-	["description"] = "Defeat 100 Alit in Veteran Elden Hollow I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1576] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Elden Hollow I Assassin",
-	["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Thalmor.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1577] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Elden Hollow I Survivor",
-	["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1578] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Canonreeve Reaver",
-	["description"] = "Defeat Canonreeve Oraneth in Veteran Elden Hollow I, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1579] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Elden Hollow II Vanquisher",
-	["description"] = "Defeat Dubroze the Infest, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame in Elden Hollow II.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1580] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Elden Hollow II Survivor",
-	["description"] = "Defeat Dubroze the Infestor, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1581] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Darkshade Caverns I Conqueror",
-	["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1582] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Pit Rat Slayer",
-	["description"] = "Defeat 175 Pit Rat Thugs in Veteran Darkshade Caverns I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1583] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Kwama Slayer",
-	["description"] = "Defeat 300 Kwama in Veteran Darkshade Caverns I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1584] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Darkshade Caverns I Assassin",
-	["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I within twenty minutes of starting the dungeon. Timer starts when a group member descends into the caverns.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1585] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Darkshade Caverns I Survivor",
-	["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1586] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Well Out of Warranty",
-	["description"] = "Defeat the Sentinel of Rkugamz in Veteran Darkshade Caverns I, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1587] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Darkshade Caverns II Vanquisher",
-	["description"] = "Defeat the Fallen Foreman, Transmuted Hive Lord, Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Darkshade Caverns II.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1588] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Darkshade Caverns II Survivor",
-	["description"] = "Defeat the Fallen Foreman, Transmuted Hive Lord, Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Veteran Darkshade Caverns II, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1589] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Wayrest Sewers I Conqueror",
-	["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varain Pellingare, and Allene Pellingare in Veteran Wayrest Sewers I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1590] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Skeever Slayer",
-	["description"] = "Defeat 800 Skeevers in Veteran Wayrest Sewers I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1591] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Mercenary Slayer",
-	["description"] = "Defeat 500 Pellingare Mercenaries in Veteran Wayrest Sewers I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1592] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Wayrest Sewers I Assassin",
-	["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varaine Pellingare, and Allene Pellingare in Veteran Wayrest Sewers I, all within fifteen minutes of starting the dungeon. Timer starts when any player enters the first tunnel to the right of the entrance chamber.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1593] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Wayrest Sewers I Survivor",
-	["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varaine Pellingare, and Allene in Veteran Wayrest Sewers I, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1594] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Down the Gutter",
-	["description"] = "Defeat Allene Pellingare in Veteran Wayrest Sewers I, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1595] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Wayrest Sewers II Vanquisher",
-	["description"] = "Defeat Malubeth the Scourger, Skull Reaper, Uulgarg the Risen, Garron the Returned, the Forgotten One, and Varaine and Allene Pellingare in Wayrest Sewers II.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1596] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Wayrest Sewers II Survivor",
-	["description"] = "Defeat Malubeth the Scourger, Garron the Returned, and Varaine and Allene Pellingare in Veteran Wayrest Sewers II, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1597] =
-{
-	["Category_ID"] = 5,
-	["name"] = "City of Ash I Conqueror",
-	["description"] = "Defeat the Infernal Guardian, Golor the Banekin Handler, the Warden of the Shrine, the Dark Ember, Rothariel Flameheart, and Razor Master Erthas in Veteran City of Ash I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 15,
-},
-[1598] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Deadlands Banekin Slayer",
-	["description"] = "Defeat 550 Banekin in Veteran City of Ash I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1599] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Flame Atronach Slayer",
-	["description"] = "Defeat 60 Flame Atronach in Veteran City of Ash I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1600] =
-{
-	["Category_ID"] = 5,
-	["name"] = "City of Ash I Assassin",
-	["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in Veteran City of Ash I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Daedra.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1601] =
-{
-	["Category_ID"] = 5,
-	["name"] = "City of Ash I Survivor",
-	["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in Veteran City of Ash I, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1602] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Fire Brigade",
-	["description"] = "Defeat Razor Master Erthas in Veteran City of Ash I, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1603] =
-{
-	["Category_ID"] = 4,
-	["name"] = "City of Ash II Vanquisher",
-	["description"] = "Defeat Horvantud the Fire Maw, the Ash Titan, and Valkyn Skoria in City of Ash II.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1604] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Arx Corinium Conqueror",
-	["description"] = "Complete Veteran Arx Corinium by defeating the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 15,
-},
-[1605] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Lamia Slayer",
-	["description"] = "Defeat 400 Lamias in Veteran Arx Corinium.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1606] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Snake Slayer",
-	["description"] = "Defeat 175 Giant Snakes in Veteran Arx Corinium.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1607] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Arx Corinium Assassin",
-	["description"] = "Defeat the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen in Veteran Arx Corinium within twenty minutes of starting the dungeon. Timer starts when players engage the first group of nesting serpents.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1608] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Arx Corinium Survivor",
-	["description"] = "Defeat the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen in Veteran Arx Corinium, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1609] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Snake Skinner",
-	["description"] = "Defeat Sellistrix the Lamia Queen in Veteran Arx Corinium, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1610] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Crypt of Hearts I Conqueror",
-	["description"] = "Defeat the Mage Master, Archmaster Siniel, Death's Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1611] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Crypt Zombie Slayer",
-	["description"] = "Defeat 400 Zombies in Veteran Crypt of Hearts I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1612] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Crypt Skeleton Slayer",
-	["description"] = "Defeat 400 Skeletons in Veteran Crypt of Hearts I.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1613] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Crypt of Hearts I Assassin",
-	["description"] = "Defeat the Mage Master, Archmaster Siniel, Death's Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of undead.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1614] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Crypt of Hearts I Survivor",
-	["description"] = "Defeat the Mage Master, Archmaster Siniel, Death's Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1615] =
-{
-	["Category_ID"] = 5,
-	["name"] = "A Crypt for Two",
-	["description"] = "Defeat the Ilambris Twins in Veteran Crypt of Hearts I, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1616] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Crypt of Hearts II Vanquisher",
-	["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, the Chamber Guardian, the Brothers Ilambris and the Ilambris Amalgam, Mezeluth, and Nerien'eth in Crypt of Hearts II.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1617] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Tempest Island Conqueror",
-	["description"] = "Complete Veteran Tempest Island by defeating Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 15,
-},
-[1618] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Tempest Lamia Slayer",
-	["description"] = "Defeat 600 Lamias in Veteran Tempest Island.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1619] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Sea Viper Slayer",
-	["description"] = "Defeat 550 Sea Vipers in Veteran Tempest Island.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1620] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Tempest Island Assassin",
-	["description"] = "Defeat Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir in Veteran Tempest Island within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Lamia.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1621] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Tempest Island Survivor",
-	["description"] = "Defeat Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir in Veteran Tempest Island, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1622] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Burial at Sea",
-	["description"] = "Defeat Stormreeve Neidir in Veteran Tempest Island, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1623] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Direfrost Keep Conqueror",
-	["description"] = "Complete Veteran Direfrost Keep by defeating Teethnasher the Frostbound, the Guardian of the Flame, Drodda's Apprentice, Drodda's Dreadlord, Iceheart, and Drodda of Icereach.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 15,
-},
-[1624] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Draugr Slayer",
-	["description"] = "Defeat 325 Draugr in Veteran Direfrost Keep.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1625] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Frozen Skeleton Slayer",
-	["description"] = "Defeat 350 Frozen Skeletons in Veteran Direfrost Keep.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1626] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Direfrost Keep Assassin",
-	["description"] = "Defeat Teethnasher the Frostbound, the Guardian of the Flame, Drodda's Apprentice, Drodda's Dreadlord, Iceheart, and Drodda of Icereach in Veteran Direfrost Keep within twenty minutes of starting the dungeon. Timer starts when any player enters the first bear-filled cavern.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1627] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Direfrost Keep Survivor",
-	["description"] = "Defeat Teethnasher the Frostbound, the Guardian of the Flame, Drodda's Apprentice, Drodda's Dreadlord, Iceheart, and Drodda of Icereach in Veteran Direfrost Keep, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1628] =
-{
-	["Category_ID"] = 5,
-	["name"] = "A Dish Served Cold",
-	["description"] = "Defeat Drodda of Icereach in Veteran Direfrost Keep, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1629] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Volenfell Conqueror",
-	["description"] = "Complete Veteran Volenfell by defeating the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 15,
-},
-[1630] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Treasure Hunter Slayer",
-	["description"] = "Defeat 250 Treasure Hunters in Veteran Volenfell.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1631] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Dwarven Construct Slayer",
-	["description"] = "Defeat 300 Dwarven Constructs in Veteran Volenfell.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1632] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Volenfell Assassin",
-	["description"] = "Defeat the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council in Veteran Volenfell within twenty minutes of starting the dungeon. Timer starts when players engage the first group of treasure hunters.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1633] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Volenfell Survivor",
-	["description"] = "Defeat the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council in Veteran Volenfell, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1634] =
-{
-	["Category_ID"] = 5,
-	["name"] = "They Were Just Rusty",
-	["description"] = "Defeat the Guardian Constructs in Veteran Volenfell, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1635] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Selene's Web Conqueror",
-	["description"] = "Complete Veteran Selene's Web by defeating Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 15,
-},
-[1636] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Selene's Bosmer Slayer",
-	["description"] = "Defeat 250 of Selene's Bosmer in Veteran Selene's Web.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1637] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Selene's Spider Slayer",
-	["description"] = "Defeat 250 Spiders in Veteran Selene's Web.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1638] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Selene's Web Assassin",
-	["description"] = "Defeat Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene in Veteran Selene's Web within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Bosmer.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1639] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Selene's Web Survivor",
-	["description"] = "Defeat Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene in Veteran Selene's Web, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1640] =
-{
-	["Category_ID"] = 5,
-	["name"] = "All Wrapped Up",
-	["description"] = "Defeat Selene in Veteran Selene's Web, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1641] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Blessed Crucible Conqueror",
-	["description"] = "Complete Veteran Blessed Crucible by defeating Grunt the Clever, the Pack, Teranya the Faceless, the Troll King, Captain Thoran, and the Lava Queen.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 15,
-},
-[1642] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Gladiator Slayer",
-	["description"] = "Defeat 500 Gladiators in Veteran Blessed Crucible.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1643] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Durzog Slayer",
-	["description"] = "Defeat 150 Durzogs in Veteran Blessed Crucible.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1644] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Blessed Crucible Assassin",
-	["description"] = "Defeat every boss in Veteran Blessed Crucible within twenty minutes of starting the dungeon. Timer starts when any group member cross the first bridge over lava.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1645] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Blessed Crucible Survivor",
-	["description"] = "Defeat Grunt the Clever, the Pack, Teranya the Faceless, the Troll King, Captain Thoran, and the Lava Queen in Veteran Blessed Crucible, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1646] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Coronation by Fire",
-	["description"] = "Defeat the Lava Queen in Veteran Blessed Crucible, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1647] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Blackheart Haven Conqueror",
-	["description"] = "Complete Veteran Blackheart Haven by defeating Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 15,
-},
-[1648] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Pirate Slayer",
-	["description"] = "Defeat 500 Haven Pirates in Veteran Blackheart Haven.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1649] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Harpy Slayer",
-	["description"] = "Defeat 400 Harpies in Veteran Blackheart Haven.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1650] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Blackheart Haven Assassin",
-	["description"] = "Defeat Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart in Veteran Blackheart Haven within twenty minutes of starting the dungeon. Timer starts when the first player leaves the starting docks.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1651] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Blackheart Haven Survivor",
-	["description"] = "Defeat Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart in Veteran Blackheart Haven, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1652] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Thoroughly Plundered",
-	["description"] = "Defeat Captain Blackheart in Veteran Blackheart Haven, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1653] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Vaults of Madness Conqueror",
-	["description"] = "Complete Veteran Vaults of Madness by defeating the Cursed One, Ulguna Soul-Reaver, Death's Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 15,
-},
-[1654] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Dremora Slayer",
-	["description"] = "Defeat 150 Dremora in Veteran Vaults of Madness.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1655] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Veteran Feral Shriven Slayer",
-	["description"] = "Defeat 750 Feral Shriven in Veteran Vaults of Madness.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 10,
-},
-[1656] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Vaults of Madness Assassin",
-	["description"] = "Defeat the Cursed One, Ulguna Soul-Reaver, Death's Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect in Veteran Vaults of Madness within twenty minutes of starting the dungeon. Timer starts when players engage the first group of tormentors.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1657] =
-{
-	["Category_ID"] = 5,
-	["name"] = "Vaults of Madness Survivor",
-	["description"] = "Defeat the Cursed One, Ulguna Soul-Reaver, Death's Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect in Veteran Vaults of Madness, without suffering a group member death.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1658] =
-{
-	["Category_ID"] = 5,
-	["name"] = "New Mayor of Crazy Town",
-	["description"] = "Defeat the Mad Architect in Veteran Vaults of Madness, after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Veteran Dungeons",
-	["points"] = 50,
-},
-[1659] =
-{
-	["Category_ID"] = 19,
-	["name"] = "Dro-m'Athra Style Master",
-	["description"] = "Learn every chapter in the dro-m'Athra style book, found in weekly quest reward containers for sealing the Maw of Lorkhaj.",
-	["Category"] = "Thieves Guild",
-	["points"] = 50,
-},
-[1660] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Order of the Hour Style Master",
-	["description"] = "Learn every chapter in the Order of the Hour style book, occasionally found in daily quest reward containers for successfully competing in the Kvatch Arena.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 50,
-},
-[1661] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Dark Brotherhood Style Master",
-	["description"] = "Learn every chapter in the Dark Brotherhood style book, often found in daily quest reward containers for fulfilling the Black Sacrament.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 50,
-},
-[1662] =
-{
-	["Category_ID"] = 18,
-	["name"] = "Minotaur Style Master",
-	["description"] = "Learn every chapter in the Minotaur style book, occasionally found in daily quest reward containers for resolving the disturbances at Tribune's Folly.",
-	["Category"] = "Dark Brotherhood",
-	["points"] = 50,
-},
-[1663] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Anomalous Scholar",
-	["description"] = "Discover and complete all five Magical Anomalies in Craglorn.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[1664] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Anka-Ra Consecrationist",
-	["description"] = "Discover and complete all five Anka-Ra Sites in Craglorn.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[1665] =
-{
-	["Category_ID"] = 6,
-	["name"] = "Nirncrux Inspector",
-	["description"] = "Discover and complete all five Iron Orc Nirncrux Mines in Craglorn.",
-	["Category"] = "Exploration",
-	["points"] = 15,
-},
-[1666] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Lava Foot Shuffle",
-	["description"] = "Dance the Lava Foot Stomp with another player at each Stonefalls tavern.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1667] =
-{
-	["Category_ID"] = 9,
-	["name"] = "The Charming Castle Duo",
-	["description"] = "During the Castle Charm Challenge in Stormhaven, perform with another player in front of each crowd.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1668] =
-{
-	["Category_ID"] = 9,
-	["name"] = "War Orphan's Benefactor",
-	["description"] = "While on the War Orphan's Sojourn in Grahtwood, donate both your time and your gold.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1669] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Fish Boon Angler",
-	["description"] = "Catch five of each type of fish traditionally served during the Fish Boon Feast in Shadowfen.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1670] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Five-Clawed Cat Burglar",
-	["description"] = "During the Trial of Five-Clawed Guile in Reaper's March, unlock all chests in 35 seconds or less.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1671] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Snow Bare Plunge",
-	["description"] = "During the Snow Bear Plunge in Eastmarch, leap into the freezing water with no armor equipped.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1672] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Stonetooth Belcher",
-	["description"] = "After hunting to supply the Stonetooth Bash, complement your feast by drinking some Betnikh Twice-Spiked Ale.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1673] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Signal Fire Zephyr",
-	["description"] = "During the Signal Fire Sprint in Bergama, light all signal fires in 35 seconds or less.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1674] =
-{
-	["Category_ID"] = 9,
-	["name"] = "New Life Celebrant",
-	["description"] = "Complete all New Life Festival celebrations across Tamriel.",
-	["Category"] = "Holiday Events",
-	["points"] = 10,
-},
-[1675] =
-{
-	["Category_ID"] = 9,
-	["name"] = "New Life Provisioner",
-	["description"] = "Learn all of the New Life Festival recipes.",
-	["Category"] = "Holiday Events",
-	["points"] = 10,
-},
-[1676] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Skinchanger Style Master",
-	["description"] = "Learn every chapter in the Skinchanger style book, occasionally found in reward containers while participating in the New Life Festival.",
-	["Category"] = "Holiday Events",
-	["points"] = 50,
-},
-[1677] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Glory of Magnus",
-	["description"] = "Complete each of the achievements associated with the New Life Festival.",
-	["Category"] = "Holiday Events",
-	["points"] = 50,
-},
-[1678] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Risk and Challenge",
-	["description"] = "Complete the first of Bolgrul's Undaunted challenges.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1679] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Gold and Bragging Rights",
-	["description"] = "Complete 10 of Bolgrul's Undaunted challenges.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1680] =
-{
-	["Category_ID"] = 1,
-	["name"] = "A Crown of Your Own Trousers",
-	["description"] = "Complete 30 of Bolgrul's Undaunted challenges.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1681] =
-{
-	["Category_ID"] = 1,
-	["name"] = "No Ground Given",
-	["description"] = "Complete your first Dark Anchor contract for Cardea Gallus.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1682] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Return to Sender",
-	["description"] = "Complete 10 Dark Anchor contracts for Cardea Gallus.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1683] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Stay Out Of Tamriel",
-	["description"] = "Complete 30 Dark Anchor contracts for Cardea Gallus.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1684] =
-{
-	["Category_ID"] = 1,
-	["name"] = "The Madness Isn't Catching",
-	["description"] = "Recover your first Mad God's relic for Alvur Baren.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1685] =
-{
-	["Category_ID"] = 1,
-	["name"] = "But I'd Say It's Rather Fetching",
-	["description"] = "Recover 10 Mad God's relics for Alvur Baren.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1686] =
-{
-	["Category_ID"] = 1,
-	["name"] = "With Butterflies A-Retching",
-	["description"] = "Recover 30 Mad God's relics for Alvur Baren.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1687] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Blooded Duelist",
-	["description"] = "Win your first duel against another player.",
-	["Category"] = "Character",
-	["points"] = 5,
-},
-[1688] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Seasoned Duelist",
-	["description"] = "Win 25 duels against other players.",
-	["Category"] = "Character",
-	["points"] = 10,
-},
-[1689] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Master Duelist",
-	["description"] = "Win 100 duels against other players.",
-	["Category"] = "Character",
-	["points"] = 15,
-},
-[1690] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Bloodroot Forge Vanquisher",
-	["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Bloodroot Forge.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1691] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Bloodroot Forge Conqueror",
-	["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Veteran Bloodroot Forge.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1692] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Veteran Firehide Slayer",
-	["description"] = "Defeat 50 Dreadhorn Firehides in Veteran Bloodroot Forge.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1693] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Veteran Dreadhorn Warrior Slayer",
-	["description"] = "Defeat 300 Dreadhorn Blade-Bearers, Manhunters, and Clanslayers in Veteran Bloodroot Forge.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1694] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Right to the Root of the Problem",
-	["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Veteran Bloodroot Forge within twenty minutes of starting the dungeon. Timer starts when players pass the first Dreadhorn campsite.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 50,
-},
-[1695] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Parched Earth",
-	["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Veteran Bloodroot Forge, without suffering a group member death.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 50,
-},
-[1696] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Tempered Tantrum",
-	["description"] = "Defeat the Earthgore Amalgam in Veteran Bloodroot Forge after invoking the Scroll of Glorious Battle.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 50,
-},
-[1697] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Blood, Sweat and Fire",
-	["description"] = "Use the Stonefire Crucible to stun five targets and the Flameslake Cauldron to cool five lava pools within Bloodroot Forge.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 5,
-},
-[1698] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Falkreath Hold Vanquisher",
-	["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Falkreath Hold.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1699] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Falkreath Hold Conqueror",
-	["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Veteran Falkreath Hold.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1700] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Veteran Minotaur Trampler Slayer",
-	["description"] = "Defeat 60 Dreadhorn Tramplers in Veteran Falkreath Hold.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1701] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Veteran Dreadhorn Mage Slayer",
-	["description"] = "Defeat 150 Dreadhorn Town-Razers, Wildtamers, and Firebrands in Veteran Falkreath Hold.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1702] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Bull Rush",
-	["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Veteran Falkreath Hold within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Dreadhorn invaders.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 50,
-},
-[1703] =
-{
-	["Category_ID"] = 16,
-	["name"] = "The Unbroken Line",
-	["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Veteran Falkreath Hold, without suffering a group member death.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 50,
-},
-[1704] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Taking the Bull by the Horns",
-	["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold after sounding the Warhorn in the Jarl's Hall.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 50,
-},
-[1705] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Saluting the Honored Dead",
-	["description"] = "Cleanse 1000 corpses in Falkreath Hold's Hall of the Dead on any difficulty.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 5,
-},
-[1707] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Green No Longer",
-	["description"] = "Complete one Undaunted Pledge bestowed by Urgarlag Chief-bane.",
-	["Category"] = "Dungeons",
-	["points"] = 5,
-},
-[1708] =
-{
-	["Category_ID"] = 4,
-	["name"] = "A Bloody Business",
-	["description"] = "Complete 10 Undaunted Pledges bestowed by Urgarlag Chief-bane.",
-	["Category"] = "Dungeons",
-	["points"] = 10,
-},
-[1709] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Seeker of the Unknown",
-	["description"] = "Complete 50 Undaunted Pledges bestowed by Urgarlag Chief-bane.",
-	["Category"] = "Dungeons",
-	["points"] = 15,
-},
-[1710] =
-{
-	["Category_ID"] = 4,
-	["name"] = "Urgarlag's Cohort",
-	["description"] = "Complete 100 Undaunted Pledges bestowed by Urgarlag Chief-bane.",
-	["Category"] = "Dungeons",
-	["points"] = 50,
-},
-[1712] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Ancestral Tombs Hunter",
-	["description"] = "Find all 30 ancestral tombs in Vvardenfell, make a rubbing of the information they contain, and deliver these rubbings to Librarian Bradyn to discover the location of the lost Library of Andule.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1713] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Yokudan Style Master",
-	["description"] = "Learn every chapter in the Yokudan style book, occasionally found in repeatable quest reward containers in Craglorn.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1714] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Celestial Style Master",
-	["description"] = "Learn every chapter in the Celestial style book, found in the weekly quest reward containers for Craglorn Trials.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1715] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Draugr Style Master",
-	["description"] = "Learn every chapter in the Draugr style book, found in reward containers from daily quests for the Fighters Guild, the Mages Guild, and Bolgrul of the Undaunted.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1716] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Lord of Misrule",
-	["description"] = "Complete the challenges set forth by Jester Ayrenn, Jester Emeric, and Jester Jorunn and be crowned Lord of Misrule.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1717] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Princess Rescuer",
-	["description"] = "Rescue Jester Skald-King Jorunn's visiting princess without being spotted by the Butcher.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1718] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Smile, in the Name of the Queen",
-	["description"] = "Festoon 20 players with cherry blossoms during the Jester's Festival.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1719] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Illusive Dazzler",
-	["description"] = "Use a total of 50 illusion dazzlers.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1720] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Dazzling Entertainer",
-	["description"] = "Bring some color to each of the Undaunted Enclaves with an Illusion Dazzler during the Jester's Festival.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1721] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Jester's Personal Chef",
-	["description"] = "Acquire and learn all of the Jester's Festival provisioning recipes.",
-	["Category"] = "Holiday Events",
-	["points"] = 10,
-},
-[1723] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Royal Jester",
-	["description"] = "Complete each of the Jester's Festival achievements.",
-	["Category"] = "Holiday Events",
-	["points"] = 50,
-},
-[1724] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Permanent Tenant",
-	["description"] = "Obtain and enter any of the following inn rooms.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1725] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Homeowner",
-	["description"] = "Obtain and enter any of the following staple homes.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1726] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Landowner",
-	["description"] = "Obtain and enter any of the following classic homes.",
-	["Category"] = "Housing",
-	["points"] = 10,
-},
-[1727] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Clan Father",
-	["description"] = "Obtain and enter Serenity Falls Estate.",
-	["Category"] = "Housing",
-	["points"] = 50,
-},
-[1728] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Lord",
-	["description"] = "Obtain and enter Daggerfall Overlook.",
-	["Category"] = "Housing",
-	["points"] = 50,
-},
-[1729] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Councilor",
-	["description"] = "Obtain and enter Ebonheart Chateau.",
-	["Category"] = "Housing",
-	["points"] = 50,
-},
-[1730] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Count",
-	["description"] = "Obtain and enter all three of the following notable homes.",
-	["Category"] = "Housing",
-	["points"] = 50,
-},
-[1731] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Suite Decorator",
-	["description"] = "Decorate a home you own with at least 75 Suite furnishings.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1732] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Parlor Decorator",
-	["description"] = "Decorate a home you own with at least 50 Parlor furnishings.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1733] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Library Decorator",
-	["description"] = "Decorate a home you own with at least 50 Library furnishings.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1734] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Dining Room Decorator",
-	["description"] = "Decorate a home you own with at least 50 Dining Room furnishings.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1735] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Courtyard Decorator",
-	["description"] = "Decorate a home you own with at least 30 Courtyard furnishings.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1736] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Undercroft Decorator",
-	["description"] = "Decorate a home you own with at least 20 Undercroft furnishings.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1737] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Hearth Decorator",
-	["description"] = "Decorate a home you own with at least 50 Hearth furnishings.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1738] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Gallery Decorator",
-	["description"] = "Decorate a home you own with at least 40 Gallery furnishings.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1739] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Workshop Decorator",
-	["description"] = "Decorate a home you own with at least 50 Workshop furnishings.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1740] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Lighting Decorator",
-	["description"] = "Decorate a home you own with at least 20 Lighting furnishings.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1741] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Conservatory Decorator",
-	["description"] = "Decorate a home you own with at least 100 Conservatory furnishings.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1742] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Structural Decorator",
-	["description"] = "Decorate a home you own with at least 20 Structure furnishings.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1744] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Eclectic Decorator",
-	["description"] = "Decorate a home you own with at least 20 Miscellaneous furnishings.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1745] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Apprentice Decorator",
-	["description"] = "Decorate a home you own with at least 50 objects.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1746] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Journeyman Decorator",
-	["description"] = "Decorate a home you own with at least 100 objects.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1747] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Expert Decorator",
-	["description"] = "Decorate a home you own with at least 200 objects.",
-	["Category"] = "Housing",
-	["points"] = 10,
-},
-[1748] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Master Decorator",
-	["description"] = "Decorate a home you own with at least 300 objects.",
-	["Category"] = "Housing",
-	["points"] = 15,
-},
-[1749] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Grand Master Decorator",
-	["description"] = "Decorate a home you own with at least 350 objects. Truly, a hoard to rival those of legend.",
-	["Category"] = "Housing",
-	["points"] = 50,
-},
-[1750] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Party Planner",
-	["description"] = "Have at least 3 other players visit your home simultaneously.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1751] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Resident Crafter",
-	["description"] = "Craft an item from the comfort of your own home.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1752] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Practiced Warrior",
-	["description"] = "Deal 1,000,000 damage to training dummies in any home.",
-	["Category"] = "Housing",
-	["points"] = 5,
-},
-[1753] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Expert Warrior",
-	["description"] = "Deal 10,000,000 damage to training dummies in any home.",
-	["Category"] = "Housing",
-	["points"] = 10,
-},
-[1754] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Master Warrior",
-	["description"] = "Deal 50,000,000 damage to training dummies in any home.",
-	["Category"] = "Housing",
-	["points"] = 15,
-},
-[1755] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Novice Woodworking Furnisher",
-	["description"] = "Learn your first Woodworking Blueprint.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1756] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Woodworking Furnisher",
-	["description"] = "Learn 50 Woodworking Blueprints.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1757] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Woodworking Furnisher",
-	["description"] = "Learn 200 Woodworking Blueprints.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1758] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Novice Blacksmithing Furnisher",
-	["description"] = "Learn your first Blacksmithing Diagram.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1759] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Blacksmithing Furnisher",
-	["description"] = "Learn 25 Blacksmithing Diagrams.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1760] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Blacksmithing Furnisher",
-	["description"] = "Learn 100 Blacksmithing Diagrams.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1761] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Novice Clothing Furnisher",
-	["description"] = "Learn your first Clothing Pattern.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1762] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Clothing Furnisher",
-	["description"] = "Learn 25 Clothing Patterns.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1763] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Clothing Furnisher",
-	["description"] = "Learn 100 Clothing Patterns.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1764] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Novice Alchemy Furnisher",
-	["description"] = "Learn your first Alchemy Formula.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1765] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Alchemy Furnisher",
-	["description"] = "Learn 10 Alchemy Formulas.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1766] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Alchemy Furnisher",
-	["description"] = "Learn 25 Alchemy Formulas.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1767] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Novice Enchanting Furnisher",
-	["description"] = "Learn your first Enchanting Praxis.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1768] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Enchanting Furnisher",
-	["description"] = "Learn 50 Enchanting Praxises.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1769] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Novice Provisioning Furnisher",
-	["description"] = "Learn your first Provisioning Design.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1770] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Provisioning Furnisher",
-	["description"] = "Learn 25 Provisioning Designs.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1771] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Provisioning Furnisher",
-	["description"] = "Learn 100 Provisioning Designs.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1772] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Enchanting Furnisher",
-	["description"] = "Learn 15 Enchanting Praxises.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1774] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Heartwood Harvester",
-	["description"] = "Harvest your first unit of Heartwood.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1775] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Heartwood Harvester",
-	["description"] = "Harvest 25 units of Heartwood.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1776] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Heartwood Harvester",
-	["description"] = "Harvest 100 units of Heartwood.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1777] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Mundane Rune Harvester",
-	["description"] = "Harvest your first Mundane Rune.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1778] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Mundane Rune Harvester",
-	["description"] = "Harvest 25 Mundane Runes.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1779] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Mundane Rune Harvester",
-	["description"] = "Harvest 100 Mundane Runes.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1780] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Clean Pelt Harvester",
-	["description"] = "Harvest your first Clean Pelt.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1781] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Clean Pelt Harvester",
-	["description"] = "Harvest 25 Clean Pelts.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1782] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Clean Pelt Harvester",
-	["description"] = "Harvest 100 Clean Pelts.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1783] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Regulus Harvester",
-	["description"] = "Harvest your first unit of Regulus.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1784] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Regulus Harvester",
-	["description"] = "Harvest 25 units of Regulus.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1785] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Regulus Harvester",
-	["description"] = "Harvest 100 units of Regulus.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1786] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Bast Harvester",
-	["description"] = "Harvest your first unit of Bast.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1787] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Bast Harvester",
-	["description"] = "Harvest 25 units of Bast.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1788] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Bast Harvester",
-	["description"] = "Harvest 100 units of Bast.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1789] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Resin Harvester",
-	["description"] = "Harvest your first unit of Alchemical Resin.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1790] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Resin Harvester",
-	["description"] = "Harvest 25 units of Alchemical Resin.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1791] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Resin Harvester",
-	["description"] = "Harvest 100 units of Alchemical Resin.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1792] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Wax Harvester",
-	["description"] = "Harvest your first unit of Decorative Wax.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[1793] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Wax Harvester",
-	["description"] = "Harvest 25 units of Decorative Wax.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1794] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Wax Harvester",
-	["description"] = "Harvest 100 units of Decorative Wax.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1795] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Mazzatun Style Master",
-	["description"] = "Collect and learn every chapter in the Mazzatun style book, found on Tree-Minder Na-Kesh in Ruins of Mazzatun.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 50,
-},
-[1796] =
-{
-	["Category_ID"] = 17,
-	["name"] = "Silken Ring Style Master",
-	["description"] = "Collect and learn every chapter in the Silken Ring style book, found on Velidreth in Cradle of Shadows.",
-	["Category"] = "Shadows of the Hist",
-	["points"] = 50,
-},
-[1797] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Ra Gada Style Master",
-	["description"] = "Collect and learn every chapter in the Ra Gada style book, found in Craglorn.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1798] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Ebony Style Master",
-	["description"] = "Collect and learn every chapter in the Ebony style book, sold in exchange for Writ Vouchers.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1799] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Crafter",
-	["description"] = "Complete your first Master Writ.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[1800] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master of Many Crafts",
-	["description"] = "Complete 25 Master Writs.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[1801] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Unsurpassed Crafter",
-	["description"] = "Complete 100 Master Writs.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[1802] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Songbird Silencer",
-	["description"] = "Defeat the nereid Kimbrudhil the Songbird at Shipwreck Cove.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1803] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Salothan's Cursebreaker",
-	["description"] = "Defeat Orator Salothan, Regent Beleth, General Tanasa, and Councilor Raynis at Salothan's Council.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1804] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Consort Killer",
-	["description"] = "Defeat the Queen's Consort at Missir-Dadalit Egg Mine.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1805] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Breaker of the Unbroken",
-	["description"] = "Defeat the nix-ox Nilthog the Unbroken at Nilthog's Hollow.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1806] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Wuyuvus Slayer",
-	["description"] = "Defeat Wuyuvus the Hunger at Sulipund Grange.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1807] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Cheater Defeater",
-	["description"] = "Defeat the Skaafin, Mehz the Cozener, at Dubdil Alar Tower and seal the rift to Oblivion.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1808] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Halls of Fabrication Completed",
-	["description"] = "Defeat the Assembly General and assist Divayth Fyr in stopping the flood of animunculi coming from the Halls of Fabrication.",
-	["Category"] = "Morrowind",
-	["points"] = 15,
-},
-[1809] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Time Trial: Halls of Fabrication",
-	["description"] = "Complete Veteran Halls of Fabrication within a time limit of 40 minutes. Your trial begins when you enter Abanabi Cave beneath Tel Fyr.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1810] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Halls of Fabrication Conqueror",
-	["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1811] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Well-Oiled Machine",
-	["description"] = "Complete Veteran Halls of Fabrication without suffering a group member death.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1812] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Freeholder",
-	["description"] = "Obtain and enter at least three of the following staple homes.",
-	["Category"] = "Housing",
-	["points"] = 10,
-},
-[1813] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Citizen",
-	["description"] = "Obtain and enter at least five of the following staple homes.",
-	["Category"] = "Housing",
-	["points"] = 15,
-},
-[1814] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Landlord",
-	["description"] = "Obtain and enter at least three of the following classic homes.",
-	["Category"] = "Housing",
-	["points"] = 15,
-},
-[1815] =
-{
-	["Category_ID"] = 8,
-	["name"] = "Land Baron",
-	["description"] = "Obtain and enter at least five of the following classic homes.",
-	["Category"] = "Housing",
-	["points"] = 50,
-},
-[1816] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Cooling Your Heels",
-	["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam without taking damage from the Molten Nirncrux flowing through Veteran Bloodroot Forge.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1817] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Hot Pursuit",
-	["description"] = "Complete Veteran Bloodroot Forge without any member of your group ever being struck by a Lava Ball spit by a Fire Shalk.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1818] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Magma Masher",
-	["description"] = "Use Galchobhar's Mantle Breaker attack to dissipate a Lava Ball fired by a Fire Shalk while in Veteran Bloodroot Forge.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1819] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Wildlife Sanctuary",
-	["description"] = "Defeat Caillaoife without allowing any Nirnblooded creatures to remain within her Nature's Preservation barrier for more than three seconds while in Veteran Bloodroot Forge.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1820] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Boulder Bounder",
-	["description"] = "Defeat Galchobhar without any group members being affected by his Scorched Earth and Flames of Galchobhar attacks in Veteran Bloodroot Forge.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1821] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Shalk Shaker",
-	["description"] = "Defeat Galchobhar without anyone in your group killing a Fire Shalk during your battle with him in Veteran Bloodroot Forge.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1822] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Hand Wrought Victory",
-	["description"] = "Defeat the Earthgore Amalgam in Veteran Bloodroot Forge without any member of your group activating the Stonefire Crucible or Flameslake Cauldron.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1823] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Artisan of Pain",
-	["description"] = "Personally use both the Stonefire Crucible and the Flameslake Cauldron to defeat the Earthgore Amalgam in Veteran Bloodroot Forge.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 10,
-},
-[1824] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Tribunal Preacher",
-	["description"] = "Read all 36 Sermons of Vivec scattered across Vvardenfell.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1825] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Ashlander Associate",
-	["description"] = "Complete your first daily quest for Huntmaster Sorim-Nakar or Numani-Rasi.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1826] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Strider Caravaner",
-	["description"] = "Visit the silt strider caravaner at each of the stations in Vvardenfell.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1827] =
-{
-	["Category_ID"] = 12,
-	["name"] = "The Pilgrim's Path",
-	["description"] = "Visit the Shrines of the Seven Graces and read the inscription on each shine.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1828] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Daedric Explorer",
-	["description"] = "Visit all of the Daedric ruins in Vvardenfell.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1829] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Halls of Fabrication Vanquisher",
-	["description"] = "Defeat the Assembly General after empowering it by resetting the circuit breaker in Veteran Halls of Fabrication.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1830] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Refabricant Slayer",
-	["description"] = "Defeat 100 Calefactors, Capacitors, or Dissectors in the Halls of Fabrication.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1831] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Power House",
-	["description"] = "Defeat the Pinnacle Factotum without ever using energy from the generator to break a Refabricated Sphere's shield, in Veteran Halls of Fabrication.",
-	["Category"] = "Morrowind",
-	["points"] = 15,
-},
-[1832] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Planned Obsolescence",
-	["description"] = "Defeat the Refabrication Committee in Veteran Halls of Fabrication without ever allowing the Reclaimer to overcharge a Ruined Factotum.",
-	["Category"] = "Morrowind",
-	["points"] = 15,
-},
-[1833] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Environmentally Conscious",
-	["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication without any group member dying to traps and hazards.",
-	["Category"] = "Morrowind",
-	["points"] = 15,
-},
-[1834] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Terminal Terminator",
-	["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication without letting any Terminals complete their activation sequence.",
-	["Category"] = "Morrowind",
-	["points"] = 15,
-},
-[1835] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Accept No Substitute",
-	["description"] = "Defeat 5 of each of the Tactical Facsimiles that the Assembly General creates, on any difficulty.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1836] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Dynamo",
-	["description"] = "Complete each of the following achievements related to defeating the Assembly General:",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1837] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Stress Tested",
-	["description"] = "Complete Veteran Halls of Fabrication after resetting the circuit breaker and empowering the Assembly General, all without suffering a group member death.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1838] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Like Clockwork",
-	["description"] = "Complete Veteran Halls of Fabrication after resetting the circuit breaker and empowering the Assembly General, all within 40 minutes of entering Abanabi Cave and without suffering a group member death.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1839] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Kill Process",
-	["description"] = "Defeat one Hunter-Killer Fabricant while the other still has at least half of its health remaining, before defeating the remaining Fabricant in Veteran Halls of Fabrication.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1840] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Arc-Custodian",
-	["description"] = "In Veteran Halls of Fabrication, defeat the Archcustodian using six or fewer Shock Pylons without ever missing an opportunity to disable it with one.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1841] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Scholar of Seht's Mysteries",
-	["description"] = "Discover all the notes scattered throughout the Halls of Fabrication.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1842] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Cliff Striders' Bane",
-	["description"] = "Do your part to eliminate the cliff strider menace by killing 100 cliff striders or cliff skippers in Vvardenfell.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1843] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Morrowind Skyshard Hunter",
-	["description"] = "Discover all 18 Skyshards in Vvardenfell.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1844] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Clockwork City Skyshard Hunter",
-	["description"] = "Discover all 6 Skyshards in the Clockwork City.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[1845] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Summerset Skyshard Hunter",
-	["description"] = "Discover all 18 Skyshards in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[1846] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Nchuleftingth Group Event",
-	["description"] = "Defeat Nchulaeon the Eternal in Nchuleftingth.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1847] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Loop Eradicator",
-	["description"] = "Save Dubdil Alar from the consequences of his temporal experiments.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1848] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Defender of Morrowind",
-	["description"] = "Defeat all six world bosses in Vvardenfell.",
-	["Category"] = "Morrowind",
-	["points"] = 15,
-},
-[1849] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Voice of the Failed Incarnates",
-	["description"] = "Disprove the dangerous claims of the Ashlander Chodala.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1850] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Bearer of the Blessed Staff",
-	["description"] = "Recover the Blessed Staff, Sunna'rah, from the Ashlander Chodala, and determine the true nature of the threat to Lord Vivec.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1851] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Hand of a Living God",
-	["description"] = "Follow a grave threat into Clockwork City, and recover Lord Vivec's stolen power.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1852] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Champion of Vivec",
-	["description"] = "Restore Lord Vivec's lost power, save Vivec City, and be named Champion of Vivec.",
-	["Category"] = "Morrowind",
-	["points"] = 15,
-},
-[1853] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Nchuleftingth Vanquisher",
-	["description"] = "Defeat three of the champions in Nchuleftingth.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1854] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Nchuleftingth Conqueror",
-	["description"] = "Defeat all of the champions in Nchuleftingth.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1855] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Forgotten Wastes Group Event",
-	["description"] = "Defeat Stone-Boiler Omalas, Brander Releth, and Mountain-Caller Hlaren in the Forgotten Wastes.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1856] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Forgotten Wastes Vanquisher",
-	["description"] = "Defeat three of the champions in the Forgotten Wastes.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1857] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Forgotten Wastes Conqueror",
-	["description"] = "Defeat all of the champions in the Forgotten Wastes.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1858] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Khartag Point Explorer",
-	["description"] = "Explore and clear Khartag Point.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1859] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Ashalmawia Explorer",
-	["description"] = "Explore and clear Ashalmawia.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1860] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Zainsipilu Explorer",
-	["description"] = "Explore and clear Zainsipilu.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1861] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Matus-Akin Egg Mine Explorer",
-	["description"] = "Explore and clear Matus-Akin Egg Mine.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1862] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Pulk Explorer",
-	["description"] = "Explore and clear Pulk.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1863] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Nchuleft Explorer",
-	["description"] = "Explore and clear Nchuleft.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1864] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Morrowind Cave Delver",
-	["description"] = "Explore and clear all six explorable caves in Vvardenfell.",
-	["Category"] = "Morrowind",
-	["points"] = 15,
-},
-[1865] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Morrowind Pathfinder",
-	["description"] = "Discover all the striking locales in Vvardenfell.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1866] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Morrowind Master Explorer",
-	["description"] = "Discover and clear all caves and striking locales in Vvardenfell.",
-	["Category"] = "Morrowind",
-	["points"] = 15,
-},
-[1867] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Morrowind Grand Adventurer",
-	["description"] = "Complete 32 quests in Vvardenfell.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1868] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Savior of Morrowind",
-	["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Morrowind.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1869] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Rising Sun",
-	["description"] = "Help the Argonian slave, Sun-in-Shadow, gain her freedom.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1870] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Naryu's Confidant",
-	["description"] = "Help Naryu Virian and the Morag Tong in and around Balmora.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1871] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Scarlet Judge",
-	["description"] = "Help the Scarlet Judge foil Marshal Hlaren's plot in Suran.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1872] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Kwama Miner",
-	["description"] = "Save the people of Gnisis from economic ruin by restoring the future of their kwama mine.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1873] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Hand of the Mistress",
-	["description"] = "Foil a usuper's plot, and assist Mistress Dratha with plans to prolong her life.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1874] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Pilgrim Protector",
-	["description"] = "End the threat to the pilgrims at Molag Mar.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1875] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Narsis's Apprentice",
-	["description"] = "Help Narsis Dren discover the secret of the Veloth Ancestral Tomb.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1876] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Ald'ruhn Annalist",
-	["description"] = "Discover the secret of the Hleran Ancestral Tomb.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1877] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Ebony Enforcer",
-	["description"] = "Discover the truth behind the sudden spike in production at Vassir-Didanat ebony mine.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1878] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Ashwalker",
-	["description"] = "Complete 10 daily quests for Huntmaster Sorim-Nakar or Numani-Rasi.",
-	["Category"] = "Morrowind",
-	["points"] = 10,
-},
-[1879] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Clanfriend",
-	["description"] = "Complete 30 daily quests for Huntmaster Sorim-Nakar or Numani-Rasi.",
-	["Category"] = "Morrowind",
-	["points"] = 15,
-},
-[1880] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Ashlands Stalker",
-	["description"] = "Complete all seven daily hunts for Huntmaster Sorim-Nakar.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1881] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Ashlands Relic Preserver",
-	["description"] = "Complete all seven relic preservation daily quests given by Numani-Rasi.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1882] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Morrowind Master Angler",
-	["description"] = "Catch all 12 rare fish in Vvardenfell.",
-	["Category"] = "Morrowind",
-	["points"] = 5,
-},
-[1883] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Mayhem Connoisseur",
-	["description"] = "Receive the blessing of the Whitestrake at one of the Alliance Gates during the Midyear Mayhem.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1884] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Echo of Pelinal's Fury",
-	["description"] = "Read a Scroll of Pelinal's Ferocity during the Midyear Mayhem.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1885] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Blessed of the Whitestrake",
-	["description"] = "Acquire your first \"Pelinal's Midyear Boon Box\".",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1886] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Chosen of the Whitestrake",
-	["description"] = "Acquire your 10th \"Pelinal's Midyear Boon Box\".",
-	["Category"] = "Holiday Events",
-	["points"] = 10,
-},
-[1887] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Hand of the Whitestrake",
-	["description"] = "Acquire your 25th \"Pelinal's Midyear Boon Box\".",
-	["Category"] = "Holiday Events",
-	["points"] = 15,
-},
-[1888] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Wrath of the Whitestrake",
-	["description"] = "Defeat 50 opponents during the Midyear Mayhem.",
-	["Category"] = "Holiday Events",
-	["points"] = 15,
-},
-[1889] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Pelinavant the Scourge",
-	["description"] = "Win a Battleground match during the Midyear Mayhem.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1890] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Pelinaline the Bloody",
-	["description"] = "Capture a Keep in Cyrodiil during the Midyear Mayhem.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1891] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Pelinerrif Insurgent",
-	["description"] = "Capture an Imperial District during the Midyear Mayhem.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[1892] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Star-Made Knight",
-	["description"] = "Complete each of the Midyear Mayhem achievements.",
-	["Category"] = "Holiday Events",
-	["points"] = 50,
-},
-[1893] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Pit Bully",
-	["description"] = "Defeat 10 opponents in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 5,
-},
-[1894] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Pit Fighter",
-	["description"] = "Defeat 250 opponents in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1895] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Pit Hero",
-	["description"] = "Defeat 1,000 opponents in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[1896] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Newblood Relic Hunter",
-	["description"] = "Capture your first Relic in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 5,
-},
-[1897] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Veteran Relic Hunter",
-	["description"] = "Capture 20 Relics in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1898] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Grand Relic Hunter",
-	["description"] = "Capture 100 Relics in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[1899] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Newblood Relic Guardian",
-	["description"] = "Defeat a Relic carrier for the first time in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 5,
-},
-[1900] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Veteran Relic Guardian",
-	["description"] = "Defeat 20 Relic carriers in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1901] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Grand Relic Guardian",
-	["description"] = "Defeat 100 Relic carriers in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[1902] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Newblood Standard-Bearer",
-	["description"] = "Seize your first Capture Point in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 5,
-},
-[1903] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Veteran Standard-Bearer",
-	["description"] = "Seize 50 Capture Points in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1904] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Grand Standard-Bearer",
-	["description"] = "Seize 250 Capture Points in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[1905] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Newblood Standard-Guardian",
-	["description"] = "Earn 10 Defensive Execution Medals by defeating opponents attacking one of your Capture Points.",
-	["Category"] = "Player VS Player",
-	["points"] = 5,
-},
-[1906] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Veteran Standard-Guardian",
-	["description"] = "Earn 100 Defensive Execution Medals by defeating opponents attacking one of your Capture Points.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1907] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Grand Standard-Guardian",
-	["description"] = "Earn 500 Defensive Execution Medals by defeating opponents attacking one of your Capture Points.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[1908] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Victor",
-	["description"] = "Win a Battleground match for the first time.",
-	["Category"] = "Player VS Player",
-	["points"] = 5,
-},
-[1909] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Crowd Favorite",
-	["description"] = "Win 10 Battleground matches.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1910] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Conquering Hero",
-	["description"] = "Win 50 Battleground matches.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[1911] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Gladiator",
-	["description"] = "Earn a lifetime medal score of 5,000 points in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1912] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Champion",
-	["description"] = "Earn a lifetime medal score of 50,000 points in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[1913] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Grand Champion",
-	["description"] = "Earn a lifetime medal score of 250,000 points in Battlegrounds.",
-	["Category"] = "Player VS Player",
-	["points"] = 50,
-},
-[1914] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Battleground Dominator",
-	["description"] = "Control all four Capture Points simultaneously in a Domination match.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1915] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Battleground Butcher",
-	["description"] = "Win a Team Deathmatch with 500 points before any other team reaches 200 points.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[1916] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Tactician",
-	["description"] = "Help your team capture both enemy Relics within 10 seconds of each other.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[1917] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Claim-Staker",
-	["description"] = "Sieze at least four Capture Points without dying.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1918] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Paragon",
-	["description"] = "Finish a Team Deathmatch battle with at least eight more kills than deaths.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[1919] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Triple Threat",
-	["description"] = "Capture three enemy Relics in a single Battleground match.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[1920] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Most Valuable Combatant",
-	["description"] = "Earn a medal score of at least 3,000 points in a single Battleground match.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1921] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Quadruple Kill",
-	["description"] = "Earn your first Quadruple Kill Medal by defeating four opponents in a Team Deathmatch battle, each within ten seconds of the next.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[1922] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Charging Champion",
-	["description"] = "Earn your first Champion Medal by dealing at least 500,000 points of damage in a single Team Deathmatch battle.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1923] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Fearless Physician",
-	["description"] = "Earn your first Fearless Physician Medal by healing at least 375,000 points of damage in a single Team Deathmatch battle.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1924] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Steady Centurion",
-	["description"] = "Earn your first Steady Centurion Medal by taking at least 250,000 damage in a single Domination match.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1925] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Divine Protector",
-	["description"] = "Earn your first Divine Protector Medal by healing at least 375,000 points of damage for Capture Point defenders in a single Domination match.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1927] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Vigilant Defender",
-	["description"] = "Earn your first Vigilant Defender Medal while defending a Capture Point in a Domination match.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1928] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Warden Slayer",
-	["description"] = "Kill 10 enemy Wardens.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1929] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Grand Warden Slayer",
-	["description"] = "Kill 100 enemy Wardens.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[1932] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Ashlander Style Master",
-	["description"] = "Learn every chapter in the Ashlander style book, occasionally found as rewards for completing daily quests for Huntmaster Sorim-Nakar and Numani-Rasi.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1933] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Morag Tong Style Master",
-	["description"] = "Learn every chapter in the Morag Tong style book, occasionally found in Bounty and Explorer's Dispensations from the Hall of Justice.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1934] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Buoyant Armiger Style Master",
-	["description"] = "Learn every chapter in the Buoyant Armiger style book, occasionally found in treasure chests across Vvardenfell.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[1935] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Militant Ordinator Style Master",
-	["description"] = "Learn every chapter in the Militant Ordinator style book, sold in exchange for Alliance Points by Battleground Supplies Merchants.",
-	["Category"] = "Player VS Player",
-	["points"] = 50,
-},
-[1936] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Divine Guardian",
-	["description"] = "Earn your first Divine Guardian Medal by healing at least 375,000 points of damage for Relic carriers in a single Battleground match.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[1937] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Horns of the Reach Delver",
-	["description"] = "Complete Veteran Falkreath Hold and Veteran Bloodroot Forge.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 50,
-},
-[1940] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Horns of the Reach Explorer",
-	["description"] = "Enter either Falkreath Hold or Bloodroot Forge for the first time.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 5,
-},
-[1941] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Bloodroot Forge Challenger",
-	["description"] = "Complete the listed achievements for Veteran Bloodroot Forge.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 50,
-},
-[1942] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Falkreath Hold Challenger",
-	["description"] = "Complete the listed achievements for Veteran Falkreath Hold.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 50,
-},
-[1945] =
-{
-	["Category_ID"] = 16,
-	["name"] = "War Chronicler",
-	["description"] = "Discover the Urgent Missive, Unfinished Letter to Marika, In Reply to Concerning Rumors, and Epitaph of Bjarfrud Skjoralmor within Falkreath Hold.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 5,
-},
-[1946] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Deck Diver",
-	["description"] = "Defeat every boss without ever personally being struck by siege weapon fire in Veteran Falkreath Hold, including siege engines commanded by Morrigh Bullblood.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 5,
-},
-[1947] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Oathbreaker",
-	["description"] = "While fighting Cernunnon and his oath-bound, banish all three of the spiritmasters' souls within five seconds of each other throughout the fight in Veteran Falkreath Hold.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 5,
-},
-[1948] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Epic Undertaking",
-	["description"] = "While fighting Deathlord Bjarfrud Skjoralmor in Veteran Falkreath Hold, have your group cleanse 15 corpses within the span of five seconds.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 5,
-},
-[1949] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Wild and Woolly",
-	["description"] = "Defeat the Siege Mammoth in Falkreath Hold without being affected by an enemy stun, stagger, or knockback ability.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 5,
-},
-[1950] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Endure the Elements",
-	["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold with at least one of each type of atronach still alive.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 5,
-},
-[1951] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Column Caretaker",
-	["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold with 2 or more pillars still standing in the Jarl's Hall.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 5,
-},
-[1952] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Newblood Scorer",
-	["description"] = "Gain 100 points from carrying the Chaosball.",
-	["Category"] = "Player VS Player",
-	["points"] = 5,
-},
-[1953] =
-{
-	["Category_ID"] = 2,
-	["name"] = "The Best Defense",
-	["description"] = "Get 3 kills, in a single life, while carrying the Chaosball.",
-	["Category"] = "Player VS Player",
-	["points"] = 5,
-},
-[1954] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Chaos Guardian",
-	["description"] = "Earn your first Chaos Guardian Medal by healing at least 375,000 points of damage for Chaosball carriers in a single Battleground match.",
-	["Category"] = "Player VS Player",
-	["points"] = 5,
-},
-[1955] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Chaos Champion",
-	["description"] = "Earn your first Chaos Champion Medal by dealing at least 500,000 points of damage to Chaosball carriers in a single Battleground match.",
-	["Category"] = "Player VS Player",
-	["points"] = 5,
-},
-[1956] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Walk It Off",
-	["description"] = "Take 10000000 of damage from the Chaosball (cumulative).",
-	["Category"] = "Player VS Player",
-	["points"] = 5,
-},
-[1957] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Chaosball Carnage",
-	["description"] = "Win a game of Chaosball with 500 points, before any other team reaches 200 points.",
-	["Category"] = "Player VS Player",
-	["points"] = 5,
-},
-[1958] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Precursor Maker",
-	["description"] = "Collect and install all of the parts necessary to reconstruct the Precursor factotum.",
-	["Category"] = "Clockwork City",
-	["points"] = 50,
-},
-[1959] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Fang Lair Vanquisher",
-	["description"] = "Defeat Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Fang Lair.",
-	["Category"] = "Dragon Bones",
-	["points"] = 5,
-},
-[1960] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Fang Lair Conqueror",
-	["description"] = "Defeat Lizabet Charnis, The Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Veteran Fang Lair.",
-	["Category"] = "Dragon Bones",
-	["points"] = 5,
-},
-[1961] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Veteran Skeleton Slayer",
-	["description"] = "Defeat 500 Skeletons in Veteran Fang Lair.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1962] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Veteran Necromancer Slayer",
-	["description"] = "Defeat 350 Blackmarrow Necromancers in Veteran Fang Lair.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1963] =
-{
-	["Category_ID"] = 14,
-	["name"] = "The Quick and the Dead",
-	["description"] = "Defeat all encounters in addition to Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus and Orryn the Black and Thurvokun in Veteran Fang Lair in under 30 minutes. Timer starts upon engaging the first group of Blackmarrow necromancers.",
-	["Category"] = "Dragon Bones",
-	["points"] = 50,
-},
-[1964] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Not a Statistic",
-	["description"] = "Defeat Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, Orryn the Black and Thurvokun, and all of their minions in Veteran Fang Lair, without suffering a group member death.",
-	["Category"] = "Dragon Bones",
-	["points"] = 50,
-},
-[1965] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Let Bygones Be Bygones",
-	["description"] = "Defeat Orryn the Black and Thurvokun after reading the incantation in Orryn's Notes in Veteran Fang Lair.",
-	["Category"] = "Dragon Bones",
-	["points"] = 50,
-},
-[1966] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Fang Lair Challenger",
-	["description"] = "Complete the listed achievements for Veteran Fang Lair.",
-	["Category"] = "Dragon Bones",
-	["points"] = 50,
-},
-[1967] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Minimal Animosity",
-	["description"] = "Defeat Orryn the Black and Thurvokun while only destroying a maximum of one Animus Crystal before Orryn merges with Thurvokun in Veteran Fang Lair.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1968] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Fungi Free",
-	["description"] = "Defeat the Cadaverous Menagerie without anyone in your group taking damage from Volatile Fungi in Veteran Fang Lair.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1969] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Starved Scarabs",
-	["description"] = "Defeat Orryn the Black and Thurvokun without any party members being hit by a Giant Scarab's Degenerative Acid in Veteran Fang Lair.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1970] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Obedience Maiming",
-	["description"] = "Defeat the Cadaverous Menagerie without a party member being killed by the Cadaverous Senche-Tiger's Death Grip in Veteran Fang Lair.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1971] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Elementary Anatomy",
-	["description"] = "Deactivate each of Caluurion's Relics using elemental Bonefiends in Veteran Fang Lair.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1972] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Nonplussed",
-	["description"] = "Defeat Ulfnor and Sabina Cedus without a party member being affected by Sabina Cedus's Haunting Spectre in Veteran Fang Lair.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1973] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Cold Pursuit",
-	["description"] = "After reciting the incantations in Orryn's Notes, defeat Orryn the Black and Thurvokun without any party members being hit by Orryn's Wraith Thralls in Veteran Fang Lair.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1974] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Horrific Halitosis",
-	["description"] = "When hit by Thurvokun's Plague Breath in Fang Lair, be under the protection of Yisareh's Life Ward while standing in direct contact with three other party members who also have Yisareh's Life Ward.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1975] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Scalecaller Peak Vanquisher",
-	["description"] = "Defeat Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Scalecaller Peak.",
-	["Category"] = "Dragon Bones",
-	["points"] = 5,
-},
-[1976] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Scalecaller Peak Conqueror",
-	["description"] = "Defeat Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Veteran Scalecaller Peak.",
-	["Category"] = "Dragon Bones",
-	["points"] = 5,
-},
-[1977] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Veteran Ogre Slayer",
-	["description"] = "Defeat 50 Ogres in Veteran Scalecaller Peak.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1978] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Veteran Cultist Slayer",
-	["description"] = "Defeat 120 Cultists in Veteran Scalecaller Peak.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1979] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Peak Performance",
-	["description"] = "Defeat all encounters in addition to Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Veteran Scalecaller Peak in under 30 minutes. Timer starts when players engage the first group of Scalecaller creatures.",
-	["Category"] = "Dragon Bones",
-	["points"] = 50,
-},
-[1980] =
-{
-	["Category_ID"] = 14,
-	["name"] = "On Top",
-	["description"] = "Defeat all encounters in addition to Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Veteran Scalecaller Peak, without suffering a group member death.",
-	["Category"] = "Dragon Bones",
-	["points"] = 50,
-},
-[1981] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Breaker of Spells",
-	["description"] = "Defeat Zaan the Scalecaller after reading Zaan's Ritual Scroll in Veteran Scalecaller Peak.",
-	["Category"] = "Dragon Bones",
-	["points"] = 50,
-},
-[1982] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Scalecaller Peak Challenger",
-	["description"] = "Complete the listed achievements for Veteran Scalecaller Peak.",
-	["Category"] = "Dragon Bones",
-	["points"] = 50,
-},
-[1983] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Mountain God",
-	["description"] = "Defeat all encounters in addition to Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller after reading Zaan's Ritual Scroll in Veteran Scalecaller Peak in under 30 minutes without dying.",
-	["Category"] = "Dragon Bones",
-	["points"] = 50,
-},
-[1984] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Pustulent Problems",
-	["description"] = "Defeat Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller without a single group member taking damage from a Skeever's Pestilent Pus in Veteran Scalecaller Peak.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1985] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Scalecaller Savior",
-	["description"] = "Collect both of the necessary ingredients and cure Jorvuld Davaux of the cult's plague.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1986] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Stony Situation",
-	["description"] = "Defeat Doylemish Ironheart in Veteran Scalecaller Peak without a single group member becoming Petrified by Stony Gaze.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1987] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Tremor Trouble",
-	["description"] = "Defeat Orzun the Foul-Smelling and Rinaerus the Rancid in Veteran Scalecaller Peak without a single group member being killed by a Terrorizing Tremor.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1988] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Doctor's Orders",
-	["description"] = "Defeat Plague Concocter Mortieu in Veteran Scalecaller Peak with four living group members all suffering from two of Mortieu's infections simultaneously.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1989] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Watch Your Step",
-	["description"] = "Defeat Matriarch Aldis without any member of your group taking damage from the water that surrounds her during the fight in Veteran Scalecaller Peak.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1990] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Stand Your Ground",
-	["description"] = "Defeat Zaan the Scalecaller without being knocked back by her shield.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[1991] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Daedric Deflector",
-	["description"] = "Defeat Zaan the Scalecaller without taking damage from her Pestilent Breath attack and without using the same avoidance method twice after reading Zaan's Ritual Scroll in Veteran Scalecaller Peak.",
-	["Category"] = "Dragon Bones",
-	["points"] = 10,
-},
-[2001] =
-{
-	["Category_ID"] = 11,
-	["name"] = "King's Haven Pass Explorer",
-	["description"] = "Explore and clear King's Haven Pass.",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2002] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Eton Nir Grotto Explorer",
-	["description"] = "Explore and clear Eton Nir Grotto.",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2003] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Archon's Grove Explorer",
-	["description"] = "Explore and clear Archon's Grove.",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2004] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Tor-Hame-Khard Explorer",
-	["description"] = "Explore and clear Tor-Hame-Khard.",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2005] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Wasten Coraldale Explorer",
-	["description"] = "Explore and clear Wasten Coraldale.",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2006] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Traitor's Vault Explorer",
-	["description"] = "Explore and clear Traitor's Vault.",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2007] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Summerset Cave Delver",
-	["description"] = "Explore and clear all six explorable caves in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 15,
-},
-[2008] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Summerset Pathfinder",
-	["description"] = "Discover all the striking locales in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2010] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Summerset Master Explorer",
-	["description"] = "Discover and clear all caves and striking locales in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 15,
-},
-[2016] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Halls of Regulation Explorer",
-	["description"] = "Explore and clear the Halls of Regulation.",
-	["Category"] = "Clockwork City",
-	["points"] = 5,
-},
-[2017] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Shadow Cleft Explorer",
-	["description"] = "Explore and clear the Shadow Cleft.",
-	["Category"] = "Clockwork City",
-	["points"] = 5,
-},
-[2018] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Clockwork City Master Explorer",
-	["description"] = "Discover and clear all caves and striking locales in the Clockwork City.",
-	["Category"] = "Clockwork City",
-	["points"] = 15,
-},
-[2019] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Clockwork City Cave Delver",
-	["description"] = "Discover and clear both explorable caves in the Clockwork City.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2020] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Clockwork City Pathfinder",
-	["description"] = "Discover all the striking locales in the Clockwork City.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2021] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Hlaalu Style Master",
-	["description"] = "Collect and learn every chapter in the Hlaalu style book.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[2022] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Redoran Style Master",
-	["description"] = "Collect and learn every chapter in the Redoran style book.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[2023] =
-{
-	["Category_ID"] = 12,
-	["name"] = "Telvanni Style Master",
-	["description"] = "Collect and learn every chapter in the Telvanni style book.",
-	["Category"] = "Morrowind",
-	["points"] = 50,
-},
-[2025] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Veteran Scorer",
-	["description"] = "Gain 2500 points from carrying the Chaosball.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[2026] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Grand Scorer",
-	["description"] = "Gain 10000 points from carrying the Chaosball.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[2027] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Clockwork City Master Angler",
-	["description"] = "Catch all 12 rare fish in Clockwork City.",
-	["Category"] = "Clockwork City",
-	["points"] = 5,
-},
-[2028] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Imperfection",
-	["description"] = "Defeat The Imperfect in the Sanctuary of Verification.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2036] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Reef Raider",
-	["description"] = "Defeat Queen of the Reef at The Queen's Hatchery.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2037] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Bucking the Matriarchy",
-	["description"] = "Defeat Caanerin at Indrik Frolic.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2038] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Sea Sload Slugger",
-	["description"] = "Defeat the Sea Sload B'Korgen at Welenkin Cove.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2039] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Talon Taker",
-	["description"] = "Defeat Haeliata and Nagravia at Gryphon Run.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2040] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Amphibian Agitator",
-	["description"] = "Defeat Graveld at Graveld's Hideaway.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2041] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Keel Hauler",
-	["description"] = "Defeat Keelsplitter at Keelsplitter's Nest.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2042] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Defender of Summerset",
-	["description"] = "Defeat all six world bosses in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 15,
-},
-[2043] =
-{
-	["Category_ID"] = 1,
-	["name"] = "Truly Undaunted",
-	["description"] = "Reach rank 10 in the Undaunted Skill Line.",
-	["Category"] = "Character",
-	["points"] = 50,
-},
-[2044] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Apostle Style Master",
-	["description"] = "Learn every chapter in the Apostle style book, occasionally found as rewards for completing Brass Fortress Resupply daily quests, Clockwork City daily delve quests, and Clockwork City daily world boss quests.",
-	["Category"] = "Clockwork City",
-	["points"] = 50,
-},
-[2045] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Ebonshadow Style Master",
-	["description"] = "Learn every chapter in the Ebonshadow style book, occasionally found as rewards for completing Blackfeather Court daily quests, Clockwork City daily delve quests, and Clockwork City daily world boss quests.",
-	["Category"] = "Clockwork City",
-	["points"] = 50,
-},
-[2046] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Murderer of Crows",
-	["description"] = "Defeat Ithoxis, Abathoth, and Ssatinot in Exarchs' Egress.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2047] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Clockwork City Defender",
-	["description"] = "Defeat both world bosses in Clockwork City.",
-	["Category"] = "Clockwork City",
-	["points"] = 15,
-},
-[2048] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Treasure of the Brass Fortress",
-	["description"] = "Travel to the Brass Fortress in Clockwork City.",
-	["Category"] = "Clockwork City",
-	["points"] = 5,
-},
-[2304] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Light on Your Feet",
-	["description"] = "Defeat Dagrund the Bulky while always dodging his Upheaval ability in Veteran March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 5,
-},
-[2049] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Hero of Clockwork City",
-	["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Clockwork City.",
-	["Category"] = "Clockwork City",
-	["points"] = 50,
-},
-[2050] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Land of Gears and Cogs",
-	["description"] = "Complete the \"To the Clockwork City\" quest.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2307] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Bloody Mess",
-	["description"] = "Defeat Jailer Melitus without being damaged by Bloody Geysers in Moon Hunter Keep.",
-	["Category"] = "Wolfhunter",
-	["points"] = 5,
-},
-[2308] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Sidestepping Stranglers",
-	["description"] = "Defeat Hedge Maze Guardian without any group member being caught by a Strangler Snare within the Moon Hunter Keep Gardens in Veteran Moon Hunter Keep.",
-	["Category"] = "Wolfhunter",
-	["points"] = 5,
-},
-[2309] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Root of the Problem",
-	["description"] = "Defeat Hedge Maze Guardian while avoiding its Lurcher Roots attack in Veteran Moon Hunter Keep.",
-	["Category"] = "Wolfhunter",
-	["points"] = 5,
-},
-[2310] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Stalwart Sisterhood",
-	["description"] = "Defeat the Wyrd Sisters while preventing them from ever using their auras to augment each other in Veteran March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 10,
-},
-[2311] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Element of Surprise",
-	["description"] = "Defeat Balorgh while avoiding both Lightning Water and Poison Plants in Veteran March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 10,
-},
-[2312] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Perfect Hunt",
-	["description"] = "Defeat Balorgh after desecrating the Moon Hunter Pack's banner and without being hit by his Fire Remnant ability for the duration of the encounter in Veteran March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 10,
-},
-[2313] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Cauldron Conjurer",
-	["description"] = "Use the Witchmother's Cauldron summoned from the Witchmother's Whistle 10 times during the Witches Festival.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[2058] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Clockwork Citizen",
-	["description"] = "Complete the \"In Search of a Sponsor\" quest.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2059] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Smoke and Mirrors",
-	["description"] = "Complete the \"The Strangeness of Seht\" quest.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2060] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Middle-Man",
-	["description"] = "Complete the \"Deepening Shadows\" quest.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2061] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Birds of a Feather",
-	["description"] = "Complete the \"Lost in the Gloam\" quest.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2062] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Shadow Boxing",
-	["description"] = "Complete the \"Unto the Dark\" quest.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2063] =
-{
-	["Category_ID"] = 15,
-	["name"] = "The Real Sotha Sil",
-	["description"] = "Complete the \"Where Shadows Lie\" quest.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2064] =
-{
-	["Category_ID"] = 15,
-	["name"] = "The Burden of Knowledge",
-	["description"] = "Complete the \"The Light of Knowledge\" quest.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2065] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Courting the Crows",
-	["description"] = "Complete one Blackfeather Court Daily.",
-	["Category"] = "Clockwork City",
-	["points"] = 5,
-},
-[2066] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Blackfeather Attendent",
-	["description"] = "Complete 7 Blackfeather Court Dailies.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2067] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Honorary Blackfeather",
-	["description"] = "Complete 30 Blackfeather Court Dailies.",
-	["Category"] = "Clockwork City",
-	["points"] = 15,
-},
-[2068] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Clockwork City Adventurer",
-	["description"] = "Complete 20 Story Quests in Clockwork City.",
-	["Category"] = "Clockwork City",
-	["points"] = 15,
-},
-[2069] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Clockwork City Grand Adventurer",
-	["description"] = "Complete 24 Story Quests in Clockwork City.",
-	["Category"] = "Clockwork City",
-	["points"] = 50,
-},
-[2070] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Brass Fortress Helper",
-	["description"] = "Complete one Brass Fortress resupply daily.",
-	["Category"] = "Clockwork City",
-	["points"] = 5,
-},
-[2071] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Brass Fortress Supplier",
-	["description"] = "Complete 7 Brass Fortress resupply dailies.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2072] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Brass Fortress Quarter Master",
-	["description"] = "Complete 30 Brass Fortress resupply dailies.",
-	["Category"] = "Clockwork City",
-	["points"] = 15,
-},
-[2073] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Fortune and Fate",
-	["description"] = "Learn of things to come.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2074] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Wind-up Rodent Wrecker",
-	["description"] = "Slow the spread of secrets by destroying 100 Skeevatons.",
-	["Category"] = "Clockwork City",
-	["points"] = 5,
-},
-[2075] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Asylum Sanctorium Redeemer",
-	["description"] = "Complete the listed achievements for Asylum Sanctorium.",
-	["Category"] = "Clockwork City",
-	["points"] = 50,
-},
-[2076] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Asylum Sanctorium Completed",
-	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Asylum Sanctorium.",
-	["Category"] = "Clockwork City",
-	["points"] = 15,
-},
-[2077] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Asylum Sanctorium Conqueror",
-	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Veteran Asylum Sanctorium.",
-	["Category"] = "Clockwork City",
-	["points"] = 50,
-},
-[2078] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Asylum Sanctorium Contender",
-	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same fight in Asylum Sanctorium.",
-	["Category"] = "Clockwork City",
-	["points"] = 50,
-},
-[2079] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Asylum Sanctorium Vanquisher",
-	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same fight in Veteran Asylum Sanctorium.",
-	["Category"] = "Clockwork City",
-	["points"] = 50,
-},
-[2080] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Sanctified",
-	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold without suffering a group member death in Veteran Asylum Sanctorium.",
-	["Category"] = "Clockwork City",
-	["points"] = 50,
-},
-[2081] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Swift Mercy",
-	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold within a time limit of 15 minutes in Veteran Asylum Sanctorium. Timer starts when players enter the Sanctuary Atrium.",
-	["Category"] = "Clockwork City",
-	["points"] = 50,
-},
-[2082] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Beatific Beatdown",
-	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold at the same time without allowing Saint Felms or Saint Llothis to enrage during the fight in Veteran Asylum Sanctorium.",
-	["Category"] = "Clockwork City",
-	["points"] = 50,
-},
-[2083] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Placid Projections",
-	["description"] = "Defeat Saint Felms the Bold without allowing either of his Pneuma Projections to enrage in Veteran Asylum Sanctorium.",
-	["Category"] = "Clockwork City",
-	["points"] = 15,
-},
-[2084] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Imperfect Attendance",
-	["description"] = "Defeat Saint Llothis the Pious without dismantling his Imperfect Attendants in Veteran Asylum Sanctorium.",
-	["Category"] = "Clockwork City",
-	["points"] = 15,
-},
-[2085] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Righteous Condemnation",
-	["description"] = "Defeat Saint Olms the Just and Saint Llothis the Pious in the same battle in Veteran Asylum Sanctorium.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2086] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Executioners' Judgement",
-	["description"] = "Defeat Saint Olms the Just and Saint Felms the Bold in the same battle in Veteran Asylum Sanctorium.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2087] =
-{
-	["Category_ID"] = 15,
-	["name"] = "Perfect Purification",
-	["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same battle without suffering a group member death within 15 minutes of entering the Sanctuary Atrium in Veteran Asylum Sanctorium.",
-	["Category"] = "Clockwork City",
-	["points"] = 10,
-},
-[2088] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Newblood King Standard-Bearer",
-	["description"] = "Seize your first Capture Point in Crazy King matches.",
-	["Category"] = "Player VS Player",
-	["points"] = 5,
-},
-[2089] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Veteran King Standard-Bearer",
-	["description"] = "Seize 25 Capture Points in Crazy King matches.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[2090] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Grand King Standard-Bearer",
-	["description"] = "Seize 125 Capture Points in Crazy King matches.",
-	["Category"] = "Player VS Player",
-	["points"] = 15,
-},
-[2091] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Kingdom Come",
-	["description"] = "Seize at least 4 Capture Points without dying in a Crazy King match.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[2092] =
-{
-	["Category_ID"] = 2,
-	["name"] = "Battleground King",
-	["description"] = "Control at least two Capture Points simultaneously in a Crazy King match.",
-	["Category"] = "Player VS Player",
-	["points"] = 10,
-},
-[2093] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Sunhold Conqueror",
-	["description"] = "Defeat all of the champions in Sunhold.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2094] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Karnwasten Conqueror",
-	["description"] = "Defeat all of the champions in Karnwasten.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2095] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Sunhold Group Event",
-	["description"] = "Interrupt the executioners and defeat Konnugil the Leviathan in Sunhold.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2096] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Karnwasten Group Event",
-	["description"] = "Defeat the Sea Sload K'Garza in Karnwasten.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2097] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Dreadhorn Style Master",
-	["description"] = "Learn every chapter in the Dreadhorn style book, occasionally found as rewards for completing the Falkreath Hold dungeon.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 50,
-},
-[2098] =
-{
-	["Category_ID"] = 16,
-	["name"] = "Bloodforge Style Master",
-	["description"] = "Learn every chapter in the Bloodforge style book, occasionally found as rewards for completing the Bloodroot Forge dungeon.",
-	["Category"] = "Horns of the Reach",
-	["points"] = 50,
-},
-[2099] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Relics of Summerset",
-	["description"] = "Retrieve the 20 dangerous relics stolen from the Vault of Moawita.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2100] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Put a Cork In It",
-	["description"] = "Destroy the Abyssal Pearl at each Abyssal Geyser in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2101] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Back to the Abyss",
-	["description"] = "Defeat each of the following bosses that can appear at Abyssal Geysers.",
-	["Category"] = "Summerset",
-	["points"] = 15,
-},
-[2102] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Leave No Bone Unbroken",
-	["description"] = "Defeat all encounters in addition to Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Hard Mode Veteran Fang Lair in under 30 minutes without suffering a party member death.",
-	["Category"] = "Dragon Bones",
-	["points"] = 50,
-},
-[2103] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Dragon Bones Delver",
-	["description"] = "Complete Veteran Fang Lair and Veteran Scalecaller Peak.",
-	["Category"] = "Dragon Bones",
-	["points"] = 50,
-},
-[2104] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Dragon Bones Explorer",
-	["description"] = "Enter either Fang Lair or Scalecaller Peak for the first time.",
-	["Category"] = "Dragon Bones",
-	["points"] = 5,
-},
-[2109] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Novice Outfitter",
-	["description"] = "Change the look of a part of an Outfit using the Outfit System.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2110] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Adept Outfitter",
-	["description"] = "Change the look of a piece of equipment using the Outfit System 10 times.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[2111] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Outfitter",
-	["description"] = "Change the look of a piece of equipment using the Outfit System 50 times.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[2112] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Outfitter",
-	["description"] = "Change the look of a piece of equipment using the Outfit System 100 times.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[2113] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Fully Styled",
-	["description"] = "Fill any 8 slots of an Outfit using the Outfit System.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[2114] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Prisoner On The Loose",
-	["description"] = "Use the \"Prisoner's Chains\" Style in an Outfit.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2120] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Worm Cult Style Master",
-	["description"] = "Learn every chapter in the Worm Cult style book, occasionally found in Anniversary Jubilee Gift Boxes.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[2121] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Rank 1 Deconstruction Analyst",
-	["description"] = "Deconstruct a piece of Iron, Rawhide, Jute, or Maple equipment.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2122] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Rank 2 Deconstruction Analyst",
-	["description"] = "Deconstruct a piece of Steel, Cotton, Hide, or Oak equipment.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2123] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Rank 3 Deconstruction Analyst",
-	["description"] = "Deconstruct a piece of Orichalcum, Spidersilk, Leather, or Beech equipment.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2124] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Rank 4 Deconstruction Analyst",
-	["description"] = "Deconstruct a piece of Dwarven, Ebonthread, Thick Leather, or Hickory equipment.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2125] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Rank 5 Deconstruction Analyst",
-	["description"] = "Deconstruct a piece of Ebony, Ebonthread, Fell Hide, or Yew equipment.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2126] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Rank 6 Deconstruction Analyst",
-	["description"] = "Deconstruct a piece of Calcinium, Kresh, Topgrain, or Birch equipment.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2127] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Rank 7 Deconstruction Analyst",
-	["description"] = "Deconstruct a piece of Galatite, Ironthread, Iron Hide, or Ash equipment.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2128] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Rank 8 Deconstruction Analyst",
-	["description"] = "Deconstruct a piece of Quicksilver, Silverweave, Superb Hide, or Mahogany equipment.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2129] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Rank 9 Deconstruction Analyst",
-	["description"] = "Deconstruct a piece of Voidstone, Void Cloth, Shadowhide, or Nightwood equipment.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2130] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Rank 10 Deconstruction Analyst",
-	["description"] = "Deconstruct a piece of Rubedite, Ancestor Silk, Rubedo Leather, or Ruby Ash equipment.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2131] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Cloudrest Completed",
-	["description"] = "Defeat Z'Maja, Siroria, Relequen, and Galenwe in Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 15,
-},
-[2132] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Cloudrest Contender",
-	["description"] = "Defeat Z'Maja, Siroria, Relequen, and Galenwe in the same fight in Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2133] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Cloudrest Conqueror",
-	["description"] = "Defeat Z'Maja, Siroria, Relequen, and Galenwe in Veteran Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2134] =
-{
-	["Category_ID"] = 11,
-	["name"] = "A Sload and Her Shadow",
-	["description"] = "Defeat Z'Maja with one Welkynar shade fighting by her side in Veteran Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2135] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Three's Deadly Company",
-	["description"] = "Defeat Z'Maja with two Welkynar shades fighting by her side in Veteran Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2136] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Cloudrest Vanquisher",
-	["description"] = "Defeat Z'Maja, Siroria, Relequen, and Galenwe in the same fight in Veteran Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2137] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Speedy Sload Slayer",
-	["description"] = "Defeat Z'Maja, Siroria, Relequen, and Galenwe within a time limit of 15 minutes in Veteran Cloudrest. Timer starts when players enter the Cloudrest Aerie.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2138] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Surviving the Shadows",
-	["description"] = "Defeat Z'Maja, Siroria, Relequen, and Galenwe without suffering a group member death in Veteran Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2139] =
-{
-	["Category_ID"] = 11,
-	["name"] = "The Path to Alaxon",
-	["description"] = "Defeat Z'Maja, Siroria, Relequen, and Galenwe in the same battle without suffering a group member death within 15 minutes of entering the Cloudrest Aerie in Veteran Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2140] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Cloudrest Savior",
-	["description"] = "Complete the listed achievements for Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2150] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Veteran Dire Wolf Slayer",
-	["description"] = "Defeat 200 Dire Wolves or Vicious Dire Wolves in Veteran Moon Hunter Keep.",
-	["Category"] = "Wolfhunter",
-	["points"] = 10,
-},
-[2151] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Veteran Hulking Werewolf Slayer",
-	["description"] = "Kill 50 Hulking Werewolves in Veteran Moon Hunter Keep.",
-	["Category"] = "Wolfhunter",
-	["points"] = 10,
-},
-[2152] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Moon Hunter Keep Vanquisher",
-	["description"] = "Defeat Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Moon Hunter Keep.",
-	["Category"] = "Wolfhunter",
-	["points"] = 10,
-},
-[2153] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Moon Hunter Keep Conqueror",
-	["description"] = "Defeat Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep.",
-	["Category"] = "Wolfhunter",
-	["points"] = 10,
-},
-[2154] =
-{
-	["Category_ID"] = 13,
-	["name"] = "The Alpha Predator",
-	["description"] = "Defeat Vykosa the Ascendant after reading the Scroll of Glorious Battle in Veteran Moon Hunter Keep.",
-	["Category"] = "Wolfhunter",
-	["points"] = 50,
-},
-[2155] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Running with the Pack",
-	["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep in under 30 minutes. Timer starts when players engage the first group of Moon Hunter enemies.",
-	["Category"] = "Wolfhunter",
-	["points"] = 50,
-},
-[2156] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Head of the Pack",
-	["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep without suffering a group member death.",
-	["Category"] = "Wolfhunter",
-	["points"] = 50,
-},
-[2157] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Wolfhunter Explorer",
-	["description"] = "Enter either Moon Hunter Keep or March of Sacrifices for the first time.",
-	["Category"] = "Wolfhunter",
-	["points"] = 5,
-},
-[2158] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Moon Hunter Keep Challenger",
-	["description"] = "Complete the listed achievements for Veteran Moon Hunter Keep.",
-	["Category"] = "Wolfhunter",
-	["points"] = 50,
-},
-[2159] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Pure Lunacy",
-	["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant after activating Hard Mode in Veteran Moon Hunter Keep in under 30 minutes without suffering a group member death.",
-	["Category"] = "Wolfhunter",
-	["points"] = 50,
-},
-[2160] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Veteran Bloodscent Slayer",
-	["description"] = "Defeat 300 Bloodscent Guardians, Bloodscent Archers, Bloodscent Assassins, and Bloodscent Thundermauls in Veteran March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 10,
-},
-[2161] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Veteran Wispmother Slayer",
-	["description"] = "Defeat 50 Wispmothers in Veteran March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 10,
-},
-[2162] =
-{
-	["Category_ID"] = 13,
-	["name"] = "March of Sacrifices Vanquisher",
-	["description"] = "Defeat the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 10,
-},
-[2163] =
-{
-	["Category_ID"] = 13,
-	["name"] = "March of Sacrifices Conqueror",
-	["description"] = "Defeat the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 10,
-},
-[2164] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Hircine's Champion",
-	["description"] = "Defeat Balorgh after desecrating the Moon Hunter Pack's banner and driving him into a murderous rage in Veteran March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 50,
-},
-[2165] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Pure Instinct",
-	["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices in under 30 minutes. Timer starts when players jump or teleport into Bloodscent Pass.",
-	["Category"] = "Wolfhunter",
-	["points"] = 50,
-},
-[2166] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Survival of the Fittest",
-	["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices without suffering a group member death.",
-	["Category"] = "Wolfhunter",
-	["points"] = 50,
-},
-[2167] =
-{
-	["Category_ID"] = 13,
-	["name"] = "March of Sacrifices Challenger",
-	["description"] = "Complete the listed achievements for Veteran March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 50,
-},
-[2168] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Apex Predator",
-	["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh after desecrating the Moon Hunter Pack's Banner in Veteran March of Sacrifices within 30 minutes without suffering a group member death.",
-	["Category"] = "Wolfhunter",
-	["points"] = 50,
-},
-[2170] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Wolfhunter Delver",
-	["description"] = "Complete Veteran Moon Hunter Keep and Veteran March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 50,
-},
-[2171] =
-{
-	["Category_ID"] = 11,
-	["name"] = "A Book and its Cover",
-	["description"] = "Completed Bailiff Naramin's investigation of Choixth.",
-	["Category"] = "Summerset",
-	["points"] = 15,
-},
-[2178] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Abyssal Assaulter",
-	["description"] = "Complete 10 Abyssal Geysers.",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2179] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Abyssal Demolisher",
-	["description"] = "Complete 25 Abyssal Geysers.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2180] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Abyssal Devastator",
-	["description"] = "Complete 50 Abyssal Geysers.",
-	["Category"] = "Summerset",
-	["points"] = 15,
-},
-[2181] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Karnwasten Vanquisher",
-	["description"] = "Defeat three of the champions in Karnwasten.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2182] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Sunhold Vanquisher",
-	["description"] = "Defeat three of the champions in Sunhold.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2183] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Wizard's Duel",
-	["description"] = "Win 5 PvP duels in the Colosseum of the Old Ways on Artaeum.",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2184] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Declawed",
-	["description"] = "Defeat Ruella Many-Claws at an Abyssal Geyser.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2185] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Churug's Chagrin",
-	["description"] = "Defeat Churug of the Abyss at an Abyssal Geyser.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2186] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Psijic Style Master",
-	["description"] = "Learn every chapter in the Psijic style book, found in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2187] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Sapiarch Style Master",
-	["description"] = "Learn every chapter in the Sapiarch style book, occasionally found as rewards for completing daily quests for the Divine Prosecution.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2188] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Dremora Style Master",
-	["description"] = "Collect and learn every chapter of the Dremora style book found in Dremora Plunder Skulls, while participating in the Witches Festival.",
-	["Category"] = "Holiday Events",
-	["points"] = 50,
-},
-[2189] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Scalecaller Style Master",
-	["description"] = "Learn every chapter in the Scalecaller style book, occasionally found as rewards for completing the Scalecaller Peak dungeon.",
-	["Category"] = "Dragon Bones",
-	["points"] = 50,
-},
-[2190] =
-{
-	["Category_ID"] = 14,
-	["name"] = "Fang Lair Style Master",
-	["description"] = "Learn every chapter in the Fang Lair style book, occasionally found as rewards for completing the Fang Lair dungeon.",
-	["Category"] = "Dragon Bones",
-	["points"] = 50,
-},
-[2191] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Summerset Master Angler",
-	["description"] = "Catch all 12 rare fish in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2193] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Savior of Summerset",
-	["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2194] =
-{
-	["Category_ID"] = 11,
-	["name"] = "The Good of the Many",
-	["description"] = "Stop the conspiracy sowing chaos through Summerset, protect the Crystal Tower, and forge a new alliance to restore the Isles to order.",
-	["Category"] = "Summerset",
-	["points"] = 15,
-},
-[2195] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Divine Solicitor",
-	["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Tanorian.",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2196] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Divine Advocate",
-	["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Tanorian.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2197] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Divine Magistrate",
-	["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Tanorian.",
-	["Category"] = "Summerset",
-	["points"] = 15,
-},
-[2198] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Divine Prosecutor",
-	["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Farowel",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2199] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Divine Judge",
-	["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Farowel.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2200] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Divine Executioner",
-	["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Farowel.",
-	["Category"] = "Summerset",
-	["points"] = 15,
-},
-[2201] =
-{
-	["Category_ID"] = 11,
-	["name"] = "For the Queen",
-	["description"] = "Complete the \"The Queen's Decree\" quest.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2202] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Precious Pearl",
-	["description"] = "Complete the \"A Pearl of Great Price\" quest.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2203] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Mind Games",
-	["description"] = "Complete the \"Buried Memories\" quest.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2204] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Resolute Guardian",
-	["description"] = "Complete the \"The Tower Sentinels\" quest.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2205] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Sweet Dreams",
-	["description"] = "Complete the \"The Dreaming Cave\" quest.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2206] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Unreliable Narrator",
-	["description"] = "Complete the \"Lost in Translation\" quest.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2207] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Enemy of My Enemy",
-	["description"] = "Complete the \"A Necessary Alliance\" quest.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2208] =
-{
-	["Category_ID"] = 11,
-	["name"] = "What Must Be Done",
-	["description"] = "Complete the \"The Crystal Tower\" quest.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2209] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Summerset Grand Adventurer",
-	["description"] = "Complete 33 quests in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2210] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Psijic Sage",
-	["description"] = "Complete \"The Towers' Fall\" Psijic Order quest in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2211] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Message in a Bottle",
-	["description"] = "Learn the fate of the Lost Sailor.",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2212] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Asp Awareness",
-	["description"] = "Defeat Keelsplitter without stepping on any of the snakes.",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2213] =
-{
-	["Category_ID"] = 11,
-	["name"] = "To the Depths",
-	["description"] = "Defeat Sheefar of the Depths at an Abyssal Geyser.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2214] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Jewelry Crafter",
-	["description"] = "Learn the art of Jewelry Crafting. This can be learned in the Summerset Isle or by owning the Summerset chapter and interacting with a Jewelry Crafting Station.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2215] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Jewelry Crafter",
-	["description"] = "Attain a Jewelry Crafting rank of 50.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[2216] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Legendary Jewelry Crafter",
-	["description"] = "Improve Jewelry Crafting items to all available Qualities.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[2217] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Ochre Harvester",
-	["description"] = "Harvest your first unit of Ochre.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2218] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Expert Ochre Harvester",
-	["description"] = "Harvest 25 units of Ochre.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[2219] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Master Ochre Harvester",
-	["description"] = "Harvest 100 units of Ochre.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[2220] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Calm and Calculated",
-	["description"] = "Defeat Girawell the Erratic at an Abyssal Geyser.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2221] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Wave Breaker",
-	["description"] = "Defeat Muustikar Wave-Eater at an Abyssal Geyser.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2222] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Hammer Meet Nail",
-	["description"] = "Defeat Reefhammer at an Abyssal Geyser.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2223] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Learn a Jewelry Trait",
-	["description"] = "Research a Trait for any jewelry type.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2224] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Jewelry Trait Master",
-	["description"] = "Research every Jewelry Trait at least once, regardless of whether from a ring or necklace.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[2225] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Certified Jewelry Crafter",
-	["description"] = "Become certified in Jewelry Crafting. Find this quest in the Summerset Isles.",
-	["Category"] = "Crafting",
-	["points"] = 5,
-},
-[2226] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Professions Master",
-	["description"] = "Earn the rank 50 achievements for all the crafting professions.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[2227] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Grand Master Crafter",
-	["description"] = "Earn each of the following achievements:",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[2228] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Fledgling Style Master",
-	["description"] = "Collect and learn 10 full motifs.",
-	["Category"] = "Crafting",
-	["points"] = 10,
-},
-[2229] =
-{
-	["Category_ID"] = 3,
-	["name"] = "Budding Style Master",
-	["description"] = "Collect and learn 25 full motifs.",
-	["Category"] = "Crafting",
-	["points"] = 15,
-},
-[2230] =
-{
-	["Category_ID"] = 3,
-	["name"] = "True Style Master",
-	["description"] = "Collect and learn 50 full motifs.",
-	["Category"] = "Crafting",
-	["points"] = 50,
-},
-[2231] =
-{
-	["Category_ID"] = 11,
-	["name"] = "One Core, No More",
-	["description"] = "Defeat Z'Maja with each group member picking up and destroying only one Malevolent Core in Veteran Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2232] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Misery Loves Company",
-	["description"] = "While battling Z'Maja with all three of the Welkynars' shades by her side, a player with the Hoarfrost affliction and two other players with the Voltaic Overload affliction share the damage of the Roaring Flare eruption in Veteran Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2233] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Flares and Deadly Shadows",
-	["description"] = "While battling Z'Maja with Siroria's shade by her side, utilize a Roaring Flare attack and achieve 20 killing blows against Shadows of the Fallen in Veteran Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 15,
-},
-[2234] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Core Coordination",
-	["description"] = "While battling Z'Maja, after activating a single Welkynar's Light, activate two more Welkynar's Lights and destroy three Malevolent Cores within the next 6 seconds in Veteran Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 15,
-},
-[2235] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Yaghra Blockade",
-	["description"] = "While battling Z'Maja during a single Shadow World event, prevent all yaghra from entering the gateway and crossing into the mortal realm on 15 separate occasions in Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 15,
-},
-[2236] =
-{
-	["Category_ID"] = 11,
-	["name"] = "The Mystic's Ice",
-	["description"] = "Have Galenwe's shade destroy 20 roaming Hoarfrost cyclones with his Spiked Ice attack in Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 15,
-},
-[2237] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Shocking Instinct",
-	["description"] = "While battling Relequen's shade by itself, no player is hit by Voltaic Overload and no player spreads Voltaic Current to other players throughout the entire encounter in Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2238] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Valorous Combustion",
-	["description"] = "While battling Siroria's shade by itself, every Roaring Flare throughout the entire encounter must be split between at least 6 players in Cloudrest.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2240] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Artaeum Master Angler",
-	["description"] = "Catch all 3 rare fish in Artaeum.",
-	["Category"] = "Summerset",
-	["points"] = 5,
-},
-[2241] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Deadly Allure",
-	["description"] = "Defeat Darkstorm the Alluring at an Abyssal Geyser.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2242] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Radiant Riot",
-	["description"] = "Defeat Eejoba the Radiant at an Abyssal Geyser.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2243] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Tidal Grave",
-	["description"] = "Defeat Tidewrack at an Abyssal Geyser.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2244] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Snake Charmer",
-	["description"] = "Defeat Vsskalvor at an Abyssal Geyser.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2245] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Pelinal's Harvest",
-	["description"] = "Capture 15 farms, mines, or lumbermills during the Midyear Mayhem.",
-	["Category"] = "Holiday Events",
-	["points"] = 10,
-},
-[2246] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Medal Mayhem",
-	["description"] = "Earn 25 Medals in Battlegrounds during the Midyear Mayhem.",
-	["Category"] = "Holiday Events",
-	["points"] = 10,
-},
-[2247] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Scamp of Mayhem",
-	["description"] = "Kill a Trove Scamp in Imperial City Sewers during the Midyear Mayhem.",
-	["Category"] = "Holiday Events",
-	["points"] = 10,
-},
-[2248] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Midyear Horror",
-	["description"] = "Defeat all the Patrolling Horrors in the Imperial City during the Midyear Mayhem.",
-	["Category"] = "Holiday Events",
-	["points"] = 15,
-},
-[2249] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Psijic Responder",
-	["description"] = "Complete \"The Psijics' Calling\" Psijic Order quest in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2250] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Psijic Pursuer",
-	["description"] = "Complete the \"Breaches on the Bay\" Psijic Order quest in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2251] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Psijic Regulator",
-	["description"] = "Complete the \"Breaches of Frost and Fire\" Psijic Order quest in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2252] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Psijic Repairer",
-	["description"] = "Complete \"The Shattered Staff\" Psijic Order quest in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2253] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Psijic Forester",
-	["description"] = "Complete the \"A Breach Amid the Trees\" Psijic Order quest in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2254] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Psijic Mudslinger",
-	["description"] = "Complete the \"A Time for Mud and Mushrooms\" Psijic Order quest in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2255] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Psijic Staff Finder",
-	["description"] = "Complete \"The Towers' Remains\" Psijic Order quest in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2256] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Psijic Shadow-Walker",
-	["description"] = "Complete the \"Time in Doomcrag's Shadow\" Psijic Order quest in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2257] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Psijic Chronologer",
-	["description"] = "Complete the \"A Breach Beyond the Crags\" Psijic Order quest in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 10,
-},
-[2285] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Pyandonean Style Master",
-	["description"] = "Learn every chapter in the Pyandonean style book, found in Summerset.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2325] =
-{
-	["Category_ID"] = 10,
-	["name"] = "Cyrodilic Collections Champion",
-	["description"] = "Complete 150 daily quests for Jee-Lar to help Cyrodilic Collections prepare for their expedition to Murkmire.",
-	["Category"] = "Prologues",
-	["points"] = 50,
-},
-[2324] =
-{
-	["Category_ID"] = 10,
-	["name"] = "Cyrodilic Collections Agent",
-	["description"] = "Complete 40 daily quests for Jee-Lar to help Cyrodilic Collections prepare for their expedition to Murkmire.",
-	["Category"] = "Prologues",
-	["points"] = 15,
-},
-[2323] =
-{
-	["Category_ID"] = 10,
-	["name"] = "Cyrodilic Collections Associate",
-	["description"] = "Complete a daily quest for Jee-Lar to help Cyrodilic Collections prepare for their expedition to Murkmire.",
-	["Category"] = "Prologues",
-	["points"] = 10,
-},
-[2322] =
-{
-	["Category_ID"] = 10,
-	["name"] = "Concordia's Top Performer",
-	["description"] = "Help Cyrodilic Collections stop Margus Derius and prepare for expeditions to Murkmire.",
-	["Category"] = "Prologues",
-	["points"] = 10,
-},
-[2319] =
-{
-	["Category_ID"] = 11,
-	["name"] = "Welkynar Style Master",
-	["description"] = "Learn every chapter in the Welkynar style book, occasionally found as rewards for completing the Cloudrest Trial.",
-	["Category"] = "Summerset",
-	["points"] = 50,
-},
-[2316] =
-{
-	["Category_ID"] = 9,
-	["name"] = "The Plundered Masses",
-	["description"] = "Acquire one of each type of Plunder Skull during the Witches Festival.",
-	["Category"] = "Holiday Events",
-	["points"] = 10,
-},
-[2315] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Gruesome Feast",
-	["description"] = "Eat each of the Witches Festival foods during the Witches Festival.",
-	["Category"] = "Holiday Events",
-	["points"] = 5,
-},
-[2314] =
-{
-	["Category_ID"] = 9,
-	["name"] = "Sacking Skeletons",
-	["description"] = "Kill 100 Skeletons as a Skeleton during the Witches Festival.",
-	["Category"] = "Holiday Events",
-	["points"] = 15,
-},
-[2306] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Trick and Trap",
-	["description"] = "Lead Balorgh into Tharas' Trap 10 times in Veteran March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 5,
-},
-[2305] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Mist Walker",
-	["description"] = "Defeat Tarcyr without the indrik teleporting any group members during its Shrouding Mist ability in Veteran March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 5,
-},
-[2297] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Unending Rage",
-	["description"] = "Defeat Mylenne Moon-Caller without cleansing her Enrage ability in Veteran Moon Hunter Keep.",
-	["Category"] = "Wolfhunter",
-	["points"] = 10,
-},
-[2298] =
-{
-	["Category_ID"] = 13,
-	["name"] = "A Hulking Ally",
-	["description"] = "Defeat Archivist Ernarde without killing his first Hulking Werewolf ally in Moon Hunter Keep.",
-	["Category"] = "Wolfhunter",
-	["points"] = 10,
-},
-[2299] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Book Smarts",
-	["description"] = "Defeat the Archivist without taking group member damage from Symbols of Xarxes in Moon Hunter Keep.",
-	["Category"] = "Wolfhunter",
-	["points"] = 5,
-},
-[2300] =
-{
-	["Category_ID"] = 13,
-	["name"] = "On a Short Leash",
-	["description"] = "Defeat Vykosa the Ascendant without any party member taking damage from her restrained wolf pet in Veteran Moon Hunter Keep.",
-	["Category"] = "Wolfhunter",
-	["points"] = 5,
-},
-[2301] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Strangling Cowardice",
-	["description"] = "Defeat Vykosa the Ascendant after reading the Scroll of Glorious Battle, defeating 7 Stranglers, and never causing her pet wolves to cower in Veteran Moon Hunter Keep.",
-	["Category"] = "Wolfhunter",
-	["points"] = 5,
-},
-[2302] =
-{
-	["Category_ID"] = 13,
-	["name"] = "The Great Indrik Hunt",
-	["description"] = "Complete all three Golden Indrik Hunts and gain their boons within March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 5,
-},
-[2303] =
-{
-	["Category_ID"] = 13,
-	["name"] = "Seasonal Slaying",
-	["description"] = "Defeat Aghaedh of the Solstice while making sure to defeat all of her Lurchers within their primary season in Veteran March of Sacrifices.",
-	["Category"] = "Wolfhunter",
-	["points"] = 5,
-},
+[1] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[3] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[4] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[5] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[6] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[7] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[8] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[9] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[10] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[11] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Akash gra-Mal, Chokethorn, and Canonreeve Oraneth in Elden Hollow I.",
+["name"] = "Elden Hollow I Vanquisher",
+["points"] = 10,
+}
+,
+[12] = {
+["Category"] = "NIL",
+["description"] = "Reach Level 10.",
+["name"] = "Level 10 Hero",
+["points"] = 10,
+}
+,
+[13] = {
+["Category"] = "NIL",
+["description"] = "Reach Level 20.",
+["name"] = "Level 20 Hero",
+["points"] = 10,
+}
+,
+[14] = {
+["Category"] = "NIL",
+["description"] = "Reach Level 30.",
+["name"] = "Level 30 Hero",
+["points"] = 10,
+}
+,
+[15] = {
+["Category"] = "NIL",
+["description"] = "Reach Level 40.",
+["name"] = "Level 40 Hero",
+["points"] = 10,
+}
+,
+[16] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Reach Level 50.",
+["name"] = "Level 50 Hero",
+["points"] = 10,
+}
+,
+[17] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Acquire a Superior quality item.",
+["name"] = "Superior Ransacker",
+["points"] = 5,
+}
+,
+[18] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Acquire an Epic quality item.",
+["name"] = "Epic Acquirer",
+["points"] = 5,
+}
+,
+[19] = {
+["Category"] = "NIL",
+["description"] = "Loot any 10 Treasure Chests.",
+["name"] = "Treasure Chest Spotter",
+["points"] = 5,
+}
+,
+[20] = {
+["Category"] = "NIL",
+["description"] = "Loot any 50 Treasure Chests.",
+["name"] = "Treasure Chest Seeker",
+["points"] = 5,
+}
+,
+[21] = {
+["Category"] = "NIL",
+["description"] = "Loot any 100 Treasure Chests.",
+["name"] = "Treasure Chest Stalker",
+["points"] = 5,
+}
+,
+[22] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Loot any 1000 Treasure Chests.",
+["name"] = "Treasure Chest Hunter",
+["points"] = 5,
+}
+,
+[23] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[24] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[25] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[26] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[27] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[28] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat Faolchu the Changeling and set the city of Camlorn free.",
+["name"] = "Faolchu\'s Bane",
+["points"] = 5,
+}
+,
+[29] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[30] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Help the Wyresses remove Angof\'s corruption from their sacred groves and the Wyrd Tree.",
+["name"] = "Wyrd Friend",
+["points"] = 5,
+}
+,
+[31] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Stop Angof the Gravesinger\'s necromantic plan to conquer Glenumbra.",
+["name"] = "Savior of Glenumbra",
+["points"] = 5,
+}
+,
+[32] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[33] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[34] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 53 quests in Glenumbra.",
+["name"] = "Glenumbra Adventurer",
+["points"] = 50,
+}
+,
+[35] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Wear a full set of Superior, and only Superior, gear.",
+["name"] = "Superior Attire",
+["points"] = 15,
+}
+,
+[36] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Wear a full set of Epic, and only Epic, gear.",
+["name"] = "Epic Attire",
+["points"] = 15,
+}
+,
+[37] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[38] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Kill humanoids, Goblin-kin, and giant-kin.",
+["name"] = "Humanoid Slayer",
+["points"] = 15,
+}
+,
+[39] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Kill Daedric creatures from Oblivion.",
+["name"] = "Daedra Slayer",
+["points"] = 15,
+}
+,
+[40] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Kill Dwarven mechanical constructs.",
+["name"] = "Dwarven Construct Slayer",
+["points"] = 15,
+}
+,
+[41] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Kill a variety of natural creatures in the wilds of Tamriel and beyond.",
+["name"] = "Nature Slayer",
+["points"] = 15,
+}
+,
+[42] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Kill skeletons, zombies, ghosts, spirits, and vampires.",
+["name"] = "Undead Slayer",
+["points"] = 15,
+}
+,
+[43] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[44] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[45] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[46] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[47] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[48] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[49] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[50] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[51] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Complete all of the Slayer Achievements.",
+["name"] = "Master Monster Slayer",
+["points"] = 50,
+}
+,
+[52] = {
+["Category"] = "NIL",
+["description"] = "Complete 50 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
+["name"] = "Quester",
+["points"] = 5,
+}
+,
+[53] = {
+["Category"] = "NIL",
+["description"] = "Complete 100 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
+["name"] = "Explorer",
+["points"] = 10,
+}
+,
+[54] = {
+["Category"] = "NIL",
+["description"] = "Complete 250 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
+["name"] = "Adventurer",
+["points"] = 15,
+}
+,
+[55] = {
+["Category"] = "NIL",
+["description"] = "Complete 500 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
+["name"] = "Master Adventurer",
+["points"] = 15,
+}
+,
+[56] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 1000 Quests.\n\nNote: Repeatable quests only count towards this achievement the first time they are completed.",
+["name"] = "Indomitable Adventurer",
+["points"] = 15,
+}
+,
+[57] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 60 quests in Stormhaven.",
+["name"] = "Stormhaven Adventurer",
+["points"] = 50,
+}
+,
+[58] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 42 quests in Rivenspire.",
+["name"] = "Rivenspire Adventurer",
+["points"] = 50,
+}
+,
+[59] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 42 quests in Alik\'r Desert.",
+["name"] = "Alik\'r Desert Adventurer",
+["points"] = 50,
+}
+,
+[60] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 36 quests in Bangkorai.",
+["name"] = "Bangkorai Adventurer",
+["points"] = 50,
+}
+,
+[61] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete all Daggerfall Covenant quest achievements.",
+["name"] = "Hero of the Daggerfall Covenant",
+["points"] = 50,
+}
+,
+[62] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[63] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[64] = {
+["Category"] = "NIL",
+["description"] = "Harvest any crafting materials 10 times.",
+["name"] = "Apprentice Crafting Harvester",
+["points"] = 5,
+}
+,
+[65] = {
+["Category"] = "NIL",
+["description"] = "Harvest any crafting materials 50 times.",
+["name"] = "Journeyman Crafting Harvester",
+["points"] = 5,
+}
+,
+[66] = {
+["Category"] = "NIL",
+["description"] = "Harvest any crafting materials 100 times.",
+["name"] = "Expert Crafting Harvester",
+["points"] = 5,
+}
+,
+[67] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest any crafting materials 1000 times.",
+["name"] = "Master Crafting Harvester",
+["points"] = 5,
+}
+,
+[68] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest any crafting materials 10000 times.",
+["name"] = "Grand Master Crafting Harvester",
+["points"] = 5,
+}
+,
+[69] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[70] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[71] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[72] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[73] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[74] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[75] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[76] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[77] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[78] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Foreman Llothan, the Hive Lord, and the Sentinel of Rkugamz in Darkshade Caverns I.",
+["name"] = "Darkshade Caverns I Vanquisher",
+["points"] = 10,
+}
+,
+[79] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Investigator Garron, Varain Pellingare and Allene Pellingare in Wayrest Sewers I.",
+["name"] = "Wayrest Sewers I Vanquisher",
+["points"] = 10,
+}
+,
+[80] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Archmaster Siniel, Death\'s Leviathan, and the Ilambris Twins in Crypt of Hearts I.",
+["name"] = "Crypt of Hearts I Vanquisher",
+["points"] = 10,
+}
+,
+[81] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Valaran Stormcaller, Stormfist, and Stormreeve Neidir in Tempest Island.",
+["name"] = "Tempest Island Vanquisher",
+["points"] = 10,
+}
+,
+[82] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[83] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[84] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[85] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[86] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[87] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[88] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 10 enemy Dragonknights.",
+["name"] = "Dragonknight Slayer",
+["points"] = 10,
+}
+,
+[89] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 10 enemy Sorcerers.",
+["name"] = "Sorcerer Slayer",
+["points"] = 10,
+}
+,
+[90] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 10 enemy Templars.",
+["name"] = "Templar Slayer",
+["points"] = 10,
+}
+,
+[91] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Help capture a resource (farm, lumbermill, or mine) in Cyrodiil.",
+["name"] = "Capture a Resource",
+["points"] = 10,
+}
+,
+[92] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn your first rank in the Alliance War.",
+["name"] = "Alliance War Volunteer",
+["points"] = 10,
+}
+,
+[93] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Recruit in the Alliance War.",
+["name"] = "Alliance War Recruit",
+["points"] = 10,
+}
+,
+[94] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Tyro in the Alliance War.",
+["name"] = "Alliance War Tyro",
+["points"] = 10,
+}
+,
+[95] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Legionary in the Alliance War.",
+["name"] = "Alliance War Legionary",
+["points"] = 10,
+}
+,
+[96] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Veteran in the Alliance War.",
+["name"] = "Alliance War Veteran",
+["points"] = 10,
+}
+,
+[97] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Corporal in the Alliance War.",
+["name"] = "Alliance War Corporal",
+["points"] = 10,
+}
+,
+[98] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Sergeant in the Alliance War.",
+["name"] = "Alliance War Sergeant",
+["points"] = 10,
+}
+,
+[99] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Lieutenant in the Alliance War.",
+["name"] = "Alliance War Lieutenant",
+["points"] = 10,
+}
+,
+[100] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Captain in the Alliance War.",
+["name"] = "Alliance War Captain",
+["points"] = 10,
+}
+,
+[101] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Major in the Alliance War.",
+["name"] = "Alliance War Major",
+["points"] = 10,
+}
+,
+[102] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Centurion in the Alliance War.",
+["name"] = "Alliance War Centurion",
+["points"] = 10,
+}
+,
+[103] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Colonel in the Alliance War.",
+["name"] = "Alliance War Colonel",
+["points"] = 10,
+}
+,
+[104] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Tribune in the Alliance War.",
+["name"] = "Alliance War Tribune",
+["points"] = 10,
+}
+,
+[105] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Brigadier in the Alliance War.",
+["name"] = "Alliance War Brigadier",
+["points"] = 10,
+}
+,
+[106] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Prefect in the Alliance War.",
+["name"] = "Alliance War Prefect",
+["points"] = 10,
+}
+,
+[107] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Praetorian in the Alliance War.",
+["name"] = "Alliance War Praetorian",
+["points"] = 10,
+}
+,
+[108] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Palatine in the Alliance War.",
+["name"] = "Alliance War Palatine",
+["points"] = 10,
+}
+,
+[109] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of August Palatine in the Alliance War.",
+["name"] = "Alliance War August Palatine",
+["points"] = 10,
+}
+,
+[110] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Legate in the Alliance War.",
+["name"] = "Alliance War Legate",
+["points"] = 10,
+}
+,
+[111] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of General in the Alliance War.",
+["name"] = "Alliance War General",
+["points"] = 10,
+}
+,
+[112] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Warlord in the Alliance War.",
+["name"] = "Alliance War Warlord",
+["points"] = 10,
+}
+,
+[113] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Grand Warlord in the Alliance War.",
+["name"] = "Alliance War Grand Warlord",
+["points"] = 10,
+}
+,
+[114] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Overlord in the Alliance War.",
+["name"] = "Alliance War Overlord",
+["points"] = 10,
+}
+,
+[115] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Score a Revenge kill in the Alliance War or Battlegrounds.",
+["name"] = "First Revenge",
+["points"] = 10,
+}
+,
+[116] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Score 10 Revenge kills in the Alliance War or Battlegrounds.",
+["name"] = "Sweet Vengeance",
+["points"] = 10,
+}
+,
+[117] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Score your first Avenge kill in the Alliance War or Battlegrounds.",
+["name"] = "First Avenge",
+["points"] = 10,
+}
+,
+[118] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Score 10 Avenge kills in the Alliance War or Battlegrounds.",
+["name"] = "Vindication",
+["points"] = 10,
+}
+,
+[119] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn a kill when below 5 percent health in the Alliance War or Battlegrounds.",
+["name"] = "Close Call Kill",
+["points"] = 10,
+}
+,
+[120] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn 5 kills when below 5 percent health in the Alliance War or Battlegrounds.",
+["name"] = "Five Under Five",
+["points"] = 10,
+}
+,
+[121] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn 10 kills when below 5 percent health in the Alliance War or Battlegrounds.",
+["name"] = "Ten Under Five",
+["points"] = 10,
+}
+,
+[122] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Capture your first keep in the Alliance War.",
+["name"] = "Keep Capture",
+["points"] = 10,
+}
+,
+[123] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[124] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[125] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[126] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[127] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[128] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[129] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[130] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[131] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[132] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[133] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[134] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill an enemy player of Alliance War rank 50.",
+["name"] = "Kill a Grand Overlord",
+["points"] = 10,
+}
+,
+[135] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Deal 1,000,000 points of damage to enemies in Cyrodiil.",
+["name"] = "Damage Dealer",
+["points"] = 10,
+}
+,
+[136] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Deal 5,000,000 points of damage to enemies in Cyrodiil.",
+["name"] = "Massive Damage Dealer",
+["points"] = 10,
+}
+,
+[137] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Deal 100,000,000 points of damage to enemies in Cyrodiil.",
+["name"] = "Tremendous Damage Dealer",
+["points"] = 10,
+}
+,
+[138] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Heal 1,000,000 points of damage to allies in Cyrodiil.",
+["name"] = "Healer",
+["points"] = 10,
+}
+,
+[139] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Heal 5,000,000 points of damage to allies in Cyrodiil.",
+["name"] = "Massive Healer",
+["points"] = 10,
+}
+,
+[140] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Heal 100,000,000 points of damage to allies in Cyrodiil.",
+["name"] = "Tremendous Healer",
+["points"] = 10,
+}
+,
+[141] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 Breton enemies in the Alliance War or Battlegrounds.",
+["name"] = "Breton Slayer",
+["points"] = 10,
+}
+,
+[142] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[143] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[144] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[145] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Stop the Reachmen from attacking Evermore.",
+["name"] = "Evermore Defender",
+["points"] = 5,
+}
+,
+[146] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Liberate the Bangkorai Garrison from the invaders.",
+["name"] = "Bangkorai Garrison Liberator",
+["points"] = 5,
+}
+,
+[147] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Rescue High King Emeric from the clutches of Septima Tharn.",
+["name"] = "High King Emeric\'s Savior",
+["points"] = 5,
+}
+,
+[148] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the spriggan Woodblight at Blighted Isle.",
+["name"] = "Woodblight Killer",
+["points"] = 5,
+}
+,
+[149] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill Dayarrus the Xivilai at Arlimahera\'s Sanctum.",
+["name"] = "Dayarrus\' Deathbringer",
+["points"] = 5,
+}
+,
+[150] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the frost atronach monarch Nomeg Hyril at Nilata Falls.",
+["name"] = "Nomeg Hyril\'s Executioner",
+["points"] = 5,
+}
+,
+[151] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the liches Qumehdi and Zaman at the Telesubi Ruins.",
+["name"] = "Lich Butcher",
+["points"] = 5,
+}
+,
+[152] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the summoner Caecilia Attius and her Daedra minions at the Summoner\'s Camp.",
+["name"] = "Summoner Slayer",
+["points"] = 5,
+}
+,
+[153] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy the ghost Garach Wolf-Father and his werewolf spirits at Lakewatch Tower.",
+["name"] = "Wolf-Father Exorcist",
+["points"] = 5,
+}
+,
+[154] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat the Omen of the Watchful Eye and lift the paranoia in Alcaire.",
+["name"] = "Dreamslayer",
+["points"] = 5,
+}
+,
+[155] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Return the Dream Shard to Pariah Abbey and restore peace to Menevia.",
+["name"] = "Spirit Warden Champion",
+["points"] = 5,
+}
+,
+[156] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat the Omen of Counting Stars and end the obsessions plaguing Gavaudon.",
+["name"] = "Azura\'s Ally",
+["points"] = 5,
+}
+,
+[157] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[158] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the giant spider, Aesar the Hatespinner, at Aesar\'s Web.",
+["name"] = "Hatespinner Hunter",
+["points"] = 5,
+}
+,
+[159] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the gargoyle, Menhir Stoneskin, at Valeguard Tower.",
+["name"] = "Menhir Hunter",
+["points"] = 5,
+}
+,
+[160] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the necromancer, Louna Darkblood, at Old Kalgon\'s Keep.",
+["name"] = "Darkblood Hunter",
+["points"] = 5,
+}
+,
+[161] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the hag, Magdelena, at Magdelena\'s Haunt.",
+["name"] = "Hag Hunter",
+["points"] = 5,
+}
+,
+[162] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the Orc, Stroda gra-Drom, at East-Rock Landing.",
+["name"] = "Stroda\'s Assassin",
+["points"] = 5,
+}
+,
+[163] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the nereid, Desuuga the Siren, at Siren\'s Cove.",
+["name"] = "Siren Hunter",
+["points"] = 5,
+}
+,
+[164] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[165] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[166] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[167] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[168] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[169] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[170] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[171] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[172] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[173] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[174] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[175] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[176] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in Glenumbra.",
+["name"] = "Glenumbra Cave Delver",
+["points"] = 15,
+}
+,
+[177] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in Stormhaven.",
+["name"] = "Stormhaven Cave Delver",
+["points"] = 15,
+}
+,
+[178] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in Rivenspire.",
+["name"] = "Rivenspire Cave Delver",
+["points"] = 15,
+}
+,
+[179] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[180] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in Bangkorai.",
+["name"] = "Bangkorai Cave Delver",
+["points"] = 15,
+}
+,
+[181] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in Stonefalls.",
+["name"] = "Stonefalls Cave Delver",
+["points"] = 15,
+}
+,
+[182] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[183] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[184] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Destroy the Dominion\'s ability to create Skin-Stealers.",
+["name"] = "Skin-Stealer Destroyer",
+["points"] = 5,
+}
+,
+[185] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Protect the Argonian eggs so a new generation can be born.",
+["name"] = "Egg Protector",
+["points"] = 5,
+}
+,
+[186] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Recover the Mnemic Egg from the Dominion.",
+["name"] = "Mnemic Egg Guardian",
+["points"] = 5,
+}
+,
+[187] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the wamasu champion Haynekhtnamet in its lair.",
+["name"] = "Haynekhtnamet Hunter",
+["points"] = 5,
+}
+,
+[188] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the ogre twins Argalog and Vlaga at Xal Thak.",
+["name"] = "Ogre Twin Tormentor",
+["points"] = 5,
+}
+,
+[189] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the Ayleid Mummy Lord Talkynd at Nen Ria.",
+["name"] = "Mummy Lord Murderer",
+["points"] = 5,
+}
+,
+[190] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Captain Bones and his undead crew aboard the Captain\'s ship.",
+["name"] = "Captain Bones Destroyer",
+["points"] = 5,
+}
+,
+[191] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the Daedroth Urrai at Bitterroot Cave.",
+["name"] = "Urrai\'s Bane",
+["points"] = 5,
+}
+,
+[192] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the Slave Lord Rendrasa at the Slaver\'s Camp.",
+["name"] = "Slave Lord\'s Ruination",
+["points"] = 5,
+}
+,
+[193] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in Shadowfen.",
+["name"] = "Shadowfen Cave Delver",
+["points"] = 15,
+}
+,
+[194] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Find Bleakrock\'s missing villagers and send them home.",
+["name"] = "Hero of Bleakrock",
+["points"] = 10,
+}
+,
+[195] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the champion of the Strifeswarm kwama hive.",
+["name"] = "Strifeswarm Eradicator",
+["points"] = 5,
+}
+,
+[196] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Enter the Cave of Memories and destroy the Ashlander Guardian.",
+["name"] = "Memory Masher",
+["points"] = 5,
+}
+,
+[197] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Survive the mudcrabs of Shipwreck Strand and kill Shellcracker, the cannibal crab.",
+["name"] = "Shellcracker",
+["points"] = 5,
+}
+,
+[198] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Storm the beach at Matron\'s Clutch, slay the Dreugh Matrons, and end the threat of the Dreugh egg-tenders.",
+["name"] = "Dreugh Destroyer",
+["points"] = 5,
+}
+,
+[199] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy the Golden Saint at the Shivering Shrine.",
+["name"] = "Saintly Slaughter",
+["points"] = 5,
+}
+,
+[200] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the bull netch Ozzacha in Brahma\'s Grove.",
+["name"] = "Netch Wrangler",
+["points"] = 5,
+}
+,
+[201] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Destroy Balreth and return the Brother of Strife to slumber.",
+["name"] = "Balreth\'s Bane",
+["points"] = 5,
+}
+,
+[202] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Inner Sea Armature.",
+["name"] = "Inner Sea Armature Explorer",
+["points"] = 10,
+}
+,
+[203] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Emberflint Mine.",
+["name"] = "Emberflint Mine Explorer",
+["points"] = 10,
+}
+,
+[204] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Slay General Serien and stop the Covenant invasion of Stonefalls.",
+["name"] = "General Serien\'s Demise",
+["points"] = 5,
+}
+,
+[205] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Mephala\'s Nest.",
+["name"] = "Mephala\'s Nest Explorer",
+["points"] = 10,
+}
+,
+[206] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Hightide Hollow.",
+["name"] = "Hightide Hollow Explorer",
+["points"] = 10,
+}
+,
+[207] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Softloam Cavern.",
+["name"] = "Softloam Cavern Explorer",
+["points"] = 10,
+}
+,
+[208] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Sheogorath\'s Tongue.",
+["name"] = "Sheogorath\'s Tongue Explorer",
+["points"] = 10,
+}
+,
+[209] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Destroy Sadal and save Stonefalls.",
+["name"] = "Sadal\'s Overthrower",
+["points"] = 5,
+}
+,
+[210] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the great werewolf, Rageclaw, at Rageclaw\'s Den.",
+["name"] = "Rageclaw Hunter",
+["points"] = 5,
+}
+,
+[211] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the Breton necromancer, Vivien Armene, at the Dragon Mound.",
+["name"] = "Armene\'s Bane",
+["points"] = 5,
+}
+,
+[212] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the vampire, Olveidi the Ratmaster, at the Ratmaster\'s Prowl.",
+["name"] = "Ratmaster Crusher",
+["points"] = 5,
+}
+,
+[213] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the wild mammoth, Mannskadi, at Dragon\'s Hallow.",
+["name"] = "Mannskadi\'s Mauler",
+["points"] = 5,
+}
+,
+[214] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the great sabre cat, Ammabani, at Ammabani\'s Pride.",
+["name"] = "Ammabani Ambusher",
+["points"] = 5,
+}
+,
+[215] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Ilessan Tower.",
+["name"] = "Ilessan Tower Explorer",
+["points"] = 10,
+}
+,
+[216] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Silumm.",
+["name"] = "Silumm Explorer",
+["points"] = 10,
+}
+,
+[217] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Enduum.",
+["name"] = "Enduum Explorer",
+["points"] = 10,
+}
+,
+[218] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Mines of Khuras.",
+["name"] = "Mines of Khuras Explorer",
+["points"] = 10,
+}
+,
+[219] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Ebon Crypt.",
+["name"] = "Ebon Crypt Explorer",
+["points"] = 10,
+}
+,
+[220] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Cryptwatch Fort.",
+["name"] = "Cryptwatch Fort Explorer",
+["points"] = 10,
+}
+,
+[221] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Portdun Watch.",
+["name"] = "Portdun Watch Explorer",
+["points"] = 10,
+}
+,
+[222] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Koeglin Mine.",
+["name"] = "Koeglin Mine Explorer",
+["points"] = 10,
+}
+,
+[223] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Pariah Catacombs.",
+["name"] = "Pariah Catacombs Explorer",
+["points"] = 10,
+}
+,
+[224] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Farangel\'s Delve.",
+["name"] = "Farangel\'s Delve Explorer",
+["points"] = 10,
+}
+,
+[225] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Bearclaw Mine.",
+["name"] = "Bearclaw Mine Explorer",
+["points"] = 10,
+}
+,
+[226] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Norvolk Ruins.",
+["name"] = "Norvolk Ruins Explorer",
+["points"] = 10,
+}
+,
+[227] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Crestshade Mine.",
+["name"] = "Crestshade Mine Explorer",
+["points"] = 10,
+}
+,
+[228] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Flyleaf Catacombs.",
+["name"] = "Flyleaf Catacombs Explorer",
+["points"] = 10,
+}
+,
+[229] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Tribulation Crypt.",
+["name"] = "Tribulation Crypt Explorer",
+["points"] = 10,
+}
+,
+[230] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Orc\'s Finger Ruins.",
+["name"] = "Orc\'s Finger Ruins Explorer",
+["points"] = 10,
+}
+,
+[231] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Erokii Ruins.",
+["name"] = "Erokii Ruins Explorer",
+["points"] = 10,
+}
+,
+[232] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Hildune\'s Secret Refuge.",
+["name"] = "Hildune\'s Secret Refuge Explorer",
+["points"] = 10,
+}
+,
+[233] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[234] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[235] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[236] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[237] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[238] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[239] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[240] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[241] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[242] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[243] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[244] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[245] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Atanaz Ruins.",
+["name"] = "Atanaz Ruins Explorer",
+["points"] = 10,
+}
+,
+[246] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Broken Tusk.",
+["name"] = "Broken Tusk Explorer",
+["points"] = 10,
+}
+,
+[247] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Chid-Moska Ruins.",
+["name"] = "Chid-Moska Ruins Explorer",
+["points"] = 10,
+}
+,
+[248] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Gandranen.",
+["name"] = "Gandranen Explorer",
+["points"] = 10,
+}
+,
+[249] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Onkobra Kwama Mine.",
+["name"] = "Onkobra Kwama Mine Explorer",
+["points"] = 10,
+}
+,
+[250] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Shrine of the Black Maw.",
+["name"] = "Black Maw Shrine Explorer",
+["points"] = 10,
+}
+,
+[251] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear The Chill Hollow.",
+["name"] = "Chill Hollow Explorer",
+["points"] = 10,
+}
+,
+[252] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Icehammer\'s Vault.",
+["name"] = "Icehammer\'s Vault Explorer",
+["points"] = 10,
+}
+,
+[253] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Old Sord\'s Cave.",
+["name"] = "Old Sord\'s Cave Explorer",
+["points"] = 10,
+}
+,
+[254] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Frigid Grotto.",
+["name"] = "Frigid Grotto Explorer",
+["points"] = 10,
+}
+,
+[255] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Stormcrag Crypt.",
+["name"] = "Stormcrag Crypt Explorer",
+["points"] = 10,
+}
+,
+[256] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Bastard\'s Tomb.",
+["name"] = "Bastard\'s Tomb Explorer",
+["points"] = 10,
+}
+,
+[257] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the great bear, Beralagr, at Swiftblade\'s Camp.",
+["name"] = "Beralagr Hunter",
+["points"] = 5,
+}
+,
+[258] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy Thjormar and the Drowned Horde at Bitterpoint Strand.",
+["name"] = "Drowned Horde Decimator",
+["points"] = 5,
+}
+,
+[259] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the Orc reaver Dugan the Red.",
+["name"] = "Dugan\'s Demolisher",
+["points"] = 5,
+}
+,
+[260] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the strangler Bone Grappler in its nest.",
+["name"] = "Bone Grappler\'s Bane",
+["points"] = 5,
+}
+,
+[261] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the nereid queen Tallatta the Lustrous in the Jagged Grotto.",
+["name"] = "Tallatta\'s Annihilator",
+["points"] = 5,
+}
+,
+[262] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill Skullbreaker the sea troll at Windshriek Strand.",
+["name"] = "Skullbreaker",
+["points"] = 5,
+}
+,
+[263] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill Commander Faldethil of the Green Hunters at River Edge.",
+["name"] = "Green Vanquisher",
+["points"] = 5,
+}
+,
+[264] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Lady Llarel\'s Shelter.",
+["name"] = "Lady Llarel\'s Shelter Explorer",
+["points"] = 10,
+}
+,
+[265] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the ruins of Lower Bthanual.",
+["name"] = "Lower Bthanual Explorer",
+["points"] = 10,
+}
+,
+[266] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Triple Circle Mine.",
+["name"] = "Triple Circle Mine Explorer",
+["points"] = 10,
+}
+,
+[267] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Taleon\'s Crag.",
+["name"] = "Taleon\'s Crag Explorer",
+["points"] = 10,
+}
+,
+[268] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Knife Ear Grotto.",
+["name"] = "Knife Ear Grotto Explorer",
+["points"] = 10,
+}
+,
+[269] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Corpse Garden.",
+["name"] = "Corpse Garden Explorer",
+["points"] = 10,
+}
+,
+[270] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in Deshaan.",
+["name"] = "Deshaan Cave Delver",
+["points"] = 15,
+}
+,
+[271] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[272] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Ganakton the Tempest, Sliklenia the Songstress, and Sellistrix the Lamia Queen in Arx Corinium.",
+["name"] = "Arx Corinium Vanquisher",
+["points"] = 10,
+}
+,
+[273] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[274] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Dead Man\'s Drop.",
+["name"] = "Dead Man\'s Drop Explorer",
+["points"] = 10,
+}
+,
+[275] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the giant kagouti, Short-Tusk, at Short-Tusk\'s Hillock.",
+["name"] = "Short-Tusk Hunter",
+["points"] = 5,
+}
+,
+[276] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the corpse husk, the Abomination, at the Grove of the Abomination.",
+["name"] = "Abomination Slayer",
+["points"] = 5,
+}
+,
+[277] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the giant troll, Sharpfang, at the Dire Bramblepatch.",
+["name"] = "Sharpfang Killer",
+["points"] = 5,
+}
+,
+[278] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy the Mabrigash Shade at the Mabrigash Burial Circle.",
+["name"] = "Mabrigash Shade Destroyer",
+["points"] = 5,
+}
+,
+[279] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the Dremora ritualist, Druitularg, at Druitularg\'s Ritual Altar.",
+["name"] = "Druitularg\'s Bane",
+["points"] = 5,
+}
+,
+[280] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the giant guar, Bittergreen the Wild, at Caravan Crest.",
+["name"] = "Bittergreen Obliterator",
+["points"] = 5,
+}
+,
+[281] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Black Vine Ruins.",
+["name"] = "Black Vine Ruins Explorer",
+["points"] = 10,
+}
+,
+[282] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Roots of Silvenar.",
+["name"] = "Roots of Silvenar Explorer",
+["points"] = 10,
+}
+,
+[283] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Uncover the Hound\'s Plan to lure the Green Lady to Silvenar.",
+["name"] = "Hound Hinderer",
+["points"] = 5,
+}
+,
+[284] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Save the Silvenar from his captors.",
+["name"] = "Silvenar\'s Friend",
+["points"] = 5,
+}
+,
+[285] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Unite the Silvenar with the Green Lady.",
+["name"] = "Hero of Frond and Leaf",
+["points"] = 5,
+}
+,
+[286] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Shael Ruins.",
+["name"] = "Shael Ruins Explorer",
+["points"] = 10,
+}
+,
+[287] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in Auridon.",
+["name"] = "Auridon Cave Delver",
+["points"] = 15,
+}
+,
+[288] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Del\'s Claim.",
+["name"] = "Del\'s Claim Explorer",
+["points"] = 10,
+}
+,
+[289] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Ondil.",
+["name"] = "Ondil Explorer",
+["points"] = 10,
+}
+,
+[290] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Entila\'s Folly.",
+["name"] = "Entila\'s Folly Explorer",
+["points"] = 10,
+}
+,
+[291] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Wansalen.",
+["name"] = "Wansalen Explorer",
+["points"] = 10,
+}
+,
+[292] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Mehrunes\' Spite.",
+["name"] = "Mehrunes\' Spite Explorer",
+["points"] = 10,
+}
+,
+[293] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Bewan.",
+["name"] = "Bewan Explorer",
+["points"] = 10,
+}
+,
+[294] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Goblin War Chief and the Dreugh King in Fungal Grotto I.",
+["name"] = "Fungal Grotto I Vanquisher",
+["points"] = 10,
+}
+,
+[295] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[296] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in Malabal Tor.",
+["name"] = "Malabal Tor Cave Delver",
+["points"] = 15,
+}
+,
+[297] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Tomb of the Apostates.",
+["name"] = "Tomb of the Apostates Explorer",
+["points"] = 10,
+}
+,
+[298] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Hoarvor Pit.",
+["name"] = "Hoarvor Pit Explorer",
+["points"] = 10,
+}
+,
+[299] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in Sanguine\'s Demesne.",
+["name"] = "Sanguine\'s Demesne Vanquisher",
+["points"] = 10,
+}
+,
+[300] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all six champions in Sanguine\'s Demesne.",
+["name"] = "Sanguine\'s Demesne Conqueror",
+["points"] = 50,
+}
+,
+[301] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Swarm Mother and the Whisperer in Spindleclutch I.",
+["name"] = "Spindleclutch I Vanquisher",
+["points"] = 10,
+}
+,
+[302] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[303] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Kathutet, Amkaos, and Ranyu, Molag Bal\'s torturers, at a Dark Anchor.",
+["name"] = "Torturers\' Demise",
+["points"] = 10,
+}
+,
+[304] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Glut, Hogshead, and Stumble, the three Ogrim Brothers, at a Dark Anchor.",
+["name"] = "Ogrim Brother Subjugator",
+["points"] = 10,
+}
+,
+[305] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Velehk Sain, the Dremora pirate, at a Dark Anchor.",
+["name"] = "Dremora Pirate Slayer",
+["points"] = 10,
+}
+,
+[306] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Methats, Vonshala, and Sumeer, the Dremora travelers, at a Dark Anchor.",
+["name"] = "Traveling Dremora Slayer",
+["points"] = 10,
+}
+,
+[307] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Menta Na, Molag Bal\'s most favored Daedroth, at a Dark Anchor.",
+["name"] = "Favored Daedroth Destroyer",
+["points"] = 10,
+}
+,
+[308] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Yggmanei the Ever-Open Eye, Molag Bal\'s greatest spy, at a Dark Anchor.",
+["name"] = "Closer of the Ever-Open Eye",
+["points"] = 10,
+}
+,
+[309] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Daedroth Hrelvesuu at a Dark Anchor.",
+["name"] = "Hrelvesuu\'s Bane",
+["points"] = 10,
+}
+,
+[310] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Rhagothan, the Devourer of Souls, at a Dark Anchor.",
+["name"] = "Devourer of Souls Subverter",
+["points"] = 10,
+}
+,
+[311] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Nomeg Haga, the giant Frost Atronach of Coldharbour, at a Dark Anchor.",
+["name"] = "Frost Lord Destroyer",
+["points"] = 10,
+}
+,
+[312] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Zymel Hriz, the giant Storm Atronach of Coldharbour, at a Dark Anchor.",
+["name"] = "Storm Lord Destroyer",
+["points"] = 10,
+}
+,
+[313] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Anaxes and Medrike, the Xivilai torturers, at a Dark Anchor.",
+["name"] = "Xivilai Slavemaster Destroyer",
+["points"] = 10,
+}
+,
+[314] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Vika, Dylora, and Jansa, the Dark Seducer sisters, at a Dark Anchor.",
+["name"] = "Seductive Sister Destroyer",
+["points"] = 10,
+}
+,
+[315] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat King Styriche of Verkarth and his companions, Fangaril and Zayzahad, at a Dark Anchor.",
+["name"] = "Verkarth Vampire Destroyer",
+["points"] = 10,
+}
+,
+[316] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Lord Dregas Volar, the holder of the Daedric Crescent, at a Dark Anchor.",
+["name"] = "Crescent Dremora Destroyer",
+["points"] = 10,
+}
+,
+[317] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Gedna Relvel, the Lich of Mournhold, at a Dark Anchor.",
+["name"] = "Mournhold Lich Destroyer",
+["points"] = 10,
+}
+,
+[318] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy all of Molag Bal\'s generals that appear at the Dark Anchors.",
+["name"] = "General Executioner",
+["points"] = 50,
+}
+,
+[319] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[320] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[321] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[322] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Release the Dark Anchor pinions to send the chains back to Coldharbour.",
+["name"] = "Chainbreaker",
+["points"] = 10,
+}
+,
+[323] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[324] = {
+["Category"] = "NIL",
+["description"] = "Destroy 10 Dark Anchors from Coldharbour.",
+["name"] = "Anchor Destroyer",
+["points"] = 5,
+}
+,
+[325] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Shadowrend and High Kinlord Rilis in Banished Cells I.",
+["name"] = "Banished Cells I Vanquisher",
+["points"] = 10,
+}
+,
+[326] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[327] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[328] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in the Rift.",
+["name"] = "The Rift Cave Delver",
+["points"] = 15,
+}
+,
+[329] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Faldar\'s Tooth.",
+["name"] = "Faldar\'s Tooth Explorer",
+["points"] = 10,
+}
+,
+[330] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Broken Helm Hollow.",
+["name"] = "Broken Helm Hollow Explorer",
+["points"] = 10,
+}
+,
+[331] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Avancheznel.",
+["name"] = "Avancheznel Explorer",
+["points"] = 10,
+}
+,
+[332] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Fort Greenwall.",
+["name"] = "Fort Greenwall Explorer",
+["points"] = 10,
+}
+,
+[333] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Shroud Hearth Barrow.",
+["name"] = "Shroud Hearth Barrow Explorer",
+["points"] = 10,
+}
+,
+[334] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Snapleg Cave.",
+["name"] = "Snapleg Cave Explorer",
+["points"] = 10,
+}
+,
+[335] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Crush the Reach\'s presence in the Rift.",
+["name"] = "Reach Crusher",
+["points"] = 5,
+}
+,
+[336] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat Thallik Wormfather and scatter the Worm Cult.",
+["name"] = "Wormsquasher",
+["points"] = 5,
+}
+,
+[337] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Return Sinmur to his grave.",
+["name"] = "Ysgramor\'s Prodigy",
+["points"] = 5,
+}
+,
+[338] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[339] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[340] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Mephala\'s Fang, Gamyne Bandu, Ciirenas the Sheperd, Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Veteran Fungal Grotto II within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Spider Cultists.",
+["name"] = "Fungal Grotto II Assassin",
+["points"] = 50,
+}
+,
+[341] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[342] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Vila Theran in Veteran Fungal Grotto II without any member of your party using the protection of the Obsidian Husk.",
+["name"] = "Fearless Assaulter",
+["points"] = 50,
+}
+,
+[343] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Gamyne Bandu, the Spawn of Mephala, and Vila Theran in Veteran Fungal Grotto II.",
+["name"] = "Fungal Grotto II Conqueror",
+["points"] = 10,
+}
+,
+[344] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[345] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Indur-sa and the Khajiiti Hunters at the Hunter Camp.",
+["name"] = "Khajiiti Hunters\' Bane",
+["points"] = 5,
+}
+,
+[346] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the trolls, Frostdrool and Sleetclaw, at the Troll Cave.",
+["name"] = "Troll Killer",
+["points"] = 5,
+}
+,
+[347] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Frost Atronach, Nomeg Rine, at the Frozen Ruins.",
+["name"] = "Frost Atronach Destroyer",
+["points"] = 5,
+}
+,
+[348] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Put Ghoragham to rest at Angarvunde Mound.",
+["name"] = "Ghost Banisher",
+["points"] = 5,
+}
+,
+[349] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Longstride the Giant and his Mammoth at the Giant Camp.",
+["name"] = "Giant Slayer",
+["points"] = 5,
+}
+,
+[350] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Banish Aereus the Wispmother from Wisplight Glen.",
+["name"] = "Wispmother Vanquisher",
+["points"] = 5,
+}
+,
+[351] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "End the threat of the necromancers at Soulfire Plateau and avenge the First Auridon Marines.",
+["name"] = "Marines Avenger",
+["points"] = 5,
+}
+,
+[352] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Quenyas, leader of Auridon\'s bandit gangs, in the camp at Seaside Scarp.",
+["name"] = "Bandit Lord Bounty Hunter",
+["points"] = 5,
+}
+,
+[353] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy Ghost Captain Blanchete at the Wreck of the Raptor.",
+["name"] = "Ghost Captain Crusher",
+["points"] = 5,
+}
+,
+[354] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the clannfear champion, Snapjaw, and end the murder of innocents at Heretic\'s Summons.",
+["name"] = "Snapjaw\'s Bane",
+["points"] = 5,
+}
+,
+[355] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the giant snake known as the Nestmother in her den.",
+["name"] = "Nestmother Eradicator",
+["points"] = 5,
+}
+,
+[356] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Anarume at the Heritance Proving Ground and end his treason.",
+["name"] = "Anarume Bounty Hunter",
+["points"] = 5,
+}
+,
+[357] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Guardian of the Flame, the Empowered Frost Atronach, and Drodda of Icereach at Direfrost Keep.",
+["name"] = "Direfrost Keep Vanquisher",
+["points"] = 10,
+}
+,
+[358] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[359] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[360] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Execute the traitor at Tanzelwil in the name of Queen Ayrenn.",
+["name"] = "Sunder the First Veil",
+["points"] = 5,
+}
+,
+[361] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Infiltrate the Veiled Heritance and discover its secret.",
+["name"] = "Sunder the Second Veil",
+["points"] = 5,
+}
+,
+[362] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat the Daedric army and their leader at Firsthold.",
+["name"] = "Sunder the Third Veil",
+["points"] = 5,
+}
+,
+[363] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Kill Merdyndril the Alchemist at Obsidian Gorge and put an end to the Llodos plague.",
+["name"] = "Plague Ender",
+["points"] = 5,
+}
+,
+[364] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Free the Tribunal Temple from invading Daedric forces.",
+["name"] = "Temple Knight",
+["points"] = 15,
+}
+,
+[365] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Kill Magistrix Vox at Eidolon\'s Hollow and restore peace to Deshaan.",
+["name"] = "Vox Slayer",
+["points"] = 15,
+}
+,
+[366] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[367] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in Crow\'s Wood.",
+["name"] = "Crow\'s Wood Vanquisher",
+["points"] = 10,
+}
+,
+[368] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of Crow\'s Wood\'s champions.",
+["name"] = "Crow\'s Wood Conqueror",
+["points"] = 50,
+}
+,
+[369] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in the Forgotten Crypts.",
+["name"] = "Forgotten Crypts Vanquisher",
+["points"] = 10,
+}
+,
+[370] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the champions in the Forgotten Crypts.",
+["name"] = "Forgotten Crypts Conqueror",
+["points"] = 50,
+}
+,
+[371] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Lonely Giant and his angry mammoths in the Lion\'s Den.",
+["name"] = "Lion\'s Den Group Event",
+["points"] = 50,
+}
+,
+[372] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Fight-Master Grel and his adepts at Sanguine\'s Demesne.",
+["name"] = "Sanguine\'s Group Event",
+["points"] = 50,
+}
+,
+[373] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in the Lion\'s Den.",
+["name"] = "Lion\'s Den Vanquisher",
+["points"] = 10,
+}
+,
+[374] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the champions in the Lion\'s Den.",
+["name"] = "Lion\'s Den Conqueror",
+["points"] = 50,
+}
+,
+[375] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in the Hall of the Dead.",
+["name"] = "Hall of the Dead Vanquisher",
+["points"] = 10,
+}
+,
+[376] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the champions in the Hall of the Dead.",
+["name"] = "Hall of the Dead Conqueror",
+["points"] = 50,
+}
+,
+[377] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in Obsidian Scar.",
+["name"] = "Obsidian Scar Vanquisher",
+["points"] = 10,
+}
+,
+[378] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the champions in Obsidian Scar.",
+["name"] = "Obsidian Scar Conqueror",
+["points"] = 50,
+}
+,
+[379] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Destroy the Soul Wraiths to summon and slay Ghyslain in Crow\'s Wood.",
+["name"] = "Crow\'s Wood Group Event",
+["points"] = 50,
+}
+,
+[380] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Slay the Giant Snake Mother in Bad Man\'s Hallows.",
+["name"] = "Bad Man\'s Group Event",
+["points"] = 50,
+}
+,
+[381] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Reynir the Destroyer and his minions in the Hall of the Dead.",
+["name"] = "Hall of the Dead Group Event",
+["points"] = 50,
+}
+,
+[382] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the giant bear Graufang at Seaview Point.",
+["name"] = "Graufang Hunter",
+["points"] = 5,
+}
+,
+[383] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the lurcher Limbscather at the Western Overlook.",
+["name"] = "Limbscather Slayer",
+["points"] = 5,
+}
+,
+[384] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Kill the werewolf, Salazar the Wolf, at the Wolf\'s Camp.",
+["name"] = "Werewolf\'s Bane",
+["points"] = 5,
+}
+,
+[385] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Bloodthorn zombie, Asard the Putrid, at North Shore Point.",
+["name"] = "Asard\'s Assassin",
+["points"] = 5,
+}
+,
+[386] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the wamasu, Trapjaw, at Trapjaw\'s Cove.",
+["name"] = "Trapjaw Stalker",
+["points"] = 5,
+}
+,
+[387] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the necromancer, Grivier Bloodcaller, at Balefire Island.",
+["name"] = "Bloodcaller\'s Ruin",
+["points"] = 5,
+}
+,
+[388] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Eradicate the Kwama infestation and kill the Kwama Guardians in the Forgotten Crypts.",
+["name"] = "Forgotten Crypts Group Event",
+["points"] = 50,
+}
+,
+[389] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in Toothmaul Gully.",
+["name"] = "Toothmaul Gully Vanquisher",
+["points"] = 10,
+}
+,
+[390] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the champions in Toothmaul Gully.",
+["name"] = "Toothmaul Gully Conqueror",
+["points"] = 50,
+}
+,
+[391] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Quintus Verres, Tremorscale, and the Guardian Council at Volenfell.",
+["name"] = "Volenfell Vanquisher",
+["points"] = 10,
+}
+,
+[392] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[393] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Pack, the Beast Master, and the Lava Queen at the Blessed Crucible.",
+["name"] = "Blessed Crucible Vanquisher",
+["points"] = 10,
+}
+,
+[394] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[395] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in the Lost City of the Na-Totambu.",
+["name"] = "Lost City Vanquisher",
+["points"] = 10,
+}
+,
+[396] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the champions in the Lost City of the Na-Totambu.",
+["name"] = "Lost City Conqueror",
+["points"] = 50,
+}
+,
+[397] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Stonefalls.",
+["name"] = "Stonefalls Skyshard Hunter",
+["points"] = 15,
+}
+,
+[398] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 3 Skyshards in Bleakrock.",
+["name"] = "Bleakrock Skyshard Hunter",
+["points"] = 5,
+}
+,
+[399] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Titanclaw the mudcrab at Mudcrab Beach.",
+["name"] = "Titanclaw Cracker",
+["points"] = 5,
+}
+,
+[400] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Old Widow Silk and the Bloodweaver spiders at the Spider Nest.",
+["name"] = "Spider Slayer",
+["points"] = 5,
+}
+,
+[401] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Dreugh Brood Queen at the Dreugh Waters.",
+["name"] = "Brood Queen Destroyer",
+["points"] = 5,
+}
+,
+[402] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Daedroth Gar Xuu Gar and his minions at the Abandoned Farm.",
+["name"] = "Gar Xuu Gar\'s Bane",
+["points"] = 5,
+}
+,
+[403] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Ogre called Cousin Scrag at Scrag\'s Larder.",
+["name"] = "Cousin Scrag\'s Demolisher",
+["points"] = 5,
+}
+,
+[404] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Zymel Kruz the Storm Atronach at the Ancient Altar.",
+["name"] = "Kruz Control",
+["points"] = 5,
+}
+,
+[405] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 3 Skyshards in Bal Foyen.",
+["name"] = "Bal Foyen Skyshard Hunter",
+["points"] = 5,
+}
+,
+[406] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Jump from the nose of the Weeping Giant.",
+["name"] = "Nose Diver",
+["points"] = 5,
+}
+,
+[407] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 3 Skyshards in Stros M\'Kai.",
+["name"] = "Stros M\'Kai Skyshard Hunter",
+["points"] = 5,
+}
+,
+[408] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 3 Skyshards in Betnikh.",
+["name"] = "Betnikh Skyshard Hunter",
+["points"] = 5,
+}
+,
+[409] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Glenumbra.",
+["name"] = "Glenumbra Skyshard Hunter",
+["points"] = 15,
+}
+,
+[410] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Atarus, the Roost Mother, and Captain Blackheart in Blackheart Haven.",
+["name"] = "Blackheart Haven Vanquisher",
+["points"] = 10,
+}
+,
+[411] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[412] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Santaki Ruins.",
+["name"] = "Santaki Ruins Explorer",
+["points"] = 10,
+}
+,
+[413] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in the Alik\'r Desert.",
+["name"] = "Alik\'r Desert Cave Delver",
+["points"] = 15,
+}
+,
+[414] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Divad\'s Chagrin Mine.",
+["name"] = "Divad\'s Chagrin Mine Explorer",
+["points"] = 10,
+}
+,
+[415] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Recruit all three famous privateers on Stros M\'Kai.",
+["name"] = "Famed Recruiter",
+["points"] = 10,
+}
+,
+[416] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Aldunz Ruins.",
+["name"] = "Aldunz Ruins Explorer",
+["points"] = 10,
+}
+,
+[417] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Longclaw, Foulhide, and Selene in Selene\'s Web.",
+["name"] = "Selene\'s Web Vanquisher",
+["points"] = 10,
+}
+,
+[418] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[419] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Coldrock Diggings.",
+["name"] = "Coldrock Diggings Explorer",
+["points"] = 10,
+}
+,
+[420] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Sandblown Mine.",
+["name"] = "Sandblown Mine Explorer",
+["points"] = 10,
+}
+,
+[421] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Blood Golem, Praxin\'s Ghost, and Vorenor Winterbourne in Veteran Spindleclutch II.",
+["name"] = "Spindleclutch II Conqueror",
+["points"] = 10,
+}
+,
+[422] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[423] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Yldzuun Ruins.",
+["name"] = "Yldzuun Ruins Explorer",
+["points"] = 10,
+}
+,
+[424] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in Eastmarch.",
+["name"] = "Eastmarch Cave Delver",
+["points"] = 15,
+}
+,
+[425] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy the tainted plant creatures at Deathsong Cleft in Reaper\'s March.",
+["name"] = "Deathsong Deforester",
+["points"] = 5,
+}
+,
+[426] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Big Ozur the Ogre in Big Ozur\'s Valley.",
+["name"] = "Big Ozur\'s Bane",
+["points"] = 5,
+}
+,
+[427] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Queen of Three Mercies and her entourage at Waterdancer Falls in Reaper\'s March.",
+["name"] = "Mercy Killer",
+["points"] = 5,
+}
+,
+[428] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Gravecaller Niramo and his dark daughter Varien at the Reaper\'s Henge.",
+["name"] = "Gravecaller\'s Doom",
+["points"] = 5,
+}
+,
+[429] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Daedroth, Ysolmarr the Roving Pyre, near the Old S\'ren-ja Docks in Reaper\'s March.",
+["name"] = "Ysolmarr\'s Ruin",
+["points"] = 5,
+}
+,
+[430] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the vampire, Overlord Nur-dro, at Ushmal\'s Rest in Reaper\'s March.",
+["name"] = "Nur-dro\'s Downfall",
+["points"] = 5,
+}
+,
+[431] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 6 Skyshards in Khenarthi\'s Roost.",
+["name"] = "Khenarthi\'s Skyshard Hunter",
+["points"] = 5,
+}
+,
+[432] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Aba-Loria.",
+["name"] = "Aba-Loria Explorer",
+["points"] = 10,
+}
+,
+[433] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Grotto of Depravity.",
+["name"] = "Grotto of Depravity Explorer",
+["points"] = 10,
+}
+,
+[434] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Cave of Trophies.",
+["name"] = "Cave of Trophies Explorer",
+["points"] = 10,
+}
+,
+[435] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Vault of Haman Forgefire.",
+["name"] = "Forgefire Vault Explorer",
+["points"] = 10,
+}
+,
+[436] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Mal Sorra\'s Tomb.",
+["name"] = "Mal Sorra\'s Tomb Explorer",
+["points"] = 10,
+}
+,
+[437] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Wailing Maw.",
+["name"] = "Wailing Maw Explorer",
+["points"] = 10,
+}
+,
+[438] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in Coldharbour.",
+["name"] = "Coldharbour Cave Delver",
+["points"] = 15,
+}
+,
+[439] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the daedroth, Sthorha the Crazed, at Aba-Darre.",
+["name"] = "Sthorha\'s Doom",
+["points"] = 5,
+}
+,
+[440] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the ice wraith, Duriatundur, at Duriatundur\'s Killing Field.",
+["name"] = "Ice Wraith Hunter",
+["points"] = 5,
+}
+,
+[441] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the ancient Dwarven Centurion, Zemarek-thul, at Zemarek\'s Hollow.",
+["name"] = "Centurion\'s Ruin",
+["points"] = 5,
+}
+,
+[442] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the daedroth trio, Nolagha, Keggagiha and Rsolignah, at the Daedroth Larder.",
+["name"] = "Daedroth Trio Hunter",
+["points"] = 5,
+}
+,
+[443] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Dremora necromancer, Brolsgerbwd, at the Risen Court.",
+["name"] = "Brolsgerbwd\'s Bane",
+["points"] = 5,
+}
+,
+[444] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the harvester, Cynhamoth, at Cynhamoth\'s Grove.",
+["name"] = "Cynhamoth\'s End",
+["points"] = 5,
+}
+,
+[445] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the undead hordes of Hergor the Fallen at Rulanyil\'s Fall.",
+["name"] = "Rulanyil\'s Fall Group Event",
+["points"] = 50,
+}
+,
+[446] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Mad Mortine, Blood Spawn, Praxin Douare, the Flesh Atronach trio, Urvan Veleth, and Vorenor Winterbourne in Veteran Spindleclutch II within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Thralled warriors.",
+["name"] = "Spindleclutch II Assassin",
+["points"] = 50,
+}
+,
+[447] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[448] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Vorenor Winterbourne in Veteran Spindleclutch II without killing any of the innocent victims held captive in his lair.",
+["name"] = "Compassionate Hero",
+["points"] = 50,
+}
+,
+[449] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "In Veteran Banished Cells II, defeat Keepers Imiril, Areldur, and Voranil, as well as the Maw of the Infernal and the Sisters Sihna and Vera, before defeating High Kinlord Rilis, all within twenty minutes. Timer starts upon engaging the first group of Banished skeletons.",
+["name"] = "Banished Cells II Assassin",
+["points"] = 50,
+}
+,
+[450] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[451] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "In Veteran Banished Cells II, defeat High Kinlord Rilis while three or more Daedroth still live.",
+["name"] = "Cursed Hero",
+["points"] = 50,
+}
+,
+[452] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in Reaper\'s March.",
+["name"] = "Reaper\'s March Cave Delver",
+["points"] = 15,
+}
+,
+[453] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Kuna\'s Delve.",
+["name"] = "Kuna\'s Delve Explorer",
+["points"] = 10,
+}
+,
+[454] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Thibaut\'s Cairn.",
+["name"] = "Thibaut\'s Cairn Explorer",
+["points"] = 10,
+}
+,
+[455] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Weeping Wind Cave.",
+["name"] = "Weeping Wind Cave Explorer",
+["points"] = 10,
+}
+,
+[456] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Claw\'s Strike.",
+["name"] = "Claw\'s Strike Explorer",
+["points"] = 10,
+}
+,
+[457] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Fardir\'s Folly.",
+["name"] = "Fardir\'s Folly Explorer",
+["points"] = 10,
+}
+,
+[458] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Jode\'s Light.",
+["name"] = "Jode\'s Light Explorer",
+["points"] = 10,
+}
+,
+[459] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Dark Root, Murklight, and Bogdan the Nightflame in Veteran Elden Hollow II.",
+["name"] = "Elden Hollow II Conqueror",
+["points"] = 10,
+}
+,
+[460] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Flat Tooth and his minions at Crimson Cove.",
+["name"] = "Crimson Cove Group Event",
+["points"] = 50,
+}
+,
+[461] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Dubroze the Infestor, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame in Veteran Elden Hollow II within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Daedra.",
+["name"] = "Elden Hollow II Assassin",
+["points"] = 50,
+}
+,
+[462] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[463] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Bogdan the Nightflame after reading the Opus of Torment in Veteran Elden Hollow II.",
+["name"] = "Closing the Book",
+["points"] = 50,
+}
+,
+[464] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Transmuted Hive Lord, Grobull the Transmuted, and the Engine Guardian in Veteran Darkshade Caverns II.",
+["name"] = "Darkshade Caverns II Conqueror",
+["points"] = 10,
+}
+,
+[465] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Fallen Foreman, the Hive Lord and its Scribs, the Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Veteran Darkshade Caverns II, all within twenty minutes. Timer starts upon engaging the first group of kwama.",
+["name"] = "Darkshade Caverns II Assassin",
+["points"] = 50,
+}
+,
+[466] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[467] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Engine Guardian in Veteran Darkshade Caverns II without anyone in your group activating an Engine Lever.",
+["name"] = "Deadly Engineer",
+["points"] = 50,
+}
+,
+[468] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Destroy Bloodroot and its guardians at Toothmaul Gully.",
+["name"] = "Toothmaul Gully Group Event",
+["points"] = 50,
+}
+,
+[469] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the damned creations of Graccus\' frost experiments at the Vile Manse.",
+["name"] = "Vile Manse Group Event",
+["points"] = 50,
+}
+,
+[470] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Bonemonger and its captors in Root Sunder Ruins.",
+["name"] = "Root Sunder Group Event",
+["points"] = 50,
+}
+,
+[471] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Glenumbra.",
+["name"] = "Glenumbra Angler",
+["points"] = 5,
+}
+,
+[472] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Stormhaven.",
+["name"] = "Stormhaven Angler",
+["points"] = 5,
+}
+,
+[473] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Rivenspire.",
+["name"] = "Rivenspire Angler",
+["points"] = 5,
+}
+,
+[474] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Alik\'r Desert.",
+["name"] = "Alik\'r Desert Angler",
+["points"] = 5,
+}
+,
+[475] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Bangkorai.",
+["name"] = "Bangkorai Angler",
+["points"] = 5,
+}
+,
+[476] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Complete all Daggerfall Covenant fishing achievements.",
+["name"] = "Covenant Fisherman",
+["points"] = 10,
+}
+,
+[477] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Stonefalls.",
+["name"] = "Stonefalls Angler",
+["points"] = 5,
+}
+,
+[478] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Deshaan.",
+["name"] = "Deshaan Angler",
+["points"] = 5,
+}
+,
+[479] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Shadowfen.",
+["name"] = "Shadowfen Angler",
+["points"] = 5,
+}
+,
+[480] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Eastmarch.",
+["name"] = "Eastmarch Angler",
+["points"] = 5,
+}
+,
+[481] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in the Rift.",
+["name"] = "Rift Angler",
+["points"] = 5,
+}
+,
+[482] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Complete all Ebonheart Pact fishing achievements.",
+["name"] = "Pact Fisherman",
+["points"] = 10,
+}
+,
+[483] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Auridon.",
+["name"] = "Auridon Angler",
+["points"] = 5,
+}
+,
+[484] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Grahtwood.",
+["name"] = "Grahtwood Angler",
+["points"] = 5,
+}
+,
+[485] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Greenshade.",
+["name"] = "Greenshade Angler",
+["points"] = 5,
+}
+,
+[486] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Malabal Tor.",
+["name"] = "Malabal Tor Angler",
+["points"] = 5,
+}
+,
+[487] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Reaper\'s March.",
+["name"] = "Reaper\'s March Angler",
+["points"] = 5,
+}
+,
+[488] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Complete all Aldmeri Dominion fishing achievements.",
+["name"] = "Dominion Fisherman",
+["points"] = 10,
+}
+,
+[489] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Cyrodiil.",
+["name"] = "Cyrodiil Angler",
+["points"] = 10,
+}
+,
+[490] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Coldharbour.",
+["name"] = "Coldharbour Angler",
+["points"] = 5,
+}
+,
+[491] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch a rare Eltheric Grouper in the saltwaters of Stros M\'Kai.",
+["name"] = "Stros M\'Kai Angler",
+["points"] = 5,
+}
+,
+[492] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch a rare Pyandonean Ray in the saltwaters of Khenarthi\'s Roost.",
+["name"] = "Khenarthi\'s Roost Angler",
+["points"] = 5,
+}
+,
+[493] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch a rare Inner Sea Scalyfin fish in the saltwaters of Bleakrock.",
+["name"] = "Bleakrock Angler",
+["points"] = 5,
+}
+,
+[494] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Complete all fishing achievements.",
+["name"] = "Master Fisher",
+["points"] = 50,
+}
+,
+[495] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the duneripper, Mother Sands, at the Lost Caravan.",
+["name"] = "Duneripper\'s Downfall",
+["points"] = 5,
+}
+,
+[496] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the giant, Lonely Papa, at the Giant Camp.",
+["name"] = "Lonely Papa\'s Doom",
+["points"] = 5,
+}
+,
+[497] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Hag Sisters, Igazkad, Orochar and Ukha, at the Hag Camp.",
+["name"] = "Hag Upheaval",
+["points"] = 5,
+}
+,
+[498] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Korignah the harvester in the Forsaken Hearts Cave.",
+["name"] = "Korignah\'s Bane",
+["points"] = 5,
+}
+,
+[499] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Mummy King at King\'s Rest.",
+["name"] = "Mummy King Murderer",
+["points"] = 5,
+}
+,
+[500] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the golden saint, Staada, at the Lesser Circle.",
+["name"] = "Saint Slayer",
+["points"] = 5,
+}
+,
+[501] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[502] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[503] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[504] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[505] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[506] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[507] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[508] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[509] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[510] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Protect the Court of the Wilderking.",
+["name"] = "Court Ranger",
+["points"] = 5,
+}
+,
+[511] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "End the Veiled Heritance threat in Greenshade.",
+["name"] = "Veil Lifter",
+["points"] = 5,
+}
+,
+[512] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Cleanse the corruption from Valenwood.",
+["name"] = "Valenwood Protector",
+["points"] = 5,
+}
+,
+[513] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[514] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[515] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Stormhaven.",
+["name"] = "Stormhaven Skyshard Hunter",
+["points"] = 15,
+}
+,
+[516] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat Uwafa and reclaim the Ansei Ward.",
+["name"] = "Uwafa\'s Ruination",
+["points"] = 5,
+}
+,
+[517] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat Alasan and restore the Ansei Ward.",
+["name"] = "Alasan\'s Devastation",
+["points"] = 5,
+}
+,
+[518] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat the Withered Hand and reclaim all the Ansei Wards.",
+["name"] = "Ash\'abah Hero",
+["points"] = 5,
+}
+,
+[519] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[520] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[521] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[522] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[523] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[524] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Gather all of the Lights of Meridia within Coldharbour.",
+["name"] = "Meridia\'s Lightbearer",
+["points"] = 15,
+}
+,
+[525] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Stop the Maormer from summoning a hurricane to destroy Khenarthi\'s Roost.",
+["name"] = "Maormer\'s Bane",
+["points"] = 10,
+}
+,
+[526] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Intervene in all instances of skooma abuse on Khenarthi\'s Roost.",
+["name"] = "Skooma Watch",
+["points"] = 5,
+}
+,
+[527] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[528] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[529] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[530] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[531] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[532] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[533] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[534] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[535] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[536] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Restore the Clanmother to power in Arenthia.",
+["name"] = "Clanmother Inaugurator",
+["points"] = 5,
+}
+,
+[537] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Shackle the Dark Mane to his prison beneath Moonmont.",
+["name"] = "Dark Mane Incarcerator",
+["points"] = 5,
+}
+,
+[538] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Walk the Two Moons Path with the next Mane.",
+["name"] = "Two Moons Pathwalker",
+["points"] = 5,
+}
+,
+[539] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Troll\'s Toothpick.",
+["name"] = "Troll\'s Toothpick Explorer",
+["points"] = 10,
+}
+,
+[540] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Torog\'s Spite.",
+["name"] = "Torog\'s Spite Explorer",
+["points"] = 10,
+}
+,
+[541] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Crypt of the Exiles.",
+["name"] = "Crypt of the Exiles Explorer",
+["points"] = 10,
+}
+,
+[542] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Viridian Watch.",
+["name"] = "Viridian Watch Explorer",
+["points"] = 10,
+}
+,
+[543] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Rubble Butte.",
+["name"] = "Rubble Butte Explorer",
+["points"] = 10,
+}
+,
+[544] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Klathzgar.",
+["name"] = "Klathzgar Explorer",
+["points"] = 10,
+}
+,
+[545] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Maw of the Infernal, Keeper Imiril, and High Kinlord Rilis in Veteran Banished Cells II.",
+["name"] = "Banished Cells II Conqueror",
+["points"] = 10,
+}
+,
+[546] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[547] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Deshaan.",
+["name"] = "Deshaan Skyshard Hunter",
+["points"] = 15,
+}
+,
+[548] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy Ozozzachar, the favored Titan of Molag Bal.",
+["name"] = "Ozozzachar\'s Door",
+["points"] = 10,
+}
+,
+[549] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[550] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Underroot.",
+["name"] = "Underroot Explorer",
+["points"] = 10,
+}
+,
+[551] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in City of Ash I.",
+["name"] = "City of Ash I Vanquisher",
+["points"] = 10,
+}
+,
+[552] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[553] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Carac Dena.",
+["name"] = "Carac Dena Explorer",
+["points"] = 10,
+}
+,
+[554] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Rivenspire.",
+["name"] = "Rivenspire Skyshard Hunter",
+["points"] = 15,
+}
+,
+[555] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Gurzag\'s Mine.",
+["name"] = "Gurzag\'s Mine Explorer",
+["points"] = 10,
+}
+,
+[556] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Alik\'r Desert.",
+["name"] = "Alik\'r Desert Skyshard Hunter",
+["points"] = 15,
+}
+,
+[557] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Bangkorai.",
+["name"] = "Bangkorai Skyshard Hunter",
+["points"] = 15,
+}
+,
+[558] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Harridan\'s Lair.",
+["name"] = "Harridan\'s Lair Explorer",
+["points"] = 10,
+}
+,
+[559] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Barrow Trench.",
+["name"] = "Barrow Trench Explorer",
+["points"] = 10,
+}
+,
+[560] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Argonian Behemoth, Gathongor the Mauler, at Gathongor\'s Mire.",
+["name"] = "Gathongor Hunter",
+["points"] = 5,
+}
+,
+[561] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the ogre, Thodundor of the Hill, at Thodundor\'s View.",
+["name"] = "King of the Hill",
+["points"] = 5,
+}
+,
+[562] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Sea Elf, Jahlasri, and her Maormer companions at the Maormer Camp.",
+["name"] = "Sea Elf\'s Woe",
+["points"] = 5,
+}
+,
+[563] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the lurcher known as the Heart of Rootwater at Rootwater Spring.",
+["name"] = "Rootwater\'s Demise",
+["points"] = 5,
+}
+,
+[564] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Argonian Maheelius and his force of spies at the Reconnaissance Camp.",
+["name"] = "Spy Smasher",
+["points"] = 5,
+}
+,
+[565] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the Storm Atronach, Zymel Etitan, at Pelda Tarn.",
+["name"] = "Zymel Chaser",
+["points"] = 5,
+}
+,
+[566] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[567] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Naril Nagaia.",
+["name"] = "Naril Nagaia Explorer",
+["points"] = 10,
+}
+,
+[568] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in Greenshade.",
+["name"] = "Greenshade Cave Delver",
+["points"] = 15,
+}
+,
+[569] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[570] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Ulguna Soul-Reaver, Grothdarr, Iskra the Omen, and the Mad Architect in the Vaults of Madness.",
+["name"] = "Vaults of Madness Vanquisher",
+["points"] = 10,
+}
+,
+[571] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[572] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves in Grahtwood.",
+["name"] = "Grahtwood Cave Delver",
+["points"] = 15,
+}
+,
+[573] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Ne Salas.",
+["name"] = "Ne Salas Explorer",
+["points"] = 10,
+}
+,
+[574] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Scuttle Pit.",
+["name"] = "Scuttle Pit Explorer",
+["points"] = 10,
+}
+,
+[575] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Vinedeath Cave.",
+["name"] = "Vinedeath Cave Explorer",
+["points"] = 10,
+}
+,
+[576] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Burroot Kwama Mine.",
+["name"] = "Burroot Kwama Mine Explorer",
+["points"] = 10,
+}
+,
+[577] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Wormroot Depths.",
+["name"] = "Wormroot Depths Explorer",
+["points"] = 10,
+}
+,
+[578] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Mobar Mine.",
+["name"] = "Mobar Mine Explorer",
+["points"] = 10,
+}
+,
+[579] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy every Dark Anchor in Aldmeri Dominion territory.",
+["name"] = "Dominion Anchor Shatterer",
+["points"] = 15,
+}
+,
+[580] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[581] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[582] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[583] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[584] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy every Dark Anchor in Daggerfall Covenant territory.",
+["name"] = "Covenant Anchor Shatterer",
+["points"] = 15,
+}
+,
+[585] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy every Dark Anchor in Ebonheart Pact territory.",
+["name"] = "Pact Anchor Shatterer",
+["points"] = 15,
+}
+,
+[586] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy every Dark Anchor in the contested lands of Cyrodiil.",
+["name"] = "Imperial Anchor Shatterer",
+["points"] = 15,
+}
+,
+[587] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy every Dark Anchor in Tamriel.",
+["name"] = "Anchors Away",
+["points"] = 50,
+}
+,
+[588] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[589] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Kill Reezal-Jul at Camp Tamrith and save the Crestshade refugees.",
+["name"] = "Hero of House Tamrith",
+["points"] = 5,
+}
+,
+[590] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Kill Lady Lleraya Montclair at Northpoint and set Baron Dorell\'s city free.",
+["name"] = "Hero of House Dorell",
+["points"] = 5,
+}
+,
+[591] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Kill Baron Wylon Montclair and destroy the Lightless Remnant at the Doomcrag to save Rivenspire.",
+["name"] = "Sword of Ravenwatch",
+["points"] = 5,
+}
+,
+[592] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[593] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 59 quests in Stonefalls.",
+["name"] = "Stonefalls Adventurer",
+["points"] = 50,
+}
+,
+[594] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[595] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 55 quests in Deshaan.",
+["name"] = "Deshaan Adventurer",
+["points"] = 50,
+}
+,
+[596] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 51 quests in Shadowfen.",
+["name"] = "Shadowfen Adventurer",
+["points"] = 50,
+}
+,
+[597] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Kill Lob the Cleaver and befriend the Giants at the Cradlecrush Arena.",
+["name"] = "Giant-Friend",
+["points"] = 5,
+}
+,
+[598] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Save Jorunn the Skald-King at Mistwatch Tower.",
+["name"] = "Skald-King\'s Salvation",
+["points"] = 5,
+}
+,
+[599] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat Fildgor Orcthane at Skuldafn and earn the title of Arrow of Jorunn the Skald-King.",
+["name"] = "Skald-King\'s Arrow",
+["points"] = 5,
+}
+,
+[600] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 43 quests in Eastmarch.",
+["name"] = "Eastmarch Adventurer",
+["points"] = 50,
+}
+,
+[601] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[602] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 45 quests in Reaper\'s March.",
+["name"] = "Reaper\'s March Adventurer",
+["points"] = 50,
+}
+,
+[603] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 61 quests in the Rift.",
+["name"] = "The Rift Adventurer",
+["points"] = 50,
+}
+,
+[604] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 37 quests in Auridon.",
+["name"] = "Auridon Adventurer",
+["points"] = 50,
+}
+,
+[605] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Free Southpoint from the influence of the Daedric Prince, Sheogorath.",
+["name"] = "Southpoint Savior",
+["points"] = 5,
+}
+,
+[606] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Retrieve the Heart of Anumaril from the Reliquary of Stars.",
+["name"] = "Reliquary Retriever",
+["points"] = 5,
+}
+,
+[607] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Free Nairume from her prison and retrieve Rajhin\'s Mantle.",
+["name"] = "Hero of Falinesti",
+["points"] = 5,
+}
+,
+[608] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 38 quests in Grahtwood.",
+["name"] = "Grahtwood Adventurer",
+["points"] = 50,
+}
+,
+[609] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[610] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 40 quests in Greenshade.",
+["name"] = "Greenshade Adventurer",
+["points"] = 50,
+}
+,
+[611] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 40 quests in Malabal Tor.",
+["name"] = "Malabal Tor Adventurer",
+["points"] = 50,
+}
+,
+[612] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Rescue the last Ayleid King, Laloriaran Dynar, from the Lightless Oubliette.",
+["name"] = "Light of the Ayleid King",
+["points"] = 5,
+}
+,
+[613] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Rescue the Great Mage, Vanus Galerion, and help him destroy Molag Bal\'s Great Shackle.",
+["name"] = "Guardian of the Great Mage",
+["points"] = 5,
+}
+,
+[614] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Stop the Planemeld and defeat Molag Bal\'s plan of conquest at the Endless Stair.",
+["name"] = "Planemeld Sunderer",
+["points"] = 5,
+}
+,
+[615] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[616] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete 29 quests in Coldharbour.",
+["name"] = "Coldharbour Adventurer",
+["points"] = 50,
+}
+,
+[617] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete all Ebonheart Pact quest achievements.",
+["name"] = "Hero of the Ebonheart Pact",
+["points"] = 50,
+}
+,
+[618] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete all Aldmeri Dominion quest achievements.",
+["name"] = "Hero of the Aldmeri Dominion",
+["points"] = 50,
+}
+,
+[619] = {
+["Category"] = "NIL",
+["description"] = "Destroy 50 Dark Anchors from Coldharbour.",
+["name"] = "Anchor Demolisher",
+["points"] = 10,
+}
+,
+[620] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy 100 Dark Anchors from Coldharbour.",
+["name"] = "Anchor Decimator",
+["points"] = 15,
+}
+,
+[621] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Destroy 250 Dark Anchors from Coldharbour.",
+["name"] = "Anchor Devastator",
+["points"] = 50,
+}
+,
+[622] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Complete all of the Aldmeri Dominion cave exploration achievements.",
+["name"] = "Dominion Cave Delver",
+["points"] = 50,
+}
+,
+[623] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[624] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[625] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Complete all of the Daggerfall Covenant cave exploration achievements.",
+["name"] = "Covenant Cave Delver",
+["points"] = 50,
+}
+,
+[626] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Complete all of the Ebonheart Pact cave exploration achievements.",
+["name"] = "Pact Cave Delver",
+["points"] = 50,
+}
+,
+[627] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Complete every cave exploration achievement in Tamriel.",
+["name"] = "Tamriel Master Cave Delver",
+["points"] = 50,
+}
+,
+[628] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete all of the quest achievements across Tamriel.",
+["name"] = "Tamriel Expert Adventurer",
+["points"] = 50,
+}
+,
+[629] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[630] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[631] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[632] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[633] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[634] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[635] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[636] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[637] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[638] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[639] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[640] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[641] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[642] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[643] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[644] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[645] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[646] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[647] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[648] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[649] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[650] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[651] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[652] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[653] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[654] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[655] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[656] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[657] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[658] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[659] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[660] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[661] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[662] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[663] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[664] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[665] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[666] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[667] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[668] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[669] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[670] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[671] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[672] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[673] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[674] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[675] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[676] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[677] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[678] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Malubeth the Scourger, Garron the Returned, and Varaine and Allene Pellingare in Veteran Wayrest Sewers II.",
+["name"] = "Wayrest Sewers II Conqueror",
+["points"] = 10,
+}
+,
+[679] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Malubeth the Scourger, Skull Reaper, Uulgarg the Risen, Garron the Returned, the Forgotten One, and the Pellingare Twins in Veteran Wayrest Sewers II, all within twenty minutes. Timer starts upon engaging the first necromancer and his minions.",
+["name"] = "Wayrest Sewers II Assassin",
+["points"] = 50,
+}
+,
+[680] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[681] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 15 Zombies during the battle with Allene Pellingare and Varaine Pellingare before defeating the twins themselves in Veteran Wayrest Sewers II.",
+["name"] = "Pellingare Ghoul Slayer",
+["points"] = 50,
+}
+,
+[682] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Grahtwood.",
+["name"] = "Grahtwood Skyshard Hunter",
+["points"] = 15,
+}
+,
+[683] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Greenshade.",
+["name"] = "Greenshade Skyshard Hunter",
+["points"] = 15,
+}
+,
+[684] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Malabal Tor.",
+["name"] = "Malabal Tor Skyshard Hunter",
+["points"] = 15,
+}
+,
+[685] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Reaper\'s March.",
+["name"] = "Reaper\'s March Skyshard Hunter",
+["points"] = 15,
+}
+,
+[686] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Coldharbour.",
+["name"] = "Coldharbour Skyshard Hunter",
+["points"] = 15,
+}
+,
+[687] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Shadowfen.",
+["name"] = "Shadowfen Skyshard Hunter",
+["points"] = 15,
+}
+,
+[688] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Eastmarch.",
+["name"] = "Eastmarch Skyshard Hunter",
+["points"] = 15,
+}
+,
+[689] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in the Rift.",
+["name"] = "The Rift Skyshard Hunter",
+["points"] = 15,
+}
+,
+[690] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[691] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Kill 100 named enemies in dungeons.",
+["name"] = "Dungeon Ruler",
+["points"] = 10,
+}
+,
+[692] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 15 Skyshards in the Ebonheart Pact territory of Cyrodiil.",
+["name"] = "Cyrodiil Pact Skyshard Hunter",
+["points"] = 15,
+}
+,
+[693] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 15 Skyshards in the Daggerfall Covenant territory of Cyrodiil.",
+["name"] = "Cyrodiil Covenant Skyshards",
+["points"] = 15,
+}
+,
+[694] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 15 Skyshards in the Aldmeri Dominion territory of Cyrodiil.",
+["name"] = "Cyrodiil Aldmeri Skyshard Hunter",
+["points"] = 15,
+}
+,
+[695] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 16 Skyshards in Auridon.",
+["name"] = "Auridon Skyshard Hunter",
+["points"] = 15,
+}
+,
+[696] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the crazed Orc hunter Shagura at Hircine\'s Henge.",
+["name"] = "Shagura\'s Doom",
+["points"] = 5,
+}
+,
+[697] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the senche-tigress Nindaeril the Monsoon atop Nindaeril\'s Perch.",
+["name"] = "Monsoon Marauder",
+["points"] = 5,
+}
+,
+[698] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the nereid Lady Solace in Lady Solace\'s Fen.",
+["name"] = "Water Walloper",
+["points"] = 5,
+}
+,
+[699] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat Otho Rufinus, the poacher leader, at the Poacher Camp.",
+["name"] = "Poacher Pounder",
+["points"] = 5,
+}
+,
+[700] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the giant flesh atronach Thugrub the Reformed in Thugrub\'s Cave.",
+["name"] = "Thugrub Dissector",
+["points"] = 5,
+}
+,
+[701] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeat the lich Valanir the Restless at Valanir\'s Rest.",
+["name"] = "Valanir\'s Bane",
+["points"] = 5,
+}
+,
+[702] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Complete the Mages Guild series of quests.",
+["name"] = "Arch-Mage",
+["points"] = 50,
+}
+,
+[703] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Complete the Fighters Guild series of quests.",
+["name"] = "Fighters Guild Veteran",
+["points"] = 50,
+}
+,
+[704] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Buy drinks for your Undaunted companions at each gathering.",
+["name"] = "This One\'s On Me",
+["points"] = 15,
+}
+,
+[705] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of Grand Overlord in the Alliance War.",
+["name"] = "Alliance War Grand Overlord",
+["points"] = 10,
+}
+,
+[706] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn the rank of First Sergeant in the Alliance War.",
+["name"] = "Alliance War First Sergeant",
+["points"] = 10,
+}
+,
+[707] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Solve the puzzle of the Guardians in the Lost City of the Na-Totambu.",
+["name"] = "Na-Totambu Group Event",
+["points"] = 50,
+}
+,
+[708] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the flesh atronach at Razak\'s Wheel.",
+["name"] = "Razak\'s Wheel Group Event",
+["points"] = 50,
+}
+,
+[709] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat 1000 named enemies in Dungeons.",
+["name"] = "Dungeon Lord",
+["points"] = 50,
+}
+,
+[710] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat 1000 enemies in Dungeons.",
+["name"] = "Dungeon Marauder",
+["points"] = 10,
+}
+,
+[711] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat 10,000 enemies in Dungeons.",
+["name"] = "Dungeon Annihilator",
+["points"] = 50,
+}
+,
+[712] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[713] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Orc, Zilbash the Deceiver, at Obsidian Scar.",
+["name"] = "Obsidian Scar Group Event",
+["points"] = 50,
+}
+,
+[714] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Eternal One in the Bonesnap Ruins.",
+["name"] = "Bonesnap Ruins Group Event",
+["points"] = 50,
+}
+,
+[715] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[716] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Help ease cultural tensions and reconcile the allies in Grahtwood.",
+["name"] = "Peacemaker",
+["points"] = 5,
+}
+,
+[717] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 10 enemy Nightblades.",
+["name"] = "Nightblade Slayer",
+["points"] = 10,
+}
+,
+[718] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 Redguard enemies in the Alliance War or Battlegrounds.",
+["name"] = "Redguard Slayer",
+["points"] = 10,
+}
+,
+[719] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 Orc enemies in the Alliance War or Battlegrounds.",
+["name"] = "Orc Slayer",
+["points"] = 10,
+}
+,
+[720] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 Dunmer enemies in the Alliance War or Battlegrounds.",
+["name"] = "Dark Elf Slayer",
+["points"] = 10,
+}
+,
+[721] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 Nord enemies in the Alliance War or Battlegrounds.",
+["name"] = "Nord Slayer",
+["points"] = 10,
+}
+,
+[722] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 Argonian enemies in the Alliance War or Battlegrounds.",
+["name"] = "Argonian Slayer",
+["points"] = 10,
+}
+,
+[723] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 Bosmer enemies in the Alliance War or Battlegrounds.",
+["name"] = "Wood Elf Slayer",
+["points"] = 10,
+}
+,
+[724] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 Altmer enemies in the Alliance War or Battlegrounds.",
+["name"] = "High Elf Slayer",
+["points"] = 10,
+}
+,
+[725] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 Khajiit enemies in the Alliance War or Battlegrounds.",
+["name"] = "Khajiit Slayer",
+["points"] = 10,
+}
+,
+[726] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 Imperial enemies in the Alliance War or Battlegrounds.",
+["name"] = "Imperial Slayer",
+["points"] = 10,
+}
+,
+[727] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 12 Skyshards in Lower Craglorn.",
+["name"] = "Lower Craglorn Skyshards",
+["points"] = 15,
+}
+,
+[728] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[729] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[730] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Bloodmayne Cave.",
+["name"] = "Bloodmayne Cave Explorer",
+["points"] = 10,
+}
+,
+[731] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Breakneck Cave.",
+["name"] = "Breakneck Cave Explorer",
+["points"] = 10,
+}
+,
+[732] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Haynote Cave.",
+["name"] = "Haynote Cave Explorer",
+["points"] = 10,
+}
+,
+[733] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Nisin Cave.",
+["name"] = "Nisin Cave Explorer",
+["points"] = 10,
+}
+,
+[734] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Pothole Caverns.",
+["name"] = "Pothole Caverns Explorer",
+["points"] = 10,
+}
+,
+[735] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Serpent Hollow.",
+["name"] = "Serpent Hollow Explorer",
+["points"] = 10,
+}
+,
+[736] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Capstone Cave.",
+["name"] = "Capstone Cave Explorer",
+["points"] = 10,
+}
+,
+[737] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Echo Cave.",
+["name"] = "Echo Cave Explorer",
+["points"] = 10,
+}
+,
+[738] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Lipsand Tarn.",
+["name"] = "Lipsand Tarn Explorer",
+["points"] = 10,
+}
+,
+[739] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Red Ruby Cave.",
+["name"] = "Red Ruby Cave Explorer",
+["points"] = 10,
+}
+,
+[740] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Toadstool Hollow.",
+["name"] = "Toadstool Hollow Explorer",
+["points"] = 10,
+}
+,
+[741] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Underpall Cave.",
+["name"] = "Underpall Cave Explorer",
+["points"] = 10,
+}
+,
+[742] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Cracked Wood Cave.",
+["name"] = "Cracked Wood Cave Explorer",
+["points"] = 10,
+}
+,
+[743] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Kingscrest Cavern.",
+["name"] = "Kingscrest Cavern Explorer",
+["points"] = 10,
+}
+,
+[744] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Muck Valley Cavern.",
+["name"] = "Muck Valley Cavern Explorer",
+["points"] = 10,
+}
+,
+[745] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Newt Cave.",
+["name"] = "Newt Cave Explorer",
+["points"] = 10,
+}
+,
+[746] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Quickwater Cave.",
+["name"] = "Quickwater Cave Explorer",
+["points"] = 10,
+}
+,
+[747] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Vahtacen.",
+["name"] = "Vahtacen Explorer",
+["points"] = 10,
+}
+,
+[748] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find the Skyshard on top of the mountain in Cyrodiil.",
+["name"] = "Mountain Skyshard Hunter",
+["points"] = 5,
+}
+,
+[749] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Deal 1,000,000 points of damage in Dungeons.",
+["name"] = "Dungeon Damage Dealer",
+["points"] = 10,
+}
+,
+[750] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Deal 10,000,000 points of damage in Dungeons.",
+["name"] = "Dungeon Damage Dispenser",
+["points"] = 50,
+}
+,
+[751] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Heal 1,000,000 points of damage to allies in Dungeons.",
+["name"] = "Dungeon Healer",
+["points"] = 10,
+}
+,
+[752] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Heal 10,000,000 points of damage to allies in Dungeons.",
+["name"] = "Greater Dungeon Healer",
+["points"] = 50,
+}
+,
+[753] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Block 1,000,000 points of damage in Dungeons.",
+["name"] = "Dungeon Blocker",
+["points"] = 10,
+}
+,
+[754] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Block 10,000,000 points of damage in Dungeons.",
+["name"] = "Greater Dungeon Blocker",
+["points"] = 50,
+}
+,
+[755] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[756] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[757] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[758] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete all quests in Bruma.",
+["name"] = "Bruma Adventurer",
+["points"] = 10,
+}
+,
+[759] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete all quests in Cheydinhal.",
+["name"] = "Cheydinhal Adventurer",
+["points"] = 10,
+}
+,
+[760] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete all quests in Chorrol and Weynon Priory.",
+["name"] = "Chorrol Weynon Priory Adventurer",
+["points"] = 10,
+}
+,
+[761] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete all quests in Cropsford.",
+["name"] = "Cropsford Adventurer",
+["points"] = 10,
+}
+,
+[762] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete all quests in Vlastarus.",
+["name"] = "Vlastarus Adventurer",
+["points"] = 10,
+}
+,
+[763] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[764] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[765] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[766] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear all 18 caves in Cyrodiil.",
+["name"] = "Cyrodiil Cave Delver",
+["points"] = 50,
+}
+,
+[767] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete all quest achievements in Cyrodiil.",
+["name"] = "Cyrodiil Champion",
+["points"] = 50,
+}
+,
+[768] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales on Khenarthi\'s Roost.",
+["name"] = "Khenarthi\'s Roost Pathfinder",
+["points"] = 5,
+}
+,
+[769] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales on Auridon.",
+["name"] = "Auridon Pathfinder",
+["points"] = 5,
+}
+,
+[770] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales on Bleakrock Isle.",
+["name"] = "Bleakrock Isle Pathfinder",
+["points"] = 5,
+}
+,
+[771] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Bal Foyen.",
+["name"] = "Bal Foyen Pathfinder",
+["points"] = 5,
+}
+,
+[772] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Stonefalls.",
+["name"] = "Stonefalls Pathfinder",
+["points"] = 5,
+}
+,
+[773] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales on Stros M\'kai.",
+["name"] = "Stros M\'kai Pathfinder",
+["points"] = 5,
+}
+,
+[774] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales on Betnikh.",
+["name"] = "Betnikh Pathfinder",
+["points"] = 5,
+}
+,
+[775] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Glenumbra.",
+["name"] = "Glenumbra Pathfinder",
+["points"] = 5,
+}
+,
+[776] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[777] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[778] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Unravel the mysteries of Rahni\'Za, School of Warriors.",
+["name"] = "Champion of Rahni\'Za",
+["points"] = 15,
+}
+,
+[779] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Translate all of the Positive Potency runes.",
+["name"] = "Positive Potency",
+["points"] = 10,
+}
+,
+[780] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Translate all of the Negative Potency runes.",
+["name"] = "Negative Potency",
+["points"] = 10,
+}
+,
+[781] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Translate all of the Essence runes.",
+["name"] = "Essence",
+["points"] = 10,
+}
+,
+[782] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[783] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[784] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[785] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[786] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[787] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[788] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Translate all of the Aspect runes.",
+["name"] = "Aspect",
+["points"] = 10,
+}
+,
+[789] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[790] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[791] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[792] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[793] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[794] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[795] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[796] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[797] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[798] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[799] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[800] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[801] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[802] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[803] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[804] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[805] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[806] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[807] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[808] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[809] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[810] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[811] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[812] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[813] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[814] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[815] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[816] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[817] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[818] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[819] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[820] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[821] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[822] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[823] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[824] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[825] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[826] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[827] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[828] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[829] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[830] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[831] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[832] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Grahtwood.",
+["name"] = "Grahtwood Pathfinder",
+["points"] = 5,
+}
+,
+[833] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Stormhaven.",
+["name"] = "Stormhaven Pathfinder",
+["points"] = 5,
+}
+,
+[834] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Deshaan.",
+["name"] = "Deshaan Pathfinder",
+["points"] = 5,
+}
+,
+[835] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Reaper\'s March.",
+["name"] = "Reaper\'s March Pathfinder",
+["points"] = 5,
+}
+,
+[836] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Defeated by slaughterfish.",
+["name"] = "Slaughtered",
+["points"] = 5,
+}
+,
+[837] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[838] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Collect trophies from all the beasts of Tamriel.",
+["name"] = "Tamriel Beast Collector",
+["points"] = 10,
+}
+,
+[839] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Greenshade.",
+["name"] = "Greenshade Pathfinder",
+["points"] = 5,
+}
+,
+[840] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Rivenspire.",
+["name"] = "Rivenspire Pathfinder",
+["points"] = 5,
+}
+,
+[841] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Collect trophies from all the undead of Tamriel.",
+["name"] = "Undead Hoarder",
+["points"] = 10,
+}
+,
+[842] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Collect trophies from all the chitinous creatures of Tamriel.",
+["name"] = "Chitin Accumulator",
+["points"] = 10,
+}
+,
+[843] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Collect trophies from nature spirits and natural creatures from across Tamriel.",
+["name"] = "Nature Collector",
+["points"] = 10,
+}
+,
+[844] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Collect trophies from all the monstrous creatures of Tamriel.",
+["name"] = "Monstrous Component Collector",
+["points"] = 10,
+}
+,
+[845] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Shadowfen.",
+["name"] = "Shadowfen Pathfinder",
+["points"] = 5,
+}
+,
+[846] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Collect trophies from Dwemer constructs.",
+["name"] = "Dwarven Secrets Gatherer",
+["points"] = 10,
+}
+,
+[847] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Collect trophies from all types of atronachs.",
+["name"] = "Atronach Element Collector",
+["points"] = 10,
+}
+,
+[848] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Collect trophies from all types of slain Daedra.",
+["name"] = "Oblivion Shard Gatherer",
+["points"] = 10,
+}
+,
+[849] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Alik\'r Desert.",
+["name"] = "Alik\'r Desert Pathfinder",
+["points"] = 5,
+}
+,
+[850] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 200 Spiders in Veteran Fungal Grotto II.",
+["name"] = "Veteran Arachnid Slayer",
+["points"] = 10,
+}
+,
+[851] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 425 Obsidian Warriors in Veteran Fungal Grotto II.",
+["name"] = "Veteran Obsidian Slayer",
+["points"] = 10,
+}
+,
+[852] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 120 Skeletons in Veteran Banished Cells II.",
+["name"] = "Veteran Bonebreaker II",
+["points"] = 10,
+}
+,
+[853] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 300 Dremora in Veteran Banished Cells II.",
+["name"] = "Rilis Dremora Slayer",
+["points"] = 10,
+}
+,
+[854] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 220 Vampire Thralls in Veteran Spindleclutch II.",
+["name"] = "Veteran Thrall Slayer",
+["points"] = 10,
+}
+,
+[855] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 65 Flesh Atronachs in Veteran Spindleclutch II.",
+["name"] = "Veteran Flesh Atronach Conqueror",
+["points"] = 10,
+}
+,
+[856] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 200 Kwama in Veteran Darkshade Caverns II.",
+["name"] = "Veteran Kwama Slayer II",
+["points"] = 10,
+}
+,
+[857] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 800 Dwarven Constructs in Veteran Darkshade Caverns II.",
+["name"] = "Veteran Construct Slayer",
+["points"] = 10,
+}
+,
+[858] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 140 Banekin in Veteran Elden Hollow II.",
+["name"] = "Veteran Banekin Slayer",
+["points"] = 10,
+}
+,
+[859] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 60 Lurchers in Veteran Elden Hollow II.",
+["name"] = "Veteran Lurcher Slayer",
+["points"] = 10,
+}
+,
+[860] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 350 Zombies in Veteran Wayrest Sewers II.",
+["name"] = "Veteran Zombie Slayer",
+["points"] = 10,
+}
+,
+[861] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 40 Bone Colossi in Veteran Wayrest Sewers II.",
+["name"] = "Veteran Colossus Slayer",
+["points"] = 10,
+}
+,
+[862] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Malabal Tor.",
+["name"] = "Malabal Tor Pathfinder",
+["points"] = 5,
+}
+,
+[863] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in the Rift.",
+["name"] = "The Rift Pathfinder",
+["points"] = 5,
+}
+,
+[864] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Coldharbour.",
+["name"] = "Coldharbour Pathfinder",
+["points"] = 5,
+}
+,
+[865] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Bangkorai.",
+["name"] = "Bangkorai Pathfinder",
+["points"] = 5,
+}
+,
+[866] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Eastmarch.",
+["name"] = "Eastmarch Pathfinder",
+["points"] = 5,
+}
+,
+[867] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in the core regions of the Aldmeri Dominion, the Daggerfall Covenant, the Ebonheart Pact, and Coldharbour.",
+["name"] = "Tamriel Trailblazer",
+["points"] = 50,
+}
+,
+[868] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[869] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Extort gold from merchants across Tamriel.",
+["name"] = "Crime Pays",
+["points"] = 15,
+}
+,
+[870] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Sound the war horn in Veteran Hel Ra Citadel and defeat the ancient warriors who answer.",
+["name"] = "Hel Ra Citadel: The War Horn",
+["points"] = 5,
+}
+,
+[871] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Share your wealth with needy beggars across Tamriel.",
+["name"] = "Give to the Poor",
+["points"] = 15,
+}
+,
+[872] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Track the movements of M\'aiq the Liar across Tamriel and beyond.",
+["name"] = "I Like M\'aiq",
+["points"] = 15,
+}
+,
+[873] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Bring light to the dark places of the world.",
+["name"] = "Lightbringer",
+["points"] = 15,
+}
+,
+[874] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Zatalguch in the Village of the Lost.",
+["name"] = "Village of the Lost Group Event",
+["points"] = 50,
+}
+,
+[875] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[876] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Ruzozuzalpamaz, the Brothers Ilambris and the Ilambris Amalgam, and Nerien\'eth in Veteran Crypt of Hearts II.",
+["name"] = "Crypt of Hearts II Conqueror",
+["points"] = 10,
+}
+,
+[877] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[878] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Complete Veteran City of Ash II by defeating Horvantud the Fire Maw, the Ash Titan, and Valkyn Skoria.",
+["name"] = "City of Ash II Conqueror",
+["points"] = 15,
+}
+,
+[879] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[880] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Defeat the Overfiend, Ibomez the Flesh Sculptor, the Gravelight Sentry, the Flesh Abomination, the Lord Warden\'s Council, and Lord Warden Dusk in Veteran Imperial City Prison.",
+["name"] = "Imperial City Prison Conqueror",
+["points"] = 15,
+}
+,
+[881] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[882] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Defeat the Emperor of your Home Campaign in the Alliance War.",
+["name"] = "Emperor Assassin",
+["points"] = 50,
+}
+,
+[883] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[884] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Molavar.",
+["name"] = "Molavar Explorer",
+["points"] = 10,
+}
+,
+[885] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Rkundzelft.",
+["name"] = "Rkundzelft Explorer",
+["points"] = 10,
+}
+,
+[886] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Serpent\'s Nest.",
+["name"] = "Serpent\'s Nest Explorer",
+["points"] = 10,
+}
+,
+[887] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Ilthag\'s Undertower.",
+["name"] = "Ilthag\'s Undertower Explorer",
+["points"] = 10,
+}
+,
+[888] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Ruins of Kardala.",
+["name"] = "Ruins of Kardala Explorer",
+["points"] = 10,
+}
+,
+[889] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Loth\'Na Caverns.",
+["name"] = "Loth\'Na Caverns Explorer",
+["points"] = 10,
+}
+,
+[890] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Rkhardahrk.",
+["name"] = "Rkhardahrk Explorer",
+["points"] = 10,
+}
+,
+[891] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Haddock\'s Market.",
+["name"] = "Haddock\'s Market Explorer",
+["points"] = 10,
+}
+,
+[892] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Chiselshriek Mine.",
+["name"] = "Chiselshriek Mine Explorer",
+["points"] = 10,
+}
+,
+[893] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Buried Sands.",
+["name"] = "Buried Sands Explorer",
+["points"] = 10,
+}
+,
+[894] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Mtharnaz.",
+["name"] = "Mtharnaz Explorer",
+["points"] = 10,
+}
+,
+[895] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Howling Sepulchers.",
+["name"] = "The Howling Sepulchers Explorer",
+["points"] = 10,
+}
+,
+[896] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Balamath.",
+["name"] = "Balamath Explorer",
+["points"] = 10,
+}
+,
+[897] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Fearfangs Cavern.",
+["name"] = "Fearfangs Cavern Explorer",
+["points"] = 10,
+}
+,
+[898] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Exarch\'s Stronghold.",
+["name"] = "Exarch\'s Stronghold Explorer",
+["points"] = 10,
+}
+,
+[899] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Zalgaz\'s Den.",
+["name"] = "Zalgaz\'s Den Explorer",
+["points"] = 10,
+}
+,
+[900] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear the Tombs of the Na-Totambu.",
+["name"] = "Tombs of the Na-Totambu Explorer",
+["points"] = 10,
+}
+,
+[901] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Explore and clear Hircine\'s Haunt.",
+["name"] = "Hircine\'s Haunt Explorer",
+["points"] = 10,
+}
+,
+[902] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Lower Craglorn.",
+["name"] = "Lower Craglorn Pathfinder",
+["points"] = 5,
+}
+,
+[903] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Reach level 10 and become eligible to enter Cyrodiil and join the Alliance War.",
+["name"] = "Cyrodiil Recruit",
+["points"] = 10,
+}
+,
+[904] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Defeat an enemy Emperor from any campaign.",
+["name"] = "Emperor Slayer",
+["points"] = 50,
+}
+,
+[905] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat Shada and cleanse the waters of Shada\'s Tear.",
+["name"] = "Shada\'s Tear Curse-Breaker",
+["points"] = 15,
+}
+,
+[906] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Uncover the secrets hidden within the Seeker\'s Archive.",
+["name"] = "Tenacious Seeker",
+["points"] = 15,
+}
+,
+[907] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Prevent a catastrophic explosion of magic from within the Spellscar.",
+["name"] = "Spellscar Defender",
+["points"] = 15,
+}
+,
+[908] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat Yamanu-ko and end the strife in Elinhir.",
+["name"] = "Exalted of Elinhir",
+["points"] = 15,
+}
+,
+[909] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Discover why the Celestials have appeared in Craglorn.",
+["name"] = "Celestial Investigator",
+["points"] = 50,
+}
+,
+[910] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[911] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[912] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all 6 Skyshards in Upper Craglorn.",
+["name"] = "Upper Craglorn Skyshards",
+["points"] = 15,
+}
+,
+[913] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "QA_test",
+["points"] = 0,
+}
+,
+[914] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[915] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[916] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Catch all 12 rare fish in Craglorn.",
+["name"] = "Craglorn Angler",
+["points"] = 5,
+}
+,
+[917] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[918] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[919] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[920] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[921] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[922] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[923] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[924] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[925] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[926] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[927] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[928] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[929] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[930] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[931] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[932] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[933] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[934] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[935] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Dominate the Alliance War battlefield and become Emperor of Tamriel. \n\nLong may you reign!",
+["name"] = "Emperor!",
+["points"] = 50,
+}
+,
+[936] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Dismantle the Serpent\'s forces and vanquish the Exalted Viper.",
+["name"] = "Serpents and Secrets",
+["points"] = 50,
+}
+,
+[937] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales in Upper Craglorn.",
+["name"] = "Upper Craglorn Pathfinder",
+["points"] = 5,
+}
+,
+[938] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[939] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 250 Spiderkith in Veteran Crypt of Hearts II.",
+["name"] = "Veteran Spiderkith Slayer",
+["points"] = 10,
+}
+,
+[940] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 50 Flesh Atronachs in Veteran Crypt of Hearts II.",
+["name"] = "Veteran Flesh Atronach Slayer",
+["points"] = 10,
+}
+,
+[941] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, Chamber Guardian, Ilambris Amalgam, and Mezeluth, before defeating Nerien\'eth in Veteran Crypt of Hearts II within thirty minutes of starting the dungeon. Timer starts when the entrance gate opens.",
+["name"] = "Crypt of Hearts II Assassin",
+["points"] = 50,
+}
+,
+[942] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, Chamber Guardian, Ilambris Amalgam, and Mezeluth, before defeating Nerien\'eth in Veteran Crypt of Hearts II without suffering a group member death.",
+["name"] = "Deadly Crypt Survivor",
+["points"] = 50,
+}
+,
+[943] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat a hidden threat to the Dominion in Auridon.",
+["name"] = "A Rule Unquestioned",
+["points"] = 15,
+}
+,
+[944] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "You thwarted perilous Daedric schemes in Grahtwood.",
+["name"] = "Iconoclast",
+["points"] = 15,
+}
+,
+[945] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Drive corruption from the heart of Valenwood in Greenshade.",
+["name"] = "Spirit of the Bosmer",
+["points"] = 15,
+}
+,
+[946] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Restore the Silvenar and the Green Lady to their rightful place in Malabal Tor.",
+["name"] = "Matchmaker",
+["points"] = 15,
+}
+,
+[947] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Walk the Two Moons Path in Reaper\'s March.",
+["name"] = "Hallowed Moons",
+["points"] = 15,
+}
+,
+[948] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Imprison the Brothers of Strife in Stonefalls.",
+["name"] = "Hearts of Darkness",
+["points"] = 15,
+}
+,
+[949] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Avert the destruction of Deshaan.",
+["name"] = "Plague Eater",
+["points"] = 15,
+}
+,
+[950] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "You defeated a great threat to the Hist in Shadowfen.",
+["name"] = "Egg and Root",
+["points"] = 15,
+}
+,
+[951] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Prevent a great threat to the Skald-King in Eastmarch.",
+["name"] = "Blood Feud",
+["points"] = 15,
+}
+,
+[952] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat the Worm Cult in the Rift.",
+["name"] = "Shattered Remnants",
+["points"] = 15,
+}
+,
+[953] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Stop an insidious cultist plot in Glenumbra.",
+["name"] = "Ritual Destruction",
+["points"] = 15,
+}
+,
+[954] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "End the nightmares in Stormhaven.",
+["name"] = "Rude Awakening",
+["points"] = 15,
+}
+,
+[955] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "End the blood-curse and restore order in Rivenspire.",
+["name"] = "Curse Breaker",
+["points"] = 15,
+}
+,
+[956] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Put the dead to rest in Alik\'r.",
+["name"] = "Consecrated Ground",
+["points"] = 15,
+}
+,
+[957] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defy the will of Molag Bal in Coldharbour.",
+["name"] = "Radiant Champion",
+["points"] = 15,
+}
+,
+[958] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Drive the Imperial forces out of Bangkorai.",
+["name"] = "End of Empire",
+["points"] = 15,
+}
+,
+[959] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 enemy Nightblades.",
+["name"] = "Grand Nightblade Slayer",
+["points"] = 15,
+}
+,
+[960] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 enemy Sorcerers.",
+["name"] = "Grand Sorcerer Slayer",
+["points"] = 15,
+}
+,
+[961] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 enemy Templars.",
+["name"] = "Grand Templar Slayer",
+["points"] = 15,
+}
+,
+[962] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 enemy Dragonknights.",
+["name"] = "Grand Dragonknight Slayer",
+["points"] = 15,
+}
+,
+[963] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Help capture a Resource (Farm, Lumber Mill, or Mine), and Keep in Cyrodiil.",
+["name"] = "Support the Fight",
+["points"] = 10,
+}
+,
+[964] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in Glenumbra.",
+["name"] = "Glenumbra Master Explorer",
+["points"] = 50,
+}
+,
+[965] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in Stormhaven.",
+["name"] = "Stormhaven Master Explorer",
+["points"] = 50,
+}
+,
+[966] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in Rivenspire.",
+["name"] = "Rivenspire Master Explorer",
+["points"] = 50,
+}
+,
+[967] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in the Alik\'r Desert.",
+["name"] = "Alik\'r Desert Master Explorer",
+["points"] = 50,
+}
+,
+[968] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in Bangkorai.",
+["name"] = "Bangkorai Master Explorer",
+["points"] = 50,
+}
+,
+[969] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all caves and locales throughout the Aldmeri Dominion Territory.",
+["name"] = "Aldmeri Master Explorer",
+["points"] = 50,
+}
+,
+[970] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in Stonefalls.",
+["name"] = "Stonefalls Master Explorer",
+["points"] = 50,
+}
+,
+[971] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in Deshaan.",
+["name"] = "Deshaan Master Explorer",
+["points"] = 50,
+}
+,
+[972] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in Shadowfen.",
+["name"] = "Shadowfen Master Explorer",
+["points"] = 50,
+}
+,
+[973] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in Eastmarch.",
+["name"] = "Eastmarch Master Explorer",
+["points"] = 50,
+}
+,
+[974] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in The Rift.",
+["name"] = "The Rift Master Explorer",
+["points"] = 50,
+}
+,
+[975] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales on Bleakrock and Bal Foyen.",
+["name"] = "Bleakrock and Bal Foyen Explorer",
+["points"] = 15,
+}
+,
+[976] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in Auridon.",
+["name"] = "Auridon Master Explorer",
+["points"] = 50,
+}
+,
+[977] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in Grahtwood.",
+["name"] = "Grahtwood Master Explorer",
+["points"] = 50,
+}
+,
+[978] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in Greenshade.",
+["name"] = "Greenshade Master Explorer",
+["points"] = 50,
+}
+,
+[979] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in Malabal Tor.",
+["name"] = "Malabal Tor Master Explorer",
+["points"] = 50,
+}
+,
+[980] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in Reaper\'s March.",
+["name"] = "Reaper\'s March Master Explorer",
+["points"] = 50,
+}
+,
+[981] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover all of the striking locales on Stros M\'kai and Betnikh.",
+["name"] = "Stros M\'kai and Betnikh Explorer",
+["points"] = 15,
+}
+,
+[982] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all caves and locales throughout the Daggerfall Covenant Territory.",
+["name"] = "Daggerfall Master Explorer",
+["points"] = 50,
+}
+,
+[983] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all caves and locales throughout the Ebonheart Pact Territory.",
+["name"] = "Ebonheart Master Explorer",
+["points"] = 50,
+}
+,
+[984] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six caves and striking locales in Coldharbour.",
+["name"] = "Coldharbour Master Explorer",
+["points"] = 50,
+}
+,
+[985] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all twelve explorable caves in Lower Craglorn.",
+["name"] = "Lower Craglorn Cave Delver",
+["points"] = 15,
+}
+,
+[986] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all caves and locales throughout Lower Craglorn.",
+["name"] = "Lower Craglorn Master Explorer",
+["points"] = 50,
+}
+,
+[987] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Translate all of the Potency runes.",
+["name"] = "Potency",
+["points"] = 10,
+}
+,
+[988] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[989] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Find all the Skyshards located throughout Tamriel.",
+["name"] = "Tamriel Skyshard Hunter",
+["points"] = 50,
+}
+,
+[990] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Celestial Mage, freeing her from the Serpent\'s control.",
+["name"] = "Aetherian Archive Completed",
+["points"] = 50,
+}
+,
+[991] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Celestial Warrior, freeing him from the Serpent\'s control.",
+["name"] = "Hel Ra Citadel Completed",
+["points"] = 50,
+}
+,
+[992] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Conquer all challengers and earn the title of Dragonstar Arena Champion!",
+["name"] = "Dragonstar Arena Champion",
+["points"] = 50,
+}
+,
+[993] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete Main Quest Chapter 1.",
+["name"] = "Soul Shriven in Coldharbour",
+["points"] = 10,
+}
+,
+[994] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete Main Quest Chapter 1.5.",
+["name"] = "The Harborage",
+["points"] = 10,
+}
+,
+[995] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete Main Quest Chapter 2.",
+["name"] = "Daughter of Giants",
+["points"] = 10,
+}
+,
+[996] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete Main Quest Chapter 2.5.",
+["name"] = "Chasing Shadows",
+["points"] = 10,
+}
+,
+[997] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete Main Quest Chapter 3.",
+["name"] = "Castle of the Worm",
+["points"] = 10,
+}
+,
+[998] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete Main Quest Chapter 3.5.",
+["name"] = "The Tharn Speaks",
+["points"] = 10,
+}
+,
+[999] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete Main Quest Chapter 4.",
+["name"] = "The Halls of Torment",
+["points"] = 10,
+}
+,
+[1000] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete Main Quest Chapter 4.5.",
+["name"] = "The Valley of Blades",
+["points"] = 10,
+}
+,
+[1001] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete Main Quest Chapter 5.",
+["name"] = "The Shadow of Sancre Tor",
+["points"] = 10,
+}
+,
+[1002] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete Main Quest Chapter 5.5.",
+["name"] = "Council of the Five Companions",
+["points"] = 10,
+}
+,
+[1003] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete Main Quest Chapter 6.",
+["name"] = "The God of Schemes",
+["points"] = 10,
+}
+,
+[1004] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Join the Mages Guild.",
+["name"] = "Student of the Mages Guild",
+["points"] = 5,
+}
+,
+[1005] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Join the Fighters Guild.",
+["name"] = "Associate of the Fighters Guild",
+["points"] = 5,
+}
+,
+[1006] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Join the Undaunted.",
+["name"] = "Recruit of the Undaunted",
+["points"] = 5,
+}
+,
+[1007] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Become a Werewolf.",
+["name"] = "Lycanthropy",
+["points"] = 10,
+}
+,
+[1008] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Become a Vampire.",
+["name"] = "Vampirism",
+["points"] = 10,
+}
+,
+[1009] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Reach the max level of the Werewolf Skill Line.",
+["name"] = "Lycanthropy Master",
+["points"] = 50,
+}
+,
+[1010] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Reach the max level of the Vampire Skill Line.",
+["name"] = "Vampirism Master",
+["points"] = 50,
+}
+,
+[1011] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Reach the max level of the Mages Guild Skill Line.",
+["name"] = "Mages Guild Skill Master",
+["points"] = 50,
+}
+,
+[1012] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Reach the max level of the Fighters Guild Skill Line.",
+["name"] = "Fighters Guild Skill Master",
+["points"] = 50,
+}
+,
+[1013] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Reach rank 5 in the Undaunted Skill Line.",
+["name"] = "Undaunted Skill Master",
+["points"] = 50,
+}
+,
+[1014] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat Exarch Arnoth and clear Skyreach Hold of the Scaled Court and its allies.",
+["name"] = "Shatterer of Scales",
+["points"] = 15,
+}
+,
+[1015] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat Virmaril the Betrayer and his undead legions within Skyreach Catacombs.",
+["name"] = "Vanquisher of Virmaril",
+["points"] = 15,
+}
+,
+[1016] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Defeat Aetherion and restore the Nedic wards within Skyreach Pinnacle.",
+["name"] = "Warden of the Pinnacle",
+["points"] = 15,
+}
+,
+[1017] = {
+["Category"] = "NIL",
+["description"] = "Deconstruct 50 items.",
+["name"] = "Apprentice Deconstructor",
+["points"] = 5,
+}
+,
+[1018] = {
+["Category"] = "NIL",
+["description"] = "Deconstruct 100 items.",
+["name"] = "Expert Deconstructor",
+["points"] = 5,
+}
+,
+[1019] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Deconstruct 1000 items.",
+["name"] = "Master Deconstructor",
+["points"] = 10,
+}
+,
+[1020] = {
+["Category"] = "NIL",
+["description"] = "Refine raw materials 30 times.",
+["name"] = "Apprentice of Refinement",
+["points"] = 5,
+}
+,
+[1021] = {
+["Category"] = "NIL",
+["description"] = "Refine raw materials 300 times.",
+["name"] = "Expert of Refinement",
+["points"] = 5,
+}
+,
+[1022] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Refine raw materials 3000 times.",
+["name"] = "Master of Refinement",
+["points"] = 10,
+}
+,
+[1023] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Research a Trait for any weapon or armor type.",
+["name"] = "Learn a Trait",
+["points"] = 5,
+}
+,
+[1024] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1025] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn any Racial Style.",
+["name"] = "Racial Style Learned",
+["points"] = 5,
+}
+,
+[1026] = {
+["Category"] = "NIL",
+["description"] = "Learn 10 Provisioning Recipes.",
+["name"] = "Recipe Card",
+["points"] = 5,
+}
+,
+[1027] = {
+["Category"] = "NIL",
+["description"] = "Learn 50 Provisioning Recipes.",
+["name"] = "Recipe Book",
+["points"] = 10,
+}
+,
+[1028] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn 100 Provisioning Recipes.",
+["name"] = "Recipe Compendium",
+["points"] = 15,
+}
+,
+[1029] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1030] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all Alliance Racial Styles.",
+["name"] = "Alliance Style Master",
+["points"] = 15,
+}
+,
+[1031] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Attain an Alchemy rank of 50.",
+["name"] = "Master Alchemist",
+["points"] = 50,
+}
+,
+[1032] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Attain a Blacksmith rank of 50.",
+["name"] = "Master Blacksmith",
+["points"] = 50,
+}
+,
+[1033] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Attain a Clothier rank of 50.",
+["name"] = "Master Clothier",
+["points"] = 50,
+}
+,
+[1034] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Attain an Enchanting rank of 50.",
+["name"] = "Master Enchanter",
+["points"] = 50,
+}
+,
+[1035] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Attain a Provisioning rank of 50.",
+["name"] = "Master Provisioner",
+["points"] = 50,
+}
+,
+[1036] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Attain a Woodworking rank of 50.",
+["name"] = "Master Woodworker",
+["points"] = 50,
+}
+,
+[1037] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1038] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1039] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1040] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Improve Blacksmithing items to all available Qualities.",
+["name"] = "Legendary Blacksmith",
+["points"] = 50,
+}
+,
+[1041] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Research every available Trait at least once.",
+["name"] = "Trait Master",
+["points"] = 50,
+}
+,
+[1042] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Have a character apply a Legendary Enchantment that they created, to a Legendary piece of gear that they created.",
+["name"] = "Truly Legendary",
+["points"] = 50,
+}
+,
+[1043] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all Rare Racial Styles.",
+["name"] = "Rare Style Master",
+["points"] = 50,
+}
+,
+[1044] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Improve Woodworking items to all available Qualities.",
+["name"] = "Legendary Woodworker",
+["points"] = 50,
+}
+,
+[1045] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn every trait for each of the Alchemy reagents listed below.",
+["name"] = "Botanist",
+["points"] = 50,
+}
+,
+[1046] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Make a Renowned and an Epic Food or Drink.",
+["name"] = "Master Chef",
+["points"] = 50,
+}
+,
+[1047] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1048] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Improve Clothier items to all available Qualities.",
+["name"] = "Legendary Clothier",
+["points"] = 50,
+}
+,
+[1049] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the champions in Root Sunder.",
+["name"] = "Root Sunder Conqueror",
+["points"] = 50,
+}
+,
+[1050] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the Champions in Rulanyil\'s Fall.",
+["name"] = "Rulanyil\'s Fall Conqueror",
+["points"] = 50,
+}
+,
+[1051] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the champions in Crimson Cove.",
+["name"] = "Crimson Cove Conqueror",
+["points"] = 50,
+}
+,
+[1052] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the champions in The Vile Manse.",
+["name"] = "The Vile Manse Conqueror",
+["points"] = 50,
+}
+,
+[1053] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the champions in Bad Man\'s Hallows.",
+["name"] = "Bad Man\'s Hallows Conqueror",
+["points"] = 50,
+}
+,
+[1054] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the champions in Bonesnap Ruins.",
+["name"] = "Bonesnap Ruins Conqueror",
+["points"] = 50,
+}
+,
+[1055] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the champions in Razak\'s Wheel.",
+["name"] = "Razak\'s Wheel Conqueror",
+["points"] = 50,
+}
+,
+[1056] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the champions in Village of the Lost.",
+["name"] = "Village of the Lost Conqueror",
+["points"] = 50,
+}
+,
+[1057] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in Root Sunder.",
+["name"] = "Root Sunder Vanquisher",
+["points"] = 10,
+}
+,
+[1058] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in Rulanyil\'s Fall.",
+["name"] = "Rulanyil\'s Fall Vanquisher",
+["points"] = 10,
+}
+,
+[1059] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in Crimson Cove.",
+["name"] = "Crimson Cove Vanquisher",
+["points"] = 10,
+}
+,
+[1060] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in The Vile Manse.",
+["name"] = "The Vile Manse Vanquisher",
+["points"] = 10,
+}
+,
+[1061] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in Bad Man\'s Hallows.",
+["name"] = "Bad Man\'s Hallows Vanquisher",
+["points"] = 10,
+}
+,
+[1062] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in Bonesnap Ruins.",
+["name"] = "Bonesnap Ruins Vanquisher",
+["points"] = 10,
+}
+,
+[1063] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in Razak\'s Wheel.",
+["name"] = "Razak\'s Wheel Vanquisher",
+["points"] = 10,
+}
+,
+[1064] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat three of the champions in Village of the Lost.",
+["name"] = "Village of the Lost Vanquisher",
+["points"] = 10,
+}
+,
+[1065] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1066] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1067] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1068] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the Public Dungeon champions in the Ebonheart Pact.",
+["name"] = "Ebonheart Pact Conqueror",
+["points"] = 50,
+}
+,
+[1069] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the Public Dungeon champions in the Aldmeri Dominion.",
+["name"] = "Aldmeri Dominion Conqueror",
+["points"] = 50,
+}
+,
+[1070] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all of the Public Dungeon champions in the Daggerfall Covenant.",
+["name"] = "Daggerfall Covenant Conqueror",
+["points"] = 50,
+}
+,
+[1071] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Complete the listed Speed Challenges.",
+["name"] = "Complete All Speed Challenges",
+["points"] = 50,
+}
+,
+[1072] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Complete the listed Death Challenges.",
+["name"] = "Complete All Death Challenges",
+["points"] = 50,
+}
+,
+[1073] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all the bosses throughout the Group Dungeons in the Ebonheart Pact.",
+["name"] = "Vanquisher of the Pact",
+["points"] = 50,
+}
+,
+[1074] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all the bosses throughout the Group Dungeons in the Daggerfall Covenant.",
+["name"] = "Vanquisher of the Covenant",
+["points"] = 50,
+}
+,
+[1075] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat all the bosses throughout the Group Dungeons in the Aldmeri Dominion.",
+["name"] = "Vanquisher of the Dominion",
+["points"] = 50,
+}
+,
+[1076] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1077] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1078] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Complete a Weekly Trial.",
+["name"] = "Weekly Trial Complete",
+["points"] = 50,
+}
+,
+[1079] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Completed a Weekly Trial within 33 minutes.",
+["name"] = "Time Trial: Weekly",
+["points"] = 50,
+}
+,
+[1080] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Completed the Hel Ra Citadel within a time limit of 33 minutes.",
+["name"] = "Time Trial: Hel Ra Citadel",
+["points"] = 50,
+}
+,
+[1081] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Completed the Aetherian Archive within a time limit of 33 minutes.",
+["name"] = "Time Trial: Aetherian Archive",
+["points"] = 50,
+}
+,
+[1082] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Rescue all of the members of the failed Undaunted expedition to the Deadlands of Mehrunes Dagon.",
+["name"] = "Undaunted Rescuer",
+["points"] = 10,
+}
+,
+[1083] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1084] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "In Veteran Crypt of Hearts II, allow four of Nerien\'eth\'s Students to survive until he takes the Ebony Blade before defeating them all.",
+["name"] = "The Blade\'s Edge",
+["points"] = 50,
+}
+,
+[1085] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Make a Renowned Food or Drink.",
+["name"] = "Renowned Provisioner",
+["points"] = 10,
+}
+,
+[1086] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Make an Epic Food or Drink.",
+["name"] = "Epic Provisioner",
+["points"] = 15,
+}
+,
+[1087] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Blessed Thistle Alchemy reagent.",
+["name"] = "Blessed Thistle",
+["points"] = 5,
+}
+,
+[1088] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Wormwood Alchemy reagent.",
+["name"] = "Wormwood",
+["points"] = 5,
+}
+,
+[1089] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Lady\'s Smock Alchemy reagent.",
+["name"] = "Lady\'s Smock",
+["points"] = 5,
+}
+,
+[1090] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Bugloss Alchemy reagent.",
+["name"] = "Bugloss",
+["points"] = 5,
+}
+,
+[1091] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Dragonthorn Alchemy reagent.",
+["name"] = "Dragonthorn",
+["points"] = 5,
+}
+,
+[1092] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Mountain Flower Alchemy reagent.",
+["name"] = "Mountain Flower",
+["points"] = 5,
+}
+,
+[1093] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Columbine Alchemy reagent.",
+["name"] = "Columbine",
+["points"] = 5,
+}
+,
+[1094] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all the Traits for the Corn Flower Alchemy Plant.",
+["name"] = "Corn Flower",
+["points"] = 5,
+}
+,
+[1095] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Nirnroot Alchemy reagent.",
+["name"] = "Nirnroot",
+["points"] = 5,
+}
+,
+[1096] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Water Hyacinth Alchemy reagent.",
+["name"] = "Water Hyacinth",
+["points"] = 5,
+}
+,
+[1097] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Stinkhorn Alchemy reagent.",
+["name"] = "Stinkhorn",
+["points"] = 5,
+}
+,
+[1098] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Blue Entoloma Alchemy reagent.",
+["name"] = "Blue Entoloma",
+["points"] = 5,
+}
+,
+[1099] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Emetic Russula Alchemy reagent.",
+["name"] = "Emetic Russula",
+["points"] = 5,
+}
+,
+[1100] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Violet Coprinus Alchemy reagent.",
+["name"] = "Violet Coprinus",
+["points"] = 5,
+}
+,
+[1101] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Namira\'s Rot Alchemy reagent.",
+["name"] = "Namira\'s Rot",
+["points"] = 5,
+}
+,
+[1102] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the White Cap Alchemy reagent.",
+["name"] = "White Cap",
+["points"] = 5,
+}
+,
+[1103] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Luminous Russula Alchemy reagent.",
+["name"] = "Luminous Russula",
+["points"] = 5,
+}
+,
+[1104] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all of the Traits for the Imp Stool Alchemy reagent.",
+["name"] = "Imp Stool",
+["points"] = 5,
+}
+,
+[1105] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 300 Dremora in Veteran City of Ash II.",
+["name"] = "Mehrunes Dremora Slayer",
+["points"] = 10,
+}
+,
+[1106] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 50 Flame Colossi in Veteran City of Ash II.",
+["name"] = "Veteran Flame Colossus Slayer",
+["points"] = 10,
+}
+,
+[1107] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Rukhan, Marruz, Akezel, Urata the Legion, Horvantud the Fire Maw, the Ash Titan, and the Daedra at the bridge to Valkyn Skoria, before defeating Valkyn Skoria himself in Veteran City of Ash II without suffering a group member death.",
+["name"] = "Deadly Deadlands Survivor",
+["points"] = 50,
+}
+,
+[1108] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Rukhan, Marruz, Akezel, Urata the Legion, Horvantud the Fire Maw, and the Ash Titan; reassemble the bridge; and defeat Valkyn Skoria himself in Veteran City of Ash II, all within thirty minutes. Timer starts when players enter the Inner Grove.",
+["name"] = "City of Ash II Assassin",
+["points"] = 50,
+}
+,
+[1109] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Kill all the named champions lurking in the Imperial Sewers",
+["name"] = "Sewer Subjugator",
+["points"] = 15,
+}
+,
+[1110] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1111] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Explore the culinary traditions of the Dremora.",
+["name"] = "Easy as Pie",
+["points"] = 5,
+}
+,
+[1112] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Complete the Gray Passage pilgrimage within the alloted time limit.",
+["name"] = "Craglorn Pilgrim",
+["points"] = 15,
+}
+,
+[1113] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Use the feed pile in Sanctum Ophidia and survive the ensuing battle.",
+["name"] = "Sanctum Ophidia: Feeding Pit",
+["points"] = 5,
+}
+,
+[1114] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "In Veteran City of Ash II, make a pact with the Frigid Tome, then defeat Valkyn Skoria.",
+["name"] = "A World On Fire",
+["points"] = 50,
+}
+,
+[1115] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Deal 1,000,000 points of damage in Trials.",
+["name"] = "Trials Damage Dealer",
+["points"] = 10,
+}
+,
+[1116] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Heal 1,000,000 points of damage to allies in Trials.",
+["name"] = "Trials Healer",
+["points"] = 10,
+}
+,
+[1117] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Block 1,000,000 points of damage in Trials.",
+["name"] = "Trials Blocker",
+["points"] = 10,
+}
+,
+[1118] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1119] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1120] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Defeat the Adjudicator, the Elite Guard, the Planar Inhibitor, and Molag Kena in Veteran White-Gold Tower.",
+["name"] = "White-Gold Tower Conqueror",
+["points"] = 15,
+}
+,
+[1121] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Find Geldrion Treehelm\'s stash in Belkarth.",
+["name"] = "Earthly Possessions",
+["points"] = 5,
+}
+,
+[1122] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Free prisoners from their cell blocks in Imperial City Prison.",
+["name"] = "Blockbuster",
+["points"] = 5,
+}
+,
+[1123] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Celestial Serpent.",
+["name"] = "Sanctum Ophidia Completed",
+["points"] = 50,
+}
+,
+[1124] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Completed the Sanctum Ophidia within a time limit of 33 minutes.",
+["name"] = "Time Trial: Sanctum Ophidia",
+["points"] = 50,
+}
+,
+[1125] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Research the Nirnhoned Trait for any weapon or armor type.",
+["name"] = "Learn the Nirnhoned Trait",
+["points"] = 5,
+}
+,
+[1126] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all caves and locales throughout Upper Craglorn.",
+["name"] = "Upper Craglorn Master Explorer",
+["points"] = 50,
+}
+,
+[1127] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and clear all six explorable caves in Upper Craglorn.",
+["name"] = "Upper Craglorn Cave Delver",
+["points"] = 15,
+}
+,
+[1128] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Defeat all mini-boss and boss enemies in Veteran Imperial City Prison within forty five minutes of starting the dungeon. Timer starts when players enter The Bastion.",
+["name"] = "No Prison Can Hold Me",
+["points"] = 50,
+}
+,
+[1129] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Defeat all mini-boss and boss enemies in Veteran Imperial City Prison without suffering a group member death.",
+["name"] = "Life Sentence",
+["points"] = 50,
+}
+,
+[1130] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Defeat 50 Vigilant Watchers in Veteran Imperial City Prison.",
+["name"] = "Vigilant Watcher Slayer",
+["points"] = 10,
+}
+,
+[1131] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Defeat 300 Mindshriven in Veteran Imperial City Prison.",
+["name"] = "Mindshriven Slayer",
+["points"] = 10,
+}
+,
+[1132] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Complete the listed Challenges for veteran dungeons in Imperial City.",
+["name"] = "Imperial City Challenger",
+["points"] = 50,
+}
+,
+[1133] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "In Imperial City Prison, defeat the Overfiend, Ibomez the Flesh Sculptor, the Gravelight Sentry, the Flesh Abomination, and Lord Warden Dusk without any group member being noticed by the Vigilant Watchers.",
+["name"] = "Out of Sight",
+["points"] = 50,
+}
+,
+[1134] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1135] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1136] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Celestial Warrior after enraging him through the destruction of his statue army.",
+["name"] = "Hel Ra Citadel Difficult Mode",
+["points"] = 50,
+}
+,
+[1137] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Celestial Mage after taunting her by smashing the Aetherial Orbs.",
+["name"] = "Aetherian Archive Difficult Mode",
+["points"] = 50,
+}
+,
+[1138] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Celestial Serpent after desecrating the sacred banners of the Scaled Court",
+["name"] = "Sanctum Ophidia Difficult Mode",
+["points"] = 50,
+}
+,
+[1139] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Complete Hel Ra Citadel, Aetherian Archive, and Sanctum Ophidia at their highest difficulties.",
+["name"] = "Craglorn Trials Conqueror",
+["points"] = 50,
+}
+,
+[1140] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Conquer all challengers on the increased difficulty version of Dragonstar Arena.",
+["name"] = "Dragonstar Arena Conqueror",
+["points"] = 50,
+}
+,
+[1141] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1142] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Defeat the Lord Warden Dusk of Imperial City Prison while you and your group members avoid every Darklight Burst.",
+["name"] = "Darklight Dancer",
+["points"] = 50,
+}
+,
+[1143] = {
+["Category"] = "Quests",
+["Category_ID"] = 7,
+["description"] = "Eliminate the threat of the Serpent and his Scaled Court throughout all of Craglorn.",
+["name"] = "Craglorn Completist",
+["points"] = 50,
+}
+,
+[1144] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Collect and learn from every Dwemer Style book.",
+["name"] = "Dwemer Style Master",
+["points"] = 50,
+}
+,
+[1145] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Become certified in Alchemy, Blacksmithing, Clothing, Enchanting, Provisioning, and Woodworking.",
+["name"] = "Certified Jack-of-All-Trades",
+["points"] = 10,
+}
+,
+[1146] = {
+["Category"] = "NIL",
+["description"] = "Complete one Crafting Writ.",
+["name"] = "First Writ",
+["points"] = 5,
+}
+,
+[1147] = {
+["Category"] = "NIL",
+["description"] = "Complete 25 Crafting Writs.",
+["name"] = "I Must Complete My Contract",
+["points"] = 10,
+}
+,
+[1148] = {
+["Category"] = "NIL",
+["description"] = "Complete 150 Crafting Writs.",
+["name"] = "Signed the Manifest",
+["points"] = 15,
+}
+,
+[1149] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Complete 250 Crafting Writs.",
+["name"] = "Writ Upon the Sky",
+["points"] = 50,
+}
+,
+[1150] = {
+["Category"] = "NIL",
+["description"] = "Complete one Undaunted Pledge bestowed by Maj al-Ragath.",
+["name"] = "Pledge Taker",
+["points"] = 5,
+}
+,
+[1151] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Complete 10 Undaunted Pledges bestowed by Maj al-Ragath.",
+["name"] = "Returned Undaunted",
+["points"] = 10,
+}
+,
+[1152] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Complete 50 Undaunted Pledges bestowed by Maj al-Ragath.",
+["name"] = "Undaunted, Daily",
+["points"] = 15,
+}
+,
+[1153] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Complete 100 Undaunted Pledges bestowed by Maj al-Ragath.",
+["name"] = "Maj\'s Cohort",
+["points"] = 50,
+}
+,
+[1154] = {
+["Category"] = "NIL",
+["description"] = "Complete one Undaunted Pledge bestowed by Glirion the Redbeard.",
+["name"] = "Prove Them Wrong",
+["points"] = 5,
+}
+,
+[1155] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Complete 10 Undaunted Pledges bestowed by Glirion the Redbeard.",
+["name"] = "You Still Draw Breath",
+["points"] = 10,
+}
+,
+[1156] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Complete 50 Undaunted Pledges bestowed by Glirion the Redbeard.",
+["name"] = "Death Has Not Claimed You",
+["points"] = 15,
+}
+,
+[1157] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Complete 100 Undaunted Pledges bestowed by Glirion the Redbeard.",
+["name"] = "Glirion\'s Cohort",
+["points"] = 50,
+}
+,
+[1158] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Reach level 45, attracting the attention of the Undaunted elite.",
+["name"] = "Call of the Undaunted",
+["points"] = 10,
+}
+,
+[1159] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Complete the following achievements associated with City of Ash II.",
+["name"] = "Deadlands Savvy",
+["points"] = 50,
+}
+,
+[1160] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Find all 13 Skyshards in the Imperial City.",
+["name"] = "Imperial City Skyshard Hunter",
+["points"] = 15,
+}
+,
+[1161] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1162] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1163] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1164] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1165] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1166] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1167] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1168] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1169] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Discover all of the striking locales in the Imperial Sewers.",
+["name"] = "Imperial Sewers Pathfinder",
+["points"] = 10,
+}
+,
+[1170] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1171] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Assemble a key for each of the trophy chests found in the Imperial City.",
+["name"] = "Imperial City Locksmith",
+["points"] = 10,
+}
+,
+[1172] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Assemble a total of 25 trophy door keys in the Imperial City.",
+["name"] = "Key Collector",
+["points"] = 50,
+}
+,
+[1173] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1174] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Defeat all the Patrolling Horrors in the Imperial City.",
+["name"] = "Horror of Horrors",
+["points"] = 15,
+}
+,
+[1175] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Bring an end to Molag Bal\'s secret plot in the Imperial City.",
+["name"] = "The Sublime Protector",
+["points"] = 15,
+}
+,
+[1176] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Kill 1 player while inside the Imperial City.",
+["name"] = "Imperial City Recruit",
+["points"] = 5,
+}
+,
+[1177] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Kill 50 players while inside the Imperial City.",
+["name"] = "Imperial City Veteran",
+["points"] = 10,
+}
+,
+[1178] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Kill 100 players while inside the Imperial City.",
+["name"] = "Imperial City Warlord",
+["points"] = 15,
+}
+,
+[1179] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Gain 900 Tel Var Stones from a single gain.",
+["name"] = "Big Score",
+["points"] = 15,
+}
+,
+[1180] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1181] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Collect and learn from every Xivkyn Style book.",
+["name"] = "Xivkyn Style Master",
+["points"] = 50,
+}
+,
+[1182] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Kill 1 Trove Scamp while adventuring in the Imperial Sewers.",
+["name"] = "Trove Scamp Seeker",
+["points"] = 10,
+}
+,
+[1183] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1184] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Complete the Imperial City Arena by slaying the Ringmaster and her monstrous servants.",
+["name"] = "Imperial Arena Champion",
+["points"] = 15,
+}
+,
+[1185] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Complete the Imperial City Temple event by defeating the Daedric Titan, Uzuruz.",
+["name"] = "Protector of the Faith",
+["points"] = 15,
+}
+,
+[1186] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Catch all 12 rare fish in Imperial City.",
+["name"] = "Imperial City Angler",
+["points"] = 5,
+}
+,
+[1187] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1188] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1189] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1190] = {
+["Category"] = "NIL",
+["description"] = "Successfully pickpocket any citizen of Tamriel.",
+["name"] = "Pocket Picker",
+["points"] = 5,
+}
+,
+[1191] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Successfully pickpocket one hundred citizens of Tamriel.",
+["name"] = "Purse Snatcher",
+["points"] = 10,
+}
+,
+[1192] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Successfully pickpocket one thousand citizens of Tamriel.",
+["name"] = "Sneak Thief Extraordinaire",
+["points"] = 15,
+}
+,
+[1193] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Successfully escape a guard after choosing the \"Flee\" option in the Accost Dialogue Window.",
+["name"] = "Cut and Run",
+["points"] = 5,
+}
+,
+[1194] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Successfully escape the guards a total of one hundred times after choosing the \"Flee\" option in the Accost Dialogue Window.",
+["name"] = "Escape Artist",
+["points"] = 15,
+}
+,
+[1195] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Make a one time transaction of 1,000 gold or greater for crimes committed against the citizens of Tamriel.",
+["name"] = "Make Amends",
+["points"] = 15,
+}
+,
+[1196] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Pay a total of 100,000 gold to the Fence OR to the Tamriel Guards to clear your criminal record.",
+["name"] = "Felonious Recompense",
+["points"] = 15,
+}
+,
+[1197] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Earn 1,000 gold by selling stolen goods to a Fence.",
+["name"] = "Ill-Gotten Gains",
+["points"] = 5,
+}
+,
+[1198] = {
+["Category"] = "NIL",
+["description"] = "Break into and loot the contents of a safebox.",
+["name"] = "Safebox Pilferer",
+["points"] = 5,
+}
+,
+[1199] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Break into and loot the contents of ten safeboxes.",
+["name"] = "Safebox Looter",
+["points"] = 10,
+}
+,
+[1200] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Break into and loot the contents of one hundred safeboxes.",
+["name"] = "Safebox Cracker",
+["points"] = 15,
+}
+,
+[1201] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Earn 100,000 gold by selling stolen goods to a Fence.",
+["name"] = "Illicit Entrepreneur",
+["points"] = 15,
+}
+,
+[1202] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Earn 1,000,000 gold by selling stolen goods to a Fence.",
+["name"] = "Black Market Mogul",
+["points"] = 50,
+}
+,
+[1203] = {
+["Category"] = "NIL",
+["description"] = "Spend 100 gold to launder stolen items through a Fence.",
+["name"] = "Loot Cleaner",
+["points"] = 5,
+}
+,
+[1204] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Spend 1,000 gold to launder stolen items through a Fence.",
+["name"] = "Loot Sanitizer",
+["points"] = 10,
+}
+,
+[1205] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Spend 10,000 gold to launder stolen items through a Fence.",
+["name"] = "Illustrious Launderer",
+["points"] = 15,
+}
+,
+[1206] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Successfully pick the lock on a locked door.",
+["name"] = "Home Trespasser",
+["points"] = 5,
+}
+,
+[1207] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Successfully pick the locks on fifty locked doors.",
+["name"] = "Sneaky Housebreaker",
+["points"] = 10,
+}
+,
+[1208] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Successfully pick the locks on one hundred locked doors.",
+["name"] = "Master Burglar",
+["points"] = 15,
+}
+,
+[1209] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Have an article of stolen clothing that you are wearing repossessed by a guard.",
+["name"] = "Disrobed Discipline",
+["points"] = 5,
+}
+,
+[1210] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Have stolen clothing from all your armor slots repossessed at the same time by a guard.",
+["name"] = "Indecent Exposure",
+["points"] = 10,
+}
+,
+[1211] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Steal an item of Fine quality.",
+["name"] = "Discerning Pilferer",
+["points"] = 5,
+}
+,
+[1212] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Steal an item of Superior quality.",
+["name"] = "Discriminating Plunderer",
+["points"] = 10,
+}
+,
+[1213] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Steal an item of Epic quality.",
+["name"] = "Grand Larcenist",
+["points"] = 15,
+}
+,
+[1214] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Spend your first Champion Point.",
+["name"] = "Dawn of a Champion",
+["points"] = 10,
+}
+,
+[1215] = {
+["Category"] = "NIL",
+["description"] = "Spend 100 Champion Points in the Warrior Constellation.",
+["name"] = "Robust Destiny",
+["points"] = 15,
+}
+,
+[1216] = {
+["Category"] = "NIL",
+["description"] = "Spend 50 Champion Points in the Warrior Constellation.",
+["name"] = "Vigorous Decree",
+["points"] = 10,
+}
+,
+[1217] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Spend 150 Champion Points in the Warrior Constellation.",
+["name"] = "Champion of Last Seed",
+["points"] = 50,
+}
+,
+[1218] = {
+["Category"] = "NIL",
+["description"] = "Spend 50 Champion Points in the Mage Constellation.",
+["name"] = "Arcane Decree",
+["points"] = 10,
+}
+,
+[1219] = {
+["Category"] = "NIL",
+["description"] = "Spend 100 Champion Points in the Mage Constellation.",
+["name"] = "Mysterious Destiny",
+["points"] = 15,
+}
+,
+[1220] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Spend 150 Champion Points in the Mage Constellation.",
+["name"] = "Champion of Rain\'s Hand",
+["points"] = 50,
+}
+,
+[1221] = {
+["Category"] = "NIL",
+["description"] = "Spend 50 Champion Points in the Thief Constellation.",
+["name"] = "Stealthy Decree",
+["points"] = 10,
+}
+,
+[1222] = {
+["Category"] = "NIL",
+["description"] = "Spend 100 Champion Points in the Thief Constellation.",
+["name"] = "Devious Destiny",
+["points"] = 15,
+}
+,
+[1223] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Spend 150 Champion Points in the Thief Constellation.",
+["name"] = "Champion of Evening Star",
+["points"] = 50,
+}
+,
+[1224] = {
+["Category"] = "NIL",
+["description"] = "Kill a citizen of Tamriel.",
+["name"] = "Murderer",
+["points"] = 5,
+}
+,
+[1225] = {
+["Category"] = "NIL",
+["description"] = "Kill fifty citizens of Tamriel.",
+["name"] = "Serial Killer",
+["points"] = 5,
+}
+,
+[1226] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Kill one hundred citizens of Tamriel.",
+["name"] = "Mass Murderer",
+["points"] = 5,
+}
+,
+[1227] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Kill a livestock cow, bull, or ox.",
+["name"] = "Ground Beef",
+["points"] = 5,
+}
+,
+[1228] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Kill a livestock chicken or bantam guar.",
+["name"] = "Poultry Assassin",
+["points"] = 5,
+}
+,
+[1229] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Kill a livestock goat or sheep.",
+["name"] = "Wicked Shepherd",
+["points"] = 5,
+}
+,
+[1230] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Kill a livestock pig.",
+["name"] = "Hog Killer",
+["points"] = 5,
+}
+,
+[1231] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Kill a livestock guar.",
+["name"] = "Guar Slayer",
+["points"] = 5,
+}
+,
+[1232] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Kill a total of ten livestock animals.",
+["name"] = "Butcher",
+["points"] = 5,
+}
+,
+[1233] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Kill a total of one hundred livestock animals.",
+["name"] = "Slaughterer",
+["points"] = 5,
+}
+,
+[1234] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Kill a total of five hundred livestock animals.",
+["name"] = "Livestock Mass Murderer",
+["points"] = 5,
+}
+,
+[1235] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Activate the ancient centurion in Rkindaleft.",
+["name"] = "Rkindaleft Group Event",
+["points"] = 50,
+}
+,
+[1236] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Defeat all of Rkindaleft\'s champions.",
+["name"] = "Rkindaleft Conqueror",
+["points"] = 50,
+}
+,
+[1237] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Defeat 3 champions in the Rkindaleft public dungeon.",
+["name"] = "Rkindaleft Vanquisher",
+["points"] = 15,
+}
+,
+[1238] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Resist the cultist onslaught in Old Orsinium.",
+["name"] = "Old Orsinium Group Event",
+["points"] = 50,
+}
+,
+[1239] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Defeat all of the champions in Old Orsinium.",
+["name"] = "Old Orsinium Conqueror",
+["points"] = 50,
+}
+,
+[1240] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Defeat 3 champions in the Old Orsinium public dungeon.",
+["name"] = "Old Orsinium Vanquisher",
+["points"] = 15,
+}
+,
+[1241] = {
+["Category"] = "NIL",
+["description"] = "Complete 3 quests in Wrothgar.",
+["name"] = "Wrothgar Newcomer",
+["points"] = 10,
+}
+,
+[1242] = {
+["Category"] = "NIL",
+["description"] = "Complete 9 quests in Wrothgar.",
+["name"] = "Wrothgar Explorer",
+["points"] = 10,
+}
+,
+[1243] = {
+["Category"] = "NIL",
+["description"] = "Complete 15 quests in Wrothgar.",
+["name"] = "Wrothgar Trailblazer",
+["points"] = 10,
+}
+,
+[1244] = {
+["Category"] = "NIL",
+["description"] = "Complete 21 quests in Wrothgar.",
+["name"] = "Wrothgar Pathfinder",
+["points"] = 10,
+}
+,
+[1245] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Complete 27 quests in Wrothgar.",
+["name"] = "Wrothgar Adventurer",
+["points"] = 10,
+}
+,
+[1246] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1247] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Grant 5 elderly Orc warriors a glorious death.",
+["name"] = "One Last Brawl",
+["points"] = 10,
+}
+,
+[1248] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Wrothgar.",
+["name"] = "Hero of Wrothgar",
+["points"] = 50,
+}
+,
+[1249] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Defeat 4 Wrothgar world bosses.",
+["name"] = "Defender of Orsinium",
+["points"] = 15,
+}
+,
+[1250] = {
+["Category"] = "NIL",
+["description"] = "Collect 16 relics for the House of Orsimer Glories museum.",
+["name"] = "Wrothgar Relic Hunter",
+["points"] = 15,
+}
+,
+[1251] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1252] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1253] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1254] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1255] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1256] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1257] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Complete both Wrothgar public dungeon boss achievements.",
+["name"] = "Wrothgar Dungeon Slayer",
+["points"] = 15,
+}
+,
+[1258] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1259] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1260] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Complete Wrothgar\'s main quests.",
+["name"] = "Kingmaker",
+["points"] = 15,
+}
+,
+[1261] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Kill 1 member of the Coldharbour Elite Guard.",
+["name"] = "Xivkyn Assassin",
+["points"] = 10,
+}
+,
+[1262] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Kill 50 members of the Coldharbour Elite Guard.",
+["name"] = "Xivkyn\'s Scourge",
+["points"] = 15,
+}
+,
+[1263] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Kill 100 members of the Coldharbour Elite Guard.",
+["name"] = "Xivkyn\'s Bane",
+["points"] = 50,
+}
+,
+[1264] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1265] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1266] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1267] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Kill 100 players while inside the Imperial Arena.",
+["name"] = "Alliance Gladiator",
+["points"] = 15,
+}
+,
+[1268] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Kill 1 Cunning Scamp while adventuring in the Imperial Sewers.",
+["name"] = "Cunning Scamp Seeker",
+["points"] = 10,
+}
+,
+[1269] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Kill 50 Trove Scamps while adventuring in the Imperial Sewers.",
+["name"] = "Trove Scamp Slayer",
+["points"] = 15,
+}
+,
+[1270] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Kill 100 Trove Scamps while adventuring in the Imperial Sewers.",
+["name"] = "Trove Scamp Exterminator",
+["points"] = 50,
+}
+,
+[1271] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Kill 50 Cunning Scamps while adventuring in the Imperial Sewers.",
+["name"] = "Cunning Scamp Slayer",
+["points"] = 15,
+}
+,
+[1272] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Kill 100 Cunning Scamps while adventuring in the Imperial Sewers.",
+["name"] = "Cunning Scamp Exterminator",
+["points"] = 50,
+}
+,
+[1273] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Complete the Barathrum Centrata event deep beneath the Imperial City.",
+["name"] = "Imperial Lightbringer",
+["points"] = 50,
+}
+,
+[1274] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1275] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Defeat the Adjudicator, the Empress Regent\'s Guard, the Planar Inhibitor, and Molag Kena in Veteran White-Gold Tower within 30 minutes of starting the dungeon. Timer starts when you enter Green Emperor Way.",
+["name"] = "First to the Top",
+["points"] = 50,
+}
+,
+[1276] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Defeat the Adjudicator, the Empress Regent\'s Guard, the Planar Inhibitor, and Molag Kena in Veteran White-Gold Tower without experiencing the death of a group member.",
+["name"] = "To Spite a Tharn",
+["points"] = 50,
+}
+,
+[1277] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Defeat 100 Xivkyn in Veteran White-Gold Tower.",
+["name"] = "Horn Breaker",
+["points"] = 10,
+}
+,
+[1278] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Defeat 75 Daedroth in Veteran White-Gold Tower.",
+["name"] = "Daedroth Dropper",
+["points"] = 10,
+}
+,
+[1279] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "In Veteran White-Gold Tower, complete the ritual listed in the Obelisk Tome, then defeat Molag Kena.",
+["name"] = "Ire of the Storm",
+["points"] = 50,
+}
+,
+[1280] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "In Veteran White-Gold Tower, destroy all portals to prevent the arrival of the Planar Inhibitor\'s reinforcements.",
+["name"] = "Entry Denied",
+["points"] = 10,
+}
+,
+[1281] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Locate and interact with all of the speaking stones in the White-Gold Tower.",
+["name"] = "Imperial Transgressions",
+["points"] = 5,
+}
+,
+[1282] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1283] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1284] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1285] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Kill Old Snagara the echatere in the Poacher\'s Encampment.",
+["name"] = "Kill Old Snagara",
+["points"] = 10,
+}
+,
+[1286] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Defeat Zandadunoz the Reborn at the Unfinished Dolmen.",
+["name"] = "Kill Zandadunoz the Reborn",
+["points"] = 10,
+}
+,
+[1287] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Kill the Riekr regent King-Chief Edu at the King-Chief\'s Throne.",
+["name"] = "Kill King-Chief Edu",
+["points"] = 10,
+}
+,
+[1288] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Kill the Winterborn Briarheart Warrior, Corintthac the Abomination, at the Accursed Nursery.",
+["name"] = "Kill Corintthac the Abomination",
+["points"] = 10,
+}
+,
+[1289] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Kill Mad Urkazbur at the Mad-Ogre\'s Altar.",
+["name"] = "Kill Mad Urkazbur the Ogre",
+["points"] = 10,
+}
+,
+[1290] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Kill Nyzchaleft the Dwarven Centurion at Nyzchaleft Falls.",
+["name"] = "Kill Nyzchaleft",
+["points"] = 10,
+}
+,
+[1291] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1292] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1293] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1294] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1295] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1296] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1297] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Explore and clear Nikolvara\'s Kennel.",
+["name"] = "Nikolvara\'s Kennel Explorer",
+["points"] = 5,
+}
+,
+[1298] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Explore and clear Coldperch Cavern.",
+["name"] = "Coldperch Cavern Explorer",
+["points"] = 5,
+}
+,
+[1299] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Explore and clear Argent Mine.",
+["name"] = "Argent Mine Explorer",
+["points"] = 5,
+}
+,
+[1300] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Explore and clear Thukhozod\'s Sanctum.",
+["name"] = "Thukhozod\'s Sanctum Explorer",
+["points"] = 5,
+}
+,
+[1301] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Explore and clear Watcher\'s Hold.",
+["name"] = "Watcher\'s Hold Explorer",
+["points"] = 5,
+}
+,
+[1302] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Explore and clear Zthenganaz.",
+["name"] = "Zthenganaz Explorer",
+["points"] = 5,
+}
+,
+[1303] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "In Veteran Imperial City Prison, destroy the Warden\'s Tome, then defeat Lord Warden Dusk.",
+["name"] = "Lord Warden\'s Retaliation",
+["points"] = 50,
+}
+,
+[1304] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Conquer all challengers and earn the title of Maelstrom Arena Champion.",
+["name"] = "Maelstrom Arena Champion",
+["points"] = 15,
+}
+,
+[1305] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Conquer all challengers in Veteran Maelstrom Arena.",
+["name"] = "Maelstrom Arena Conqueror",
+["points"] = 50,
+}
+,
+[1306] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "In Veteran White-Gold Tower, become completely engulfed in flame by the Planar Inhibitor\'s Heat Stroke attack before it completes its Daedric Catastrophe attack. Then stay alive until the Planar Inhibitor is defeated.",
+["name"] = "Out of the Frying Pan",
+["points"] = 15,
+}
+,
+[1307] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Assemble a key for each of the trophy chests found in the White-Gold Tower and Imperial City Prison group dungeons.",
+["name"] = "Imperial City Dungeon Locksmith",
+["points"] = 10,
+}
+,
+[1308] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1309] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1310] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1311] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Gain 1,000 Tel Var Stones over the lifetime of your character.",
+["name"] = "Tel Var Collector",
+["points"] = 10,
+}
+,
+[1312] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Gain 10,000 Tel Var Stones over the lifetime of your character.",
+["name"] = "Tel Var Baron",
+["points"] = 15,
+}
+,
+[1313] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Gain 100,000 Tel Var Stones over the lifetime of your character.",
+["name"] = "Tel Var Master",
+["points"] = 50,
+}
+,
+[1314] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Gain 300 Tel Var Stones from a single gain.",
+["name"] = "Sudden Spoils",
+["points"] = 5,
+}
+,
+[1315] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Gain 600 Tel Var Stones from a single gain.",
+["name"] = "Windfall Profits",
+["points"] = 10,
+}
+,
+[1316] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Make 15 donations to the Orsinium City Solicitor.",
+["name"] = "Orsinium Patron",
+["points"] = 5,
+}
+,
+[1317] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Translate all of the Champion 150 and Champion 160 runestones.",
+["name"] = "Ruby Potency",
+["points"] = 10,
+}
+,
+[1318] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Collect and learn from every Akaviri Style book.",
+["name"] = "Akaviri Style Master",
+["points"] = 50,
+}
+,
+[1319] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Collect and learn from every Glass Style book.",
+["name"] = "Glass Style Master",
+["points"] = 50,
+}
+,
+[1320] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Find all 17 Skyshards in Wrothgar.",
+["name"] = "Wrothgar Skyshard Hunter",
+["points"] = 15,
+}
+,
+[1321] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Discover and clear all 6 explorable caves in Wrothgar.",
+["name"] = "Wrothgar Master Delver",
+["points"] = 15,
+}
+,
+[1322] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Discover all the striking locales in Wrothgar.",
+["name"] = "Wrothgar Master Seeker",
+["points"] = 10,
+}
+,
+[1323] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Discover and clear all caves and striking locales in Wrothgar.",
+["name"] = "Wrothgar Master Explorer",
+["points"] = 15,
+}
+,
+[1324] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Collect all 20 relics for the House of Orsimer Glories museum.",
+["name"] = "Wrothgar Master Relic Hunter",
+["points"] = 50,
+}
+,
+[1325] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Complete quest \"A King-Sized Problem\" in Wrothgar.",
+["name"] = "Orc King\'s Councilor",
+["points"] = 10,
+}
+,
+[1326] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Complete quest \"The Anger of a King\" in Wrothgar.",
+["name"] = "Orc King\'s Marshal",
+["points"] = 10,
+}
+,
+[1327] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Complete quest \"Blood on a King\'s Hands\" in Wrothgar.",
+["name"] = "Orc King\'s Conqueror",
+["points"] = 10,
+}
+,
+[1328] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Complete 40 quests in Wrothgar.",
+["name"] = "Wrothgar Grand Adventurer",
+["points"] = 15,
+}
+,
+[1329] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1330] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Complete Veteran Maelstrom Arena in a single attempt, without dying or leaving the arena.",
+["name"] = "Maelstrom Arena: Perfect Run",
+["points"] = 50,
+}
+,
+[1331] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Leap from the cliff west of Frostbreak Ridge and survive.",
+["name"] = "Wrothgar Cliff Jumper",
+["points"] = 5,
+}
+,
+[1332] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1333] = {
+["Category"] = "NIL",
+["description"] = "Complete 1 group boss daily quest in Wrothgar.",
+["name"] = "One at a Time",
+["points"] = 5,
+}
+,
+[1334] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Complete 7 group boss daily quests in Wrothgar.",
+["name"] = "Lucky Seven",
+["points"] = 10,
+}
+,
+[1335] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Complete 30 group boss daily quests in Wrothgar.",
+["name"] = "Monster Hunter of the Month",
+["points"] = 15,
+}
+,
+[1336] = {
+["Category"] = "NIL",
+["description"] = "Complete 1 Delve Daily in Wrothgar.",
+["name"] = "A Delve a Day",
+["points"] = 5,
+}
+,
+[1337] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Complete 7 Delve Dailies in Wrothgar.",
+["name"] = "Wrothgar Delve Weekly",
+["points"] = 10,
+}
+,
+[1338] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Complete 30 Delve Dailies in Wrothgar.",
+["name"] = "Wrothgar Delve Monthly",
+["points"] = 15,
+}
+,
+[1339] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Catch the rare Crab-Slaughter-Crane fish found in Wrothgar.",
+["name"] = "Hooking Wrothgar\'s Biggest Catch",
+["points"] = 10,
+}
+,
+[1340] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Catch all 12 rare fish in Wrothgar.",
+["name"] = "Wrothgar Master Angler",
+["points"] = 5,
+}
+,
+[1341] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Collect and learn every chapter in the Ancient Orc style book found in Wrothgar.",
+["name"] = "Ancient Orc Style Master",
+["points"] = 50,
+}
+,
+[1342] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Find all 6 skyshards in the Gold Coast.",
+["name"] = "Gold Coast Skyshard Hunter",
+["points"] = 10,
+}
+,
+[1343] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Drive the dro-m\'Athra back to the void and close the Maw of Lorkhaj in Normal Mode.",
+["name"] = "Maw of Lorkhaj Completed",
+["points"] = 15,
+}
+,
+[1344] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Defeat Rakkhat after empowering him at the lunar shrines in Veteran Maw of Lorkhaj.",
+["name"] = "Maw of Lorkhaj Difficult Mode",
+["points"] = 50,
+}
+,
+[1345] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Defeat the Overfiend, Ibomez the Flesh Sculptor, the Gravelight Sentry, the Flesh Abomination, the Lord Warden\'s Council, and Lord Warden Dusk in the Imperial City Prison.",
+["name"] = "Imperial City Prison Vanquisher",
+["points"] = 10,
+}
+,
+[1346] = {
+["Category"] = "Imperial City",
+["Category_ID"] = 22,
+["description"] = "Defeat the Adjudicator, the Elite Guard, the Planar Inhibitor, and Molag Kena in White-Gold Tower.",
+["name"] = "White-Gold Tower Vanquisher",
+["points"] = 10,
+}
+,
+[1347] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Find all 6 skyshards in Hew\'s Bane.",
+["name"] = "Hew\'s Bane Skyshard Hunter",
+["points"] = 10,
+}
+,
+[1348] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Collect and learn from every Mercenary Style book.",
+["name"] = "Mercenary Style Master",
+["points"] = 50,
+}
+,
+[1349] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Trespass in seven locked locations throughout Abah\'s Landing.",
+["name"] = "Breaking and Entering",
+["points"] = 5,
+}
+,
+[1350] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Learn every rumor about the statue in the Thieves Den.",
+["name"] = "The Lady in the Cistern",
+["points"] = 5,
+}
+,
+[1351] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Catch all 12 rare fish in Hew\'s Bane.",
+["name"] = "Hew\'s Bane Master Angler",
+["points"] = 5,
+}
+,
+[1352] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Kill Syvarra of the Deep at Ko Estaran.",
+["name"] = "Deepest Shallows",
+["points"] = 10,
+}
+,
+[1353] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Kill Captain Virindi Slave-Taker at Thrall Cove.",
+["name"] = "Cutting the Keel",
+["points"] = 10,
+}
+,
+[1354] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Defeat both Hew\'s Bane world bosses.",
+["name"] = "Defender of Hew\'s Bane",
+["points"] = 15,
+}
+,
+[1355] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Explore and clear Bahraha\'s Gloom.",
+["name"] = "Bahraha\'s Gloom Explorer",
+["points"] = 5,
+}
+,
+[1356] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Explore and clear Shark\'s Teeth Grotto.",
+["name"] = "Shark\'s Teeth Grotto Explorer",
+["points"] = 5,
+}
+,
+[1357] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Discover and clear both explorable caves in Hew\'s Bane.",
+["name"] = "Hew\'s Bane Cave Delver",
+["points"] = 10,
+}
+,
+[1358] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Discover all the striking locales in Hew\'s Bane.",
+["name"] = "Hew\'s Bane Pathfinder",
+["points"] = 10,
+}
+,
+[1359] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Discover and clear all caves and striking locales in Hew\'s Bane.",
+["name"] = "Hew\'s Bane Master Explorer",
+["points"] = 15,
+}
+,
+[1360] = {
+["Category"] = "NIL",
+["description"] = "Complete quest \"Cleaning House\" in Hew\'s Bane.",
+["name"] = "Always Travel Separately",
+["points"] = 10,
+}
+,
+[1361] = {
+["Category"] = "NIL",
+["description"] = "Complete quest \"A Flawless Plan\" in Hew\'s Bane.",
+["name"] = "Never, Ever Steal From the Guild",
+["points"] = 10,
+}
+,
+[1362] = {
+["Category"] = "NIL",
+["description"] = "Complete quest \"Forever Hold Your Peace\" in Hew\'s Bane.",
+["name"] = "Wedding Crashers",
+["points"] = 10,
+}
+,
+[1363] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete quest \"Prison Break\" in Hew\'s Bane.",
+["name"] = "Broken Wheel",
+["points"] = 10,
+}
+,
+[1364] = {
+["Category"] = "NIL",
+["description"] = "Complete 12 story quests in Hew\'s Bane.",
+["name"] = "Hew\'s Bane Adventurer",
+["points"] = 15,
+}
+,
+[1365] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Hew\'s Bane.",
+["name"] = "Hero of Hew\'s Bane",
+["points"] = 50,
+}
+,
+[1366] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete 16 story quests in Hew\'s Bane.",
+["name"] = "Hew\'s Bane Grand Adventurer",
+["points"] = 50,
+}
+,
+[1367] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete Veteran Maw of Lorkhaj within a time limit of 40 minutes. Your trial begins when you cross the threshold of the Temple of Seven Riddles.",
+["name"] = "Time Trial: Maw of Lorkhaj",
+["points"] = 50,
+}
+,
+[1368] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Defeat Rakkhat, Fang of Lorkhaj and his legions of dro-m\'Athra in Veteran Maw of Lorkhaj.",
+["name"] = "Maw of Lorkhaj Conqueror",
+["points"] = 50,
+}
+,
+[1369] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Use both chain switches within ten seconds in Veteran Maw of Lorkhaj, then defeat the dro-m\'Athra invaders.",
+["name"] = "Maw of Lorkhaj: Unchained Ambush",
+["points"] = 5,
+}
+,
+[1370] = {
+["Category"] = "NIL",
+["description"] = "Complete quest \"The Long Game\" in Hew\'s Bane.",
+["name"] = "Iron Wheel Infiltration",
+["points"] = 10,
+}
+,
+[1371] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Join the Thieves Guild by completing quest \"Partners in Crime\" in Hew\'s Bane.",
+["name"] = "Welcome to the Thieves Guild",
+["points"] = 10,
+}
+,
+[1372] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete 1 heist from the Heist Board for the Thieves Guild.",
+["name"] = "Fledgling Filcher",
+["points"] = 5,
+}
+,
+[1373] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete 7 heists from the Heist Board for the Thieves Guild.",
+["name"] = "Seasoned Sneak-Thief",
+["points"] = 10,
+}
+,
+[1374] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete 15 heists from the Heist Board for the Thieves Guild.",
+["name"] = "Professional Pilferer",
+["points"] = 15,
+}
+,
+[1375] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete quest \"His Greatest Treasure\" in Hew\'s Bane.",
+["name"] = "A Life Deferred",
+["points"] = 10,
+}
+,
+[1376] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete quest \"That Which Was Lost\" in Hew\'s Bane.",
+["name"] = "Seeds Untilled",
+["points"] = 10,
+}
+,
+[1377] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete quest \"Everyone Has A Price\" in Hew\'s Bane.",
+["name"] = "What Price, Freedom?",
+["points"] = 10,
+}
+,
+[1378] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete quest \"The One That Got Away\" in Hew\'s Bane.",
+["name"] = "Loose Ends",
+["points"] = 10,
+}
+,
+[1379] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Steal the treasures on Kari\'s Hit List from every territory of the Aldmeri Dominion and place them in the Thieves Den.",
+["name"] = "Despoil the Dominion",
+["points"] = 15,
+}
+,
+[1380] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Steal the treasures on Kari\'s Hit List from every territory of the Daggerfall Covenant and place them in the Thieves Den.",
+["name"] = "Con the Covenant",
+["points"] = 15,
+}
+,
+[1381] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Steal the treasures on Kari\'s Hit List from every territory of the Ebonheart Pact and place them in the Thieves Den.",
+["name"] = "Purloin the Pact",
+["points"] = 15,
+}
+,
+[1382] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Steal the treasure on Kari\'s Hit List from Abah\'s Landing and place it in the Thieves Den.",
+["name"] = "Loot the Landing",
+["points"] = 15,
+}
+,
+[1383] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Steal every treasure from Kari\'s Hit List and place them all within the Thieves Den.",
+["name"] = "A Cutpurse Above",
+["points"] = 50,
+}
+,
+[1384] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1385] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Defeat 25 Void Callers in the Maw of Lorkhaj.",
+["name"] = "Maw of Lorkhaj: Shadow Slayer",
+["points"] = 10,
+}
+,
+[1386] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Defeat Rakkhat without anyone dying while afflicted by the Breath of Lorkhaj.",
+["name"] = "Maw of Lorkhaj: Stainless Souls",
+["points"] = 15,
+}
+,
+[1387] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1388] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "In Veteran Maw of Lorkhaj, force Rakkhat into his final phase within two lunar cycles, then defeat him.",
+["name"] = "Maw of Lorkhaj: Two-Moons Dance",
+["points"] = 15,
+}
+,
+[1389] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Defeat Rakkhat in Veteran Maw of Lorkhaj, with a maximum of two players ever being afflicted by the Breath of Lorkhaj.",
+["name"] = "Maw of Lorkhaj: Void Avoided",
+["points"] = 15,
+}
+,
+[1390] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Defeat Rakkhat in Veteran Maw of Lorkhaj, with at least three dro-m\'Athra Dreadstalkers still alive.",
+["name"] = "Maw of Lorkhaj: Fang Focused",
+["points"] = 15,
+}
+,
+[1391] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete all achievements related to defeating Rakkhat, Fang of Lorkhaj in Veteran Maw of Lorkhaj.",
+["name"] = "Maw of Lorkhaj: Moons\' Champion",
+["points"] = 50,
+}
+,
+[1392] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete Veteran Maw of Lorkhaj without suffering a group member death.",
+["name"] = "Maw of Lorkhaj: Spotless Triumph",
+["points"] = 50,
+}
+,
+[1393] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Come visit the Orcs\' newly rebuilt capital city: Orsinium!",
+["name"] = "A Gift from Orsinium",
+["points"] = 5,
+}
+,
+[1394] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Successfully pick pockets at each of the four most popular shops in Abah\'s Landing.",
+["name"] = "Five Finger Discount",
+["points"] = 5,
+}
+,
+[1395] = {
+["Category"] = "NIL",
+["description"] = "Discover and loot 1 Thieves Trove.",
+["name"] = "Finders Keepers",
+["points"] = 5,
+}
+,
+[1396] = {
+["Category"] = "NIL",
+["description"] = "Discover and loot 5 Thieves Troves.",
+["name"] = "An Eye For Details",
+["points"] = 10,
+}
+,
+[1397] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Discover and loot 15 Thieves Troves.",
+["name"] = "Leave No Stash Behind",
+["points"] = 15,
+}
+,
+[1398] = {
+["Category"] = "NIL",
+["description"] = "Complete 1 job from the Tip Board for the Thieves Guild.",
+["name"] = "Fresh Footpad",
+["points"] = 5,
+}
+,
+[1399] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete 10 jobs from the Tip Board for the Thieves Guild.",
+["name"] = "Practiced Prowler",
+["points"] = 10,
+}
+,
+[1400] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete 30 jobs from the Tip Board for the Thieves Guild.",
+["name"] = "Sophisticated Shadowfoot",
+["points"] = 15,
+}
+,
+[1401] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Assist each member of the Thieves Guild in resolving personal matters.",
+["name"] = "Honor Among Thieves",
+["points"] = 50,
+}
+,
+[1402] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Evade justice with the help of the \"Timely Escape\" Thieves Guild skill, as well as a friendly footpad.",
+["name"] = "And Then They Were Gone",
+["points"] = 5,
+}
+,
+[1403] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Complete 1 heist for the Thieves Guild without being detected.",
+["name"] = "Master of Shadows",
+["points"] = 10,
+}
+,
+[1404] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Receive the highest possible reward in 5 heists for the Thieves Guild.",
+["name"] = "Deep Pockets",
+["points"] = 15,
+}
+,
+[1405] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "At each Outlaws Refuge within the Aldmeri Dominion, receive 4000 gold for fencing items.",
+["name"] = "Eagle\'s Nest-Egg",
+["points"] = 15,
+}
+,
+[1406] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "At each Outlaws Refuge within the Ebonheart Pact, receive 4000 gold for fencing items.",
+["name"] = "Dragon\'s Hoard",
+["points"] = 15,
+}
+,
+[1407] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "At each Outlaws Refuge within the Daggerfall Covenant, receive 4000 gold for fencing items.",
+["name"] = "Lion\'s Golden Pride",
+["points"] = 15,
+}
+,
+[1408] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Receive 4000 gold for fencing items at the Thieves Den in Abah\'s Landing.",
+["name"] = "Merchant Lord\'s Coffers",
+["points"] = 10,
+}
+,
+[1409] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "At each Outlaws Refuge within every Alliance territory, as well as the Thieves Den, receive 4000 gold for fencing items.",
+["name"] = "Magnanimous Magnate",
+["points"] = 50,
+}
+,
+[1410] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Execute all targets listed in the Litany of Blood and collect your reward.",
+["name"] = "Litany of Blood",
+["points"] = 50,
+}
+,
+[1411] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Collect and learn every chapter in the Trinimac style book found in Wrothgar.",
+["name"] = "Trinimac Style Master",
+["points"] = 50,
+}
+,
+[1412] = {
+["Category"] = "Orsinium",
+["Category_ID"] = 21,
+["description"] = "Collect and learn every chapter in the Malacath style book found in Wrothgar.",
+["name"] = "Malacath Style Master",
+["points"] = 50,
+}
+,
+[1413] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Travel to the notorious free port of Abah\'s Landing!",
+["name"] = "Spoils of Abah\'s Landing",
+["points"] = 5,
+}
+,
+[1414] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Collect and learn every chapter in the Ebonheart Pact style book found in Cyrodiil and Imperial City.",
+["name"] = "Ebonheart Pact Style Master",
+["points"] = 50,
+}
+,
+[1415] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Collect and learn every chapter in the Aldmeri Dominion style book found in Cyrodiil and Imperial City.",
+["name"] = "Aldmeri Dominion Style Master",
+["points"] = 50,
+}
+,
+[1416] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Collect and learn every chapter in the Daggerfall Covenant style book found in Cyrodiil and Imperial City.",
+["name"] = "Daggerfall Covenant Style Master",
+["points"] = 50,
+}
+,
+[1417] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Collect and learn every chapter in the Outlaw style book found in Hew\'s Bane.",
+["name"] = "Outlaw Style Master",
+["points"] = 50,
+}
+,
+[1418] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Collect and learn the Soul Shriven style book found by completing Cadwell\'s Silver.",
+["name"] = "Soul Shriven Style Master",
+["points"] = 15,
+}
+,
+[1419] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Defeat Limenauruus the possessed minotaur and the shadow spirits at Tribune\'s Folly.",
+["name"] = "Defeat Limenauruus",
+["points"] = 10,
+}
+,
+[1420] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Enter the Kvatch Arena and defeat all challengers.",
+["name"] = "Conquer the Kvatch Arena",
+["points"] = 10,
+}
+,
+[1421] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Visit the Gold Coast and take in the local scenery.",
+["name"] = "Gold Coast Tourist",
+["points"] = 5,
+}
+,
+[1422] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Collect and learn every chapter in the Abah\'s Watch style book found in Hew\'s Bane.",
+["name"] = "Abah\'s Watch Style Master",
+["points"] = 50,
+}
+,
+[1423] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Collect and learn every chapter in the Thieves Guild style book found in Hew\'s Bane.",
+["name"] = "Thieves Guild Style Master",
+["points"] = 50,
+}
+,
+[1424] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Collect and learn every chapter in the Assassins League style book found in the Gold Coast.",
+["name"] = "Assassins League Style Master",
+["points"] = 50,
+}
+,
+[1425] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Defeat both world bosses in the Gold Coast.",
+["name"] = "Defender of the Gold Coast",
+["points"] = 15,
+}
+,
+[1426] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Explore and clear Hrota Cave.",
+["name"] = "Hrota Cave Explorer",
+["points"] = 5,
+}
+,
+[1427] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Explore and clear Garlas Agea.",
+["name"] = "Garlas Agea Explorer",
+["points"] = 5,
+}
+,
+[1428] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Discover and clear all caves and striking locales in the Gold Coast.",
+["name"] = "Gold Coast Master Explorer",
+["points"] = 15,
+}
+,
+[1429] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Discover and clear both explorable caves in the Gold Coast.",
+["name"] = "Gold Coast Cave Delver",
+["points"] = 10,
+}
+,
+[1430] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Discover all the striking locales in the Gold Coast.",
+["name"] = "Gold Coast Pathfinder",
+["points"] = 10,
+}
+,
+[1431] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Catch all 12 rare fish in the Gold Coast.",
+["name"] = "Gold Coast Master Angler",
+["points"] = 5,
+}
+,
+[1432] = {
+["Category"] = "NIL",
+["description"] = "Complete 14 story quests in the Gold Coast.",
+["name"] = "Gold Coast Adventurer",
+["points"] = 15,
+}
+,
+[1433] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Complete 17 story quests in the Gold Coast.",
+["name"] = "Gold Coast Grand Adventurer",
+["points"] = 50,
+}
+,
+[1434] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Complete quests, defeat bosses, and explore delves to become the Bane of the Gold Coast.",
+["name"] = "Bane of the Gold Coast",
+["points"] = 50,
+}
+,
+[1435] = {
+["Category"] = "NIL",
+["description"] = "Join the Dark Brotherhood and complete the \"Voices in the Dark\" quest.",
+["name"] = "First Blood",
+["points"] = 10,
+}
+,
+[1436] = {
+["Category"] = "NIL",
+["description"] = "Complete the \"Signed in Blood\" Dark Brotherhood quest in the Gold Coast.",
+["name"] = "Dark Initiate",
+["points"] = 10,
+}
+,
+[1437] = {
+["Category"] = "NIL",
+["description"] = "Complete the \"Welcome Home\" Dark Brotherhood quest in the Gold Coast.",
+["name"] = "New-blade",
+["points"] = 10,
+}
+,
+[1438] = {
+["Category"] = "NIL",
+["description"] = "Complete the \"A Lesson in Silence\" Dark Brotherhood quest in the Gold Coast.",
+["name"] = "Sermonizer Subduer",
+["points"] = 10,
+}
+,
+[1439] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Complete the \"Questions of Faith\" Dark Brotherhood quest in the Gold Coast.",
+["name"] = "Brethren Benefactor",
+["points"] = 10,
+}
+,
+[1440] = {
+["Category"] = "NIL",
+["description"] = "Complete the \"A Special Request\" Dark Brotherhood quest in the Gold Coast.",
+["name"] = "Assassin",
+["points"] = 10,
+}
+,
+[1441] = {
+["Category"] = "NIL",
+["description"] = "Complete the \"Dark Revelations\" Dark Brotherhood quest in the Gold Coast.",
+["name"] = "Dark Discovery",
+["points"] = 10,
+}
+,
+[1442] = {
+["Category"] = "NIL",
+["description"] = "Complete the \"A Ghost from the Past\" Dark Brotherhood quest in the Gold Coast.",
+["name"] = "Dark Investigator",
+["points"] = 10,
+}
+,
+[1443] = {
+["Category"] = "NIL",
+["description"] = "Complete \"The Wrath of Sithis\" Dark Brotherhood quest in the Gold Coast.",
+["name"] = "Wrath of Sithis",
+["points"] = 10,
+}
+,
+[1444] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Complete the \"Filling the Void\" Dark Brotherhood quest in the Gold Coast.",
+["name"] = "Silencer",
+["points"] = 10,
+}
+,
+[1445] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Complete your first Black Sacrament contract, as the Speaker commanded.",
+["name"] = "First Sacrament",
+["points"] = 5,
+}
+,
+[1446] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Complete 7 Black Sacrament contracts, as the Speaker commanded.",
+["name"] = "Seventh Sacrament",
+["points"] = 10,
+}
+,
+[1447] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Complete 15 Black Sacrament contracts, as the Speaker commanded.",
+["name"] = "Fifteenth Sacrament",
+["points"] = 15,
+}
+,
+[1448] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Complete 5 Black Sacrament contracts at the highest possible reward level.",
+["name"] = "Perfect Sacrament",
+["points"] = 15,
+}
+,
+[1449] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Complete a Black Sacrament contract without being detected.",
+["name"] = "Hidden Sacrament",
+["points"] = 10,
+}
+,
+[1450] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Assassinate every target named by a Black Sacrament contract when commanded to by the Speaker.",
+["name"] = "Blackest Sacrament",
+["points"] = 15,
+}
+,
+[1451] = {
+["Category"] = "NIL",
+["description"] = "Complete your first murder contract from the \"Marked for Death\" tome.",
+["name"] = "First Contract",
+["points"] = 5,
+}
+,
+[1452] = {
+["Category"] = "NIL",
+["description"] = "Complete 10 murder contracts from the \"Marked for Death\" tome.",
+["name"] = "Tenth Contract",
+["points"] = 10,
+}
+,
+[1453] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Complete 30 murder contracts from the \"Marked for Death\" tome.",
+["name"] = "Thirtieth Contract",
+["points"] = 15,
+}
+,
+[1454] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Closely observe the silent vigil of the Ayleid Sentinel at Beldaburo in the Gold Coast.",
+["name"] = "Lonely Sentinel",
+["points"] = 5,
+}
+,
+[1455] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Murder 20 innocents in the Gold Coast city of Kvatch.",
+["name"] = "Kvatch Murder Spree",
+["points"] = 5,
+}
+,
+[1456] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Murder 20 innocents in the Gold Coast city of Anvil.",
+["name"] = "Anvil Murder Spree",
+["points"] = 5,
+}
+,
+[1457] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "In the capital city of each alliance, murder an innocent with the Blade of Woe.",
+["name"] = "Blood Tour",
+["points"] = 10,
+}
+,
+[1458] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Aid each of the notable figures recently arrived on the Gold Coast.",
+["name"] = "Gold Coast Connections",
+["points"] = 15,
+}
+,
+[1459] = {
+["Category"] = "NIL",
+["description"] = "Murder your first innocent with the Blade of Woe.",
+["name"] = "First Cut",
+["points"] = 5,
+}
+,
+[1460] = {
+["Category"] = "NIL",
+["description"] = "Murder 25 innocents with the Blade of Woe.",
+["name"] = "Twenty-Fifth Cut",
+["points"] = 10,
+}
+,
+[1461] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Murder 100 innocents with the Blade of Woe.",
+["name"] = "One-Hundredth Cut",
+["points"] = 15,
+}
+,
+[1462] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Celestial Serpent in Veteran Sanctum Ophidia.",
+["name"] = "Sanctum Ophidia Conqueror",
+["points"] = 50,
+}
+,
+[1463] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Complete each achievement associated with the Speaker\'s Black Sacrament contracts.",
+["name"] = "Flawless Sacrament",
+["points"] = 50,
+}
+,
+[1464] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn every trait for each of the Alchemy reagents listed below.",
+["name"] = "Toxicologist",
+["points"] = 50,
+}
+,
+[1465] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all the traits for the Torchbug Thorax Alchemy reagent.",
+["name"] = "Torchbug Thorax",
+["points"] = 5,
+}
+,
+[1466] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all the traits for the Beetle Scuttle Alchemy reagent.",
+["name"] = "Beetle Scuttle",
+["points"] = 5,
+}
+,
+[1467] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all the traits for the Spider Egg Alchemy reagent.",
+["name"] = "Spider Egg",
+["points"] = 5,
+}
+,
+[1468] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all the traits for the Butterfly Wing Alchemy reagent.",
+["name"] = "Butterfly Wing",
+["points"] = 5,
+}
+,
+[1469] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all the traits for the Fleshfly Larva Alchemy reagent.",
+["name"] = "Fleshfly Larva",
+["points"] = 5,
+}
+,
+[1470] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all the traits for the Scrib Jelly Alchemy reagent.",
+["name"] = "Scrib Jelly",
+["points"] = 5,
+}
+,
+[1471] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all the traits for the Nightshade Alchemy reagent.",
+["name"] = "Nightshade",
+["points"] = 5,
+}
+,
+[1472] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn all the traits for the Mudcrab Chitin Alchemy reagent.",
+["name"] = "Mudcrab Chitin",
+["points"] = 5,
+}
+,
+[1473] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1474] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Celestial Warrior in Veteran Hel Ra Citadel.",
+["name"] = "Hel Ra Citadel Conqueror",
+["points"] = 50,
+}
+,
+[1475] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1476] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1477] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1478] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1479] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1480] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1481] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1482] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1483] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1484] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1485] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1486] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1487] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1488] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1489] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1490] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1491] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1492] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1493] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1494] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1495] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1496] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1497] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1498] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1499] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1500] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1501] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1502] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1503] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Celestial Mage in Veteran Aetherian Archive.",
+["name"] = "Aetherian Archive Conqueror",
+["points"] = 50,
+}
+,
+[1504] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in the Ruins of Mazzatun.",
+["name"] = "Ruins of Mazzatun Vanquisher",
+["points"] = 10,
+}
+,
+[1505] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun.",
+["name"] = "Ruins of Mazzatun Conqueror",
+["points"] = 10,
+}
+,
+[1506] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "In Veteran Ruins of Mazzatun, defeat Tree-Minder Na-Kesh after enraging her by destroying her alchemical notes on Amber Plasm.",
+["name"] = "Tree-Minder\'s Mania",
+["points"] = 50,
+}
+,
+[1507] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun within 30 minutes of starting the dungeon. Timer starts on passing through the first archway.",
+["name"] = "Ruination",
+["points"] = 50,
+}
+,
+[1508] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun without suffering a group member death.",
+["name"] = "Unbowed",
+["points"] = 50,
+}
+,
+[1509] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat 50 Xit-Xaht Sludge-Slingers in Veteran Ruins of Mazzatun.",
+["name"] = "Sludge-Slinger Slayer",
+["points"] = 10,
+}
+,
+[1510] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat 600 members of the Xit-Xaht tribe in Veteran Ruins of Mazzatun.",
+["name"] = "Xit-Xaht Slayer",
+["points"] = 10,
+}
+,
+[1511] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Complete the listed achievements for Veteran Ruins of Mazzatun.",
+["name"] = "Ruins of Mazzatun Challenger",
+["points"] = 50,
+}
+,
+[1512] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Tree-Minder Na-Kesh after first eliminating all other enemies in Ruins of Mazzatun.",
+["name"] = "Mazzatun Massacre",
+["points"] = 10,
+}
+,
+[1513] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Rescue all six of the Su-Zahleel Elders from the Ritual Chamber in Veteran Ruins of Mazzatun.",
+["name"] = "Savior of the Su-Zahleel",
+["points"] = 10,
+}
+,
+[1514] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Complete Ruins of Mazzatun without ever allowing a Sludge Slinger to empower one of its allies with Amber Plasm.",
+["name"] = "Sapped Sludge Slingers",
+["points"] = 10,
+}
+,
+[1515] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat the Mighty Chudan in Veteran Ruins of Mazzatun without any party members being hit by Bog Rush.",
+["name"] = "Haj Mota Matador",
+["points"] = 10,
+}
+,
+[1516] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Xal-Nur the Slaver in Veteran Ruins of Mazzatun without unleashing any Wamasu to assist you.",
+["name"] = "Obedience Training",
+["points"] = 10,
+}
+,
+[1517] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Xal-Nur the Slaver in Veteran Ruins of Mazzatun with only one party member cleansing the Swamp Spice. Other party members may still touch the Swamp Spice.",
+["name"] = "Clean Freak",
+["points"] = 10,
+}
+,
+[1518] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun without any party members using the Reveal synergy to identify the real Avatar of the Hist.",
+["name"] = "Blind Luck",
+["points"] = 10,
+}
+,
+[1519] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun without any party members being struck by Blistering Amber.",
+["name"] = "Sticky Situation Savvy",
+["points"] = 10,
+}
+,
+[1520] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Enter either the Ruins of Mazzatun or the Cradle of Shadows for the first time.",
+["name"] = "Shadows of the Hist Explorer",
+["points"] = 5,
+}
+,
+[1521] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1522] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in the Cradle of Shadows.",
+["name"] = "Cradle of Shadows Vanquisher",
+["points"] = 10,
+}
+,
+[1523] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in Veteran Cradle of Shadows.",
+["name"] = "Cradle of Shadows Conqueror",
+["points"] = 10,
+}
+,
+[1524] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Velidreth in Veteran Cradle of Shadows, after first enraging her by defiling her statue of Mephala.",
+["name"] = "Velidreth\'s Vengeance",
+["points"] = 50,
+}
+,
+[1525] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in Veteran Cradle of Shadows within 30 minutes of starting the dungeon. Timer starts on entering the initial caverns.",
+["name"] = "Exterminator",
+["points"] = 50,
+}
+,
+[1526] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in Veteran Cradle of Shadows without suffering a group member death.",
+["name"] = "Beacon in the Night",
+["points"] = 50,
+}
+,
+[1527] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Destroy 50 statues of Velidreth\'s Devotion in Veteran Cradle of Shadows.",
+["name"] = "Heretic",
+["points"] = 10,
+}
+,
+[1528] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat 600 members of the Silken Ring or their Spiderkith allies in Veteran Cradle of Shadows.",
+["name"] = "Spider Cult Slayer",
+["points"] = 10,
+}
+,
+[1529] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Complete the listed achievements for Veteran Cradle of Shadows.",
+["name"] = "Cradle of Shadows Challenger",
+["points"] = 50,
+}
+,
+[1530] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Pass through the spider caves in Veteran Cradle of Shadows without lighting more than two braziers.",
+["name"] = "Fear No Darkness",
+["points"] = 10,
+}
+,
+[1531] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Khephidaen the Spiderkith in Veteran Cradle of Shadows without relighting any extinguished braziers.",
+["name"] = "Shadowplay",
+["points"] = 10,
+}
+,
+[1532] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Dranos Velador in Veteran Cradle of Shadows without absorbing any orbs.",
+["name"] = "Divided He Fell",
+["points"] = 10,
+}
+,
+[1533] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members dying in the catacombs.",
+["name"] = "Web Walker",
+["points"] = 10,
+}
+,
+[1534] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without using the Atronach\'s Light synergy.",
+["name"] = "Embrace the Shadow",
+["points"] = 10,
+}
+,
+[1535] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members being caught by her Shadow Sense.",
+["name"] = "Nothing to See Here",
+["points"] = 10,
+}
+,
+[1536] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Defeat Velidreth in Cradle of Shadows without any party members being hit by venom sacs.",
+["name"] = "Venomous Evasion",
+["points"] = 10,
+}
+,
+[1537] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1538] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Complete Veteran Cradle of Shadows and Veteran Ruins of Mazzatun.",
+["name"] = "Shadows of the Hist Delver",
+["points"] = 50,
+}
+,
+[1539] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Drink the Witchmother\'s Brew during the Witches Festival.",
+["name"] = "Pumpkin Pairs Well With Guts",
+["points"] = 5,
+}
+,
+[1540] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Earn your first Plunder Skull.",
+["name"] = "Plunder Skull Enthusiast",
+["points"] = 5,
+}
+,
+[1541] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Earn 50 Plunder Skulls.",
+["name"] = "Plunder Skull Aficionado",
+["points"] = 10,
+}
+,
+[1542] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Earn 100 Plunder Skulls.",
+["name"] = "Plunder Skull Fanatic",
+["points"] = 15,
+}
+,
+[1543] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Complete the Witchmother\'s Bargain quest.",
+["name"] = "Reaper\'s Harvest",
+["points"] = 5,
+}
+,
+[1544] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1545] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Collect and learn every chapter of the Hollowjack style book found during the Witches Festival.",
+["name"] = "Happy Work For Hollowjack",
+["points"] = 50,
+}
+,
+[1546] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Complete the listed achievements for the Witches Festival.",
+["name"] = "An Unsparing Harvest",
+["points"] = 50,
+}
+,
+[1547] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1548] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "During the Mud Ball Merriment, share the joy of mud balls with each Alliance leader.",
+["name"] = "Mud Ball Miscreant",
+["points"] = 5,
+}
+,
+[1549] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I.",
+["name"] = "Banished Cells I Conqueror",
+["points"] = 10,
+}
+,
+[1550] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 350 Skeletons in Veteran Banished Cells I.",
+["name"] = "Veteran Bonebreaker I",
+["points"] = 10,
+}
+,
+[1551] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 100 Daedra in Veteran Banished Cells I.",
+["name"] = "Veteran Daedra Slayer I",
+["points"] = 10,
+}
+,
+[1552] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I, all within twenty minutes. Timer starts when a group member enters the first hallway.",
+["name"] = "Banished Cells I Assassin",
+["points"] = 50,
+}
+,
+[1553] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I, without suffering a group member death.",
+["name"] = "Banished Cells I Survivor",
+["points"] = 50,
+}
+,
+[1554] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat High Kinlord Rilis in Veteran Banished Cells I, after invoking the Scroll of Glorious Battle.",
+["name"] = "Soul Splitter",
+["points"] = 50,
+}
+,
+[1555] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Keeper Areldur, the Maw of the Infernal, Keeper Voranil, Keeper Imiril, Sister Sihna and Sister Vera, and High Kinlord Rilis in Banished Cells II.",
+["name"] = "Banished Cells II Vanquisher",
+["points"] = 10,
+}
+,
+[1556] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw, and Kra\'gh the Dreugh King in Veteran Fungal Grotto I.",
+["name"] = "Fungal Grotto I Conqueror",
+["points"] = 10,
+}
+,
+[1557] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 450 Goblins in Veteran Fungal Grotto I.",
+["name"] = "Veteran Goblin Slayer",
+["points"] = 10,
+}
+,
+[1558] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 50 Dreugh in Veteran Fungal Grotto I.",
+["name"] = "Veteran Dreugh Slayer",
+["points"] = 10,
+}
+,
+[1559] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw and Kra\'gh the Dreugh King in Veteran Fungal Grotto I, all within 15 minutes. Timer starts when any player enters the tunnel after the first group of Goblins.",
+["name"] = "Fungal Grotto I Assassin",
+["points"] = 50,
+}
+,
+[1560] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw and Kra\'gh the Dreugh King in Veteran Fungal Grotto I, without suffering a group member death.",
+["name"] = "Fungal Grotto I Survivor",
+["points"] = 50,
+}
+,
+[1561] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Dreugh King in Veteran Fungal Grotto I, after invoking the Scroll of Glorious Battle.",
+["name"] = "Catch of the Day",
+["points"] = 50,
+}
+,
+[1562] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Mephala\'s Fang, Gamyne Bandu, Ciirenas the Shepherd, the Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Fungal Grotto II.",
+["name"] = "Fungal Grotto II Vanquisher",
+["points"] = 10,
+}
+,
+[1563] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Mephala\'s Fang, Gamyne Bandu, Ciirenas the Sheperd, Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Veteran Fungal Grotto II, without suffering a group member death.",
+["name"] = "Fungal Grotto II Survivor",
+["points"] = 50,
+}
+,
+[1564] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Keepers Imiril, Areldur, and Voranil, as well as the Maw of the Infernal and the Sisters Sihna and Vera, before defeating High Kinlord Rilis in Veteran Banished Cells II, without suffering a group member death.",
+["name"] = "Banished Cells II Survivor",
+["points"] = 50,
+}
+,
+[1565] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Spindlekin, the Swarm Mother, Cerise the Widow-Maker, Big Rabbu, and the Whisperer in Veteran Spindleclutch I.",
+["name"] = "Spindleclutch I Conqueror",
+["points"] = 10,
+}
+,
+[1566] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 600 Spiders in Veteran Spindleclutch I.",
+["name"] = "Veteran Spider Slayer",
+["points"] = 10,
+}
+,
+[1567] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 350 Corrupted in Veteran Spindleclutch I.",
+["name"] = "Veteran Corrupted Slayer",
+["points"] = 10,
+}
+,
+[1568] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Swarm Mother and the Whisperer in Veteran Spindleclutch I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of spiders.",
+["name"] = "Spindleclutch I Assassin",
+["points"] = 50,
+}
+,
+[1569] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Swarm Mother and the Whisperer in Veteran Spindleclutch I, without suffering a group member death.",
+["name"] = "Spindleclutch I Survivor",
+["points"] = 50,
+}
+,
+[1570] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Whisperer in Veteran Spindleclutch I, after invoking the Scroll of Glorious Battle.",
+["name"] = "Quiet at Last",
+["points"] = 50,
+}
+,
+[1571] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Mad Martine, Blood Spawn, Praxin Douare, the Flesh Atronach Trio, Urvan Veleth, and Vorenor Winterbourne in Spindleclutch II.",
+["name"] = "Spindleclutch II Vanquisher",
+["points"] = 10,
+}
+,
+[1572] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Mad Mortine, Blood Spawn, Praxin Douare, the Flesh Atronach trio, Urvan Veleth, and Vorenor Winterbourne in Veteran Spindleclutch II, without suffering a group member death.",
+["name"] = "Spindleclutch II Survivor",
+["points"] = 50,
+}
+,
+[1573] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I.",
+["name"] = "Elden Hollow I Conqueror",
+["points"] = 10,
+}
+,
+[1574] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 400 Darkfern Orcs in Veteran Elden Hollow I.",
+["name"] = "Veteran Darkfern Orc Slayer",
+["points"] = 10,
+}
+,
+[1575] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 100 Alit in Veteran Elden Hollow I.",
+["name"] = "Veteran Alit Slayer",
+["points"] = 10,
+}
+,
+[1576] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Thalmor.",
+["name"] = "Elden Hollow I Assassin",
+["points"] = 50,
+}
+,
+[1577] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I, without suffering a group member death.",
+["name"] = "Elden Hollow I Survivor",
+["points"] = 50,
+}
+,
+[1578] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Canonreeve Oraneth in Veteran Elden Hollow I, after invoking the Scroll of Glorious Battle.",
+["name"] = "Canonreeve Reaver",
+["points"] = 50,
+}
+,
+[1579] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Dubroze the Infest, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame in Elden Hollow II.",
+["name"] = "Elden Hollow II Vanquisher",
+["points"] = 10,
+}
+,
+[1580] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Dubroze the Infestor, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame, without suffering a group member death.",
+["name"] = "Elden Hollow II Survivor",
+["points"] = 50,
+}
+,
+[1581] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I.",
+["name"] = "Darkshade Caverns I Conqueror",
+["points"] = 10,
+}
+,
+[1582] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 175 Pit Rat Thugs in Veteran Darkshade Caverns I.",
+["name"] = "Veteran Pit Rat Slayer",
+["points"] = 10,
+}
+,
+[1583] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 300 Kwama in Veteran Darkshade Caverns I.",
+["name"] = "Veteran Kwama Slayer",
+["points"] = 10,
+}
+,
+[1584] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I within twenty minutes of starting the dungeon. Timer starts when a group member descends into the caverns.",
+["name"] = "Darkshade Caverns I Assassin",
+["points"] = 50,
+}
+,
+[1585] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I, without suffering a group member death.",
+["name"] = "Darkshade Caverns I Survivor",
+["points"] = 50,
+}
+,
+[1586] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Sentinel of Rkugamz in Veteran Darkshade Caverns I, after invoking the Scroll of Glorious Battle.",
+["name"] = "Well Out of Warranty",
+["points"] = 50,
+}
+,
+[1587] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat the Fallen Foreman, Transmuted Hive Lord, Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Darkshade Caverns II.",
+["name"] = "Darkshade Caverns II Vanquisher",
+["points"] = 10,
+}
+,
+[1588] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Fallen Foreman, Transmuted Hive Lord, Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Veteran Darkshade Caverns II, without suffering a group member death.",
+["name"] = "Darkshade Caverns II Survivor",
+["points"] = 50,
+}
+,
+[1589] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varain Pellingare, and Allene Pellingare in Veteran Wayrest Sewers I.",
+["name"] = "Wayrest Sewers I Conqueror",
+["points"] = 10,
+}
+,
+[1590] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 800 Skeevers in Veteran Wayrest Sewers I.",
+["name"] = "Veteran Skeever Slayer",
+["points"] = 10,
+}
+,
+[1591] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 500 Pellingare Mercenaries in Veteran Wayrest Sewers I.",
+["name"] = "Veteran Mercenary Slayer",
+["points"] = 10,
+}
+,
+[1592] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varaine Pellingare, and Allene Pellingare in Veteran Wayrest Sewers I, all within fifteen minutes of starting the dungeon. Timer starts when any player enters the first tunnel to the right of the entrance chamber.",
+["name"] = "Wayrest Sewers I Assassin",
+["points"] = 50,
+}
+,
+[1593] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varaine Pellingare, and Allene in Veteran Wayrest Sewers I, without suffering a group member death.",
+["name"] = "Wayrest Sewers I Survivor",
+["points"] = 50,
+}
+,
+[1594] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Allene Pellingare in Veteran Wayrest Sewers I, after invoking the Scroll of Glorious Battle.",
+["name"] = "Down the Gutter",
+["points"] = 50,
+}
+,
+[1595] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Malubeth the Scourger, Skull Reaper, Uulgarg the Risen, Garron the Returned, the Forgotten One, and Varaine and Allene Pellingare in Wayrest Sewers II.",
+["name"] = "Wayrest Sewers II Vanquisher",
+["points"] = 10,
+}
+,
+[1596] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Malubeth the Scourger, Garron the Returned, and Varaine and Allene Pellingare in Veteran Wayrest Sewers II, without suffering a group member death.",
+["name"] = "Wayrest Sewers II Survivor",
+["points"] = 50,
+}
+,
+[1597] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Infernal Guardian, Golor the Banekin Handler, the Warden of the Shrine, the Dark Ember, Rothariel Flameheart, and Razor Master Erthas in Veteran City of Ash I.",
+["name"] = "City of Ash I Conqueror",
+["points"] = 15,
+}
+,
+[1598] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 550 Banekin in Veteran City of Ash I.",
+["name"] = "Veteran Deadlands Banekin Slayer",
+["points"] = 10,
+}
+,
+[1599] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 60 Flame Atronach in Veteran City of Ash I.",
+["name"] = "Veteran Flame Atronach Slayer",
+["points"] = 10,
+}
+,
+[1600] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in Veteran City of Ash I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Daedra.",
+["name"] = "City of Ash I Assassin",
+["points"] = 50,
+}
+,
+[1601] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in Veteran City of Ash I, without suffering a group member death.",
+["name"] = "City of Ash I Survivor",
+["points"] = 50,
+}
+,
+[1602] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Razor Master Erthas in Veteran City of Ash I, after invoking the Scroll of Glorious Battle.",
+["name"] = "Fire Brigade",
+["points"] = 50,
+}
+,
+[1603] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Horvantud the Fire Maw, the Ash Titan, and Valkyn Skoria in City of Ash II.",
+["name"] = "City of Ash II Vanquisher",
+["points"] = 10,
+}
+,
+[1604] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Complete Veteran Arx Corinium by defeating the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen.",
+["name"] = "Arx Corinium Conqueror",
+["points"] = 15,
+}
+,
+[1605] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 400 Lamias in Veteran Arx Corinium.",
+["name"] = "Veteran Lamia Slayer",
+["points"] = 10,
+}
+,
+[1606] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 175 Giant Snakes in Veteran Arx Corinium.",
+["name"] = "Veteran Snake Slayer",
+["points"] = 10,
+}
+,
+[1607] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen in Veteran Arx Corinium within twenty minutes of starting the dungeon. Timer starts when players engage the first group of nesting serpents.",
+["name"] = "Arx Corinium Assassin",
+["points"] = 50,
+}
+,
+[1608] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen in Veteran Arx Corinium, without suffering a group member death.",
+["name"] = "Arx Corinium Survivor",
+["points"] = 50,
+}
+,
+[1609] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Sellistrix the Lamia Queen in Veteran Arx Corinium, after invoking the Scroll of Glorious Battle.",
+["name"] = "Snake Skinner",
+["points"] = 50,
+}
+,
+[1610] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Mage Master, Archmaster Siniel, Death\'s Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I.",
+["name"] = "Crypt of Hearts I Conqueror",
+["points"] = 10,
+}
+,
+[1611] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 400 Zombies in Veteran Crypt of Hearts I.",
+["name"] = "Veteran Crypt Zombie Slayer",
+["points"] = 10,
+}
+,
+[1612] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 400 Skeletons in Veteran Crypt of Hearts I.",
+["name"] = "Veteran Crypt Skeleton Slayer",
+["points"] = 10,
+}
+,
+[1613] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Mage Master, Archmaster Siniel, Death\'s Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of undead.",
+["name"] = "Crypt of Hearts I Assassin",
+["points"] = 50,
+}
+,
+[1614] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Mage Master, Archmaster Siniel, Death\'s Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I, without suffering a group member death.",
+["name"] = "Crypt of Hearts I Survivor",
+["points"] = 50,
+}
+,
+[1615] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Ilambris Twins in Veteran Crypt of Hearts I, after invoking the Scroll of Glorious Battle.",
+["name"] = "A Crypt for Two",
+["points"] = 50,
+}
+,
+[1616] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, the Chamber Guardian, the Brothers Ilambris and the Ilambris Amalgam, Mezeluth, and Nerien\'eth in Crypt of Hearts II.",
+["name"] = "Crypt of Hearts II Vanquisher",
+["points"] = 10,
+}
+,
+[1617] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Complete Veteran Tempest Island by defeating Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir.",
+["name"] = "Tempest Island Conqueror",
+["points"] = 15,
+}
+,
+[1618] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 600 Lamias in Veteran Tempest Island.",
+["name"] = "Veteran Tempest Lamia Slayer",
+["points"] = 10,
+}
+,
+[1619] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 550 Sea Vipers in Veteran Tempest Island.",
+["name"] = "Veteran Sea Viper Slayer",
+["points"] = 10,
+}
+,
+[1620] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir in Veteran Tempest Island within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Lamia.",
+["name"] = "Tempest Island Assassin",
+["points"] = 50,
+}
+,
+[1621] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir in Veteran Tempest Island, without suffering a group member death.",
+["name"] = "Tempest Island Survivor",
+["points"] = 50,
+}
+,
+[1622] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Stormreeve Neidir in Veteran Tempest Island, after invoking the Scroll of Glorious Battle.",
+["name"] = "Burial at Sea",
+["points"] = 50,
+}
+,
+[1623] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Complete Veteran Direfrost Keep by defeating Teethnasher the Frostbound, the Guardian of the Flame, Drodda\'s Apprentice, Drodda\'s Dreadlord, Iceheart, and Drodda of Icereach.",
+["name"] = "Direfrost Keep Conqueror",
+["points"] = 15,
+}
+,
+[1624] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 325 Draugr in Veteran Direfrost Keep.",
+["name"] = "Veteran Draugr Slayer",
+["points"] = 10,
+}
+,
+[1625] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 350 Frozen Skeletons in Veteran Direfrost Keep.",
+["name"] = "Veteran Frozen Skeleton Slayer",
+["points"] = 10,
+}
+,
+[1626] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Teethnasher the Frostbound, the Guardian of the Flame, Drodda\'s Apprentice, Drodda\'s Dreadlord, Iceheart, and Drodda of Icereach in Veteran Direfrost Keep within twenty minutes of starting the dungeon. Timer starts when any player enters the first bear-filled cavern.",
+["name"] = "Direfrost Keep Assassin",
+["points"] = 50,
+}
+,
+[1627] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Teethnasher the Frostbound, the Guardian of the Flame, Drodda\'s Apprentice, Drodda\'s Dreadlord, Iceheart, and Drodda of Icereach in Veteran Direfrost Keep, without suffering a group member death.",
+["name"] = "Direfrost Keep Survivor",
+["points"] = 50,
+}
+,
+[1628] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Drodda of Icereach in Veteran Direfrost Keep, after invoking the Scroll of Glorious Battle.",
+["name"] = "A Dish Served Cold",
+["points"] = 50,
+}
+,
+[1629] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Complete Veteran Volenfell by defeating the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council.",
+["name"] = "Volenfell Conqueror",
+["points"] = 15,
+}
+,
+[1630] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 250 Treasure Hunters in Veteran Volenfell.",
+["name"] = "Veteran Treasure Hunter Slayer",
+["points"] = 10,
+}
+,
+[1631] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 300 Dwarven Constructs in Veteran Volenfell.",
+["name"] = "Veteran Dwarven Construct Slayer",
+["points"] = 10,
+}
+,
+[1632] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council in Veteran Volenfell within twenty minutes of starting the dungeon. Timer starts when players engage the first group of treasure hunters.",
+["name"] = "Volenfell Assassin",
+["points"] = 50,
+}
+,
+[1633] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council in Veteran Volenfell, without suffering a group member death.",
+["name"] = "Volenfell Survivor",
+["points"] = 50,
+}
+,
+[1634] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Guardian Constructs in Veteran Volenfell, after invoking the Scroll of Glorious Battle.",
+["name"] = "They Were Just Rusty",
+["points"] = 50,
+}
+,
+[1635] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Complete Veteran Selene\'s Web by defeating Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene.",
+["name"] = "Selene\'s Web Conqueror",
+["points"] = 15,
+}
+,
+[1636] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 250 of Selene\'s Bosmer in Veteran Selene\'s Web.",
+["name"] = "Veteran Selene\'s Bosmer Slayer",
+["points"] = 10,
+}
+,
+[1637] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 250 Spiders in Veteran Selene\'s Web.",
+["name"] = "Veteran Selene\'s Spider Slayer",
+["points"] = 10,
+}
+,
+[1638] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene in Veteran Selene\'s Web within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Bosmer.",
+["name"] = "Selene\'s Web Assassin",
+["points"] = 50,
+}
+,
+[1639] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene in Veteran Selene\'s Web, without suffering a group member death.",
+["name"] = "Selene\'s Web Survivor",
+["points"] = 50,
+}
+,
+[1640] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Selene in Veteran Selene\'s Web, after invoking the Scroll of Glorious Battle.",
+["name"] = "All Wrapped Up",
+["points"] = 50,
+}
+,
+[1641] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Complete Veteran Blessed Crucible by defeating Grunt the Clever, the Pack, Teranya the Faceless, the Troll King, Captain Thoran, and the Lava Queen.",
+["name"] = "Blessed Crucible Conqueror",
+["points"] = 15,
+}
+,
+[1642] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 500 Gladiators in Veteran Blessed Crucible.",
+["name"] = "Veteran Gladiator Slayer",
+["points"] = 10,
+}
+,
+[1643] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 150 Durzogs in Veteran Blessed Crucible.",
+["name"] = "Veteran Durzog Slayer",
+["points"] = 10,
+}
+,
+[1644] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat every boss in Veteran Blessed Crucible within twenty minutes of starting the dungeon. Timer starts when any group member cross the first bridge over lava.",
+["name"] = "Blessed Crucible Assassin",
+["points"] = 50,
+}
+,
+[1645] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Grunt the Clever, the Pack, Teranya the Faceless, the Troll King, Captain Thoran, and the Lava Queen in Veteran Blessed Crucible, without suffering a group member death.",
+["name"] = "Blessed Crucible Survivor",
+["points"] = 50,
+}
+,
+[1646] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Lava Queen in Veteran Blessed Crucible, after invoking the Scroll of Glorious Battle.",
+["name"] = "Coronation by Fire",
+["points"] = 50,
+}
+,
+[1647] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Complete Veteran Blackheart Haven by defeating Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart",
+["name"] = "Blackheart Haven Conqueror",
+["points"] = 15,
+}
+,
+[1648] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 500 Haven Pirates in Veteran Blackheart Haven.",
+["name"] = "Veteran Pirate Slayer",
+["points"] = 10,
+}
+,
+[1649] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 400 Harpies in Veteran Blackheart Haven.",
+["name"] = "Veteran Harpy Slayer",
+["points"] = 10,
+}
+,
+[1650] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart in Veteran Blackheart Haven within twenty minutes of starting the dungeon. Timer starts when the first player leaves the starting docks.",
+["name"] = "Blackheart Haven Assassin",
+["points"] = 50,
+}
+,
+[1651] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart in Veteran Blackheart Haven, without suffering a group member death.",
+["name"] = "Blackheart Haven Survivor",
+["points"] = 50,
+}
+,
+[1652] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat Captain Blackheart in Veteran Blackheart Haven, after invoking the Scroll of Glorious Battle.",
+["name"] = "Thoroughly Plundered",
+["points"] = 50,
+}
+,
+[1653] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Complete Veteran Vaults of Madness by defeating the Cursed One, Ulguna Soul-Reaver, Death\'s Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect.",
+["name"] = "Vaults of Madness Conqueror",
+["points"] = 15,
+}
+,
+[1654] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 150 Dremora in Veteran Vaults of Madness.",
+["name"] = "Veteran Dremora Slayer",
+["points"] = 10,
+}
+,
+[1655] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat 750 Feral Shriven in Veteran Vaults of Madness.",
+["name"] = "Veteran Feral Shriven Slayer",
+["points"] = 10,
+}
+,
+[1656] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Cursed One, Ulguna Soul-Reaver, Death\'s Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect in Veteran Vaults of Madness within twenty minutes of starting the dungeon. Timer starts when players engage the first group of tormentors.",
+["name"] = "Vaults of Madness Assassin",
+["points"] = 50,
+}
+,
+[1657] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Cursed One, Ulguna Soul-Reaver, Death\'s Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect in Veteran Vaults of Madness, without suffering a group member death.",
+["name"] = "Vaults of Madness Survivor",
+["points"] = 50,
+}
+,
+[1658] = {
+["Category"] = "Veteran Dungeons",
+["Category_ID"] = 5,
+["description"] = "Defeat the Mad Architect in Veteran Vaults of Madness, after invoking the Scroll of Glorious Battle.",
+["name"] = "New Mayor of Crazy Town",
+["points"] = 50,
+}
+,
+[1659] = {
+["Category"] = "Thieves Guild",
+["Category_ID"] = 20,
+["description"] = "Learn every chapter in the dro-m\'Athra style book, found in weekly quest reward containers for sealing the Maw of Lorkhaj.",
+["name"] = "Dro-m\'Athra Style Master",
+["points"] = 50,
+}
+,
+[1660] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Learn every chapter in the Order of the Hour style book, occasionally found in daily quest reward containers for successfully competing in the Kvatch Arena.",
+["name"] = "Order of the Hour Style Master",
+["points"] = 50,
+}
+,
+[1661] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Learn every chapter in the Dark Brotherhood style book, often found in daily quest reward containers for fulfilling the Black Sacrament.",
+["name"] = "Dark Brotherhood Style Master",
+["points"] = 50,
+}
+,
+[1662] = {
+["Category"] = "Dark Brotherhood",
+["Category_ID"] = 19,
+["description"] = "Learn every chapter in the Minotaur style book, occasionally found in daily quest reward containers for resolving the disturbances at Tribune\'s Folly.",
+["name"] = "Minotaur Style Master",
+["points"] = 50,
+}
+,
+[1663] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and complete all five Magical Anomalies in Craglorn.",
+["name"] = "Anomalous Scholar",
+["points"] = 15,
+}
+,
+[1664] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and complete all five Anka-Ra Sites in Craglorn.",
+["name"] = "Anka-Ra Consecrationist",
+["points"] = 15,
+}
+,
+[1665] = {
+["Category"] = "Exploration",
+["Category_ID"] = 6,
+["description"] = "Discover and complete all five Iron Orc Nirncrux Mines in Craglorn.",
+["name"] = "Nirncrux Inspector",
+["points"] = 15,
+}
+,
+[1666] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Dance the Lava Foot Stomp with another player at each Stonefalls tavern.",
+["name"] = "Lava Foot Shuffle",
+["points"] = 5,
+}
+,
+[1667] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "During the Castle Charm Challenge in Stormhaven, perform with another player in front of each crowd.",
+["name"] = "The Charming Castle Duo",
+["points"] = 5,
+}
+,
+[1668] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "While on the War Orphan\'s Sojourn in Grahtwood, donate both your time and your gold.",
+["name"] = "War Orphan\'s Benefactor",
+["points"] = 5,
+}
+,
+[1669] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Catch five of each type of fish traditionally served during the Fish Boon Feast in Shadowfen.",
+["name"] = "Fish Boon Angler",
+["points"] = 5,
+}
+,
+[1670] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "During the Trial of Five-Clawed Guile in Reaper\'s March, unlock all chests in 35 seconds or less.",
+["name"] = "Five-Clawed Cat Burglar",
+["points"] = 5,
+}
+,
+[1671] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "During the Snow Bear Plunge in Eastmarch, leap into the freezing water with no armor equipped.",
+["name"] = "Snow Bare Plunge",
+["points"] = 5,
+}
+,
+[1672] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "After hunting to supply the Stonetooth Bash, complement your feast by drinking some Betnikh Twice-Spiked Ale.",
+["name"] = "Stonetooth Belcher",
+["points"] = 5,
+}
+,
+[1673] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "During the Signal Fire Sprint in Bergama, light all signal fires in 35 seconds or less.",
+["name"] = "Signal Fire Zephyr",
+["points"] = 5,
+}
+,
+[1674] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Complete all New Life Festival celebrations across Tamriel.",
+["name"] = "New Life Celebrant",
+["points"] = 10,
+}
+,
+[1675] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Learn all of the New Life Festival recipes.",
+["name"] = "New Life Provisioner",
+["points"] = 10,
+}
+,
+[1676] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Learn every chapter in the Skinchanger style book, occasionally found in reward containers while participating in the New Life Festival.",
+["name"] = "Skinchanger Style Master",
+["points"] = 50,
+}
+,
+[1677] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Complete each of the achievements associated with the New Life Festival.",
+["name"] = "Glory of Magnus",
+["points"] = 50,
+}
+,
+[1678] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Complete the first of Bolgrul\'s Undaunted challenges.",
+["name"] = "Risk and Challenge",
+["points"] = 5,
+}
+,
+[1679] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Complete 10 of Bolgrul\'s Undaunted challenges.",
+["name"] = "Gold and Bragging Rights",
+["points"] = 10,
+}
+,
+[1680] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Complete 30 of Bolgrul\'s Undaunted challenges.",
+["name"] = "A Crown of Your Own Trousers",
+["points"] = 15,
+}
+,
+[1681] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Complete your first Dark Anchor contract for Cardea Gallus.",
+["name"] = "No Ground Given",
+["points"] = 5,
+}
+,
+[1682] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Complete 10 Dark Anchor contracts for Cardea Gallus.",
+["name"] = "Return to Sender",
+["points"] = 10,
+}
+,
+[1683] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Complete 30 Dark Anchor contracts for Cardea Gallus.",
+["name"] = "Stay Out Of Tamriel",
+["points"] = 15,
+}
+,
+[1684] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Recover your first Mad God\'s relic for Alvur Baren.",
+["name"] = "The Madness Isn\'t Catching",
+["points"] = 5,
+}
+,
+[1685] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Recover 10 Mad God\'s relics for Alvur Baren.",
+["name"] = "But I\'d Say It\'s Rather Fetching",
+["points"] = 10,
+}
+,
+[1686] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Recover 30 Mad God\'s relics for Alvur Baren.",
+["name"] = "With Butterflies A-Retching",
+["points"] = 15,
+}
+,
+[1687] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Win your first duel against another player.",
+["name"] = "Blooded Duelist",
+["points"] = 5,
+}
+,
+[1688] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Win 25 duels against other players.",
+["name"] = "Seasoned Duelist",
+["points"] = 10,
+}
+,
+[1689] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Win 100 duels against other players.",
+["name"] = "Master Duelist",
+["points"] = 15,
+}
+,
+[1690] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Bloodroot Forge.",
+["name"] = "Bloodroot Forge Vanquisher",
+["points"] = 10,
+}
+,
+[1691] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Veteran Bloodroot Forge.",
+["name"] = "Bloodroot Forge Conqueror",
+["points"] = 10,
+}
+,
+[1692] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat 50 Dreadhorn Firehides in Veteran Bloodroot Forge.",
+["name"] = "Veteran Firehide Slayer",
+["points"] = 10,
+}
+,
+[1693] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat 300 Dreadhorn Blade-Bearers, Manhunters, and Clanslayers in Veteran Bloodroot Forge.",
+["name"] = "Veteran Dreadhorn Warrior Slayer",
+["points"] = 10,
+}
+,
+[1694] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Veteran Bloodroot Forge within twenty minutes of starting the dungeon. Timer starts when players pass the first Dreadhorn campsite.",
+["name"] = "Right to the Root of the Problem",
+["points"] = 50,
+}
+,
+[1695] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Veteran Bloodroot Forge, without suffering a group member death.",
+["name"] = "Parched Earth",
+["points"] = 50,
+}
+,
+[1696] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat the Earthgore Amalgam in Veteran Bloodroot Forge after invoking the Scroll of Glorious Battle.",
+["name"] = "Tempered Tantrum",
+["points"] = 50,
+}
+,
+[1697] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Use the Stonefire Crucible to stun five targets and the Flameslake Cauldron to cool five lava pools within Bloodroot Forge.",
+["name"] = "Blood, Sweat and Fire",
+["points"] = 5,
+}
+,
+[1698] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Falkreath Hold.",
+["name"] = "Falkreath Hold Vanquisher",
+["points"] = 10,
+}
+,
+[1699] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Veteran Falkreath Hold.",
+["name"] = "Falkreath Hold Conqueror",
+["points"] = 10,
+}
+,
+[1700] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat 60 Dreadhorn Tramplers in Veteran Falkreath Hold.",
+["name"] = "Veteran Minotaur Trampler Slayer",
+["points"] = 10,
+}
+,
+[1701] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat 150 Dreadhorn Town-Razers, Wildtamers, and Firebrands in Veteran Falkreath Hold.",
+["name"] = "Veteran Dreadhorn Mage Slayer",
+["points"] = 10,
+}
+,
+[1702] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Veteran Falkreath Hold within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Dreadhorn invaders.",
+["name"] = "Bull Rush",
+["points"] = 50,
+}
+,
+[1703] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Veteran Falkreath Hold, without suffering a group member death.",
+["name"] = "The Unbroken Line",
+["points"] = 50,
+}
+,
+[1704] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold after sounding the Warhorn in the Jarl\'s Hall.",
+["name"] = "Taking the Bull by the Horns",
+["points"] = 50,
+}
+,
+[1705] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Cleanse 1000 corpses in Falkreath Hold\'s Hall of the Dead on any difficulty.",
+["name"] = "Saluting the Honored Dead",
+["points"] = 5,
+}
+,
+[1706] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1707] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Complete one Undaunted Pledge bestowed by Urgarlag Chief-bane.",
+["name"] = "Green No Longer",
+["points"] = 5,
+}
+,
+[1708] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Complete 10 Undaunted Pledges bestowed by Urgarlag Chief-bane.",
+["name"] = "A Bloody Business",
+["points"] = 10,
+}
+,
+[1709] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Complete 50 Undaunted Pledges bestowed by Urgarlag Chief-bane.",
+["name"] = "Seeker of the Unknown",
+["points"] = 15,
+}
+,
+[1710] = {
+["Category"] = "Dungeons",
+["Category_ID"] = 4,
+["description"] = "Complete 100 Undaunted Pledges bestowed by Urgarlag Chief-bane.",
+["name"] = "Urgarlag\'s Cohort",
+["points"] = 50,
+}
+,
+[1711] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1712] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Find all 30 ancestral tombs in Vvardenfell, make a rubbing of the information they contain, and deliver these rubbings to Librarian Bradyn to discover the location of the lost Library of Andule.",
+["name"] = "Ancestral Tombs Hunter",
+["points"] = 50,
+}
+,
+[1713] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn every chapter in the Yokudan style book, occasionally found in repeatable quest reward containers in Craglorn.",
+["name"] = "Yokudan Style Master",
+["points"] = 50,
+}
+,
+[1714] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn every chapter in the Celestial style book, found in the weekly quest reward containers for Craglorn Trials.",
+["name"] = "Celestial Style Master",
+["points"] = 50,
+}
+,
+[1715] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn every chapter in the Draugr style book, found in reward containers from daily quests for the Fighters Guild, the Mages Guild, and Bolgrul of the Undaunted.",
+["name"] = "Draugr Style Master",
+["points"] = 50,
+}
+,
+[1716] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Complete the challenges set forth by Jester Ayrenn, Jester Emeric, and Jester Jorunn and be crowned Lord of Misrule.",
+["name"] = "Lord of Misrule",
+["points"] = 5,
+}
+,
+[1717] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Rescue Jester Skald-King Jorunn\'s visiting princess without being spotted by the Butcher.",
+["name"] = "Princess Rescuer",
+["points"] = 5,
+}
+,
+[1718] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Festoon 20 players with cherry blossoms during the Jester\'s Festival.",
+["name"] = "Smile, in the Name of the Queen",
+["points"] = 5,
+}
+,
+[1719] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Use a total of 50 illusion dazzlers.",
+["name"] = "Illusive Dazzler",
+["points"] = 5,
+}
+,
+[1720] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Bring some color to each of the Undaunted Enclaves with an Illusion Dazzler during the Jester\'s Festival.",
+["name"] = "Dazzling Entertainer",
+["points"] = 5,
+}
+,
+[1721] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Acquire and learn all of the Jester\'s Festival provisioning recipes.",
+["name"] = "Jester\'s Personal Chef",
+["points"] = 10,
+}
+,
+[1722] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1723] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Complete each of the Jester\'s Festival achievements.",
+["name"] = "Royal Jester",
+["points"] = 50,
+}
+,
+[1724] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Obtain and enter any of the following inn rooms.",
+["name"] = "Permanent Tenant",
+["points"] = 5,
+}
+,
+[1725] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Obtain and enter any of the following staple homes.",
+["name"] = "Homeowner",
+["points"] = 5,
+}
+,
+[1726] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Obtain and enter any of the following classic homes.",
+["name"] = "Landowner",
+["points"] = 10,
+}
+,
+[1727] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Obtain and enter Serenity Falls Estate.",
+["name"] = "Clan Father",
+["points"] = 50,
+}
+,
+[1728] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Obtain and enter Daggerfall Overlook.",
+["name"] = "Lord",
+["points"] = 50,
+}
+,
+[1729] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Obtain and enter Ebonheart Chateau.",
+["name"] = "Councilor",
+["points"] = 50,
+}
+,
+[1730] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Obtain and enter all three of the following notable homes.",
+["name"] = "Count",
+["points"] = 50,
+}
+,
+[1731] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 75 Suite furnishings.",
+["name"] = "Suite Decorator",
+["points"] = 5,
+}
+,
+[1732] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 50 Parlor furnishings.",
+["name"] = "Parlor Decorator",
+["points"] = 5,
+}
+,
+[1733] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 50 Library furnishings.",
+["name"] = "Library Decorator",
+["points"] = 5,
+}
+,
+[1734] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 50 Dining Room furnishings.",
+["name"] = "Dining Room Decorator",
+["points"] = 5,
+}
+,
+[1735] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 30 Courtyard furnishings.",
+["name"] = "Courtyard Decorator",
+["points"] = 5,
+}
+,
+[1736] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 20 Undercroft furnishings.",
+["name"] = "Undercroft Decorator",
+["points"] = 5,
+}
+,
+[1737] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 50 Hearth furnishings.",
+["name"] = "Hearth Decorator",
+["points"] = 5,
+}
+,
+[1738] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 40 Gallery furnishings.",
+["name"] = "Gallery Decorator",
+["points"] = 5,
+}
+,
+[1739] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 50 Workshop furnishings.",
+["name"] = "Workshop Decorator",
+["points"] = 5,
+}
+,
+[1740] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 20 Lighting furnishings.",
+["name"] = "Lighting Decorator",
+["points"] = 5,
+}
+,
+[1741] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 100 Conservatory furnishings.",
+["name"] = "Conservatory Decorator",
+["points"] = 5,
+}
+,
+[1742] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 20 Structure furnishings.",
+["name"] = "Structural Decorator",
+["points"] = 5,
+}
+,
+[1743] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1744] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 20 Miscellaneous furnishings.",
+["name"] = "Eclectic Decorator",
+["points"] = 5,
+}
+,
+[1745] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 50 objects.",
+["name"] = "Apprentice Decorator",
+["points"] = 5,
+}
+,
+[1746] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 100 objects.",
+["name"] = "Journeyman Decorator",
+["points"] = 5,
+}
+,
+[1747] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 200 objects.",
+["name"] = "Expert Decorator",
+["points"] = 10,
+}
+,
+[1748] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 300 objects.",
+["name"] = "Master Decorator",
+["points"] = 15,
+}
+,
+[1749] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Decorate a home you own with at least 350 objects. Truly, a hoard to rival those of legend.",
+["name"] = "Grand Master Decorator",
+["points"] = 50,
+}
+,
+[1750] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Have at least 3 other players visit your home simultaneously.",
+["name"] = "Party Planner",
+["points"] = 5,
+}
+,
+[1751] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Craft an item from the comfort of your own home.",
+["name"] = "Resident Crafter",
+["points"] = 5,
+}
+,
+[1752] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Deal 1,000,000 damage to training dummies in any home.",
+["name"] = "Practiced Warrior",
+["points"] = 5,
+}
+,
+[1753] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Deal 10,000,000 damage to training dummies in any home.",
+["name"] = "Expert Warrior",
+["points"] = 10,
+}
+,
+[1754] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Deal 50,000,000 damage to training dummies in any home.",
+["name"] = "Master Warrior",
+["points"] = 15,
+}
+,
+[1755] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn your first Woodworking Blueprint.",
+["name"] = "Novice Woodworking Furnisher",
+["points"] = 5,
+}
+,
+[1756] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn 50 Woodworking Blueprints.",
+["name"] = "Expert Woodworking Furnisher",
+["points"] = 15,
+}
+,
+[1757] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn 200 Woodworking Blueprints.",
+["name"] = "Master Woodworking Furnisher",
+["points"] = 50,
+}
+,
+[1758] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn your first Blacksmithing Diagram.",
+["name"] = "Novice Blacksmithing Furnisher",
+["points"] = 5,
+}
+,
+[1759] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn 25 Blacksmithing Diagrams.",
+["name"] = "Expert Blacksmithing Furnisher",
+["points"] = 15,
+}
+,
+[1760] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn 100 Blacksmithing Diagrams.",
+["name"] = "Master Blacksmithing Furnisher",
+["points"] = 50,
+}
+,
+[1761] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn your first Clothing Pattern.",
+["name"] = "Novice Clothing Furnisher",
+["points"] = 5,
+}
+,
+[1762] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn 25 Clothing Patterns.",
+["name"] = "Expert Clothing Furnisher",
+["points"] = 15,
+}
+,
+[1763] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn 100 Clothing Patterns.",
+["name"] = "Master Clothing Furnisher",
+["points"] = 50,
+}
+,
+[1764] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn your first Alchemy Formula.",
+["name"] = "Novice Alchemy Furnisher",
+["points"] = 5,
+}
+,
+[1765] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn 10 Alchemy Formulas.",
+["name"] = "Expert Alchemy Furnisher",
+["points"] = 15,
+}
+,
+[1766] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn 25 Alchemy Formulas.",
+["name"] = "Master Alchemy Furnisher",
+["points"] = 50,
+}
+,
+[1767] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn your first Enchanting Praxis.",
+["name"] = "Novice Enchanting Furnisher",
+["points"] = 5,
+}
+,
+[1768] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn 50 Enchanting Praxises.",
+["name"] = "Master Enchanting Furnisher",
+["points"] = 50,
+}
+,
+[1769] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn your first Provisioning Design.",
+["name"] = "Novice Provisioning Furnisher",
+["points"] = 5,
+}
+,
+[1770] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn 25 Provisioning Designs.",
+["name"] = "Expert Provisioning Furnisher",
+["points"] = 15,
+}
+,
+[1771] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn 100 Provisioning Designs.",
+["name"] = "Master Provisioning Furnisher",
+["points"] = 50,
+}
+,
+[1772] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn 15 Enchanting Praxises.",
+["name"] = "Expert Enchanting Furnisher",
+["points"] = 15,
+}
+,
+[1773] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1774] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest your first unit of Heartwood.",
+["name"] = "Heartwood Harvester",
+["points"] = 5,
+}
+,
+[1775] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 25 units of Heartwood.",
+["name"] = "Expert Heartwood Harvester",
+["points"] = 10,
+}
+,
+[1776] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 100 units of Heartwood.",
+["name"] = "Master Heartwood Harvester",
+["points"] = 15,
+}
+,
+[1777] = {
+["Category"] = "NIL",
+["description"] = "Harvest your first Mundane Rune.",
+["name"] = "Mundane Rune Harvester",
+["points"] = 5,
+}
+,
+[1778] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 25 Mundane Runes.",
+["name"] = "Expert Mundane Rune Harvester",
+["points"] = 10,
+}
+,
+[1779] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 100 Mundane Runes.",
+["name"] = "Master Mundane Rune Harvester",
+["points"] = 15,
+}
+,
+[1780] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest your first Clean Pelt.",
+["name"] = "Clean Pelt Harvester",
+["points"] = 5,
+}
+,
+[1781] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 25 Clean Pelts.",
+["name"] = "Expert Clean Pelt Harvester",
+["points"] = 10,
+}
+,
+[1782] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 100 Clean Pelts.",
+["name"] = "Master Clean Pelt Harvester",
+["points"] = 15,
+}
+,
+[1783] = {
+["Category"] = "NIL",
+["description"] = "Harvest your first unit of Regulus.",
+["name"] = "Regulus Harvester",
+["points"] = 5,
+}
+,
+[1784] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 25 units of Regulus.",
+["name"] = "Expert Regulus Harvester",
+["points"] = 10,
+}
+,
+[1785] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 100 units of Regulus.",
+["name"] = "Master Regulus Harvester",
+["points"] = 15,
+}
+,
+[1786] = {
+["Category"] = "NIL",
+["description"] = "Harvest your first unit of Bast.",
+["name"] = "Bast Harvester",
+["points"] = 5,
+}
+,
+[1787] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 25 units of Bast.",
+["name"] = "Expert Bast Harvester",
+["points"] = 10,
+}
+,
+[1788] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 100 units of Bast.",
+["name"] = "Master Bast Harvester",
+["points"] = 15,
+}
+,
+[1789] = {
+["Category"] = "NIL",
+["description"] = "Harvest your first unit of Alchemical Resin.",
+["name"] = "Resin Harvester",
+["points"] = 5,
+}
+,
+[1790] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 25 units of Alchemical Resin.",
+["name"] = "Expert Resin Harvester",
+["points"] = 10,
+}
+,
+[1791] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 100 units of Alchemical Resin.",
+["name"] = "Master Resin Harvester",
+["points"] = 15,
+}
+,
+[1792] = {
+["Category"] = "NIL",
+["description"] = "Harvest your first unit of Decorative Wax.",
+["name"] = "Wax Harvester",
+["points"] = 5,
+}
+,
+[1793] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 25 units of Decorative Wax.",
+["name"] = "Expert Wax Harvester",
+["points"] = 10,
+}
+,
+[1794] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 100 units of Decorative Wax.",
+["name"] = "Master Wax Harvester",
+["points"] = 15,
+}
+,
+[1795] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Collect and learn every chapter in the Mazzatun style book, found on Tree-Minder Na-Kesh in Ruins of Mazzatun.",
+["name"] = "Mazzatun Style Master",
+["points"] = 50,
+}
+,
+[1796] = {
+["Category"] = "Shadows of the Hist",
+["Category_ID"] = 18,
+["description"] = "Collect and learn every chapter in the Silken Ring style book, found on Velidreth in Cradle of Shadows.",
+["name"] = "Silken Ring Style Master",
+["points"] = 50,
+}
+,
+[1797] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Collect and learn every chapter in the Ra Gada style book, found in Craglorn.",
+["name"] = "Ra Gada Style Master",
+["points"] = 50,
+}
+,
+[1798] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Collect and learn every chapter in the Ebony style book, sold in exchange for Writ Vouchers.",
+["name"] = "Ebony Style Master",
+["points"] = 50,
+}
+,
+[1799] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Complete your first Master Writ.",
+["name"] = "Master Crafter",
+["points"] = 10,
+}
+,
+[1800] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Complete 25 Master Writs.",
+["name"] = "Master of Many Crafts",
+["points"] = 15,
+}
+,
+[1801] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Complete 100 Master Writs.",
+["name"] = "Unsurpassed Crafter",
+["points"] = 50,
+}
+,
+[1802] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat the nereid Kimbrudhil the Songbird at Shipwreck Cove.",
+["name"] = "Songbird Silencer",
+["points"] = 10,
+}
+,
+[1803] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat Orator Salothan, Regent Beleth, General Tanasa, and Councilor Raynis at Salothan\'s Council.",
+["name"] = "Salothan\'s Cursebreaker",
+["points"] = 10,
+}
+,
+[1804] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat the Queen\'s Consort at Missir-Dadalit Egg Mine.",
+["name"] = "Consort Killer",
+["points"] = 10,
+}
+,
+[1805] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat the nix-ox Nilthog the Unbroken at Nilthog\'s Hollow.",
+["name"] = "Breaker of the Unbroken",
+["points"] = 10,
+}
+,
+[1806] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat Wuyuvus the Hunger at Sulipund Grange.",
+["name"] = "Wuyuvus Slayer",
+["points"] = 10,
+}
+,
+[1807] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat the Skaafin, Mehz the Cozener, at Dubdil Alar Tower and seal the rift to Oblivion.",
+["name"] = "Cheater Defeater",
+["points"] = 10,
+}
+,
+[1808] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat the Assembly General and assist Divayth Fyr in stopping the flood of animunculi coming from the Halls of Fabrication.",
+["name"] = "Halls of Fabrication Completed",
+["points"] = 15,
+}
+,
+[1809] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Complete Veteran Halls of Fabrication within a time limit of 40 minutes. Your trial begins when you enter Abanabi Cave beneath Tel Fyr.",
+["name"] = "Time Trial: Halls of Fabrication",
+["points"] = 50,
+}
+,
+[1810] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication.",
+["name"] = "Halls of Fabrication Conqueror",
+["points"] = 50,
+}
+,
+[1811] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Complete Veteran Halls of Fabrication without suffering a group member death.",
+["name"] = "Well-Oiled Machine",
+["points"] = 50,
+}
+,
+[1812] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Obtain and enter at least three of the following staple homes.",
+["name"] = "Freeholder",
+["points"] = 10,
+}
+,
+[1813] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Obtain and enter at least five of the following staple homes.",
+["name"] = "Citizen",
+["points"] = 15,
+}
+,
+[1814] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Obtain and enter at least three of the following classic homes.",
+["name"] = "Landlord",
+["points"] = 15,
+}
+,
+[1815] = {
+["Category"] = "Housing",
+["Category_ID"] = 8,
+["description"] = "Obtain and enter at least five of the following classic homes.",
+["name"] = "Land Baron",
+["points"] = 50,
+}
+,
+[1816] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam without taking damage from the Molten Nirncrux flowing through Veteran Bloodroot Forge.",
+["name"] = "Cooling Your Heels",
+["points"] = 10,
+}
+,
+[1817] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Complete Veteran Bloodroot Forge without any member of your group ever being struck by a Lava Ball spit by a Fire Shalk.",
+["name"] = "Hot Pursuit",
+["points"] = 10,
+}
+,
+[1818] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Use Galchobhar\'s Mantle Breaker attack to dissipate a Lava Ball fired by a Fire Shalk while in Veteran Bloodroot Forge.",
+["name"] = "Magma Masher",
+["points"] = 10,
+}
+,
+[1819] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Caillaoife without allowing any Nirnblooded creatures to remain within her Nature\'s Preservation barrier for more than three seconds while in Veteran Bloodroot Forge.",
+["name"] = "Wildlife Sanctuary",
+["points"] = 10,
+}
+,
+[1820] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Galchobhar without any group members being affected by his Scorched Earth and Flames of Galchobhar attacks in Veteran Bloodroot Forge.",
+["name"] = "Boulder Bounder",
+["points"] = 10,
+}
+,
+[1821] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Galchobhar without anyone in your group killing a Fire Shalk during your battle with him in Veteran Bloodroot Forge.",
+["name"] = "Shalk Shaker",
+["points"] = 10,
+}
+,
+[1822] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat the Earthgore Amalgam in Veteran Bloodroot Forge without any member of your group activating the Stonefire Crucible or Flameslake Cauldron.",
+["name"] = "Hand Wrought Victory",
+["points"] = 10,
+}
+,
+[1823] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Personally use both the Stonefire Crucible and the Flameslake Cauldron to defeat the Earthgore Amalgam in Veteran Bloodroot Forge.",
+["name"] = "Artisan of Pain",
+["points"] = 10,
+}
+,
+[1824] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Read all 36 Sermons of Vivec scattered across Vvardenfell.",
+["name"] = "Tribunal Preacher",
+["points"] = 5,
+}
+,
+[1825] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Complete your first daily quest for Huntmaster Sorim-Nakar or Numani-Rasi.",
+["name"] = "Ashlander Associate",
+["points"] = 5,
+}
+,
+[1826] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Visit the silt strider caravaner at each of the stations in Vvardenfell.",
+["name"] = "Strider Caravaner",
+["points"] = 5,
+}
+,
+[1827] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Visit the Shrines of the Seven Graces and read the inscription on each shine.",
+["name"] = "The Pilgrim\'s Path",
+["points"] = 5,
+}
+,
+[1828] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Visit all of the Daedric ruins in Vvardenfell.",
+["name"] = "Daedric Explorer",
+["points"] = 10,
+}
+,
+[1829] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat the Assembly General after empowering it by resetting the circuit breaker in Veteran Halls of Fabrication.",
+["name"] = "Halls of Fabrication Vanquisher",
+["points"] = 50,
+}
+,
+[1830] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat 100 Calefactors, Capacitors, or Dissectors in the Halls of Fabrication.",
+["name"] = "Refabricant Slayer",
+["points"] = 10,
+}
+,
+[1831] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat the Pinnacle Factotum without ever using energy from the generator to break a Refabricated Sphere\'s shield, in Veteran Halls of Fabrication.",
+["name"] = "Power House",
+["points"] = 15,
+}
+,
+[1832] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat the Refabrication Committee in Veteran Halls of Fabrication without ever allowing the Reclaimer to overcharge a Ruined Factotum.",
+["name"] = "Planned Obsolescence",
+["points"] = 15,
+}
+,
+[1833] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication without any group member dying to traps and hazards.",
+["name"] = "Environmentally Conscious",
+["points"] = 15,
+}
+,
+[1834] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication without letting any Terminals complete their activation sequence.",
+["name"] = "Terminal Terminator",
+["points"] = 15,
+}
+,
+[1835] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat 5 of each of the Tactical Facsimiles that the Assembly General creates, on any difficulty.",
+["name"] = "Accept No Substitute",
+["points"] = 10,
+}
+,
+[1836] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Complete each of the following achievements related to defeating the Assembly General:",
+["name"] = "Dynamo",
+["points"] = 50,
+}
+,
+[1837] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Complete Veteran Halls of Fabrication after resetting the circuit breaker and empowering the Assembly General, all without suffering a group member death.",
+["name"] = "Stress Tested",
+["points"] = 50,
+}
+,
+[1838] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Complete Veteran Halls of Fabrication after resetting the circuit breaker and empowering the Assembly General, all within 40 minutes of entering Abanabi Cave and without suffering a group member death.",
+["name"] = "Like Clockwork",
+["points"] = 50,
+}
+,
+[1839] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat one Hunter-Killer Fabricant while the other still has at least half of its health remaining, before defeating the remaining Fabricant in Veteran Halls of Fabrication.",
+["name"] = "Kill Process",
+["points"] = 10,
+}
+,
+[1840] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "In Veteran Halls of Fabrication, defeat the Archcustodian using six or fewer Shock Pylons without ever missing an opportunity to disable it with one.",
+["name"] = "Arc-Custodian",
+["points"] = 10,
+}
+,
+[1841] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Discover all the notes scattered throughout the Halls of Fabrication.",
+["name"] = "Scholar of Seht\'s Mysteries",
+["points"] = 10,
+}
+,
+[1842] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Do your part to eliminate the cliff strider menace by killing 100 cliff striders or cliff skippers in Vvardenfell.",
+["name"] = "Cliff Striders\' Bane",
+["points"] = 5,
+}
+,
+[1843] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Discover all 18 Skyshards in Vvardenfell.",
+["name"] = "Morrowind Skyshard Hunter",
+["points"] = 10,
+}
+,
+[1844] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Discover all 6 Skyshards in the Clockwork City.",
+["name"] = "Clockwork City Skyshard Hunter",
+["points"] = 10,
+}
+,
+[1845] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Discover all 18 Skyshards in Summerset.",
+["name"] = "Summerset Skyshard Hunter",
+["points"] = 10,
+}
+,
+[1846] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat Nchulaeon the Eternal in Nchuleftingth.",
+["name"] = "Nchuleftingth Group Event",
+["points"] = 50,
+}
+,
+[1847] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Save Dubdil Alar from the consequences of his temporal experiments.",
+["name"] = "Loop Eradicator",
+["points"] = 5,
+}
+,
+[1848] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat all six world bosses in Vvardenfell.",
+["name"] = "Defender of Morrowind",
+["points"] = 15,
+}
+,
+[1849] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Disprove the dangerous claims of the Ashlander Chodala.",
+["name"] = "Voice of the Failed Incarnates",
+["points"] = 10,
+}
+,
+[1850] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Recover the Blessed Staff, Sunna\'rah, from the Ashlander Chodala, and determine the true nature of the threat to Lord Vivec.",
+["name"] = "Bearer of the Blessed Staff",
+["points"] = 10,
+}
+,
+[1851] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Follow a grave threat into Clockwork City, and recover Lord Vivec\'s stolen power.",
+["name"] = "Hand of a Living God",
+["points"] = 10,
+}
+,
+[1852] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Restore Lord Vivec\'s lost power, save Vivec City, and be named Champion of Vivec.",
+["name"] = "Champion of Vivec",
+["points"] = 15,
+}
+,
+[1853] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat three of the champions in Nchuleftingth.",
+["name"] = "Nchuleftingth Vanquisher",
+["points"] = 10,
+}
+,
+[1854] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat all of the champions in Nchuleftingth.",
+["name"] = "Nchuleftingth Conqueror",
+["points"] = 50,
+}
+,
+[1855] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat Stone-Boiler Omalas, Brander Releth, and Mountain-Caller Hlaren in the Forgotten Wastes.",
+["name"] = "Forgotten Wastes Group Event",
+["points"] = 50,
+}
+,
+[1856] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat three of the champions in the Forgotten Wastes.",
+["name"] = "Forgotten Wastes Vanquisher",
+["points"] = 10,
+}
+,
+[1857] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Defeat all of the champions in the Forgotten Wastes.",
+["name"] = "Forgotten Wastes Conqueror",
+["points"] = 50,
+}
+,
+[1858] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Explore and clear Khartag Point.",
+["name"] = "Khartag Point Explorer",
+["points"] = 5,
+}
+,
+[1859] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Explore and clear Ashalmawia.",
+["name"] = "Ashalmawia Explorer",
+["points"] = 5,
+}
+,
+[1860] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Explore and clear Zainsipilu.",
+["name"] = "Zainsipilu Explorer",
+["points"] = 5,
+}
+,
+[1861] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Explore and clear Matus-Akin Egg Mine.",
+["name"] = "Matus-Akin Egg Mine Explorer",
+["points"] = 5,
+}
+,
+[1862] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Explore and clear Pulk.",
+["name"] = "Pulk Explorer",
+["points"] = 5,
+}
+,
+[1863] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Explore and clear Nchuleft.",
+["name"] = "Nchuleft Explorer",
+["points"] = 5,
+}
+,
+[1864] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Explore and clear all six explorable caves in Vvardenfell.",
+["name"] = "Morrowind Cave Delver",
+["points"] = 15,
+}
+,
+[1865] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Discover all the striking locales in Vvardenfell.",
+["name"] = "Morrowind Pathfinder",
+["points"] = 10,
+}
+,
+[1866] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Discover and clear all caves and striking locales in Vvardenfell.",
+["name"] = "Morrowind Master Explorer",
+["points"] = 15,
+}
+,
+[1867] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Complete 32 quests in Vvardenfell.",
+["name"] = "Morrowind Grand Adventurer",
+["points"] = 50,
+}
+,
+[1868] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Morrowind.",
+["name"] = "Savior of Morrowind",
+["points"] = 50,
+}
+,
+[1869] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Help the Argonian slave, Sun-in-Shadow, gain her freedom.",
+["name"] = "Rising Sun",
+["points"] = 10,
+}
+,
+[1870] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Help Naryu Virian and the Morag Tong in and around Balmora.",
+["name"] = "Naryu\'s Confidant",
+["points"] = 10,
+}
+,
+[1871] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Help the Scarlet Judge foil Marshal Hlaren\'s plot in Suran.",
+["name"] = "Scarlet Judge",
+["points"] = 10,
+}
+,
+[1872] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Save the people of Gnisis from economic ruin by restoring the future of their kwama mine.",
+["name"] = "Kwama Miner",
+["points"] = 10,
+}
+,
+[1873] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Foil a usuper\'s plot, and assist Mistress Dratha with plans to prolong her life.",
+["name"] = "Hand of the Mistress",
+["points"] = 10,
+}
+,
+[1874] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "End the threat to the pilgrims at Molag Mar.",
+["name"] = "Pilgrim Protector",
+["points"] = 10,
+}
+,
+[1875] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Help Narsis Dren discover the secret of the Veloth Ancestral Tomb.",
+["name"] = "Narsis\'s Apprentice",
+["points"] = 10,
+}
+,
+[1876] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Discover the secret of the Hleran Ancestral Tomb.",
+["name"] = "Ald\'ruhn Annalist",
+["points"] = 10,
+}
+,
+[1877] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Discover the truth behind the sudden spike in production at Vassir-Didanat ebony mine.",
+["name"] = "Ebony Enforcer",
+["points"] = 5,
+}
+,
+[1878] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Complete 10 daily quests for Huntmaster Sorim-Nakar or Numani-Rasi.",
+["name"] = "Ashwalker",
+["points"] = 10,
+}
+,
+[1879] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Complete 30 daily quests for Huntmaster Sorim-Nakar or Numani-Rasi.",
+["name"] = "Clanfriend",
+["points"] = 15,
+}
+,
+[1880] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Complete all seven daily hunts for Huntmaster Sorim-Nakar.",
+["name"] = "Ashlands Stalker",
+["points"] = 5,
+}
+,
+[1881] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Complete all seven relic preservation daily quests given by Numani-Rasi.",
+["name"] = "Ashlands Relic Preserver",
+["points"] = 5,
+}
+,
+[1882] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Catch all 12 rare fish in Vvardenfell.",
+["name"] = "Morrowind Master Angler",
+["points"] = 5,
+}
+,
+[1883] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Receive the blessing of the Whitestrake at one of the Alliance Gates during the Midyear Mayhem.",
+["name"] = "Mayhem Connoisseur",
+["points"] = 5,
+}
+,
+[1884] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Read a Scroll of Pelinal\'s Ferocity during the Midyear Mayhem.",
+["name"] = "Echo of Pelinal\'s Fury",
+["points"] = 5,
+}
+,
+[1885] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Acquire your first \"Pelinal\'s Midyear Boon Box\".",
+["name"] = "Blessed of the Whitestrake",
+["points"] = 5,
+}
+,
+[1886] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Acquire your 10th \"Pelinal\'s Midyear Boon Box\".",
+["name"] = "Chosen of the Whitestrake",
+["points"] = 10,
+}
+,
+[1887] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Acquire your 25th \"Pelinal\'s Midyear Boon Box\".",
+["name"] = "Hand of the Whitestrake",
+["points"] = 15,
+}
+,
+[1888] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Defeat 50 opponents during the Midyear Mayhem.",
+["name"] = "Wrath of the Whitestrake",
+["points"] = 15,
+}
+,
+[1889] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Win a Battleground match during the Midyear Mayhem.",
+["name"] = "Pelinavant the Scourge",
+["points"] = 5,
+}
+,
+[1890] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Capture a Keep in Cyrodiil during the Midyear Mayhem.",
+["name"] = "Pelinaline the Bloody",
+["points"] = 5,
+}
+,
+[1891] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Capture an Imperial District during the Midyear Mayhem.",
+["name"] = "Pelinerrif Insurgent",
+["points"] = 5,
+}
+,
+[1892] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Complete each of the Midyear Mayhem achievements.",
+["name"] = "Star-Made Knight",
+["points"] = 50,
+}
+,
+[1893] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Defeat 10 opponents in Battlegrounds.",
+["name"] = "Pit Bully",
+["points"] = 5,
+}
+,
+[1894] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Defeat 250 opponents in Battlegrounds.",
+["name"] = "Pit Fighter",
+["points"] = 10,
+}
+,
+[1895] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Defeat 1,000 opponents in Battlegrounds.",
+["name"] = "Pit Hero",
+["points"] = 15,
+}
+,
+[1896] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Capture your first Relic in Battlegrounds.",
+["name"] = "Newblood Relic Hunter",
+["points"] = 5,
+}
+,
+[1897] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Capture 20 Relics in Battlegrounds.",
+["name"] = "Veteran Relic Hunter",
+["points"] = 10,
+}
+,
+[1898] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Capture 100 Relics in Battlegrounds.",
+["name"] = "Grand Relic Hunter",
+["points"] = 15,
+}
+,
+[1899] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Defeat a Relic carrier for the first time in Battlegrounds.",
+["name"] = "Newblood Relic Guardian",
+["points"] = 5,
+}
+,
+[1900] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Defeat 20 Relic carriers in Battlegrounds.",
+["name"] = "Veteran Relic Guardian",
+["points"] = 10,
+}
+,
+[1901] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Defeat 100 Relic carriers in Battlegrounds.",
+["name"] = "Grand Relic Guardian",
+["points"] = 15,
+}
+,
+[1902] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Seize your first Capture Point in Battlegrounds.",
+["name"] = "Newblood Standard-Bearer",
+["points"] = 5,
+}
+,
+[1903] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Seize 50 Capture Points in Battlegrounds.",
+["name"] = "Veteran Standard-Bearer",
+["points"] = 10,
+}
+,
+[1904] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Seize 250 Capture Points in Battlegrounds.",
+["name"] = "Grand Standard-Bearer",
+["points"] = 15,
+}
+,
+[1905] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn 10 Defensive Execution Medals by defeating opponents attacking one of your Capture Points.",
+["name"] = "Newblood Standard-Guardian",
+["points"] = 5,
+}
+,
+[1906] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn 100 Defensive Execution Medals by defeating opponents attacking one of your Capture Points.",
+["name"] = "Veteran Standard-Guardian",
+["points"] = 10,
+}
+,
+[1907] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn 500 Defensive Execution Medals by defeating opponents attacking one of your Capture Points.",
+["name"] = "Grand Standard-Guardian",
+["points"] = 15,
+}
+,
+[1908] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Win a Battleground match for the first time.",
+["name"] = "Victor",
+["points"] = 5,
+}
+,
+[1909] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Win 10 Battleground matches.",
+["name"] = "Crowd Favorite",
+["points"] = 10,
+}
+,
+[1910] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Win 50 Battleground matches.",
+["name"] = "Conquering Hero",
+["points"] = 15,
+}
+,
+[1911] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn a lifetime medal score of 5,000 points in Battlegrounds.",
+["name"] = "Gladiator",
+["points"] = 10,
+}
+,
+[1912] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn a lifetime medal score of 50,000 points in Battlegrounds.",
+["name"] = "Champion",
+["points"] = 15,
+}
+,
+[1913] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn a lifetime medal score of 250,000 points in Battlegrounds.",
+["name"] = "Grand Champion",
+["points"] = 50,
+}
+,
+[1914] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Control all four Capture Points simultaneously in a Domination match.",
+["name"] = "Battleground Dominator",
+["points"] = 10,
+}
+,
+[1915] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Win a Team Deathmatch with 500 points before any other team reaches 200 points.",
+["name"] = "Battleground Butcher",
+["points"] = 15,
+}
+,
+[1916] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Help your team capture both enemy Relics within 10 seconds of each other.",
+["name"] = "Tactician",
+["points"] = 15,
+}
+,
+[1917] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Sieze at least four Capture Points without dying.",
+["name"] = "Claim-Staker",
+["points"] = 10,
+}
+,
+[1918] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Finish a Team Deathmatch battle with at least eight more kills than deaths.",
+["name"] = "Paragon",
+["points"] = 15,
+}
+,
+[1919] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Capture three enemy Relics in a single Battleground match.",
+["name"] = "Triple Threat",
+["points"] = 15,
+}
+,
+[1920] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn a medal score of at least 3,000 points in a single Battleground match.",
+["name"] = "Most Valuable Combatant",
+["points"] = 10,
+}
+,
+[1921] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn your first Quadruple Kill Medal by defeating four opponents in a Team Deathmatch battle, each within ten seconds of the next.",
+["name"] = "Quadruple Kill",
+["points"] = 15,
+}
+,
+[1922] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn your first Champion Medal by dealing at least 500,000 points of damage in a single Team Deathmatch battle.",
+["name"] = "Charging Champion",
+["points"] = 10,
+}
+,
+[1923] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn your first Fearless Physician Medal by healing at least 375,000 points of damage in a single Team Deathmatch battle.",
+["name"] = "Fearless Physician",
+["points"] = 10,
+}
+,
+[1924] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn your first Steady Centurion Medal by taking at least 250,000 damage in a single Domination match.",
+["name"] = "Steady Centurion",
+["points"] = 10,
+}
+,
+[1925] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn your first Divine Protector Medal by healing at least 375,000 points of damage for Capture Point defenders in a single Domination match.",
+["name"] = "Divine Protector",
+["points"] = 10,
+}
+,
+[1926] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1927] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn your first Vigilant Defender Medal while defending a Capture Point in a Domination match.",
+["name"] = "Vigilant Defender",
+["points"] = 10,
+}
+,
+[1928] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 10 enemy Wardens.",
+["name"] = "Warden Slayer",
+["points"] = 10,
+}
+,
+[1929] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Kill 100 enemy Wardens.",
+["name"] = "Grand Warden Slayer",
+["points"] = 15,
+}
+,
+[1930] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1931] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1932] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Learn every chapter in the Ashlander style book, occasionally found as rewards for completing daily quests for Huntmaster Sorim-Nakar and Numani-Rasi.",
+["name"] = "Ashlander Style Master",
+["points"] = 50,
+}
+,
+[1933] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Learn every chapter in the Morag Tong style book, occasionally found in Bounty and Explorer\'s Dispensations from the Hall of Justice.",
+["name"] = "Morag Tong Style Master",
+["points"] = 50,
+}
+,
+[1934] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Learn every chapter in the Buoyant Armiger style book, occasionally found in treasure chests across Vvardenfell.",
+["name"] = "Buoyant Armiger Style Master",
+["points"] = 50,
+}
+,
+[1935] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Learn every chapter in the Militant Ordinator style book, sold in exchange for Alliance Points by Battleground Supplies Merchants.",
+["name"] = "Militant Ordinator Style Master",
+["points"] = 50,
+}
+,
+[1936] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn your first Divine Guardian Medal by healing at least 375,000 points of damage for Relic carriers in a single Battleground match.",
+["name"] = "Divine Guardian",
+["points"] = 10,
+}
+,
+[1937] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Complete Veteran Falkreath Hold and Veteran Bloodroot Forge.",
+["name"] = "Horns of the Reach Delver",
+["points"] = 50,
+}
+,
+[1938] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1939] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1940] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Enter either Falkreath Hold or Bloodroot Forge for the first time.",
+["name"] = "Horns of the Reach Explorer",
+["points"] = 5,
+}
+,
+[1941] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Complete the listed achievements for Veteran Bloodroot Forge.",
+["name"] = "Bloodroot Forge Challenger",
+["points"] = 50,
+}
+,
+[1942] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Complete the listed achievements for Veteran Falkreath Hold.",
+["name"] = "Falkreath Hold Challenger",
+["points"] = 50,
+}
+,
+[1943] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1944] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1945] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Discover the Urgent Missive, Unfinished Letter to Marika, In Reply to Concerning Rumors, and Epitaph of Bjarfrud Skjoralmor within Falkreath Hold.",
+["name"] = "War Chronicler",
+["points"] = 5,
+}
+,
+[1946] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat every boss without ever personally being struck by siege weapon fire in Veteran Falkreath Hold, including siege engines commanded by Morrigh Bullblood.",
+["name"] = "Deck Diver",
+["points"] = 5,
+}
+,
+[1947] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "While fighting Cernunnon and his oath-bound, banish all three of the spiritmasters\' souls within five seconds of each other throughout the fight in Veteran Falkreath Hold.",
+["name"] = "Oathbreaker",
+["points"] = 5,
+}
+,
+[1948] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "While fighting Deathlord Bjarfrud Skjoralmor in Veteran Falkreath Hold, have your group cleanse 15 corpses within the span of five seconds.",
+["name"] = "Epic Undertaking",
+["points"] = 5,
+}
+,
+[1949] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat the Siege Mammoth in Falkreath Hold without being affected by an enemy stun, stagger, or knockback ability.",
+["name"] = "Wild and Woolly",
+["points"] = 5,
+}
+,
+[1950] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold with at least one of each type of atronach still alive.",
+["name"] = "Endure the Elements",
+["points"] = 5,
+}
+,
+[1951] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold with 2 or more pillars still standing in the Jarl\'s Hall.",
+["name"] = "Column Caretaker",
+["points"] = 5,
+}
+,
+[1952] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Gain 100 points from carrying the Chaosball.",
+["name"] = "Newblood Scorer",
+["points"] = 5,
+}
+,
+[1953] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Get 3 kills, in a single life, while carrying the Chaosball.",
+["name"] = "The Best Defense",
+["points"] = 5,
+}
+,
+[1954] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn your first Chaos Guardian Medal by healing at least 375,000 points of damage for Chaosball carriers in a single Battleground match.",
+["name"] = "Chaos Guardian",
+["points"] = 5,
+}
+,
+[1955] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Earn your first Chaos Champion Medal by dealing at least 500,000 points of damage to Chaosball carriers in a single Battleground match.",
+["name"] = "Chaos Champion",
+["points"] = 5,
+}
+,
+[1956] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Take 10000000 of damage from the Chaosball (cumulative).",
+["name"] = "Walk It Off",
+["points"] = 5,
+}
+,
+[1957] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Win a game of Chaosball with 500 points, before any other team reaches 200 points.",
+["name"] = "Chaosball Carnage",
+["points"] = 5,
+}
+,
+[1958] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Collect and install all of the parts necessary to reconstruct the Precursor factotum.",
+["name"] = "Precursor Maker",
+["points"] = 50,
+}
+,
+[1959] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Fang Lair.",
+["name"] = "Fang Lair Vanquisher",
+["points"] = 5,
+}
+,
+[1960] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Lizabet Charnis, The Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Veteran Fang Lair.",
+["name"] = "Fang Lair Conqueror",
+["points"] = 5,
+}
+,
+[1961] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat 500 Skeletons in Veteran Fang Lair.",
+["name"] = "Veteran Skeleton Slayer",
+["points"] = 10,
+}
+,
+[1962] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat 350 Blackmarrow Necromancers in Veteran Fang Lair.",
+["name"] = "Veteran Necromancer Slayer",
+["points"] = 10,
+}
+,
+[1963] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat all encounters in addition to Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus and Orryn the Black and Thurvokun in Veteran Fang Lair in under 30 minutes. Timer starts upon engaging the first group of Blackmarrow necromancers.",
+["name"] = "The Quick and the Dead",
+["points"] = 50,
+}
+,
+[1964] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, Orryn the Black and Thurvokun, and all of their minions in Veteran Fang Lair, without suffering a group member death.",
+["name"] = "Not a Statistic",
+["points"] = 50,
+}
+,
+[1965] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Orryn the Black and Thurvokun after reading the incantation in Orryn\'s Notes in Veteran Fang Lair.",
+["name"] = "Let Bygones Be Bygones",
+["points"] = 50,
+}
+,
+[1966] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Complete the listed achievements for Veteran Fang Lair.",
+["name"] = "Fang Lair Challenger",
+["points"] = 50,
+}
+,
+[1967] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Orryn the Black and Thurvokun while only destroying a maximum of one Animus Crystal before Orryn merges with Thurvokun in Veteran Fang Lair.",
+["name"] = "Minimal Animosity",
+["points"] = 10,
+}
+,
+[1968] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat the Cadaverous Menagerie without anyone in your group taking damage from Volatile Fungi in Veteran Fang Lair.",
+["name"] = "Fungi Free",
+["points"] = 10,
+}
+,
+[1969] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Orryn the Black and Thurvokun without any party members being hit by a Giant Scarab\'s Degenerative Acid in Veteran Fang Lair.",
+["name"] = "Starved Scarabs",
+["points"] = 10,
+}
+,
+[1970] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat the Cadaverous Menagerie without a party member being killed by the Cadaverous Senche-Tiger\'s Death Grip in Veteran Fang Lair.",
+["name"] = "Obedience Maiming",
+["points"] = 10,
+}
+,
+[1971] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Deactivate each of Caluurion\'s Relics using elemental Bonefiends in Veteran Fang Lair.",
+["name"] = "Elementary Anatomy",
+["points"] = 10,
+}
+,
+[1972] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Ulfnor and Sabina Cedus without a party member being affected by Sabina Cedus\'s Haunting Spectre in Veteran Fang Lair.",
+["name"] = "Nonplussed",
+["points"] = 10,
+}
+,
+[1973] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "After reciting the incantations in Orryn\'s Notes, defeat Orryn the Black and Thurvokun without any party members being hit by Orryn\'s Wraith Thralls in Veteran Fang Lair.",
+["name"] = "Cold Pursuit",
+["points"] = 10,
+}
+,
+[1974] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "When hit by Thurvokun\'s Plague Breath in Fang Lair, be under the protection of Yisareh\'s Life Ward while standing in direct contact with three other party members who also have Yisareh\'s Life Ward.",
+["name"] = "Horrific Halitosis",
+["points"] = 10,
+}
+,
+[1975] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Scalecaller Peak.",
+["name"] = "Scalecaller Peak Vanquisher",
+["points"] = 5,
+}
+,
+[1976] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Veteran Scalecaller Peak.",
+["name"] = "Scalecaller Peak Conqueror",
+["points"] = 5,
+}
+,
+[1977] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat 50 Ogres in Veteran Scalecaller Peak.",
+["name"] = "Veteran Ogre Slayer",
+["points"] = 10,
+}
+,
+[1978] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat 120 Cultists in Veteran Scalecaller Peak.",
+["name"] = "Veteran Cultist Slayer",
+["points"] = 10,
+}
+,
+[1979] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat all encounters in addition to Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Veteran Scalecaller Peak in under 30 minutes. Timer starts when players engage the first group of Scalecaller creatures.",
+["name"] = "Peak Performance",
+["points"] = 50,
+}
+,
+[1980] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat all encounters in addition to Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Veteran Scalecaller Peak, without suffering a group member death.",
+["name"] = "On Top",
+["points"] = 50,
+}
+,
+[1981] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Zaan the Scalecaller after reading Zaan\'s Ritual Scroll in Veteran Scalecaller Peak.",
+["name"] = "Breaker of Spells",
+["points"] = 50,
+}
+,
+[1982] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Complete the listed achievements for Veteran Scalecaller Peak.",
+["name"] = "Scalecaller Peak Challenger",
+["points"] = 50,
+}
+,
+[1983] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat all encounters in addition to Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller after reading Zaan\'s Ritual Scroll in Veteran Scalecaller Peak in under 30 minutes without dying.",
+["name"] = "Mountain God",
+["points"] = 50,
+}
+,
+[1984] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller without a single group member taking damage from a Skeever\'s Pestilent Pus in Veteran Scalecaller Peak.",
+["name"] = "Pustulent Problems",
+["points"] = 10,
+}
+,
+[1985] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Collect both of the necessary ingredients and cure Jorvuld Davaux of the cult\'s plague.",
+["name"] = "Scalecaller Savior",
+["points"] = 10,
+}
+,
+[1986] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Doylemish Ironheart in Veteran Scalecaller Peak without a single group member becoming Petrified by Stony Gaze.",
+["name"] = "Stony Situation",
+["points"] = 10,
+}
+,
+[1987] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Orzun the Foul-Smelling and Rinaerus the Rancid in Veteran Scalecaller Peak without a single group member being killed by a Terrorizing Tremor.",
+["name"] = "Tremor Trouble",
+["points"] = 10,
+}
+,
+[1988] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Plague Concocter Mortieu in Veteran Scalecaller Peak with four living group members all suffering from two of Mortieu\'s infections simultaneously.",
+["name"] = "Doctor\'s Orders",
+["points"] = 10,
+}
+,
+[1989] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Matriarch Aldis without any member of your group taking damage from the water that surrounds her during the fight in Veteran Scalecaller Peak.",
+["name"] = "Watch Your Step",
+["points"] = 10,
+}
+,
+[1990] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Zaan the Scalecaller without being knocked back by her shield.",
+["name"] = "Stand Your Ground",
+["points"] = 10,
+}
+,
+[1991] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat Zaan the Scalecaller without taking damage from her Pestilent Breath attack and without using the same avoidance method twice after reading Zaan\'s Ritual Scroll in Veteran Scalecaller Peak.",
+["name"] = "Daedric Deflector",
+["points"] = 10,
+}
+,
+[1992] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1993] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1994] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1995] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1996] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1997] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1998] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[1999] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2000] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2001] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Explore and clear King\'s Haven Pass.",
+["name"] = "King\'s Haven Pass Explorer",
+["points"] = 5,
+}
+,
+[2002] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Explore and clear Eton Nir Grotto.",
+["name"] = "Eton Nir Grotto Explorer",
+["points"] = 5,
+}
+,
+[2003] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Explore and clear Archon\'s Grove.",
+["name"] = "Archon\'s Grove Explorer",
+["points"] = 5,
+}
+,
+[2004] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Explore and clear Tor-Hame-Khard.",
+["name"] = "Tor-Hame-Khard Explorer",
+["points"] = 5,
+}
+,
+[2005] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Explore and clear Wasten Coraldale.",
+["name"] = "Wasten Coraldale Explorer",
+["points"] = 5,
+}
+,
+[2006] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Explore and clear Traitor\'s Vault.",
+["name"] = "Traitor\'s Vault Explorer",
+["points"] = 5,
+}
+,
+[2007] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Explore and clear all six explorable caves in Summerset.",
+["name"] = "Summerset Cave Delver",
+["points"] = 15,
+}
+,
+[2008] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Discover all the striking locales in Summerset.",
+["name"] = "Summerset Pathfinder",
+["points"] = 10,
+}
+,
+[2009] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2010] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Discover and clear all caves and striking locales in Summerset.",
+["name"] = "Summerset Master Explorer",
+["points"] = 15,
+}
+,
+[2011] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2012] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2013] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2014] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2015] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2016] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Explore and clear the Halls of Regulation.",
+["name"] = "Halls of Regulation Explorer",
+["points"] = 5,
+}
+,
+[2017] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Explore and clear the Shadow Cleft.",
+["name"] = "Shadow Cleft Explorer",
+["points"] = 5,
+}
+,
+[2018] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Discover and clear all caves and striking locales in the Clockwork City.",
+["name"] = "Clockwork City Master Explorer",
+["points"] = 15,
+}
+,
+[2019] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Discover and clear both explorable caves in the Clockwork City.",
+["name"] = "Clockwork City Cave Delver",
+["points"] = 10,
+}
+,
+[2020] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Discover all the striking locales in the Clockwork City.",
+["name"] = "Clockwork City Pathfinder",
+["points"] = 10,
+}
+,
+[2021] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Collect and learn every chapter in the Hlaalu style book.",
+["name"] = "Hlaalu Style Master",
+["points"] = 50,
+}
+,
+[2022] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Collect and learn every chapter in the Redoran style book.",
+["name"] = "Redoran Style Master",
+["points"] = 50,
+}
+,
+[2023] = {
+["Category"] = "Morrowind",
+["Category_ID"] = 12,
+["description"] = "Collect and learn every chapter in the Telvanni style book.",
+["name"] = "Telvanni Style Master",
+["points"] = 50,
+}
+,
+[2024] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2025] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Gain 2500 points from carrying the Chaosball.",
+["name"] = "Veteran Scorer",
+["points"] = 10,
+}
+,
+[2026] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Gain 10000 points from carrying the Chaosball.",
+["name"] = "Grand Scorer",
+["points"] = 15,
+}
+,
+[2027] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Catch all 12 rare fish in Clockwork City.",
+["name"] = "Clockwork City Master Angler",
+["points"] = 5,
+}
+,
+[2028] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat The Imperfect in the Sanctuary of Verification.",
+["name"] = "Imperfection",
+["points"] = 10,
+}
+,
+[2029] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2030] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2031] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2032] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2033] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2034] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2035] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2036] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Queen of the Reef at The Queen\'s Hatchery.",
+["name"] = "Reef Raider",
+["points"] = 10,
+}
+,
+[2037] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Caanerin at Indrik Frolic.",
+["name"] = "Bucking the Matriarchy",
+["points"] = 10,
+}
+,
+[2038] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat the Sea Sload B\'Korgen at Welenkin Cove.",
+["name"] = "Sea Sload Slugger",
+["points"] = 10,
+}
+,
+[2039] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Haeliata and Nagravia at Gryphon Run.",
+["name"] = "Talon Taker",
+["points"] = 10,
+}
+,
+[2040] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Graveld at Graveld\'s Hideaway.",
+["name"] = "Amphibian Agitator",
+["points"] = 10,
+}
+,
+[2041] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Keelsplitter at Keelsplitter\'s Nest.",
+["name"] = "Keel Hauler",
+["points"] = 10,
+}
+,
+[2042] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat all six world bosses in Summerset.",
+["name"] = "Defender of Summerset",
+["points"] = 15,
+}
+,
+[2043] = {
+["Category"] = "Character",
+["Category_ID"] = 1,
+["description"] = "Reach rank 10 in the Undaunted Skill Line.",
+["name"] = "Truly Undaunted",
+["points"] = 50,
+}
+,
+[2044] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Learn every chapter in the Apostle style book, occasionally found as rewards for completing Brass Fortress Resupply daily quests, Clockwork City daily delve quests, and Clockwork City daily world boss quests.",
+["name"] = "Apostle Style Master",
+["points"] = 50,
+}
+,
+[2045] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Learn every chapter in the Ebonshadow style book, occasionally found as rewards for completing Blackfeather Court daily quests, Clockwork City daily delve quests, and Clockwork City daily world boss quests.",
+["name"] = "Ebonshadow Style Master",
+["points"] = 50,
+}
+,
+[2046] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat Ithoxis, Abathoth, and Ssatinot in Exarchs\' Egress.",
+["name"] = "Murderer of Crows",
+["points"] = 10,
+}
+,
+[2047] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat both world bosses in Clockwork City.",
+["name"] = "Clockwork City Defender",
+["points"] = 15,
+}
+,
+[2048] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Travel to the Brass Fortress in Clockwork City.",
+["name"] = "Treasure of the Brass Fortress",
+["points"] = 5,
+}
+,
+[2049] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Clockwork City.",
+["name"] = "Hero of Clockwork City",
+["points"] = 50,
+}
+,
+[2050] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete the \"To the Clockwork City\" quest.",
+["name"] = "Land of Gears and Cogs",
+["points"] = 10,
+}
+,
+[2051] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2052] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2053] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2054] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2055] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2056] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2057] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2058] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete the \"In Search of a Sponsor\" quest.",
+["name"] = "Clockwork Citizen",
+["points"] = 10,
+}
+,
+[2059] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete the \"The Strangeness of Seht\" quest.",
+["name"] = "Smoke and Mirrors",
+["points"] = 10,
+}
+,
+[2060] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete the \"Deepening Shadows\" quest.",
+["name"] = "Middle-Man",
+["points"] = 10,
+}
+,
+[2061] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete the \"Lost in the Gloam\" quest.",
+["name"] = "Birds of a Feather",
+["points"] = 10,
+}
+,
+[2062] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete the \"Unto the Dark\" quest.",
+["name"] = "Shadow Boxing",
+["points"] = 10,
+}
+,
+[2063] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete the \"Where Shadows Lie\" quest.",
+["name"] = "The Real Sotha Sil",
+["points"] = 10,
+}
+,
+[2064] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete the \"The Light of Knowledge\" quest.",
+["name"] = "The Burden of Knowledge",
+["points"] = 10,
+}
+,
+[2065] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete one Blackfeather Court Daily.",
+["name"] = "Courting the Crows",
+["points"] = 5,
+}
+,
+[2066] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete 7 Blackfeather Court Dailies.",
+["name"] = "Blackfeather Attendent",
+["points"] = 10,
+}
+,
+[2067] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete 30 Blackfeather Court Dailies.",
+["name"] = "Honorary Blackfeather",
+["points"] = 15,
+}
+,
+[2068] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete 20 Story Quests in Clockwork City.",
+["name"] = "Clockwork City Adventurer",
+["points"] = 15,
+}
+,
+[2069] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete 24 Story Quests in Clockwork City.",
+["name"] = "Clockwork City Grand Adventurer",
+["points"] = 50,
+}
+,
+[2070] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete one Brass Fortress resupply daily.",
+["name"] = "Brass Fortress Helper",
+["points"] = 5,
+}
+,
+[2071] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete 7 Brass Fortress resupply dailies.",
+["name"] = "Brass Fortress Supplier",
+["points"] = 10,
+}
+,
+[2072] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete 30 Brass Fortress resupply dailies.",
+["name"] = "Brass Fortress Quarter Master",
+["points"] = 15,
+}
+,
+[2073] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Learn of things to come.",
+["name"] = "Fortune and Fate",
+["points"] = 10,
+}
+,
+[2074] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Slow the spread of secrets by destroying 100 Skeevatons.",
+["name"] = "Wind-up Rodent Wrecker",
+["points"] = 5,
+}
+,
+[2075] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Complete the listed achievements for Asylum Sanctorium.",
+["name"] = "Asylum Sanctorium Redeemer",
+["points"] = 50,
+}
+,
+[2076] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Asylum Sanctorium.",
+["name"] = "Asylum Sanctorium Completed",
+["points"] = 15,
+}
+,
+[2077] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Veteran Asylum Sanctorium.",
+["name"] = "Asylum Sanctorium Conqueror",
+["points"] = 50,
+}
+,
+[2078] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same fight in Asylum Sanctorium.",
+["name"] = "Asylum Sanctorium Contender",
+["points"] = 50,
+}
+,
+[2079] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same fight in Veteran Asylum Sanctorium.",
+["name"] = "Asylum Sanctorium Vanquisher",
+["points"] = 50,
+}
+,
+[2080] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold without suffering a group member death in Veteran Asylum Sanctorium.",
+["name"] = "Sanctified",
+["points"] = 50,
+}
+,
+[2081] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold within a time limit of 15 minutes in Veteran Asylum Sanctorium. Timer starts when players enter the Sanctuary Atrium.",
+["name"] = "Swift Mercy",
+["points"] = 50,
+}
+,
+[2082] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold at the same time without allowing Saint Felms or Saint Llothis to enrage during the fight in Veteran Asylum Sanctorium.",
+["name"] = "Beatific Beatdown",
+["points"] = 50,
+}
+,
+[2083] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat Saint Felms the Bold without allowing either of his Pneuma Projections to enrage in Veteran Asylum Sanctorium.",
+["name"] = "Placid Projections",
+["points"] = 15,
+}
+,
+[2084] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat Saint Llothis the Pious without dismantling his Imperfect Attendants in Veteran Asylum Sanctorium.",
+["name"] = "Imperfect Attendance",
+["points"] = 15,
+}
+,
+[2085] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat Saint Olms the Just and Saint Llothis the Pious in the same battle in Veteran Asylum Sanctorium.",
+["name"] = "Righteous Condemnation",
+["points"] = 10,
+}
+,
+[2086] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat Saint Olms the Just and Saint Felms the Bold in the same battle in Veteran Asylum Sanctorium.",
+["name"] = "Executioners\' Judgement",
+["points"] = 10,
+}
+,
+[2087] = {
+["Category"] = "Clockwork City",
+["Category_ID"] = 16,
+["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same battle without suffering a group member death within 15 minutes of entering the Sanctuary Atrium in Veteran Asylum Sanctorium.",
+["name"] = "Perfect Purification",
+["points"] = 10,
+}
+,
+[2088] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Seize your first Capture Point in Crazy King matches.",
+["name"] = "Newblood King Standard-Bearer",
+["points"] = 5,
+}
+,
+[2089] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Seize 25 Capture Points in Crazy King matches.",
+["name"] = "Veteran King Standard-Bearer",
+["points"] = 10,
+}
+,
+[2090] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Seize 125 Capture Points in Crazy King matches.",
+["name"] = "Grand King Standard-Bearer",
+["points"] = 15,
+}
+,
+[2091] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Seize at least 4 Capture Points without dying in a Crazy King match.",
+["name"] = "Kingdom Come",
+["points"] = 10,
+}
+,
+[2092] = {
+["Category"] = "Player VS Player",
+["Category_ID"] = 2,
+["description"] = "Control at least two Capture Points simultaneously in a Crazy King match.",
+["name"] = "Battleground King",
+["points"] = 10,
+}
+,
+[2093] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat all of the champions in Sunhold.",
+["name"] = "Sunhold Conqueror",
+["points"] = 50,
+}
+,
+[2094] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat all of the champions in Karnwasten.",
+["name"] = "Karnwasten Conqueror",
+["points"] = 50,
+}
+,
+[2095] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Interrupt the executioners and defeat Konnugil the Leviathan in Sunhold.",
+["name"] = "Sunhold Group Event",
+["points"] = 50,
+}
+,
+[2096] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat the Sea Sload K\'Garza in Karnwasten.",
+["name"] = "Karnwasten Group Event",
+["points"] = 50,
+}
+,
+[2097] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Learn every chapter in the Dreadhorn style book, occasionally found as rewards for completing the Falkreath Hold dungeon.",
+["name"] = "Dreadhorn Style Master",
+["points"] = 50,
+}
+,
+[2098] = {
+["Category"] = "Horns of the Reach",
+["Category_ID"] = 17,
+["description"] = "Learn every chapter in the Bloodforge style book, occasionally found as rewards for completing the Bloodroot Forge dungeon.",
+["name"] = "Bloodforge Style Master",
+["points"] = 50,
+}
+,
+[2099] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Retrieve the 20 dangerous relics stolen from the Vault of Moawita.",
+["name"] = "Relics of Summerset",
+["points"] = 50,
+}
+,
+[2100] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Destroy the Abyssal Pearl at each Abyssal Geyser in Summerset.",
+["name"] = "Put a Cork In It",
+["points"] = 5,
+}
+,
+[2101] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat each of the following bosses that can appear at Abyssal Geysers.",
+["name"] = "Back to the Abyss",
+["points"] = 15,
+}
+,
+[2102] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Defeat all encounters in addition to Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Hard Mode Veteran Fang Lair in under 30 minutes without suffering a party member death.",
+["name"] = "Leave No Bone Unbroken",
+["points"] = 50,
+}
+,
+[2103] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Complete Veteran Fang Lair and Veteran Scalecaller Peak.",
+["name"] = "Dragon Bones Delver",
+["points"] = 50,
+}
+,
+[2104] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Enter either Fang Lair or Scalecaller Peak for the first time.",
+["name"] = "Dragon Bones Explorer",
+["points"] = 5,
+}
+,
+[2105] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2106] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2107] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2108] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2109] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Change the look of a part of an Outfit using the Outfit System.",
+["name"] = "Novice Outfitter",
+["points"] = 5,
+}
+,
+[2110] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Change the look of a piece of equipment using the Outfit System 10 times.",
+["name"] = "Adept Outfitter",
+["points"] = 10,
+}
+,
+[2111] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Change the look of a piece of equipment using the Outfit System 50 times.",
+["name"] = "Expert Outfitter",
+["points"] = 15,
+}
+,
+[2112] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Change the look of a piece of equipment using the Outfit System 100 times.",
+["name"] = "Master Outfitter",
+["points"] = 50,
+}
+,
+[2113] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Fill any 8 slots of an Outfit using the Outfit System.",
+["name"] = "Fully Styled",
+["points"] = 10,
+}
+,
+[2114] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Use the \"Prisoner\'s Chains\" Style in an Outfit.",
+["name"] = "Prisoner On The Loose",
+["points"] = 5,
+}
+,
+[2115] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2116] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2117] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2118] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2119] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2120] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn every chapter in the Worm Cult style book, occasionally found in Anniversary Jubilee Gift Boxes.",
+["name"] = "Worm Cult Style Master",
+["points"] = 50,
+}
+,
+[2121] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Deconstruct a piece of Iron, Rawhide, Jute, or Maple equipment.",
+["name"] = "Rank 1 Deconstruction Analyst",
+["points"] = 5,
+}
+,
+[2122] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Deconstruct a piece of Steel, Cotton, Hide, or Oak equipment.",
+["name"] = "Rank 2 Deconstruction Analyst",
+["points"] = 5,
+}
+,
+[2123] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Deconstruct a piece of Orichalcum, Spidersilk, Leather, or Beech equipment.",
+["name"] = "Rank 3 Deconstruction Analyst",
+["points"] = 5,
+}
+,
+[2124] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Deconstruct a piece of Dwarven, Ebonthread, Thick Leather, or Hickory equipment.",
+["name"] = "Rank 4 Deconstruction Analyst",
+["points"] = 5,
+}
+,
+[2125] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Deconstruct a piece of Ebony, Ebonthread, Fell Hide, or Yew equipment.",
+["name"] = "Rank 5 Deconstruction Analyst",
+["points"] = 5,
+}
+,
+[2126] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Deconstruct a piece of Calcinium, Kresh, Topgrain, or Birch equipment.",
+["name"] = "Rank 6 Deconstruction Analyst",
+["points"] = 5,
+}
+,
+[2127] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Deconstruct a piece of Galatite, Ironthread, Iron Hide, or Ash equipment.",
+["name"] = "Rank 7 Deconstruction Analyst",
+["points"] = 5,
+}
+,
+[2128] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Deconstruct a piece of Quicksilver, Silverweave, Superb Hide, or Mahogany equipment.",
+["name"] = "Rank 8 Deconstruction Analyst",
+["points"] = 5,
+}
+,
+[2129] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Deconstruct a piece of Voidstone, Void Cloth, Shadowhide, or Nightwood equipment.",
+["name"] = "Rank 9 Deconstruction Analyst",
+["points"] = 5,
+}
+,
+[2130] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Deconstruct a piece of Rubedite, Ancestor Silk, Rubedo Leather, or Ruby Ash equipment.",
+["name"] = "Rank 10 Deconstruction Analyst",
+["points"] = 5,
+}
+,
+[2131] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in Cloudrest.",
+["name"] = "Cloudrest Completed",
+["points"] = 15,
+}
+,
+[2132] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in the same fight in Cloudrest.",
+["name"] = "Cloudrest Contender",
+["points"] = 50,
+}
+,
+[2133] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in Veteran Cloudrest.",
+["name"] = "Cloudrest Conqueror",
+["points"] = 50,
+}
+,
+[2134] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Z\'Maja with one Welkynar shade fighting by her side in Veteran Cloudrest.",
+["name"] = "A Sload and Her Shadow",
+["points"] = 50,
+}
+,
+[2135] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Z\'Maja with two Welkynar shades fighting by her side in Veteran Cloudrest.",
+["name"] = "Three\'s Deadly Company",
+["points"] = 50,
+}
+,
+[2136] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in the same fight in Veteran Cloudrest.",
+["name"] = "Cloudrest Vanquisher",
+["points"] = 50,
+}
+,
+[2137] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe within a time limit of 15 minutes in Veteran Cloudrest. Timer starts when players enter the Cloudrest Aerie.",
+["name"] = "Speedy Sload Slayer",
+["points"] = 50,
+}
+,
+[2138] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe without suffering a group member death in Veteran Cloudrest.",
+["name"] = "Surviving the Shadows",
+["points"] = 50,
+}
+,
+[2139] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in the same battle without suffering a group member death within 15 minutes of entering the Cloudrest Aerie in Veteran Cloudrest.",
+["name"] = "The Path to Alaxon",
+["points"] = 50,
+}
+,
+[2140] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the listed achievements for Cloudrest.",
+["name"] = "Cloudrest Savior",
+["points"] = 50,
+}
+,
+[2141] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2142] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2143] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2144] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2145] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2146] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2147] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2148] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2149] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2150] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat 200 Dire Wolves or Vicious Dire Wolves in Veteran Moon Hunter Keep.",
+["name"] = "Veteran Dire Wolf Slayer",
+["points"] = 10,
+}
+,
+[2151] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Kill 50 Hulking Werewolves in Veteran Moon Hunter Keep.",
+["name"] = "Veteran Hulking Werewolf Slayer",
+["points"] = 10,
+}
+,
+[2152] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Moon Hunter Keep.",
+["name"] = "Moon Hunter Keep Vanquisher",
+["points"] = 10,
+}
+,
+[2153] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep.",
+["name"] = "Moon Hunter Keep Conqueror",
+["points"] = 10,
+}
+,
+[2154] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Vykosa the Ascendant after reading the Scroll of Glorious Battle in Veteran Moon Hunter Keep.",
+["name"] = "The Alpha Predator",
+["points"] = 50,
+}
+,
+[2155] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep in under 30 minutes. Timer starts when players engage the first group of Moon Hunter enemies.",
+["name"] = "Running with the Pack",
+["points"] = 50,
+}
+,
+[2156] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep without suffering a group member death.",
+["name"] = "Head of the Pack",
+["points"] = 50,
+}
+,
+[2157] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Enter either Moon Hunter Keep or March of Sacrifices for the first time.",
+["name"] = "Wolfhunter Explorer",
+["points"] = 5,
+}
+,
+[2158] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Complete the listed achievements for Veteran Moon Hunter Keep.",
+["name"] = "Moon Hunter Keep Challenger",
+["points"] = 50,
+}
+,
+[2159] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant after activating Hard Mode in Veteran Moon Hunter Keep in under 30 minutes without suffering a group member death.",
+["name"] = "Pure Lunacy",
+["points"] = 50,
+}
+,
+[2160] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat 300 Bloodscent Guardians, Bloodscent Archers, Bloodscent Assassins, and Bloodscent Thundermauls in Veteran March of Sacrifices.",
+["name"] = "Veteran Bloodscent Slayer",
+["points"] = 10,
+}
+,
+[2161] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat 50 Wispmothers in Veteran March of Sacrifices.",
+["name"] = "Veteran Wispmother Slayer",
+["points"] = 10,
+}
+,
+[2162] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in March of Sacrifices.",
+["name"] = "March of Sacrifices Vanquisher",
+["points"] = 10,
+}
+,
+[2163] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices.",
+["name"] = "March of Sacrifices Conqueror",
+["points"] = 10,
+}
+,
+[2164] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Balorgh after desecrating the Moon Hunter Pack\'s banner and driving him into a murderous rage in Veteran March of Sacrifices.",
+["name"] = "Hircine\'s Champion",
+["points"] = 50,
+}
+,
+[2165] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices in under 30 minutes. Timer starts when players jump or teleport into Bloodscent Pass.",
+["name"] = "Pure Instinct",
+["points"] = 50,
+}
+,
+[2166] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices without suffering a group member death.",
+["name"] = "Survival of the Fittest",
+["points"] = 50,
+}
+,
+[2167] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Complete the listed achievements for Veteran March of Sacrifices.",
+["name"] = "March of Sacrifices Challenger",
+["points"] = 50,
+}
+,
+[2168] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh after desecrating the Moon Hunter Pack\'s Banner in Veteran March of Sacrifices within 30 minutes without suffering a group member death.",
+["name"] = "Apex Predator",
+["points"] = 50,
+}
+,
+[2169] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2170] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Complete Veteran Moon Hunter Keep and Veteran March of Sacrifices.",
+["name"] = "Wolfhunter Delver",
+["points"] = 50,
+}
+,
+[2171] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Completed Bailiff Naramin\'s investigation of Choixth.",
+["name"] = "A Book and its Cover",
+["points"] = 15,
+}
+,
+[2172] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2173] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2174] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2175] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2176] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2177] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2178] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete 10 Abyssal Geysers.",
+["name"] = "Abyssal Assaulter",
+["points"] = 5,
+}
+,
+[2179] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete 25 Abyssal Geysers.",
+["name"] = "Abyssal Demolisher",
+["points"] = 10,
+}
+,
+[2180] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete 50 Abyssal Geysers.",
+["name"] = "Abyssal Devastator",
+["points"] = 15,
+}
+,
+[2181] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat three of the champions in Karnwasten.",
+["name"] = "Karnwasten Vanquisher",
+["points"] = 10,
+}
+,
+[2182] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat three of the champions in Sunhold.",
+["name"] = "Sunhold Vanquisher",
+["points"] = 10,
+}
+,
+[2183] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Win 5 PvP duels in the Colosseum of the Old Ways on Artaeum.",
+["name"] = "Wizard\'s Duel",
+["points"] = 5,
+}
+,
+[2184] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Ruella Many-Claws at an Abyssal Geyser.",
+["name"] = "Declawed",
+["points"] = 10,
+}
+,
+[2185] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Churug of the Abyss at an Abyssal Geyser.",
+["name"] = "Churug\'s Chagrin",
+["points"] = 10,
+}
+,
+[2186] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Learn every chapter in the Psijic style book, found in Summerset.",
+["name"] = "Psijic Style Master",
+["points"] = 50,
+}
+,
+[2187] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Learn every chapter in the Sapiarch style book, occasionally found as rewards for completing daily quests for the Divine Prosecution.",
+["name"] = "Sapiarch Style Master",
+["points"] = 50,
+}
+,
+[2188] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Collect and learn every chapter of the Dremora style book found in Dremora Plunder Skulls, while participating in the Witches Festival.",
+["name"] = "Dremora Style Master",
+["points"] = 50,
+}
+,
+[2189] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Learn every chapter in the Scalecaller style book, occasionally found as rewards for completing the Scalecaller Peak dungeon.",
+["name"] = "Scalecaller Style Master",
+["points"] = 50,
+}
+,
+[2190] = {
+["Category"] = "Dragon Bones",
+["Category_ID"] = 15,
+["description"] = "Learn every chapter in the Fang Lair style book, occasionally found as rewards for completing the Fang Lair dungeon.",
+["name"] = "Fang Lair Style Master",
+["points"] = 50,
+}
+,
+[2191] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Catch all 12 rare fish in Summerset.",
+["name"] = "Summerset Master Angler",
+["points"] = 5,
+}
+,
+[2192] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2193] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Summerset.",
+["name"] = "Savior of Summerset",
+["points"] = 50,
+}
+,
+[2194] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Stop the conspiracy sowing chaos through Summerset, protect the Crystal Tower, and forge a new alliance to restore the Isles to order.",
+["name"] = "The Good of the Many",
+["points"] = 15,
+}
+,
+[2195] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Tanorian.",
+["name"] = "Divine Solicitor",
+["points"] = 5,
+}
+,
+[2196] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Tanorian.",
+["name"] = "Divine Advocate",
+["points"] = 10,
+}
+,
+[2197] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Tanorian.",
+["name"] = "Divine Magistrate",
+["points"] = 15,
+}
+,
+[2198] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Farowel",
+["name"] = "Divine Prosecutor",
+["points"] = 5,
+}
+,
+[2199] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Farowel.",
+["name"] = "Divine Judge",
+["points"] = 10,
+}
+,
+[2200] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Farowel.",
+["name"] = "Divine Executioner",
+["points"] = 15,
+}
+,
+[2201] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the \"The Queen\'s Decree\" quest.",
+["name"] = "For the Queen",
+["points"] = 10,
+}
+,
+[2202] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the \"A Pearl of Great Price\" quest.",
+["name"] = "Precious Pearl",
+["points"] = 10,
+}
+,
+[2203] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the \"Buried Memories\" quest.",
+["name"] = "Mind Games",
+["points"] = 10,
+}
+,
+[2204] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the \"The Tower Sentinels\" quest.",
+["name"] = "Resolute Guardian",
+["points"] = 10,
+}
+,
+[2205] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the \"The Dreaming Cave\" quest.",
+["name"] = "Sweet Dreams",
+["points"] = 10,
+}
+,
+[2206] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the \"Lost in Translation\" quest.",
+["name"] = "Unreliable Narrator",
+["points"] = 10,
+}
+,
+[2207] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the \"A Necessary Alliance\" quest.",
+["name"] = "Enemy of My Enemy",
+["points"] = 10,
+}
+,
+[2208] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the \"The Crystal Tower\" quest.",
+["name"] = "What Must Be Done",
+["points"] = 10,
+}
+,
+[2209] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete 33 quests in Summerset.",
+["name"] = "Summerset Grand Adventurer",
+["points"] = 50,
+}
+,
+[2210] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete \"The Towers\' Fall\" Psijic Order quest in Summerset.",
+["name"] = "Psijic Sage",
+["points"] = 10,
+}
+,
+[2211] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Learn the fate of the Lost Sailor.",
+["name"] = "Message in a Bottle",
+["points"] = 5,
+}
+,
+[2212] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Keelsplitter without stepping on any of the snakes.",
+["name"] = "Asp Awareness",
+["points"] = 5,
+}
+,
+[2213] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Sheefar of the Depths at an Abyssal Geyser.",
+["name"] = "To the Depths",
+["points"] = 10,
+}
+,
+[2214] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Learn the art of Jewelry Crafting. This can be learned in the Summerset Isle or by owning the Summerset chapter and interacting with a Jewelry Crafting Station.",
+["name"] = "Jewelry Crafter",
+["points"] = 5,
+}
+,
+[2215] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Attain a Jewelry Crafting rank of 50.",
+["name"] = "Master Jewelry Crafter",
+["points"] = 50,
+}
+,
+[2216] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Improve Jewelry Crafting items to all available Qualities.",
+["name"] = "Legendary Jewelry Crafter",
+["points"] = 50,
+}
+,
+[2217] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest your first unit of Ochre.",
+["name"] = "Ochre Harvester",
+["points"] = 5,
+}
+,
+[2218] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 25 units of Ochre.",
+["name"] = "Expert Ochre Harvester",
+["points"] = 10,
+}
+,
+[2219] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Harvest 100 units of Ochre.",
+["name"] = "Master Ochre Harvester",
+["points"] = 15,
+}
+,
+[2220] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Girawell the Erratic at an Abyssal Geyser.",
+["name"] = "Calm and Calculated",
+["points"] = 10,
+}
+,
+[2221] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Muustikar Wave-Eater at an Abyssal Geyser.",
+["name"] = "Wave Breaker",
+["points"] = 10,
+}
+,
+[2222] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Reefhammer at an Abyssal Geyser.",
+["name"] = "Hammer Meet Nail",
+["points"] = 10,
+}
+,
+[2223] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Research a Trait for any jewelry type.",
+["name"] = "Learn a Jewelry Trait",
+["points"] = 5,
+}
+,
+[2224] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Research every Jewelry Trait at least once, regardless of whether from a ring or necklace.",
+["name"] = "Jewelry Trait Master",
+["points"] = 15,
+}
+,
+[2225] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Become certified in Jewelry Crafting. Find this quest in the Summerset Isles.",
+["name"] = "Certified Jewelry Crafter",
+["points"] = 5,
+}
+,
+[2226] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Earn the rank 50 achievements for all the crafting professions.",
+["name"] = "Professions Master",
+["points"] = 15,
+}
+,
+[2227] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Earn each of the following achievements:",
+["name"] = "Grand Master Crafter",
+["points"] = 50,
+}
+,
+[2228] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Collect and learn 10 full motifs.",
+["name"] = "Fledgling Style Master",
+["points"] = 10,
+}
+,
+[2229] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Collect and learn 25 full motifs.",
+["name"] = "Budding Style Master",
+["points"] = 15,
+}
+,
+[2230] = {
+["Category"] = "Crafting",
+["Category_ID"] = 3,
+["description"] = "Collect and learn 50 full motifs.",
+["name"] = "True Style Master",
+["points"] = 50,
+}
+,
+[2231] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Z\'Maja with each group member picking up and destroying only one Malevolent Core in Veteran Cloudrest.",
+["name"] = "One Core, No More",
+["points"] = 50,
+}
+,
+[2232] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "While battling Z\'Maja with all three of the Welkynars\' shades by her side, a player with the Hoarfrost affliction and two other players with the Voltaic Overload affliction share the damage of the Roaring Flare eruption in Veteran Cloudrest.",
+["name"] = "Misery Loves Company",
+["points"] = 50,
+}
+,
+[2233] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "While battling Z\'Maja with Siroria\'s shade by her side, utilize a Roaring Flare attack and achieve 20 killing blows against Shadows of the Fallen in Veteran Cloudrest.",
+["name"] = "Flares and Deadly Shadows",
+["points"] = 15,
+}
+,
+[2234] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "While battling Z\'Maja, after activating a single Welkynar\'s Light, activate two more Welkynar\'s Lights and destroy three Malevolent Cores within the next 6 seconds in Veteran Cloudrest.",
+["name"] = "Core Coordination",
+["points"] = 15,
+}
+,
+[2235] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "While battling Z\'Maja during a single Shadow World event, prevent all yaghra from entering the gateway and crossing into the mortal realm on 15 separate occasions in Cloudrest.",
+["name"] = "Yaghra Blockade",
+["points"] = 15,
+}
+,
+[2236] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Have Galenwe\'s shade destroy 20 roaming Hoarfrost cyclones with his Spiked Ice attack in Cloudrest.",
+["name"] = "The Mystic\'s Ice",
+["points"] = 15,
+}
+,
+[2237] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "While battling Relequen\'s shade by itself, no player is hit by Voltaic Overload and no player spreads Voltaic Current to other players throughout the entire encounter in Cloudrest.",
+["name"] = "Shocking Instinct",
+["points"] = 10,
+}
+,
+[2238] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "While battling Siroria\'s shade by itself, every Roaring Flare throughout the entire encounter must be split between at least 6 players in Cloudrest.",
+["name"] = "Valorous Combustion",
+["points"] = 10,
+}
+,
+[2239] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2240] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Catch all 3 rare fish in Artaeum.",
+["name"] = "Artaeum Master Angler",
+["points"] = 5,
+}
+,
+[2241] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Darkstorm the Alluring at an Abyssal Geyser.",
+["name"] = "Deadly Allure",
+["points"] = 10,
+}
+,
+[2242] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Eejoba the Radiant at an Abyssal Geyser.",
+["name"] = "Radiant Riot",
+["points"] = 10,
+}
+,
+[2243] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Tidewrack at an Abyssal Geyser.",
+["name"] = "Tidal Grave",
+["points"] = 10,
+}
+,
+[2244] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Defeat Vsskalvor at an Abyssal Geyser.",
+["name"] = "Snake Charmer",
+["points"] = 10,
+}
+,
+[2245] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Capture 15 farms, mines, or lumbermills during the Midyear Mayhem.",
+["name"] = "Pelinal\'s Harvest",
+["points"] = 10,
+}
+,
+[2246] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Earn 25 Medals in Battlegrounds during the Midyear Mayhem.",
+["name"] = "Medal Mayhem",
+["points"] = 10,
+}
+,
+[2247] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Kill a Trove Scamp in Imperial City Sewers during the Midyear Mayhem.",
+["name"] = "Scamp of Mayhem",
+["points"] = 10,
+}
+,
+[2248] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Defeat all the Patrolling Horrors in the Imperial City during the Midyear Mayhem.",
+["name"] = "Midyear Horror",
+["points"] = 15,
+}
+,
+[2249] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete \"The Psijics\' Calling\" Psijic Order quest in Summerset.",
+["name"] = "Psijic Responder",
+["points"] = 10,
+}
+,
+[2250] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the \"Breaches on the Bay\" Psijic Order quest in Summerset.",
+["name"] = "Psijic Pursuer",
+["points"] = 10,
+}
+,
+[2251] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the \"Breaches of Frost and Fire\" Psijic Order quest in Summerset.",
+["name"] = "Psijic Regulator",
+["points"] = 10,
+}
+,
+[2252] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete \"The Shattered Staff\" Psijic Order quest in Summerset.",
+["name"] = "Psijic Repairer",
+["points"] = 10,
+}
+,
+[2253] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the \"A Breach Amid the Trees\" Psijic Order quest in Summerset.",
+["name"] = "Psijic Forester",
+["points"] = 10,
+}
+,
+[2254] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the \"A Time for Mud and Mushrooms\" Psijic Order quest in Summerset.",
+["name"] = "Psijic Mudslinger",
+["points"] = 10,
+}
+,
+[2255] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete \"The Towers\' Remains\" Psijic Order quest in Summerset.",
+["name"] = "Psijic Staff Finder",
+["points"] = 10,
+}
+,
+[2256] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the \"Time in Doomcrag\'s Shadow\" Psijic Order quest in Summerset.",
+["name"] = "Psijic Shadow-Walker",
+["points"] = 10,
+}
+,
+[2257] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Complete the \"A Breach Beyond the Crags\" Psijic Order quest in Summerset.",
+["name"] = "Psijic Chronologer",
+["points"] = 10,
+}
+,
+[2258] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2259] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2260] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2261] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2262] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2263] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2264] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2265] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2266] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2267] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2268] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2269] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2270] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2271] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2272] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2273] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2274] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2275] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2276] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2277] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2278] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2279] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2280] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2281] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2282] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2283] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2284] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2285] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Learn every chapter in the Pyandonean style book, found in Summerset.",
+["name"] = "Pyandonean Style Master",
+["points"] = 50,
+}
+,
+[2286] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Explore and clear Tsofeer Cavern.",
+["name"] = "Tsofeer Cavern Explorer",
+["points"] = 5,
+}
+,
+[2287] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Explore and clear the Teeth of Sithis.",
+["name"] = "Teeth of Sithis Explorer",
+["points"] = 5,
+}
+,
+[2288] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Discover and clear all caves and striking locales in Murkmire.",
+["name"] = "Murkmire Master Explorer",
+["points"] = 15,
+}
+,
+[2289] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Discover and clear both explorable caves in Murkmire.",
+["name"] = "Murkmire Cave Delver",
+["points"] = 10,
+}
+,
+[2290] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Discover all the striking locales in Murkmire.",
+["name"] = "Murkmire Pathfinder",
+["points"] = 10,
+}
+,
+[2291] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Discover all 6 Skyshards in Murkmire.",
+["name"] = "Murkmire Skyshard Hunter",
+["points"] = 10,
+}
+,
+[2292] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat both world bosses in Murkmire.",
+["name"] = "Defender of Murkmire",
+["points"] = 15,
+}
+,
+[2293] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat the necromancer Baxilt-Gah at Bok-Xul.",
+["name"] = "Fiend of the Fens",
+["points"] = 10,
+}
+,
+[2294] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat the miregaunt Walks-Like-Thunder at the Echoing Hollow.",
+["name"] = "Feller of Thunder",
+["points"] = 10,
+}
+,
+[2295] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Catch all 12 rare fish in Murkmire.",
+["name"] = "Murkmire Master Angler",
+["points"] = 5,
+}
+,
+[2296] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2297] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Mylenne Moon-Caller without cleansing her Enrage ability in Veteran Moon Hunter Keep.",
+["name"] = "Unending Rage",
+["points"] = 10,
+}
+,
+[2298] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Archivist Ernarde without killing his first Hulking Werewolf ally in Moon Hunter Keep.",
+["name"] = "A Hulking Ally",
+["points"] = 10,
+}
+,
+[2299] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat the Archivist without taking group member damage from Symbols of Xarxes in Moon Hunter Keep.",
+["name"] = "Book Smarts",
+["points"] = 5,
+}
+,
+[2300] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Vykosa the Ascendant without any party member taking damage from her restrained wolf pet in Veteran Moon Hunter Keep.",
+["name"] = "On a Short Leash",
+["points"] = 5,
+}
+,
+[2301] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Vykosa the Ascendant after reading the Scroll of Glorious Battle, defeating 7 Stranglers, and never causing her pet wolves to cower in Veteran Moon Hunter Keep.",
+["name"] = "Strangling Cowardice",
+["points"] = 5,
+}
+,
+[2302] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Complete all three Golden Indrik Hunts and gain their boons within March of Sacrifices.",
+["name"] = "The Great Indrik Hunt",
+["points"] = 5,
+}
+,
+[2303] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Aghaedh of the Solstice while making sure to defeat all of her Lurchers within their primary season in Veteran March of Sacrifices.",
+["name"] = "Seasonal Slaying",
+["points"] = 5,
+}
+,
+[2304] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Dagrund the Bulky while always dodging his Upheaval ability in Veteran March of Sacrifices.",
+["name"] = "Light on Your Feet",
+["points"] = 5,
+}
+,
+[2305] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Tarcyr without the indrik teleporting any group members during its Shrouding Mist ability in Veteran March of Sacrifices.",
+["name"] = "Mist Walker",
+["points"] = 5,
+}
+,
+[2306] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Lead Balorgh into Tharas\' Trap 10 times in Veteran March of Sacrifices.",
+["name"] = "Trick and Trap",
+["points"] = 5,
+}
+,
+[2307] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Jailer Melitus without being damaged by Bloody Geysers in Moon Hunter Keep.",
+["name"] = "Bloody Mess",
+["points"] = 5,
+}
+,
+[2308] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Hedge Maze Guardian without any group member being caught by a Strangler Snare within the Moon Hunter Keep Gardens in Veteran Moon Hunter Keep.",
+["name"] = "Sidestepping Stranglers",
+["points"] = 5,
+}
+,
+[2309] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Hedge Maze Guardian while all party members avoid its Lurcher Roots attack in Veteran Moon Hunter Keep.",
+["name"] = "Root of the Problem",
+["points"] = 5,
+}
+,
+[2310] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat the Wyrd Sisters while preventing them from ever using their auras to augment each other in Veteran March of Sacrifices.",
+["name"] = "Stalwart Sisterhood",
+["points"] = 10,
+}
+,
+[2311] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Balorgh while avoiding both Lightning Water and Poison Plants in Veteran March of Sacrifices.",
+["name"] = "Element of Surprise",
+["points"] = 10,
+}
+,
+[2312] = {
+["Category"] = "Wolfhunter",
+["Category_ID"] = 14,
+["description"] = "Defeat Balorgh after desecrating the Moon Hunter Pack\'s banner and without being hit by his Fire Remnant ability for the duration of the encounter in Veteran March of Sacrifices.",
+["name"] = "Perfect Hunt",
+["points"] = 10,
+}
+,
+[2313] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Use the Witchmother\'s Cauldron summoned from the Witchmother\'s Whistle 10 times during the Witches Festival.",
+["name"] = "Cauldron Conjurer",
+["points"] = 5,
+}
+,
+[2314] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Kill 100 Skeletons as a Skeleton during the Witches Festival.",
+["name"] = "Sacking Skeletons",
+["points"] = 15,
+}
+,
+[2315] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Eat each of the Witches Festival foods during the Witches Festival.",
+["name"] = "Gruesome Feast",
+["points"] = 5,
+}
+,
+[2316] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Acquire one of each type of Plunder Skull during the Witches Festival.",
+["name"] = "The Plundered Masses",
+["points"] = 10,
+}
+,
+[2317] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2318] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2319] = {
+["Category"] = "Summerset",
+["Category_ID"] = 11,
+["description"] = "Learn every chapter in the Welkynar style book, occasionally found as rewards for completing the Cloudrest Trial.",
+["name"] = "Welkynar Style Master",
+["points"] = 50,
+}
+,
+[2320] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Collect and restore all the stone tablets in the Xinchei-Konu, an ancient Argonian calendar.",
+["name"] = "Chronic Chronologer",
+["points"] = 15,
+}
+,
+[2321] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat the four miregaunts who have swallowed Xinchei-Konu tablets.",
+["name"] = "Those Who Swallow Seasons",
+["points"] = 10,
+}
+,
+[2322] = {
+["Category"] = "Prologues",
+["Category_ID"] = 10,
+["description"] = "Help Cyrodilic Collections stop Margus Derius and prepare for expeditions to Murkmire.",
+["name"] = "Concordia\'s Top Performer",
+["points"] = 10,
+}
+,
+[2323] = {
+["Category"] = "Prologues",
+["Category_ID"] = 10,
+["description"] = "Complete a daily quest for Jee-Lar to help Cyrodilic Collections prepare for their expedition to Murkmire.",
+["name"] = "Cyrodilic Collections Associate",
+["points"] = 10,
+}
+,
+[2324] = {
+["Category"] = "Prologues",
+["Category_ID"] = 10,
+["description"] = "Complete 40 daily quests for Jee-Lar to help Cyrodilic Collections prepare for their expedition to Murkmire.",
+["name"] = "Cyrodilic Collections Agent",
+["points"] = 15,
+}
+,
+[2325] = {
+["Category"] = "Prologues",
+["Category_ID"] = 10,
+["description"] = "Complete 150 daily quests for Jee-Lar to help Cyrodilic Collections prepare for their expedition to Murkmire.",
+["name"] = "Cyrodilic Collections Champion",
+["points"] = 50,
+}
+,
+[2326] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2327] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2328] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2329] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2330] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Get to know the Shadowscale with peculiar interest in your activities in Murkmire.",
+["name"] = "Surreptitiously Shadowed",
+["points"] = 5,
+}
+,
+[2331] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Murkmire.",
+["name"] = "Hero of Murkmire",
+["points"] = 50,
+}
+,
+[2332] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete 34 Story Quests in Murkmire.",
+["name"] = "Murkmire Adventurer",
+["points"] = 15,
+}
+,
+[2333] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete the \"Sunken Treasure\" quest.",
+["name"] = "Traps and Treasures",
+["points"] = 10,
+}
+,
+[2334] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete the \"The Missing Ones\" quest.",
+["name"] = "Seeker of the Lost",
+["points"] = 10,
+}
+,
+[2335] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete the \"Whispers in the Wood\" quest.",
+["name"] = "Mysteries of the Remnant",
+["points"] = 10,
+}
+,
+[2336] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete the \"Death and Dreaming\" quest.",
+["name"] = "Sap-Sleeper",
+["points"] = 10,
+}
+,
+[2337] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete the \"Through the Murk and Mire\" quest.",
+["name"] = "Shadows of the Past",
+["points"] = 10,
+}
+,
+[2338] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete the \"The Remnant of Argon\" quest.",
+["name"] = "To Chase a Dream",
+["points"] = 10,
+}
+,
+[2339] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete the \"By River and Root\" quest.",
+["name"] = "The River of Rebirth",
+["points"] = 10,
+}
+,
+[2340] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Travel to Lilmoth in Murkmire.",
+["name"] = "The Festering Jewel",
+["points"] = 5,
+}
+,
+[2341] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Read the five poems written by Nisswo Xeewulm, located near Sithis Shrines throughout Murkmire.",
+["name"] = "Poems of Nothing",
+["points"] = 5,
+}
+,
+[2342] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Kill 100 Voriplasms in Murkmire.",
+["name"] = "Voriplasm Slayer",
+["points"] = 5,
+}
+,
+[2343] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Harvest a Scuttle Bloom and disarm a Gas Blossom, Static Pitcher, Catapult Cabbage, and Lantern Mantis.",
+["name"] = "Fiendish Fauna",
+["points"] = 5,
+}
+,
+[2344] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete 1 Delve Daily from Varo Hosidias.",
+["name"] = "Collecting Curiosities",
+["points"] = 5,
+}
+,
+[2345] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete 10 Delve Dailies from Varo Hosidias.",
+["name"] = "Acquiring Antiquities",
+["points"] = 10,
+}
+,
+[2346] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete 30 Delve Dailies from Varo Hosidias.",
+["name"] = "Hauling Heirlooms",
+["points"] = 15,
+}
+,
+[2347] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete 1 Group Boss Daily from Bolu.",
+["name"] = "Strength of a Naga",
+["points"] = 5,
+}
+,
+[2348] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete 10 Group Boss Dailies from Bolu.",
+["name"] = "Courage of a Naga",
+["points"] = 10,
+}
+,
+[2349] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete 30 Group Boss Dailies from Bolu.",
+["name"] = "Heart of a Naga",
+["points"] = 15,
+}
+,
+[2350] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete 1 Root-Whisper Daily from Tuwul.",
+["name"] = "Whispering Roots",
+["points"] = 5,
+}
+,
+[2351] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete 10 Root-Whisper Dailies from Tuwul.",
+["name"] = "Repairing the Roots",
+["points"] = 5,
+}
+,
+[2352] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Complete 30 Root-Whisper Dailies from Tuwul.",
+["name"] = "Resplendent Rootmender",
+["points"] = 10,
+}
+,
+[2353] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Help Nesh-Deeka establish a trade agreement for his unusual instruments.",
+["name"] = "Murky Marketer",
+["points"] = 10,
+}
+,
+[2354] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Help the Bright-Throat Tribe prepare for their bonding ritual.",
+["name"] = "Cold-Blood, Warm Heart",
+["points"] = 10,
+}
+,
+[2355] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Befriend the Bright-Throat, Dead-Water, and Root-Whisper tribes by offering them aid in times of need.",
+["name"] = "Friend of Murkmire",
+["points"] = 15,
+}
+,
+[2356] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2357] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Read the six Vine-Tongue books by activating various vine-tongues throughout Murkmire.",
+["name"] = "Vine-Tongue Traveler",
+["points"] = 5,
+}
+,
+[2358] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Rescue villagers in peril from four different tribes throughout Murkmire.",
+["name"] = "Swamp Rescuer",
+["points"] = 10,
+}
+,
+[2359] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2360] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Learn every chapter in the Dead-Water style book, occasionally found as rewards for completing Daily Quests to defeat World Bosses, explore Delves in Murkmire, and help rebuild Root-Whisper Village.",
+["name"] = "Dead-Water Style Master",
+["points"] = 50,
+}
+,
+[2361] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Learn every chapter in the Elder Argonian style book, occasionally found as rewards for completing Daily Quests to defeat World Bosses, explore Delves in Murkmire, and help rebuild Root-Whisper Village.",
+["name"] = "Elder Argonian Style Master",
+["points"] = 50,
+}
+,
+[2362] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Blackrose Prison.",
+["name"] = "Blackrose Prison Vanquisher",
+["points"] = 15,
+}
+,
+[2363] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison.",
+["name"] = "Blackrose Prison Conqueror",
+["points"] = 50,
+}
+,
+[2364] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison without using Sigils during combat.",
+["name"] = "Sigil Stingy",
+["points"] = 50,
+}
+,
+[2365] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison without dying.",
+["name"] = "Unchained and Undying",
+["points"] = 50,
+}
+,
+[2366] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison in under 30 minutes. The timer starts when the first arena begins.",
+["name"] = "Gauntlet Gallop",
+["points"] = 50,
+}
+,
+[2367] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison in under 30 minutes without dying. The timer starts when the first arena begins.",
+["name"] = "Blackrose Buccaneer",
+["points"] = 50,
+}
+,
+[2368] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison in under 30 minutes without dying and without activating Sigils during combat. The timer starts when the first arena begins.",
+["name"] = "God of the Gauntlet",
+["points"] = 50,
+}
+,
+[2369] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat Battlemage Ennodius without group members taking flame damage while her Flame Spouts ability is active in Veteran Blackrose Prison.",
+["name"] = "Faster than Flames",
+["points"] = 10,
+}
+,
+[2370] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat Tames-the-Beast without a group member becoming trapped by the Crushing Roots ability in Veteran Blackrose Prison.",
+["name"] = "Rarely Rooted",
+["points"] = 10,
+}
+,
+[2371] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat Lady Minara after three Bone Colossi are summoned within 30 seconds of the round beginning in Veteran Blackrose Prison.",
+["name"] = "Skeletal Summoning",
+["points"] = 10,
+}
+,
+[2372] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat Battlemage Ennodius, Lady Minara, and Tames-the-Beast within 20 seconds of each other in Veteran Blackrose Prison.",
+["name"] = "A Thrilling Trifecta",
+["points"] = 10,
+}
+,
+[2373] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Defeat Drakeeh the Unchained while always ensuring he absorbs at least 2 spirits before casting Spirit Scream in Veteran Blackrose Prison.",
+["name"] = "Spirits Sundered",
+["points"] = 10,
+}
+,
+[2374] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Use Battlemage Ennodius\' Meteor ability to stun all four atronachs simultaneously in the first arena of Blackrose Prison.",
+["name"] = "Meteor Mayhem",
+["points"] = 10,
+}
+,
+[2375] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Use a Sigil of Resurrection in any arena to revive three other group members at once in Blackrose Prison.",
+["name"] = "Rise of the Fallen",
+["points"] = 10,
+}
+,
+[2376] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Have a single group member successfully absorb all three of Drakeeh\'s targets during his Spirit Ignition ability and cleanse themselves without dying.",
+["name"] = "Cleansing the Damned",
+["points"] = 10,
+}
+,
+[2377] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2378] = {
+["Category"] = "Murkmire",
+["Category_ID"] = 13,
+["description"] = "Interact with a Blue Swamp Jelly and harvest its resources.",
+["name"] = "Swamp Jelly Collector",
+["points"] = 5,
+}
+,
+[2379] = {
+["Category"] = "Holiday Events",
+["Category_ID"] = 9,
+["description"] = "Complete 12 New Life Charity Writs.",
+["name"] = "Newly Charitable",
+["points"] = 10,
+}
+,
+[2380] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2381] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2382] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2383] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2384] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2385] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2386] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2387] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2388] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2389] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2390] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2391] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2392] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2393] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2394] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2395] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2396] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2397] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2398] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2399] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2400] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2401] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2402] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2403] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2404] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2405] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2406] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2407] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2408] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2409] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2410] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2411] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2412] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2413] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2414] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2415] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2416] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2417] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2418] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2419] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2420] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2421] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2422] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2423] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2424] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2425] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2426] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2427] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2428] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2429] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2430] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2431] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2432] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2433] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2434] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2435] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2436] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2437] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2438] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2439] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2440] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2441] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2442] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2443] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2444] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2445] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2446] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2447] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2448] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2449] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2450] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2451] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2452] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2453] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2454] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2455] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2456] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2457] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2458] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2459] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2460] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2461] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2462] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2463] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2464] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2465] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2466] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2467] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2468] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2469] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2470] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2471] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2472] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2473] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2474] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2475] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2476] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2477] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2478] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2479] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2480] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2481] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2482] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2483] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2484] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2485] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2486] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2487] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2488] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2489] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2490] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2491] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2492] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2493] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2494] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2495] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2496] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2497] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2498] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2499] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2500] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2501] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2502] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2503] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2504] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2505] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2506] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2507] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2508] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2509] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2510] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2511] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2512] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2513] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2514] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2515] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2516] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2517] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2518] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2519] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2520] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2521] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2522] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2523] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2524] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2525] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2526] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2527] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2528] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2529] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2530] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2531] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2532] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2533] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2534] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2535] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2536] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2537] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2538] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2539] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2540] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2541] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2542] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2543] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2544] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2545] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2546] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2547] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2548] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2549] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2550] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2551] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2552] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2553] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2554] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2555] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2556] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2557] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2558] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2559] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2560] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2561] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2562] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2563] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2564] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2565] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2566] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2567] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2568] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2569] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2570] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2571] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2572] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2573] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2574] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2575] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2576] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2577] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2578] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2579] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2580] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2581] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2582] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2583] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2584] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2585] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2586] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2587] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2588] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2589] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2590] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2591] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2592] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2593] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2594] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2595] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2596] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2597] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2598] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2599] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2600] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2601] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2602] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2603] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2604] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2605] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2606] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2607] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2608] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2609] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2610] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2611] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2612] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2613] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2614] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2615] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2616] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2617] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2618] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2619] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2620] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2621] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2622] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2623] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2624] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2625] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2626] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2627] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2628] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2629] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2630] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2631] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2632] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2633] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2634] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2635] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2636] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2637] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2638] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2639] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2640] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2641] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2642] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2643] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2644] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2645] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2646] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2647] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2648] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2649] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2650] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2651] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2652] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2653] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2654] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2655] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2656] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2657] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2658] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2659] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2660] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2661] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2662] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2663] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2664] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2665] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2666] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2667] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2668] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2669] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2670] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2671] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2672] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2673] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2674] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2675] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2676] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2677] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2678] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2679] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2680] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2681] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2682] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2683] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2684] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2685] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2686] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2687] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2688] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2689] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2690] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2691] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2692] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2693] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2694] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2695] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2696] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2697] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2698] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2699] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2700] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2701] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2702] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2703] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2704] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2705] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2706] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2707] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2708] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2709] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2710] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2711] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2712] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2713] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2714] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2715] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2716] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2717] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2718] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2719] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2720] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2721] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2722] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2723] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2724] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2725] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2726] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2727] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2728] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2729] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2730] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2731] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2732] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2733] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2734] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2735] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2736] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2737] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2738] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2739] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2740] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2741] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2742] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2743] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2744] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2745] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2746] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2747] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2748] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2749] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2750] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2751] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2752] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2753] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2754] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2755] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2756] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2757] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2758] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2759] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2760] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2761] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2762] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2763] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2764] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2765] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2766] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2767] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2768] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2769] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2770] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2771] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2772] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2773] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2774] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2775] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2776] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2777] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2778] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2779] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2780] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2781] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2782] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2783] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2784] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2785] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2786] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2787] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2788] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2789] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2790] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2791] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2792] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2793] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2794] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2795] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2796] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2797] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2798] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2799] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2800] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2801] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2802] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2803] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2804] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2805] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2806] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2807] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2808] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2809] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2810] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2811] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2812] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2813] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2814] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2815] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2816] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2817] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2818] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2819] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2820] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2821] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2822] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2823] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2824] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2825] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2826] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2827] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2828] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2829] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2830] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2831] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2832] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2833] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2834] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2835] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2836] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2837] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2838] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2839] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2840] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2841] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2842] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2843] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2844] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2845] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2846] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2847] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2848] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2849] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2850] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2851] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2852] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2853] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2854] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2855] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2856] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2857] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2858] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2859] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2860] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2861] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2862] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2863] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2864] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2865] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2866] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2867] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2868] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2869] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2870] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2871] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2872] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2873] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2874] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2875] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2876] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2877] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2878] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2879] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2880] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2881] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2882] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2883] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2884] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2885] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2886] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2887] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2888] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2889] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2890] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2891] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2892] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2893] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2894] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2895] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2896] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2897] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2898] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2899] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2900] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2901] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2902] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2903] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2904] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2905] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2906] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2907] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2908] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2909] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2910] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2911] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2912] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2913] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2914] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2915] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2916] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2917] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2918] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2919] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2920] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2921] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2922] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2923] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2924] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2925] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2926] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2927] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2928] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2929] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2930] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2931] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2932] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2933] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2934] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2935] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2936] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2937] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2938] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2939] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2940] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2941] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2942] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2943] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2944] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2945] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2946] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2947] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2948] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2949] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2950] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2951] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2952] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2953] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2954] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2955] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2956] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2957] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2958] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2959] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2960] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2961] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2962] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2963] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2964] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2965] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2966] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2967] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2968] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2969] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2970] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2971] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2972] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2973] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2974] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2975] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2976] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2977] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2978] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2979] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2980] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2981] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2982] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2983] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2984] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2985] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2986] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2987] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2988] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2989] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2990] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2991] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2992] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2993] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2994] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2995] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2996] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2997] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2998] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[2999] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
+[3000] = {
+["Category"] = "NIL",
+["description"] = "",
+["name"] = "",
+["points"] = 0,
+}
+,
 }
diff --git a/data/en/en.lua b/data/en/en.lua
index 1b53d1a..26ef611 100644
--- a/data/en/en.lua
+++ b/data/en/en.lua
@@ -45,6 +45,9 @@ Area_names = {
 	[14] = { short= "Wolf",
 			medium = "Wolfhunter",
 			long = "Wolfhunter"},
+	[15] = { short= "Murk",
+			medium = "Murkmire",
+			long = "Murkmire"},
 }

 L = {
@@ -96,6 +99,8 @@ L = {
 	Trial_TabName={},
 	Pub = "Public",
 	Vet = "Veteran",
+	Vanquisher="Vanquisher",
+	Conqueror="Conqueror",
 	Achievements = "Achievements",
 	DLC="DLC",
 	DLCLab="Downloadable Content",
@@ -114,6 +119,8 @@ L = {
 	View_Toggle = "Hide Complete",
 	Completed = "Completed on: ",		-- Mouseover achievement detail
 	Achievement = "Achievement",
+	Filter="Filter",
+	Detail="Detail",

 }

@@ -325,6 +332,7 @@ Locations2 = {   -- Used for WB and SQ,
 { name="Orsinium"},--21
 { name="Clockwork City"},	--22
 { name="Summerset"},	--23
+{ name="Murkmire"},	--24

 }

@@ -358,8 +366,8 @@ DLC_Location_names = {
 }

 --With Dungeons  No thieves guild or dark brotherhood
--- In DLC.lua, the canonical naming DLC_Category= {"Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter")
+-- In DLC.lua, the canonical naming DLC_Category= {"Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter",  "Murkmire")

 --Our Naming

-DLC_Names= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter"}
\ No newline at end of file
+DLC_Names= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter", "Murkmire"}
\ No newline at end of file
diff --git a/data/fr/fr-data2.lua b/data/fr/fr-data2.lua
new file mode 100644
index 0000000..dae1dc1
--- /dev/null
+++ b/data/fr/fr-data2.lua
@@ -0,0 +1,14564 @@
+--Obtained from the game, Don't edit.
+Ach_Detail =
+{
+	[2048] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Rendez-vous à la Forteresse d'airain à la Cité mécanique.",
+		["points"] = 5,
+		["name"] = "Trésor de la Forteresse d'airain",
+		["Category"] = "Clockwork City",
+	},
+	[2049] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le héros de la Cité mécanique.",
+		["points"] = 50,
+		["name"] = "Héros Cité mécanique",
+		["Category"] = "Clockwork City",
+	},
+	[2050] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez la quête « Vers la Cité mécanique ».",
+		["points"] = 10,
+		["name"] = "Un pays de rouages et de circuits",
+		["Category"] = "Clockwork City",
+	},
+	[2058] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez la quête « En quête de garanties ».",
+		["points"] = 10,
+		["name"] = "Citoyen mécanique",
+		["Category"] = "Clockwork City",
+	},
+	[11] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Akash gra-Mal, Ronce étouffeuse et la haute chanoinesse Oraneth au Creuset des aînés I.",
+		["points"] = 10,
+		["name"] = "Vainqueur du Creuset des aînés I",
+		["Category"] = "Donjons",
+	},
+	[12] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Atteignez le niveau 10.",
+		["points"] = 10,
+		["name"] = "Héros de niveau 10",
+		["Category"] = "Personnage",
+	},
+	[13] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Atteignez le niveau 20.",
+		["points"] = 10,
+		["name"] = "Héros de niveau 20",
+		["Category"] = "Personnage",
+	},
+	[14] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Atteignez le niveau 30.",
+		["points"] = 10,
+		["name"] = "Héros de niveau 30",
+		["Category"] = "Personnage",
+	},
+	[15] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Atteignez le niveau 40.",
+		["points"] = 10,
+		["name"] = "Héros de niveau 40",
+		["Category"] = "Personnage",
+	},
+	[16] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Atteignez le niveau 50.",
+		["points"] = 10,
+		["name"] = "Héros de niveau 50",
+		["Category"] = "Personnage",
+	},
+	[17] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Acquérez un objet de qualité supérieure.",
+		["points"] = 5,
+		["name"] = "Fouineur confirmé",
+		["Category"] = "Personnage",
+	},
+	[18] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Acquérez un objet de qualité « Épique ».",
+		["points"] = 5,
+		["name"] = "Acquéreur épique",
+		["Category"] = "Personnage",
+	},
+	[19] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Videz 10 coffres au trésor.",
+		["points"] = 5,
+		["name"] = "Dénicheur de trésors",
+		["Category"] = "Personnage",
+	},
+	[20] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Videz 50 coffres au trésor.",
+		["points"] = 5,
+		["name"] = "Pisteur de trésors",
+		["Category"] = "Personnage",
+	},
+	[21] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Videz 100 coffres au trésor.",
+		["points"] = 5,
+		["name"] = "Traqueur de trésors",
+		["Category"] = "Personnage",
+	},
+	[22] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Videz 1 000 coffres au trésor.",
+		["points"] = 5,
+		["name"] = "Chasseur de trésors",
+		["Category"] = "Personnage",
+	},
+	[2071] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez 7 quêtes quotidiennes de ravitaillement de la Forteresse d'airain.",
+		["points"] = 10,
+		["name"] = "Approvisionneur de la Forteresse d'airain",
+		["Category"] = "Clockwork City",
+	},
+	[2072] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez 30 quêtes quotidiennes de ravitaillement de la Forteresse d'airain.",
+		["points"] = 15,
+		["name"] = "Quartier maître de la Forteresse d'airain",
+		["Category"] = "Clockwork City",
+	},
+	[2073] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Découvrez l'avenir.",
+		["points"] = 10,
+		["name"] = "Fortune et fatalité",
+		["Category"] = "Clockwork City",
+	},
+	[2074] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Ralentissez la dispersion des secrets en détruisant 100 ragnatons.",
+		["points"] = 5,
+		["name"] = "Ravageur de rongeurs remontés",
+		["Category"] = "Clockwork City",
+	},
+	[2075] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez la liste des succès de l'Asile sanctuaire.",
+		["points"] = 50,
+		["name"] = "Sauveur de l'Asile sanctuaire",
+		["Category"] = "Clockwork City",
+	},
+	[28] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Vainquez Faolchu le changeforme et libérez la ville de Camlorn.",
+		["points"] = 5,
+		["name"] = "Fléau de Faolchu",
+		["Category"] = "Quêtes",
+	},
+	[2077] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l'Audacieux dans l'Asile sanctuaire Vétéran.",
+		["points"] = 50,
+		["name"] = "Conquérant de l'Asile sanctuaire",
+		["Category"] = "Clockwork City",
+	},
+	[30] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Aidez les Wyresses à chasser la corruption d'Angof de leurs bosquets sacrés et de l'abre du Wyrd.",
+		["points"] = 5,
+		["name"] = "Ami du Wyrd",
+		["Category"] = "Quêtes",
+	},
+	[31] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Faites échouer le plan nécromancien d'Angof le Chante-tombe pour conquérir la Glénumbrie.",
+		["points"] = 5,
+		["name"] = "Salut de Glénumbrie",
+		["Category"] = "Quêtes",
+	},
+	[2080] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l'Audacieux sans qu'un seul membre du groupe ne meure dans l'Asile sanctuaire Vétéran.",
+		["points"] = 50,
+		["name"] = "Sanctification",
+		["Category"] = "Clockwork City",
+	},
+	[2081] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l'Audacieux en moins de 15 minutes dans l'Asile sanctuaire Vétéran. Le chronomètre commence lorsque les joueurs entrent dans l'Asile sanctuaire.",
+		["points"] = 50,
+		["name"] = "Clémence rapide",
+		["Category"] = "Clockwork City",
+	},
+	[34] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 53 quêtes en Glénumbrie.",
+		["points"] = 50,
+		["name"] = "Aventurier de Glénumbrie",
+		["Category"] = "Quêtes",
+	},
+	[35] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Équipez-vous entièrement d'objets de qualité supérieure, et seulement supérieure.",
+		["points"] = 15,
+		["name"] = "Tenue supérieure",
+		["Category"] = "Personnage",
+	},
+	[36] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Équipez-vous entièrement d'objets épiques, et seulement épiques.",
+		["points"] = 15,
+		["name"] = "Tenue épique",
+		["Category"] = "Personnage",
+	},
+	[2085] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vainquez saint Olms le Juste et saint Llothis le Pieux dans le même combat dans l'Asile sanctuaire Vétéran.",
+		["points"] = 10,
+		["name"] = "Condamnation juste",
+		["Category"] = "Clockwork City",
+	},
+	[38] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez des humanoïdes, gobelins et géants.",
+		["points"] = 15,
+		["name"] = "Tueur d'humanoïdes",
+		["Category"] = "Personnage",
+	},
+	[39] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez des créatures daedriques venues d'Oblivion.",
+		["points"] = 15,
+		["name"] = "Tueur de Daedra",
+		["Category"] = "Personnage",
+	},
+	[40] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez des assemblages mécaniques dwemers.",
+		["points"] = 15,
+		["name"] = "Tueur des automates dwemers",
+		["Category"] = "Personnage",
+	},
+	[41] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez une variété de créatures naturelles dans les terres sauvages de Tamriel ou d'ailleurs.",
+		["points"] = 15,
+		["name"] = "Tueur de nature",
+		["Category"] = "Personnage",
+	},
+	[42] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez des squelettes, des zombies, des fantômes, des esprits ou des vampires.",
+		["points"] = 15,
+		["name"] = "Tueur des morts-vivants",
+		["Category"] = "Personnage",
+	},
+	[2091] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Prenez au moins 4 points de capture sans mourir dans une partie de Roi fou.",
+		["points"] = 10,
+		["name"] = "Avènement",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[2092] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Contrôlez simultanément au moins deux points de capture actifs au cours d'un affrontement de Roi fou.",
+		["points"] = 10,
+		["name"] = "Roi du champ de bataille",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[2093] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vainquez tous les champions de Soltenure.",
+		["points"] = 50,
+		["name"] = "Conquérant de Soltenure",
+		["Category"] = "Summerset",
+	},
+	[2094] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vainquez tous les champions de Gastecairn.",
+		["points"] = 50,
+		["name"] = "Conquérant de Gastecairn",
+		["Category"] = "Summerset",
+	},
+	[2095] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Interrompre les bourreaux et vaincre Konnugil le Léviathan à Soltenure.",
+		["points"] = 50,
+		["name"] = "Événement de groupe de Soltenure",
+		["Category"] = "Summerset",
+	},
+	[2096] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre le Sload des Mers N'Garza à Gastecairn.",
+		["points"] = 50,
+		["name"] = "Événement de groupe de Gastecairn",
+		["Category"] = "Summerset",
+	},
+	[2097] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Apprenez chaque chapitre du livre de style des Corneffroi, que l'on trouve parfois en récompense dans le donjon de la Forteresse d'Épervine.",
+		["points"] = 50,
+		["name"] = "Maître du style Corneffroi",
+		["Category"] = "Horns of the Reach",
+	},
+	[2098] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Apprenez chaque chapitre du livre de style de la Forgesang, que l'on trouve parfois en récompense dans le donjon de la Forge de Sangracine.",
+		["points"] = 50,
+		["name"] = "Maître du style Forgesang",
+		["Category"] = "Horns of the Reach",
+	},
+	[51] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Accomplissez les succès de Tueur des monstres.",
+		["points"] = 50,
+		["name"] = "Maître tueur de monstres",
+		["Category"] = "Personnage",
+	},
+	[52] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez 50 quêtes.\r\n\r\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.",
+		["points"] = 5,
+		["name"] = "Quêteur",
+		["Category"] = "Quêtes",
+	},
+	[53] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez 100 quêtes.\r\n\r\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.",
+		["points"] = 10,
+		["name"] = "Explorateur",
+		["Category"] = "Quêtes",
+	},
+	[54] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez 250 quêtes.\r\n\r\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.",
+		["points"] = 15,
+		["name"] = "Aventurier",
+		["Category"] = "Quêtes",
+	},
+	[55] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez 500 quêtes.\r\n\r\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.",
+		["points"] = 15,
+		["name"] = "Maître aventurier",
+		["Category"] = "Quêtes",
+	},
+	[56] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 1000 quêtes.\r\n\r\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.",
+		["points"] = 15,
+		["name"] = "Aventurier indomptable",
+		["Category"] = "Quêtes",
+	},
+	[57] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 60 quêtes à Havre-tempête.",
+		["points"] = 50,
+		["name"] = "Aventurier de Havre-tempête",
+		["Category"] = "Quêtes",
+	},
+	[58] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 42 quêtes à Fendretour.",
+		["points"] = 50,
+		["name"] = "Aventurier de Fendretour",
+		["Category"] = "Quêtes",
+	},
+	[59] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 42 quêtes dans le désert d'Alik'r.",
+		["points"] = 50,
+		["name"] = "Aventurier du désert d'Alik'r",
+		["Category"] = "Quêtes",
+	},
+	[60] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 36 quêtes à Bangkoraï.",
+		["points"] = 50,
+		["name"] = "Aventurier de Bangkoraï",
+		["Category"] = "Quêtes",
+	},
+	[61] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez tous les succès de quête de l'Alliance de Daguefilante.",
+		["points"] = 50,
+		["name"] = "Héros de l'Alliance de Daguefilante",
+		["Category"] = "Quêtes",
+	},
+	[2110] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Changez l'apparence d'une pièce d'équipement 10 fois avec le Système de tenue.",
+		["points"] = 10,
+		["name"] = "Styliste adepte",
+		["Category"] = "Artisanat",
+	},
+	[2111] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Changez l'apparence d'une pièce d'équipement 50 fois avec le Système de tenue.",
+		["points"] = 15,
+		["name"] = "Styliste expert",
+		["Category"] = "Artisanat",
+	},
+	[64] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez des ressources d'artisanat 10 fois.",
+		["points"] = 5,
+		["name"] = "Apprenti récolteur de ressources",
+		["Category"] = "Artisanat",
+	},
+	[65] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez des ressources d'artisanat 50 fois.",
+		["points"] = 5,
+		["name"] = "Compagnon récolteur de ressources",
+		["Category"] = "Artisanat",
+	},
+	[66] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez des ressources d'artisanat 100 fois.",
+		["points"] = 5,
+		["name"] = "Récolteur de ressources expert",
+		["Category"] = "Artisanat",
+	},
+	[67] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez des ressources d'artisanat 1 000 fois.",
+		["points"] = 5,
+		["name"] = "Maître récolteur de ressources",
+		["Category"] = "Artisanat",
+	},
+	[68] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez des ressources d'artisanat 10 000 fois.",
+		["points"] = 5,
+		["name"] = "Grand maître récolteur de ressources",
+		["Category"] = "Artisanat",
+	},
+	[2120] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez tous les chapitres du livre de style du Culte du Ver, que l'on trouve parfois dans les boîtes cadeaux du Jubilée.",
+		["points"] = 50,
+		["name"] = "Maître du style du Culte du Ver",
+		["Category"] = "Artisanat",
+	},
+	[2121] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Déconstruisez un équipement en fer, cuir brut, jute ou érable.",
+		["points"] = 5,
+		["name"] = "Analyste-déconstructeur, rang 1",
+		["Category"] = "Artisanat",
+	},
+	[2122] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Déconstruisez un équipement en acier, coton, peau ou chêne.",
+		["points"] = 5,
+		["name"] = "Analyste-déconstructeur, rang 2",
+		["Category"] = "Artisanat",
+	},
+	[2123] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Déconstruisez un équipement en orichalque, soie d'araignée, cuir ou hêtre.",
+		["points"] = 5,
+		["name"] = "Analyste-déconstructeur, rang 3",
+		["Category"] = "Artisanat",
+	},
+	[2124] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Déconstruisez un équipement en métal dwemer, fil d'ébonite, cuir épais ou noyer.",
+		["points"] = 5,
+		["name"] = "Analyste-déconstructeur, rang 4",
+		["Category"] = "Artisanat",
+	},
+	[2125] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Déconstruisez un équipement en ébonite, fil d'ébonite, peau impie ou if.",
+		["points"] = 5,
+		["name"] = "Analyste-déconstructeur, rang 5",
+		["Category"] = "Artisanat",
+	},
+	[78] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez le contremaître Llothan, le seigneur de la ruche et la sentinelle de Rkugamz dans les Cavernes d'Ombre-noire I.",
+		["points"] = 10,
+		["name"] = "Vainqueur des cavernes d'Ombre-noire I",
+		["Category"] = "Donjons",
+	},
+	[79] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez l'enquêteur Garron, Varaine Pellingare et Allène Pellingare dans les Égouts d'Haltevoie I.",
+		["points"] = 10,
+		["name"] = "Vainqueur des Égouts d'Haltevoie I",
+		["Category"] = "Donjons",
+	},
+	[80] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez l'archimaître Siniel, le Léviathan de la mort et les jumeaux Ilambris dans la Crypte des cœurs I.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la Crypte des cœurs I",
+		["Category"] = "Donjons",
+	},
+	[81] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Valaran Mande-tempête, Poigne-tempête et la Tempétueuse Neidir sur l'île des tempêtes.",
+		["points"] = 10,
+		["name"] = "Vainqueur de l'île des Tempêtes",
+		["Category"] = "Donjons",
+	},
+	[2130] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Déconstruisez un équipement en cuprite, soie ancestrale, cuir pourpre ou frêne roux.",
+		["points"] = 5,
+		["name"] = "Analyste-déconstructeur, rang 10",
+		["Category"] = "Artisanat",
+	},
+	[2131] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Z'Maja, Siroria, Relequen et Galenwe au Pas-des-Nuées.",
+		["points"] = 15,
+		["name"] = "Pas-des-Nuées terminé",
+		["Category"] = "Summerset",
+	},
+	[2132] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Z'Maja, Siroria, Relequen et Galenwe dans le même combat au Pas-des-Nuées.",
+		["points"] = 50,
+		["name"] = "Concurrent du Pas-des-Nuées",
+		["Category"] = "Summerset",
+	},
+	[2133] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Z'Maja, Siroria, Relequen et Galenwe au Pas-des-Nuées Vétéran.",
+		["points"] = 50,
+		["name"] = "Conquérant du Pas-des-Nuées",
+		["Category"] = "Summerset",
+	},
+	[2134] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Z'Maja avec une ombre de welkynar à son côté dans le Pas-des-Nuées Vétéran.",
+		["points"] = 50,
+		["name"] = "Une Sload et son ombre",
+		["Category"] = "Summerset",
+	},
+	[2135] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Z'Maja avec deux ombres de welkynar à son côté dans le Pas-des-Nuées Vétéran.",
+		["points"] = 50,
+		["name"] = "Ombres croisées",
+		["Category"] = "Summerset",
+	},
+	[88] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez 10 Chevaliers-dragons ennemis.",
+		["points"] = 10,
+		["name"] = "Fléau des chevaliers-dragons",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[89] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez 10 Sorciers ennemis.",
+		["points"] = 10,
+		["name"] = "Fléau des sorciers",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[90] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez 10 Templiers ennemis.",
+		["points"] = 10,
+		["name"] = "Fléau des templiers",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[91] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Aidez à capturer une ressource (ferme, scierie ou mine) dans Cyrodiil.",
+		["points"] = 10,
+		["name"] = "Capturez une ressource",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[92] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez un premier grade dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Volontaire de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[93] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Recrue dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Recrue de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[94] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Première classe dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Première classe de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[95] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Légionnaire dans la guerre d'Alliances",
+		["points"] = 10,
+		["name"] = "Légionnaire de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[96] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Vétéran dans la guerre d'Alliances",
+		["points"] = 10,
+		["name"] = "Vétéran de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[97] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Caporal dans la guerre d'Alliances",
+		["points"] = 10,
+		["name"] = "Caporal de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[98] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Sergent dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Sergent de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[99] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Lieutenant dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Lieutenant de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[100] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Capitaine dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Capitaine de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[101] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Major dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Major de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[102] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Centurion dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Centurion de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[103] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Colonel dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Colonel de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[104] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Tribun dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Tribun de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[105] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Brigadier dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Brigadier de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[106] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Préfet dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Préfet de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[107] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Prétorien dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Prétorien de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[108] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Palatin dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Palatin de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[109] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Palatin Auguste dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Palatin Auguste de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[110] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Légat dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Légat de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[111] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Général dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Général de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[112] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Seigneur de guerre dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Seigneur de guerre de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[113] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Grand seigneur de guerre dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Grand seigneur de guerre de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[114] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Maréchal dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Maréchal de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[115] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Accomplissez une mise à mort de vengeance dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Première vengeance",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[116] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Accomplissez 10 mises à mort de vengeance dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Douce vengeance",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[117] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Vengez un autre joueur dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "C'est plus fort que toi",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[118] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Vengez 10 autres joueurs dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Revanchard",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[119] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez un ennemi alors qu'il vous reste moins de 5 % de votre Santé dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Le coup passa si près…",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[120] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez cinq ennemis avec moins de 5 % de votre Santé dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Cinq sous cinq",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[121] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez dix ennemis avec moins de 5 % de votre Santé dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Dix sous cinq",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[122] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Capturez votre première forteresse dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Capture de forteresse",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[2171] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Enquête du bailli Naramin sur Choixth terminée.",
+		["points"] = 15,
+		["name"] = "Un livre et sa couverture",
+		["Category"] = "Summerset",
+	},
+	[2178] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Terminez 10 Geysers abyssaux",
+		["points"] = 5,
+		["name"] = "Assaut abyssal",
+		["Category"] = "Summerset",
+	},
+	[2179] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Terminez 25 Geysers abyssaux",
+		["points"] = 10,
+		["name"] = "Démotion abyssale",
+		["Category"] = "Summerset",
+	},
+	[2180] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Terminez 50 Geysers abyssaux",
+		["points"] = 15,
+		["name"] = "Dévastation abyssale",
+		["Category"] = "Summerset",
+	},
+	[2181] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vainquez les trois champions de Gastecairn.",
+		["points"] = 10,
+		["name"] = "Vainqueur de Gastecairn",
+		["Category"] = "Summerset",
+	},
+	[134] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez un ennemi portant un rang d'Alliance de 50.",
+		["points"] = 10,
+		["name"] = "Tuez un Grand maréchal",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[135] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "1 000 000 de points de dégâts infligés à des ennemis à Cyrodiil.",
+		["points"] = 10,
+		["name"] = "Distributeur de dégâts",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[136] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "5 000 000 de points de dégâts infligés à des ennemis à Cyrodiil.",
+		["points"] = 10,
+		["name"] = "Distributeur de dégâts massifs",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[137] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "100 000 000 de points de dégâts infligés à des ennemis à Cyrodiil.",
+		["points"] = 10,
+		["name"] = "Distributeur de dégâts colossaux",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[138] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "1 000 000 de points de Santé rendus à des alliés à Cyrodiil",
+		["points"] = 10,
+		["name"] = "Guérisseur",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[139] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "5 000 000 de points de Santé rendus à des alliés à Cyrodiil",
+		["points"] = 10,
+		["name"] = "Soins de masse",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[140] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "100 000 000 de points de Santé rendus à des alliés à Cyrodiil",
+		["points"] = 10,
+		["name"] = "Soins colossaux",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[141] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez 100 ennemis brétons dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Fléau des Brétons",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[2190] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Apprenez chaque chapitre du livre de style du Repaire du croc, que l'on trouve parfois en récompense dans le donjon du Repaire du croc.",
+		["points"] = 50,
+		["name"] = "Maître du style du Repaire du croc",
+		["Category"] = "Dragon Bones",
+	},
+	[2191] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Attrapez les 12 poissons rares dans le Couchant.",
+		["points"] = 5,
+		["name"] = "Grand pêcheur du Couchant",
+		["Category"] = "Summerset",
+	},
+	[145] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Empêchez les Crevassais d'attaquer Abondance.",
+		["points"] = 5,
+		["name"] = "Protecteur d'Abondance",
+		["Category"] = "Quêtes",
+	},
+	[146] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Libérez la garnison de Bangkoraï des envahisseurs.",
+		["points"] = 5,
+		["name"] = "Libérateur de la garnison de Bangkoraï",
+		["Category"] = "Quêtes",
+	},
+	[147] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Sauvez le haut-roi Émeric des griffes de Septima Tharn.",
+		["points"] = 5,
+		["name"] = "Sauveur du haut-roi Émeric",
+		["Category"] = "Quêtes",
+	},
+	[148] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le spriggan Chancrebois sur l'île chancrée.",
+		["points"] = 5,
+		["name"] = "Tueur du spriggan Chancrebois",
+		["Category"] = "Exploration",
+	},
+	[149] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez Dayarrus le Xivilaï au sanctuaire d'Arlimahéra.",
+		["points"] = 5,
+		["name"] = "Faucheur de Dayarrus",
+		["Category"] = "Exploration",
+	},
+	[150] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuer l'atronach de glace souverain Nomeg Hyril aux chutes de Nilata.",
+		["points"] = 5,
+		["name"] = "Exécuteur de Nomeg Hyril",
+		["Category"] = "Exploration",
+	},
+	[151] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuer les liches Qumehdi et Zaman aux ruines de Télésubi.",
+		["points"] = 5,
+		["name"] = "Boucher des liches",
+		["Category"] = "Exploration",
+	},
+	[152] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez Caecilia Attius et ses Daedra invoqués.",
+		["points"] = 5,
+		["name"] = "Tueur des invoqués",
+		["Category"] = "Exploration",
+	},
+	[153] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez le fantôme Garach Père-Loup et ses esprits de loups-garous à la tour de Lacquevue.",
+		["points"] = 5,
+		["name"] = "Exorciste de Père-Loup",
+		["Category"] = "Exploration",
+	},
+	[154] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Tuez le présage de l'Œil vigilant et levez la paranoïa d'Alcaire.",
+		["points"] = 5,
+		["name"] = "Fléau des rêves",
+		["Category"] = "Quêtes",
+	},
+	[155] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Ramenez le fragment de rêve à l'Abbaye du paria et ramenez la paix à Ménévia.",
+		["points"] = 5,
+		["name"] = "Champion des gardiens de l'esprit",
+		["Category"] = "Quêtes",
+	},
+	[156] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Vainquez le Présage des mille étoiles et les obsessions qui affligent Gavaudon.",
+		["points"] = 5,
+		["name"] = "Allié d'Azura",
+		["Category"] = "Quêtes",
+	},
+	[2205] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez la quête « La caverne du rêve ».",
+		["points"] = 10,
+		["name"] = "De beaux rêves",
+		["Category"] = "Summerset",
+	},
+	[158] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez l'araignée géante Aésar la Tisse-haine à la toile d'Aésar.",
+		["points"] = 5,
+		["name"] = "Chasseur de Tisse-haine",
+		["Category"] = "Exploration",
+	},
+	[159] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez la gargouille Mehnir Pierrepel à la tour Guetteval.",
+		["points"] = 5,
+		["name"] = "Chasseur de menhirs",
+		["Category"] = "Exploration",
+	},
+	[160] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez la nécromancienne Louna Noirsang, au fort du Vieux Kalgon.",
+		["points"] = 5,
+		["name"] = "Chasseur de Noirsang",
+		["Category"] = "Exploration",
+	},
+	[161] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez la harfreuse Magdalena, au repaire de Magdalena.",
+		["points"] = 5,
+		["name"] = "Chasseur de harfreuses",
+		["Category"] = "Exploration",
+	},
+	[162] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez l'Orque Stroda gra-Drom, à la grève d'Esteroche.",
+		["points"] = 5,
+		["name"] = "Assassin de Stroda",
+		["Category"] = "Exploration",
+	},
+	[163] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez la Néréïde, Desuuga la Sirène, à la crique des sirènes.",
+		["points"] = 5,
+		["name"] = "Chasseur de sirènes",
+		["Category"] = "Exploration",
+	},
+	[2212] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Brise-Quille sans marcher sur un serment.",
+		["points"] = 5,
+		["name"] = "Conscience des serpents",
+		["Category"] = "Summerset",
+	},
+	[2213] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Sheefar des Profondeurs à un geyser abyssal.",
+		["points"] = 10,
+		["name"] = "Vers les profondeurs",
+		["Category"] = "Summerset",
+	},
+	[2214] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez l'art de la joaillerie. Vous pourrez l'apprendre sur l'Archipel du Couchant ou en possédant le chapitre du Couchant et en intéragissant avec un atelier de joaillerie.",
+		["points"] = 5,
+		["name"] = "Joailler",
+		["Category"] = "Artisanat",
+	},
+	[2215] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Atteignez un rang de 50 en joaillerie.",
+		["points"] = 50,
+		["name"] = "Maître joailler",
+		["Category"] = "Artisanat",
+	},
+	[2216] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Améliorez des ouvrages de joaillerie jusqu'à la plus haute qualité.",
+		["points"] = 50,
+		["name"] = "Joaillier légendaire",
+		["Category"] = "Artisanat",
+	},
+	[2217] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez votre première unité d'ocre.",
+		["points"] = 5,
+		["name"] = "Récoltant d'ocre",
+		["Category"] = "Artisanat",
+	},
+	[2218] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 25 unités d'ocre.",
+		["points"] = 10,
+		["name"] = "Expert moissonneur d'ocre",
+		["Category"] = "Artisanat",
+	},
+	[2219] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 100 unités d'ocre.",
+		["points"] = 15,
+		["name"] = "Maître moissonneur d'ocre",
+		["Category"] = "Artisanat",
+	},
+	[2220] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Gire-onde l'Erratique à un geyser abyssal.",
+		["points"] = 10,
+		["name"] = "Calme et calculé",
+		["Category"] = "Summerset",
+	},
+	[2221] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Muustikar Mange-vagues à un geyser abyssal.",
+		["points"] = 10,
+		["name"] = "Sentiment vague",
+		["Category"] = "Summerset",
+	},
+	[2222] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Martèle-récif à un geyser abyssal.",
+		["points"] = 10,
+		["name"] = "Entre le clou et le marteau",
+		["Category"] = "Summerset",
+	},
+	[2223] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Étudier un trait pour n'importe quel type de bijou.",
+		["points"] = 5,
+		["name"] = "Découvrez un trait de joaillerie",
+		["Category"] = "Artisanat",
+	},
+	[176] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six cavernes de Glénumbrie.",
+		["points"] = 15,
+		["name"] = "Spéléologue de Glénumbrie",
+		["Category"] = "Exploration",
+	},
+	[177] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six cavernes de Havre-tempête.",
+		["points"] = 15,
+		["name"] = "Spéléologue de Havre-tempête",
+		["Category"] = "Exploration",
+	},
+	[178] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes de Fendretour.",
+		["points"] = 15,
+		["name"] = "Spéléologue de Fendretour",
+		["Category"] = "Exploration",
+	},
+	[2227] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Gagnez chacun des succès suivants :",
+		["points"] = 50,
+		["name"] = "Grand maître artisan",
+		["Category"] = "Artisanat",
+	},
+	[180] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six cavernes de Bangkoraï.",
+		["points"] = 15,
+		["name"] = "Spéléologue de Bangkoraï",
+		["Category"] = "Exploration",
+	},
+	[181] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six cavernes des Éboulis.",
+		["points"] = 15,
+		["name"] = "Spéléologue des Éboulis",
+		["Category"] = "Exploration",
+	},
+	[2230] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Collectionnez et gagnez 50 styles complets.",
+		["points"] = 50,
+		["name"] = "Véritable maître des styles",
+		["Category"] = "Artisanat",
+	},
+	[2231] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Z'Maja alors que chaque membre du groupe n'aura détruit qu'un seul Cœur malveillant au Pas-des-Nuées Vétéran.",
+		["points"] = 50,
+		["name"] = "Un cœur, et encore",
+		["Category"] = "Summerset",
+	},
+	[184] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Détruisez la capacité du Domaine à créer des voleurs de peau.",
+		["points"] = 5,
+		["name"] = "Destructeur du voleur de peau",
+		["Category"] = "Quêtes",
+	},
+	[185] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Protégez les œufs argoniens pour qu'une nouvelle génération puisse naître.",
+		["points"] = 5,
+		["name"] = "Protecteur des œufs",
+		["Category"] = "Quêtes",
+	},
+	[186] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Récupérez l'Œuf mnémique auprès du Domaine.",
+		["points"] = 5,
+		["name"] = "Gardien de l'œuf mnémique",
+		["Category"] = "Quêtes",
+	},
+	[187] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le champion wamasu Haynekhtnamet dans son antre.",
+		["points"] = 5,
+		["name"] = "Chasseur d'Haynekhtnamet",
+		["Category"] = "Exploration",
+	},
+	[188] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez les ogres jumeaux Argalog et Vlaga à Xal Thak.",
+		["points"] = 5,
+		["name"] = "Tourment des ogres jumeaux",
+		["Category"] = "Exploration",
+	},
+	[189] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le seigneur momie ayléide Talkynd à Nen Ria.",
+		["points"] = 5,
+		["name"] = "Assassin du seigneur momie",
+		["Category"] = "Exploration",
+	},
+	[190] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le capitaine Os et son équipage mort-vivant à bord du navire du capitaine.",
+		["points"] = 5,
+		["name"] = "Destructeur du capitaine Os",
+		["Category"] = "Exploration",
+	},
+	[191] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le Daedroth Urrai à la caverne d'aigracine.",
+		["points"] = 5,
+		["name"] = "Fléau d'Urrai",
+		["Category"] = "Exploration",
+	},
+	[192] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le seigneur esclavagiste Rendrasa au camp de l'esclavagiste.",
+		["points"] = 5,
+		["name"] = "Ruine du seigneur esclavagiste",
+		["Category"] = "Exploration",
+	},
+	[193] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six cavernes de Fangeombre.",
+		["points"] = 15,
+		["name"] = "Spéléologue de Fangeombre",
+		["Category"] = "Exploration",
+	},
+	[194] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Trouvez les villageois disparus de Morneroc, et renvoyez-les chez eux.",
+		["points"] = 10,
+		["name"] = "Héros de Morneroc",
+		["Category"] = "Quêtes",
+	},
+	[195] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le champion de la ruche kwama de Luttessaim.",
+		["points"] = 5,
+		["name"] = "Éradicateur de luttessaim",
+		["Category"] = "Exploration",
+	},
+	[196] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Entrez dans la caverne aux souvenirs et détruisez le Gardien du Cendrais.",
+		["points"] = 5,
+		["name"] = "Broyeur des souvenirs",
+		["Category"] = "Exploration",
+	},
+	[197] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Survivez aux vasards du détroit aux épaves et tuez Craquechitine, le crabe cannibale.",
+		["points"] = 5,
+		["name"] = "Craquechitine",
+		["Category"] = "Exploration",
+	},
+	[198] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Prenez d'assaut la plage de l'étreinte de la Matrone, tuez les matrones dreughs et mettez fin à la menace des couveuses dreughs.",
+		["points"] = 5,
+		["name"] = "Destructeur de dreugh",
+		["Category"] = "Exploration",
+	},
+	[199] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez la sainte dorée à l'autel Trémenside.",
+		["points"] = 5,
+		["name"] = "Massacre des Saints",
+		["Category"] = "Exploration",
+	},
+	[200] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le netch mâle Ozzacha dans le bosquet de Brahma.",
+		["points"] = 5,
+		["name"] = "Dresseur de netch",
+		["Category"] = "Exploration",
+	},
+	[201] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Détruisez Balreth et ramenez le sommeil au Frère de la discorde.",
+		["points"] = 5,
+		["name"] = "Fléau de Balreth",
+		["Category"] = "Quêtes",
+	},
+	[202] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et dégagez l'armature de la mer intérieure.",
+		["points"] = 10,
+		["name"] = "Explorateur de la Nef de la mer intérieure",
+		["Category"] = "Exploration",
+	},
+	[203] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la mine de Braisine.",
+		["points"] = 10,
+		["name"] = "Explorateur de la Mine de Braisine",
+		["Category"] = "Exploration",
+	},
+	[204] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Tuez le général Sérien et interrompez l'invasion des Éboulis par l'Alliance.",
+		["points"] = 5,
+		["name"] = "Trépas du général Sérien",
+		["Category"] = "Quêtes",
+	},
+	[205] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le nid de Méphala.",
+		["points"] = 10,
+		["name"] = "Explorateur du Nid de Méphala",
+		["Category"] = "Exploration",
+	},
+	[206] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le creux des marées.",
+		["points"] = 10,
+		["name"] = "Explorateur du Creux des marées",
+		["Category"] = "Exploration",
+	},
+	[207] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la Caverne d'humus.",
+		["points"] = 10,
+		["name"] = "Explorateur de la Caverne d'humus",
+		["Category"] = "Exploration",
+	},
+	[208] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la langue de Shéogorath.",
+		["points"] = 10,
+		["name"] = "Explorateur de la Langue de Shéogorath",
+		["Category"] = "Exploration",
+	},
+	[209] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Détruisez Sadal et sauvez les Éboulis.",
+		["points"] = 5,
+		["name"] = "Tueur de Sadal",
+		["Category"] = "Quêtes",
+	},
+	[210] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le grand loup-garou, Ragegriffe, à la tanière de Ragegriffe.",
+		["points"] = 5,
+		["name"] = "Chasseur de Ragegriffe",
+		["Category"] = "Exploration",
+	},
+	[211] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le nécromancien bréton, Vivien Armène, au tertre du dragon.",
+		["points"] = 5,
+		["name"] = "Fléau d'Armène",
+		["Category"] = "Exploration",
+	},
+	[212] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez la vampire Olveidi la Ratière, à la ronde de la Ratière.",
+		["points"] = 5,
+		["name"] = "Écraseur de Ratière",
+		["Category"] = "Exploration",
+	},
+	[213] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le mammouth sauvage, Mannskadi, au creux du Dragon.",
+		["points"] = 5,
+		["name"] = "Mutilateur de Mannskadi",
+		["Category"] = "Exploration",
+	},
+	[214] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le smilodon, Ammabani, à la fierté d'Ammabani.",
+		["points"] = 5,
+		["name"] = "Assassin d'Ammabani",
+		["Category"] = "Exploration",
+	},
+	[215] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la tour d'Ilessan.",
+		["points"] = 10,
+		["name"] = "Explorateur de la tour d'Ilessan",
+		["Category"] = "Exploration",
+	},
+	[216] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz Silumm.",
+		["points"] = 10,
+		["name"] = "Explorateur de Silumm",
+		["Category"] = "Exploration",
+	},
+	[217] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz Enduum.",
+		["points"] = 10,
+		["name"] = "Explorateur d'Enduum",
+		["Category"] = "Exploration",
+	},
+	[218] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les mines de Khuras.",
+		["points"] = 10,
+		["name"] = "Explorateur des Mines de Khuras",
+		["Category"] = "Exploration",
+	},
+	[219] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la crypte d'ébène.",
+		["points"] = 10,
+		["name"] = "Explorateur de la Crypte d'ébène",
+		["Category"] = "Exploration",
+	},
+	[220] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le fort de Veillecaveau.",
+		["points"] = 10,
+		["name"] = "Explorateur du fort de Veillecaveau",
+		["Category"] = "Exploration",
+	},
+	[221] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la vigie de Portdun.",
+		["points"] = 10,
+		["name"] = "Explorateur de la Vigie de Beigeport",
+		["Category"] = "Exploration",
+	},
+	[222] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la mine de Koeglin.",
+		["points"] = 10,
+		["name"] = "Explorateur de la Mine de Koeglin",
+		["Category"] = "Exploration",
+	},
+	[223] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les catacombes du Paria.",
+		["points"] = 10,
+		["name"] = "Explorateur des Catacombes du Paria",
+		["Category"] = "Exploration",
+	},
+	[224] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la galerie de Farangel.",
+		["points"] = 10,
+		["name"] = "Explorateur de Farangel",
+		["Category"] = "Exploration",
+	},
+	[225] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la mine d'Ursegriffe.",
+		["points"] = 10,
+		["name"] = "Explorateur de la Mine d'Ursegriffe",
+		["Category"] = "Exploration",
+	},
+	[226] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les ruines de Norvolk.",
+		["points"] = 10,
+		["name"] = "Explorateur des Ruines de Norvolk",
+		["Category"] = "Exploration",
+	},
+	[227] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la mine de Crêtombre.",
+		["points"] = 10,
+		["name"] = "Explorateur de la mine de Crêtombre",
+		["Category"] = "Exploration",
+	},
+	[228] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les catacombes de Gardecouleur.",
+		["points"] = 10,
+		["name"] = "Explorateur des catacombes de Gardecouleur",
+		["Category"] = "Exploration",
+	},
+	[229] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la crypte des tribulations.",
+		["points"] = 10,
+		["name"] = "Explorateur de la crypte des tribulations",
+		["Category"] = "Exploration",
+	},
+	[230] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les ruines du Doigt d'Orque.",
+		["points"] = 10,
+		["name"] = "Explorateur des ruines du doigt d'Orque",
+		["Category"] = "Exploration",
+	},
+	[231] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les ruines d'Erokii.",
+		["points"] = 10,
+		["name"] = "Explorateur des ruines d'Erokii",
+		["Category"] = "Exploration",
+	},
+	[232] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le refuge secret d'Erokii.",
+		["points"] = 10,
+		["name"] = "Explorateur du refuge secret d'Hildune",
+		["Category"] = "Exploration",
+	},
+	[2285] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Apprendre chaque chapitre du livre de style pyandonéen, que l'on trouve au Couchant.",
+		["points"] = 50,
+		["name"] = "Maître du style pyandonnéen",
+		["Category"] = "Summerset",
+	},
+	[245] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les ruines d'Atanaz.",
+		["points"] = 10,
+		["name"] = "Explorateur des ruines d'Atanaz",
+		["Category"] = "Exploration",
+	},
+	[246] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la Défense brisée.",
+		["points"] = 10,
+		["name"] = "Explorateur de la défense brisée",
+		["Category"] = "Exploration",
+	},
+	[247] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les ruines de Chid-Moska.",
+		["points"] = 10,
+		["name"] = "Explorateur des ruines de Chid-Moska",
+		["Category"] = "Exploration",
+	},
+	[248] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz Gandranen.",
+		["points"] = 10,
+		["name"] = "Explorateur de Gandranen",
+		["Category"] = "Exploration",
+	},
+	[249] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la mine aux kwamas d'Onkobra.",
+		["points"] = 10,
+		["name"] = "Explorateur de la mine à kwamas d'Onkobra",
+		["Category"] = "Exploration",
+	},
+	[250] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz l'autel de la Gueule noire.",
+		["points"] = 10,
+		["name"] = "Explorateur de la Gueule noire",
+		["Category"] = "Exploration",
+	},
+	[251] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la grotte aux frimas.",
+		["points"] = 10,
+		["name"] = "Explorateur de la grotte aux Frimas",
+		["Category"] = "Exploration",
+	},
+	[252] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la chambre de Glacemartel.",
+		["points"] = 10,
+		["name"] = "Explorateur de la chambre de Glacemartel",
+		["Category"] = "Exploration",
+	},
+	[253] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne du vieux Sord.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne du vieux Sord",
+		["Category"] = "Exploration",
+	},
+	[254] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la grotte froide.",
+		["points"] = 10,
+		["name"] = "Explorateur de la grotte froide",
+		["Category"] = "Exploration",
+	},
+	[255] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la crypte de Cime-foudre.",
+		["points"] = 10,
+		["name"] = "Explorateur de la crypte de Cime-foudre",
+		["Category"] = "Exploration",
+	},
+	[256] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la tombe du bâtard.",
+		["points"] = 10,
+		["name"] = "Explorateur de la tombe du bâtard",
+		["Category"] = "Exploration",
+	},
+	[257] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le grand ours, Béralagr, au camp des Vive-lames.",
+		["points"] = 5,
+		["name"] = "Chasseur de Beralagr",
+		["Category"] = "Exploration",
+	},
+	[258] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vous avez détruit la horde noyée.",
+		["points"] = 5,
+		["name"] = "Exterminateur de la Horde noyée",
+		["Category"] = "Exploration",
+	},
+	[259] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le ravageur orque Dugan le rouge.",
+		["points"] = 5,
+		["name"] = "Démolisseur de Dugan le Rouge",
+		["Category"] = "Exploration",
+	},
+	[260] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez l'étrangleuse Serre-os dans son nid.",
+		["points"] = 5,
+		["name"] = "Fléau de Serre-os",
+		["Category"] = "Exploration",
+	},
+	[261] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez la reine Néréide Tallatta la Perlée dans la grotte accidentée.",
+		["points"] = 5,
+		["name"] = "Annihilateur de Tallatta la Perlée",
+		["Category"] = "Exploration",
+	},
+	[262] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez Bristêtes le troll marin au détroit de Percevent.",
+		["points"] = 5,
+		["name"] = "Bristêtes",
+		["Category"] = "Exploration",
+	},
+	[263] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le commandant Faldethil des Chasseurs verts sur la berge.",
+		["points"] = 5,
+		["name"] = "Victoire verte",
+		["Category"] = "Exploration",
+	},
+	[264] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz l'abri de dame Llarel.",
+		["points"] = 10,
+		["name"] = "Explorateur de l'abri de dame Llarel",
+		["Category"] = "Exploration",
+	},
+	[265] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les ruines de Bas-Bthanual",
+		["points"] = 10,
+		["name"] = "Explorateur de Bas-Bthanual",
+		["Category"] = "Exploration",
+	},
+	[266] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la mine du Triple cercle.",
+		["points"] = 10,
+		["name"] = "Explorateur de la mine du triple cercle",
+		["Category"] = "Exploration",
+	},
+	[267] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le pic de Taléon.",
+		["points"] = 10,
+		["name"] = "Explorateur du pic de Taléon",
+		["Category"] = "Exploration",
+	},
+	[268] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la grotte du Lobe aigu.",
+		["points"] = 10,
+		["name"] = "Explorateur de la grotte du Lobe aigu",
+		["Category"] = "Exploration",
+	},
+	[269] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le jardin des dépouilles.",
+		["points"] = 10,
+		["name"] = "Explorateur du jardin des dépouilles",
+		["Category"] = "Exploration",
+	},
+	[270] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six cavernes de Deshaan.",
+		["points"] = 15,
+		["name"] = "Spéléologue de Deshaan",
+		["Category"] = "Exploration",
+	},
+	[2319] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Apprenez tous les chapitres du livre de style des Welkynars, que l'on trouve parfois en récompense pour avoir terminé l'Épreuve du Pas-des-Nuées.",
+		["points"] = 50,
+		["name"] = "Maître du style Welkynar",
+		["Category"] = "Summerset",
+	},
+	[272] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Ganakton la tempête, Sliklenia la chanteresse et Sellistrix la reine lamie dans Arx Corinium.",
+		["points"] = 10,
+		["name"] = "Vainqueur d'Arx Corinium",
+		["Category"] = "Donjons",
+	},
+	[274] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le précipice de l'Homme mort.",
+		["points"] = 10,
+		["name"] = "Explorateur du précipice de l'Homme mort",
+		["Category"] = "Exploration",
+	},
+	[275] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le kagouti géant, Courte-broche, à la butte de Courte-broche.",
+		["points"] = 5,
+		["name"] = "Chasseur de Courte-broche",
+		["Category"] = "Exploration",
+	},
+	[276] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez l'enveloppe défunte, l'Abomination, au bosquet de l'Abomination.",
+		["points"] = 5,
+		["name"] = "Tueur d'Abomination",
+		["Category"] = "Exploration",
+	},
+	[277] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le troll géant, Croc-tranchant, au Ronçaire terrible.",
+		["points"] = 5,
+		["name"] = "Tueur de Croc-tranchant",
+		["Category"] = "Exploration",
+	},
+	[278] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez l'ombre de Mabrigash, au cercle funéraire de Mabrigash.",
+		["points"] = 5,
+		["name"] = "Destructeur de Mabrigash",
+		["Category"] = "Exploration",
+	},
+	[279] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le ritualiste Drémora, Druitularg, à l'autel rituel de Druitularg.",
+		["points"] = 5,
+		["name"] = "Fléau de Druitularg",
+		["Category"] = "Exploration",
+	},
+	[280] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le guar géant, Vert-amer le sauvage, à la crête de la caravane.",
+		["points"] = 5,
+		["name"] = "Oblitérateur de Vert-amer",
+		["Category"] = "Exploration",
+	},
+	[281] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les ruines de Roncenoire.",
+		["points"] = 10,
+		["name"] = "Explorateur des ruines de Roncenoire",
+		["Category"] = "Exploration",
+	},
+	[282] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les racines de Silvenar.",
+		["points"] = 10,
+		["name"] = "Explorateur des racines de Silvenar",
+		["Category"] = "Exploration",
+	},
+	[283] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Découvrez le plan du Limier pour attirer la Dame Verte à Silvenar.",
+		["points"] = 5,
+		["name"] = "Obstacle du Limier",
+		["Category"] = "Quêtes",
+	},
+	[284] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Sauvez le Silvenar de ses ravisseurs.",
+		["points"] = 5,
+		["name"] = "Ami du Silvenar",
+		["Category"] = "Quêtes",
+	},
+	[285] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Unissez le Silvenar et la Dame Verte.",
+		["points"] = 5,
+		["name"] = "Héros des racines et des feuilles",
+		["Category"] = "Quêtes",
+	},
+	[286] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les ruines de Shael.",
+		["points"] = 10,
+		["name"] = "Explorateur des ruines de Shael",
+		["Category"] = "Exploration",
+	},
+	[287] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes d'Auridia.",
+		["points"] = 15,
+		["name"] = "Spéléologue d'Auridia",
+		["Category"] = "Exploration",
+	},
+	[288] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la concession de Del.",
+		["points"] = 10,
+		["name"] = "Explorateur de la Concession de Del",
+		["Category"] = "Exploration",
+	},
+	[289] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz Ondil.",
+		["points"] = 10,
+		["name"] = "Explorateur d'Ondil",
+		["Category"] = "Exploration",
+	},
+	[290] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la folie d'Entila.",
+		["points"] = 10,
+		["name"] = "Explorateur de la Folie d'Entila",
+		["Category"] = "Exploration",
+	},
+	[291] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz Wansalen.",
+		["points"] = 10,
+		["name"] = "Explorateur de Wansalen",
+		["Category"] = "Exploration",
+	},
+	[292] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la Rancœur de Mérunès.",
+		["points"] = 10,
+		["name"] = "Explorateur de la Rancœur de Mérunès",
+		["Category"] = "Exploration",
+	},
+	[293] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz Bewan.",
+		["points"] = 10,
+		["name"] = "Explorateur de Bewan",
+		["Category"] = "Exploration",
+	},
+	[294] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez le chef de guerre gobelin et le roi dreugh dans la Champignonnière I.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la Champignonnière I",
+		["Category"] = "Donjons",
+	},
+	[296] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six cavernes de Malabal Tor.",
+		["points"] = 15,
+		["name"] = "Spéléologue de Malabal Tor",
+		["Category"] = "Exploration",
+	},
+	[297] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le tombeau des Apostats.",
+		["points"] = 10,
+		["name"] = "Explorateur du tombeau des Apostats",
+		["Category"] = "Exploration",
+	},
+	[298] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la fosse aux vargrisons",
+		["points"] = 10,
+		["name"] = "Explorateur de la fosse aux vargrisons",
+		["Category"] = "Exploration",
+	},
+	[299] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez trois des Champions dans le réaume de Sanghin.",
+		["points"] = 10,
+		["name"] = "Vainqueur du réaume de Sanghin",
+		["Category"] = "Donjons",
+	},
+	[300] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez les six Champions dans le réaume de Sanghin.",
+		["points"] = 50,
+		["name"] = "Conquérant du réaume de Sanghin",
+		["Category"] = "Donjons",
+	},
+	[301] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez la Mère de la nuée et la Chuchoteuse dans Tressefuseau I.",
+		["points"] = 10,
+		["name"] = "Vainqueur de Tressefuseau I",
+		["Category"] = "Donjons",
+	},
+	[303] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Kathutet, Amkaos et Ranyu, les tortionnaires de Molag Bal, autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Trépas des tortionnaires",
+		["Category"] = "Exploration",
+	},
+	[304] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Goinfre, Hure et Trébuchet, les trois frères ogrims, autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Dominateur des frères ogrims",
+		["Category"] = "Exploration",
+	},
+	[305] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Velehk Sain, le pirate Drémora, autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Tueur de pirate Drémora",
+		["Category"] = "Exploration",
+	},
+	[306] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Methats, Vonshala et Sumeer, les Drémoras errants, autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Tueur de Drémoras errants",
+		["Category"] = "Exploration",
+	},
+	[307] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Menta Na, le daedroth préféré de Molag Bal, autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Destructeur du daedroth préféré",
+		["Category"] = "Exploration",
+	},
+	[308] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Yggmanei l'Œil Écarquillé, meilleur espion de Molag Bal, autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Détruisez l'Œil Écarquillé",
+		["Category"] = "Exploration",
+	},
+	[309] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le daedroth Hrelvesuu autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Fléau de Hrelvesuu",
+		["Category"] = "Exploration",
+	},
+	[310] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Rhagotha, le dévoreur d'âmes, autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Destructeur du Dévoreur d'âmes",
+		["Category"] = "Exploration",
+	},
+	[311] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Nomeg Haga, l'atronach de glace géant de Havreglace, autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Destructeur du Seigneur du givre",
+		["Category"] = "Exploration",
+	},
+	[312] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Zymel Hriz, l'atronach de foudre géant de Havreglace, autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Destructeur du Seigneur des tempêtes",
+		["Category"] = "Exploration",
+	},
+	[313] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Anaxès et Medrike, les tortionnaires xivilaïs, autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Destructeur des esclavagistes xivilaï",
+		["Category"] = "Exploration",
+	},
+	[314] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Vika, Dylora et Jansa, les sœurs Séductrices, autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Destructeur des Sœurs Séductrices",
+		["Category"] = "Exploration",
+	},
+	[315] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le roi Styriche de Verkarth et ses compagnons, Fangaril et Zayzahad, autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Destructeur du vampire de Verkath",
+		["Category"] = "Exploration",
+	},
+	[316] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le seigneur Dregas Volar, maître du croissant daedrique, autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Pas de pitié pour les Drémora du croissant",
+		["Category"] = "Exploration",
+	},
+	[317] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Gedna Relvel, la liche de Longsanglot, autour d'une Ancre noire.",
+		["points"] = 10,
+		["name"] = "Destructeur de la liche de Longsanglot",
+		["Category"] = "Exploration",
+	},
+	[318] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez tous les généraux de Molag Bal apparaissant autour des Ancres noires.",
+		["points"] = 50,
+		["name"] = "Exécuteur de généraux",
+		["Category"] = "Exploration",
+	},
+	[322] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez les points d'ancrage des Ancres noires pour renvoyer leurs chaînes en Havreglace.",
+		["points"] = 10,
+		["name"] = "Brise-chaînes",
+		["Category"] = "Exploration",
+	},
+	[324] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez 10 Ancres noires de Havreglace.",
+		["points"] = 5,
+		["name"] = "Destructeur d'Ancres",
+		["Category"] = "Exploration",
+	},
+	[325] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Taillombre et le haut patriarche Rilis dans le Cachot interdit I.",
+		["points"] = 10,
+		["name"] = "Vainqueur du Cachot interdit I",
+		["Category"] = "Donjons",
+	},
+	[328] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six cavernes de la Brèche.",
+		["points"] = 15,
+		["name"] = "Spéléologue de la Brèche",
+		["Category"] = "Exploration",
+	},
+	[329] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le croc de Faldar.",
+		["points"] = 10,
+		["name"] = "Explorateur de la Dent de Faldar",
+		["Category"] = "Exploration",
+	},
+	[330] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le creux de Brise-heaume.",
+		["points"] = 10,
+		["name"] = "Explorateur du creux de Brise-heaume",
+		["Category"] = "Exploration",
+	},
+	[331] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz Avancheznel.",
+		["points"] = 10,
+		["name"] = "Explorateur d'Avancheznel",
+		["Category"] = "Exploration",
+	},
+	[332] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le fort Vallevert.",
+		["points"] = 10,
+		["name"] = "Explorateur de Fort Vallevert",
+		["Category"] = "Exploration",
+	},
+	[333] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le tertre de Voile-foyer.",
+		["points"] = 10,
+		["name"] = "Explorateur du tertre de Voile-foyer",
+		["Category"] = "Exploration",
+	},
+	[334] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la grotte de Brisejambe.",
+		["points"] = 10,
+		["name"] = "Explorateur de la grotte de Brisejambe",
+		["Category"] = "Exploration",
+	},
+	[335] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Expulsez les Crevassais de la Brèche.",
+		["points"] = 5,
+		["name"] = "Écraseur de la Crevasse",
+		["Category"] = "Quêtes",
+	},
+	[336] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Vainquez Thallik Verarche et dispersez le Culte du Ver.",
+		["points"] = 5,
+		["name"] = "Écrase-Vers",
+		["Category"] = "Quêtes",
+	},
+	[337] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Renvoyez Sinmur à son tombeau !",
+		["points"] = 5,
+		["name"] = "Prodige d'Ysgramor",
+		["Category"] = "Quêtes",
+	},
+	[340] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le Croc de Méphala, Gamyne Bandu, Ciirenas la bergère, le Rejeton de Méphala, Reggr Aubenoire, et Vila Theran dans la Champignonnière Vétéran II moins de vingt minutes après avoir commencé le donjon. Le compte à rebours s'enclenche quand les joueurs affrontent le premier groupe d'adeptes de l'Araignée.",
+		["points"] = 50,
+		["name"] = "Assassin de la Champignonnière II",
+		["Category"] = "Donjons vétéran",
+	},
+	[342] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Vila Théran dans la Champignonnière Vétéran II sans qu'aucun membre de votre groupe n'utilisez la protection de l'enveloppe d'obsidienne.",
+		["points"] = 50,
+		["name"] = "Assaillant inébranlable",
+		["Category"] = "Donjons vétéran",
+	},
+	[343] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Gamyne Bandu, l'engeance de Méphala et Vila Théran dans la Champignonnière Vétéran II.",
+		["points"] = 10,
+		["name"] = "Conquérant de la Champignonnière II",
+		["Category"] = "Donjons vétéran",
+	},
+	[345] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Indur-sa et les chasseurs khajiitis au camp des chasseurs.",
+		["points"] = 5,
+		["name"] = "Fléau des chasseurs khajiiti",
+		["Category"] = "Exploration",
+	},
+	[346] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez les trolls Bave-glace et Griffe-grésil à la grotte aux trolls.",
+		["points"] = 5,
+		["name"] = "Tueur de trolls",
+		["Category"] = "Exploration",
+	},
+	[347] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez l'atronach de glace, Nomeg Rine, aux ruines glacées.",
+		["points"] = 5,
+		["name"] = "Destructeur d'atronach de glace",
+		["Category"] = "Exploration",
+	},
+	[348] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Donnez le repos à Ghoragham au tertre d'Angarvunde.",
+		["points"] = 5,
+		["name"] = "Exorciste",
+		["Category"] = "Exploration",
+	},
+	[349] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Foulongue le géant et son mammouth au camp du géant.",
+		["points"] = 5,
+		["name"] = "Tueur de géant",
+		["Category"] = "Exploration",
+	},
+	[350] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Bannissez Aéréus la lucereine du bosquet des luces.",
+		["points"] = 5,
+		["name"] = "Tueur de Lucereine",
+		["Category"] = "Exploration",
+	},
+	[351] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Mettez fin à la menace des nécromanciens au plateau du creuset des âmes et vengez les soldats de la Prime Auridia.",
+		["points"] = 5,
+		["name"] = "Vengeur des Soldats",
+		["Category"] = "Exploration",
+	},
+	[352] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Quenyas, chef des bandes hors-la-loi d'Auridia, dans le camp de l'escarpe côtière.",
+		["points"] = 5,
+		["name"] = "Chasseur de primes du seigneur bandit",
+		["Category"] = "Exploration",
+	},
+	[353] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez le capitaine fantôme Blanchetête à l'épave du Raptor.",
+		["points"] = 5,
+		["name"] = "Écraseur du capitaine fantôme",
+		["Category"] = "Exploration",
+	},
+	[354] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le champion faucheclan Claquepiège et mettez fin au massacre des innocents aux invocations hérétiques.",
+		["points"] = 5,
+		["name"] = "Fléau de Claquepiège",
+		["Category"] = "Exploration",
+	},
+	[355] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le serpent géant Couveuse dans son antre.",
+		["points"] = 5,
+		["name"] = "Éradicateur de Mère de nichée",
+		["Category"] = "Exploration",
+	},
+	[356] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Anarume au camp d'entraînement de l'héritage, et mettez un terme à sa trahison.",
+		["points"] = 5,
+		["name"] = "Chasseur de primes d'Aranumë",
+		["Category"] = "Exploration",
+	},
+	[357] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez le Gardien de la Flamme, l'atronach de glace surpuissant et Drodda Crève-Nève au donjon d'Affregivre.",
+		["points"] = 10,
+		["name"] = "Vainqueur du donjon d'Affregivre",
+		["Category"] = "Donjons",
+	},
+	[360] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Exécutez le traître de Tanzelwil au nom de la reine Ayrenn.",
+		["points"] = 5,
+		["name"] = "Déchirez le premier Voile",
+		["Category"] = "Quêtes",
+	},
+	[361] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Infiltrez l'Héritage voilé et découvrez son secret.",
+		["points"] = 5,
+		["name"] = "Déchirez le second Voile.",
+		["Category"] = "Quêtes",
+	},
+	[362] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Vainquez l'armée daedrique et son chef à Prime-Tenure.",
+		["points"] = 5,
+		["name"] = "Déchirez le troisième Voile.",
+		["Category"] = "Quêtes",
+	},
+	[363] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Tuez Méryndril l'Alchimiste à la gorge d'obsidienne et mettez fin au fléau de Llodos.",
+		["points"] = 5,
+		["name"] = "Panacée",
+		["Category"] = "Quêtes",
+	},
+	[364] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Libérez le temple du Tribunal des forces d'invasion daedriques.",
+		["points"] = 15,
+		["name"] = "Chevalier du Temple",
+		["Category"] = "Quêtes",
+	},
+	[365] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Tuez la magistrix Vox au creux d'Eidolon et ramenez la paix à Deshaan.",
+		["points"] = 15,
+		["name"] = "Fléau de Vox",
+		["Category"] = "Quêtes",
+	},
+	[367] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez trois des champions au bois du corbeau.",
+		["points"] = 10,
+		["name"] = "Vainqueur du bois du corbeau",
+		["Category"] = "Donjons",
+	},
+	[368] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les Champions du bois du corbeau.",
+		["points"] = 50,
+		["name"] = "Conquérant du bois du corbeau",
+		["Category"] = "Donjons",
+	},
+	[369] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez trois des Champions des cryptes oubliées.",
+		["points"] = 10,
+		["name"] = "Vainqueur des cryptes oubliées",
+		["Category"] = "Donjons",
+	},
+	[370] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les Champions des cryptes oubliées.",
+		["points"] = 50,
+		["name"] = "Conquérant des cryptes oubliées",
+		["Category"] = "Donjons",
+	},
+	[371] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez le Géant solitaire et ses mammouths enragés dans l'Antre du Lion.",
+		["points"] = 50,
+		["name"] = "Événement de groupe de l'Antre du lion",
+		["Category"] = "Donjons",
+	},
+	[372] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez le maître d'arène Grel et ses adeptes au réaume de Sanghin.",
+		["points"] = 50,
+		["name"] = "Événement de groupe de Sanghin",
+		["Category"] = "Donjons",
+	},
+	[373] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez trois des Champions dans l'Antre du lion.",
+		["points"] = 10,
+		["name"] = "Vainqueur de l'antre du lion",
+		["Category"] = "Donjons",
+	},
+	[374] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les Champions dans l'Antre du lion.",
+		["points"] = 50,
+		["name"] = "Conquérant de l'antre du lion",
+		["Category"] = "Donjons",
+	},
+	[375] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez trois des Champions dans la Nécropole.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la Nécropole",
+		["Category"] = "Donjons",
+	},
+	[376] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les Champions dans la Nécropole.",
+		["points"] = 50,
+		["name"] = "Conquérant de la Nécropole",
+		["Category"] = "Donjons",
+	},
+	[377] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez trois des Champions dans la Cicatrice obsidienne.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la cicatrice obsidienne",
+		["Category"] = "Donjons",
+	},
+	[378] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les Champions dans la Cicatrice obsidienne.",
+		["points"] = 50,
+		["name"] = "Conquérant de la cicatrice obsidienne",
+		["Category"] = "Donjons",
+	},
+	[379] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Détruisez les âmes spectrales pour invoquer puis tuer Ghyslain dans le bois du corbeau.",
+		["points"] = 50,
+		["name"] = "Événement de groupe du bois du corbeau",
+		["Category"] = "Donjons",
+	},
+	[380] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez la mère serpent géante dans le sanctuaire du Malandrin.",
+		["points"] = 50,
+		["name"] = "Événement de groupe du malandrin",
+		["Category"] = "Donjons",
+	},
+	[381] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Reynir le destructeur et ses sbires dans la Nécropole.",
+		["points"] = 50,
+		["name"] = "Événement de groupe de la Nécropole",
+		["Category"] = "Donjons",
+	},
+	[382] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez l'ours géant, Graucroc, au panorama de la côte.",
+		["points"] = 5,
+		["name"] = "Chasseur de Graucroc",
+		["Category"] = "Exploration",
+	},
+	[383] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le suturé, Meurtrisseur, au surplomb ouest.",
+		["points"] = 5,
+		["name"] = "Tueur de Meurtrisseur",
+		["Category"] = "Exploration",
+	},
+	[384] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuez le loup-garou, Salazar le Loup, au camp du loup.",
+		["points"] = 5,
+		["name"] = "Fléau des loups-garous",
+		["Category"] = "Exploration",
+	},
+	[385] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le zombie de Sangrépine, Asard le putride, à la pointe de la côte nord.",
+		["points"] = 5,
+		["name"] = "Assassin d'Asard",
+		["Category"] = "Exploration",
+	},
+	[386] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le wamasu, Claquepiège, à l'anse de Claquepiège.",
+		["points"] = 5,
+		["name"] = "Traqueur de Claquepiège",
+		["Category"] = "Exploration",
+	},
+	[387] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le nécromancien, Grivier Mandesang, à l'île de la Lancefeu.",
+		["points"] = 5,
+		["name"] = "Ruines du mande-sang",
+		["Category"] = "Exploration",
+	},
+	[388] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Éradiquez l'infestation de kwamas et tuez les gardiens des kwamas dans les cryptes oubliées.",
+		["points"] = 50,
+		["name"] = "Événement de groupe des cryptes oubliées",
+		["Category"] = "Donjons",
+	},
+	[389] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez trois des Champions dans la ravine du Chicot.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la ravine du Chicot",
+		["Category"] = "Donjons",
+	},
+	[390] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les Champions dans la ravine du Chicot.",
+		["points"] = 50,
+		["name"] = "Conquérant de la ravine du Chicot",
+		["Category"] = "Donjons",
+	},
+	[391] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Quintus Verres, Tremblécaille et le conseil du gardien à Volenfell.",
+		["points"] = 10,
+		["name"] = "Vainqueur de Volenfell",
+		["Category"] = "Donjons",
+	},
+	[393] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez la meute, la maîtresse des Fauves et la reine de lave.",
+		["points"] = 10,
+		["name"] = "Vainqueur du Creuset béni",
+		["Category"] = "Donjons",
+	},
+	[395] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez trois des Champions dans la cité perdue des Na-Totambu.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la cité perdue",
+		["Category"] = "Donjons",
+	},
+	[396] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les Champions dans la cité perdue des Na-Totambu.",
+		["points"] = 50,
+		["name"] = "Conquérant de la Cité perdue",
+		["Category"] = "Donjons",
+	},
+	[397] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes des Éboulis.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes des Éboulis",
+		["Category"] = "Personnage",
+	},
+	[398] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 3 éclats célestes de Morneroc.",
+		["points"] = 5,
+		["name"] = "Chasseur d'éclats célestes de Morneroc",
+		["Category"] = "Personnage",
+	},
+	[399] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Pince-de-titan le vasard à la plage du vasard.",
+		["points"] = 5,
+		["name"] = "Briseur Pince-de-titan",
+		["Category"] = "Exploration",
+	},
+	[400] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez la Vieille Veuve Soie et les araignées tisse-sang au Nid des araignées.",
+		["points"] = 5,
+		["name"] = "Tueur d'araignées",
+		["Category"] = "Exploration",
+	},
+	[401] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez la reine de la couvée dreugh dans les eaux des dreughs.",
+		["points"] = 5,
+		["name"] = "Destructeur de la reine de la couvée",
+		["Category"] = "Exploration",
+	},
+	[402] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le daedroth Gar Xuu Gar et ses sbires à la Ferme abandonnée.",
+		["points"] = 5,
+		["name"] = "Fléau de Gar Xuu Gar",
+		["Category"] = "Exploration",
+	},
+	[403] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez l'ogre appelé Cousin Scrag au garde-manger de Scrag.",
+		["points"] = 5,
+		["name"] = "Bourreau de Cousin Scrag",
+		["Category"] = "Exploration",
+	},
+	[404] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Zymel Kyruz, l'atronach de foudre.",
+		["points"] = 5,
+		["name"] = "Contrôle de Kruz",
+		["Category"] = "Exploration",
+	},
+	[405] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 3 éclats célestes de Bal Foyen.",
+		["points"] = 5,
+		["name"] = "Chasseur d'éclats célestes de Bal Foyen",
+		["Category"] = "Personnage",
+	},
+	[406] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Sautez depuis le nez du Géant éploré.",
+		["points"] = 5,
+		["name"] = "Plongeur en piqué",
+		["Category"] = "Exploration",
+	},
+	[407] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 3 éclats célestes de Stros M'Kai.",
+		["points"] = 5,
+		["name"] = "Chasseur d'éclats célestes de Stros M'Kai",
+		["Category"] = "Personnage",
+	},
+	[408] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 3 éclats célestes de Betnikh.",
+		["points"] = 5,
+		["name"] = "Chasseur d'éclats célestes de Betnikh",
+		["Category"] = "Personnage",
+	},
+	[409] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes de Glénumbrie.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes de Glénumbrie",
+		["Category"] = "Personnage",
+	},
+	[410] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Atarus, la mère de la volière et le capitaine Cœurnoir au havre de Cœurnoir.",
+		["points"] = 10,
+		["name"] = "Vainqueur du Havre de Cœurnoir",
+		["Category"] = "Donjons",
+	},
+	[412] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les ruines de Santaki.",
+		["points"] = 10,
+		["name"] = "Explorateur de Santaki",
+		["Category"] = "Exploration",
+	},
+	[413] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six cavernes du désert d'Alik'r.",
+		["points"] = 15,
+		["name"] = "Spéléologue du désert d'Alik'r",
+		["Category"] = "Exploration",
+	},
+	[414] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la mine du chagrin de Divad.",
+		["points"] = 10,
+		["name"] = "Explorateur de la mine du chagrin de Divad",
+		["Category"] = "Exploration",
+	},
+	[415] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Recrutez les trois célèbres corsaires de Stros M'Kai.",
+		["points"] = 10,
+		["name"] = "Célèbre recruteur",
+		["Category"] = "Quêtes",
+	},
+	[416] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les ruines d'Aldunz.",
+		["points"] = 10,
+		["name"] = "Explorateur des ruines d'Aldunz",
+		["Category"] = "Exploration",
+	},
+	[417] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Longuegriffe, Pelsanie et Sélène dans la toile de Sélène.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la Toile de Sélène",
+		["Category"] = "Donjons",
+	},
+	[419] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les excavations de Froideroche.",
+		["points"] = 10,
+		["name"] = "Explorateur des excavations de Froideroche",
+		["Category"] = "Exploration",
+	},
+	[420] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la mine des Décapés.",
+		["points"] = 10,
+		["name"] = "Explorateur de la mine des Décapés",
+		["Category"] = "Exploration",
+	},
+	[421] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le golem de sang, le fantôme de Praxin et Vorenor Nédhiver dans Tressefuseau Vétéran II.",
+		["points"] = 10,
+		["name"] = "Conquérant de Tressefuseau II",
+		["Category"] = "Donjons vétéran",
+	},
+	[423] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les ruines d'Yldzuun.",
+		["points"] = 10,
+		["name"] = "Explorateur des ruines d'Yldzuun",
+		["Category"] = "Exploration",
+	},
+	[424] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six cavernes d'Estemarche.",
+		["points"] = 15,
+		["name"] = "Spéléologue d'Estemarche",
+		["Category"] = "Exploration",
+	},
+	[425] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez les créatures végétales souillées dans la fosse de la litanie, dans la marche de la Camarde.",
+		["points"] = 5,
+		["name"] = "Déforesteur de la litanie",
+		["Category"] = "Exploration",
+	},
+	[426] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez l'ogre Ozur le dur dans la Vallée d'Ozur le dur.",
+		["points"] = 5,
+		["name"] = "Fléau d'Ozur le gros",
+		["Category"] = "Exploration",
+	},
+	[427] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez la reine des Trois Pitiés et son entourage aux chutes des danseurs d'eau, dans la marche de la Camarde.",
+		["points"] = 5,
+		["name"] = "Euthanasiator",
+		["Category"] = "Exploration",
+	},
+	[428] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le mandetombe Niramo et sa fille sombre Varien à l'Henge de la Camarde.",
+		["points"] = 5,
+		["name"] = "Destin du Mande-tombe",
+		["Category"] = "Exploration",
+	},
+	[429] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le daedroth Ysolmarr le bûcher errant près des quais de la vieille S'ren-ja, dans la marche de la Camarde.",
+		["points"] = 5,
+		["name"] = "Ruine d'Ysolmarr",
+		["Category"] = "Exploration",
+	},
+	[430] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le seigneur vampire Nur-dro au repos d'Ushmal, dans la marche de la Camarde.",
+		["points"] = 5,
+		["name"] = "Chute de Nur-dro",
+		["Category"] = "Exploration",
+	},
+	[431] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 6 éclats célestes du perchoir de Khenarthi.",
+		["points"] = 5,
+		["name"] = "Chasseur d'éclats célestes de Khenarthi",
+		["Category"] = "Personnage",
+	},
+	[432] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz Aba-Loria.",
+		["points"] = 10,
+		["name"] = "Explorateur d'Aba-Loria",
+		["Category"] = "Exploration",
+	},
+	[433] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la grotte de la dépravation.",
+		["points"] = 10,
+		["name"] = "Explorateur de la grotte de la dépravation",
+		["Category"] = "Exploration",
+	},
+	[434] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la grotte aux trophées.",
+		["points"] = 10,
+		["name"] = "Explorateur de la grotte aux trophées",
+		["Category"] = "Exploration",
+	},
+	[435] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la crypte d'Haman Forgefeu.",
+		["points"] = 10,
+		["name"] = "Explorateur de la crypte de Forgefeu",
+		["Category"] = "Exploration",
+	},
+	[436] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la tombe de Mal Sorra.",
+		["points"] = 10,
+		["name"] = "Explorateur du tombeau de Mal Sorra",
+		["Category"] = "Exploration",
+	},
+	[437] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la gorge plaintive.",
+		["points"] = 10,
+		["name"] = "Explorateur de la gorge plaintive",
+		["Category"] = "Exploration",
+	},
+	[438] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six cavernes de Havreglace.",
+		["points"] = 15,
+		["name"] = "Spéléologue de Havreglace",
+		["Category"] = "Exploration",
+	},
+	[439] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez la daedroth Sthorha la folle à Aba-Darre.",
+		["points"] = 5,
+		["name"] = "Destin de Sthorha",
+		["Category"] = "Exploration",
+	},
+	[440] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le spectre de glace, Duriatundur, au champ du massacre de Durantundur.",
+		["points"] = 5,
+		["name"] = "Chasseur de spectre de glace",
+		["Category"] = "Exploration",
+	},
+	[441] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez l'antique centurion dwemer, Zemarek-thul, au creux de Zemarek.",
+		["points"] = 5,
+		["name"] = "Ruine du Centurion",
+		["Category"] = "Exploration",
+	},
+	[442] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez les trois Daedra, Nolagha, Keggagiha et Rsolignah, au garde-manger des daedroth.",
+		["points"] = 5,
+		["name"] = "Chasseur de trio de Daedroth",
+		["Category"] = "Exploration",
+	},
+	[443] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le nécromancien Drémora, Brolsgerbwd, à la cour des revenants.",
+		["points"] = 5,
+		["name"] = "Fléau de Brolsgerbwd",
+		["Category"] = "Exploration",
+	},
+	[444] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le moissonneur, Cynhamoth, au bosquet de Cynhamoth.",
+		["points"] = 5,
+		["name"] = "Fin de Cynhamoth",
+		["Category"] = "Exploration",
+	},
+	[445] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez les hordes de morts-vivants d'Hergor le Déchu à la chute des Rulanyil.",
+		["points"] = 50,
+		["name"] = "Événement de groupe de la chute des Rulanyil",
+		["Category"] = "Donjons",
+	},
+	[446] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Mortin le fou, l'Engeance de sang, Praxin Douare, le trio d'atronachs de chair, Urvan Veleth, et Vorénor Nédhiver dans Tressefuseau Vétéran II moins de vingt minutes après avoir commencé le donjon. Le chronomètre s'engage lorsque les joueurs attaquent le premier groupe de guerriers asservis.",
+		["points"] = 50,
+		["name"] = "Assassin de Tressefusau II",
+		["Category"] = "Donjons vétéran",
+	},
+	[448] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Vorenor Nédhiver dans Tressefuseau Vétéran II sans tuer une seule des victimes innocentes détenues dans son repaire.",
+		["points"] = 50,
+		["name"] = "Héroïsme et compassion",
+		["Category"] = "Donjons vétéran",
+	},
+	[449] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Dans le Cachot interdit Vétéran II, vainquez les gardiens Imiril, Areldur, et Voranil, ainsi que la Gueule de l'infernal et les sœurs Sihna et Véra, le tout avant de vaincre le haut-patriarche Rilis moins de vingt minutes après avoir commencé le donjon. Le compte à rebours s'enclenche quand les joueurs affrontent le premier groupe de squelettes.",
+		["points"] = 50,
+		["name"] = "Assassin du Cachot interdit II",
+		["Category"] = "Donjons vétéran",
+	},
+	[451] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Dans le Cachot interdit Vétéran II, vainquez le haut patriarche Rilis alors que trois daedroth ou plus sont encore en vie.",
+		["points"] = 50,
+		["name"] = "Marche implacable",
+		["Category"] = "Donjons vétéran",
+	},
+	[452] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six cavernes de la marche de la Camarde.",
+		["points"] = 15,
+		["name"] = "Spéléologue de la marche de la Camarde",
+		["Category"] = "Exploration",
+	},
+	[453] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la galerie de Kuna.",
+		["points"] = 10,
+		["name"] = "Explorateur de la galerie de Kuna",
+		["Category"] = "Exploration",
+	},
+	[454] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le cairn de Thibaut.",
+		["points"] = 10,
+		["name"] = "Explorateur du cairn de Thibaut",
+		["Category"] = "Exploration",
+	},
+	[455] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne du Vent gémissant.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne du Vent gémissant",
+		["Category"] = "Exploration",
+	},
+	[456] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz Coup de griffe.",
+		["points"] = 10,
+		["name"] = "Explorateur du coup de griffe",
+		["Category"] = "Exploration",
+	},
+	[457] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la folie de Fardir.",
+		["points"] = 10,
+		["name"] = "Explorateur de la folie de Fardir",
+		["Category"] = "Exploration",
+	},
+	[458] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la lumière de Jode.",
+		["points"] = 10,
+		["name"] = "Explorateur de la lumière de Jode",
+		["Category"] = "Exploration",
+	},
+	[459] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Racine noire, Fange-jour et Bogdan la Nocteflamme au Creuset des aînés II.",
+		["points"] = 10,
+		["name"] = "Conquérant du Creuset des aînés II",
+		["Category"] = "Donjons vétéran",
+	},
+	[460] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Dent-plate et ses gars à la crique écarlate.",
+		["points"] = 50,
+		["name"] = "Événement de groupe de la crique écarlate",
+		["Category"] = "Donjons",
+	},
+	[461] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Dubroze l'Infestateur, Racine noire, Azara la Terrifiante, Fange-jour, le garde d'ombre, et Bogdan la Nocteflamme dans le Creuset des aînés Vétéran II moins de vingt minutes après avoir commencé le donjon. Le chronomètre s'engage lorsque les joueurs attaquent le premier groupe de Daedra.",
+		["points"] = 50,
+		["name"] = "Assassin du Creuset des aînés II",
+		["Category"] = "Donjons vétéran",
+	},
+	[463] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Bogdan la Nocteflamme après avoir lu l'opus de Tourment dans le Creuset des aînés Vétéran II.",
+		["points"] = 50,
+		["name"] = "Le sujet est clos",
+		["Category"] = "Donjons vétéran",
+	},
+	[464] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le seigneur de ruche transmuté, Grobull le transmuté et le Gardien du moteur dans les cavernes d'Ombre-noire Vétéran II.",
+		["points"] = 10,
+		["name"] = "Conquérant des Cavernes d'Ombre-noire II",
+		["Category"] = "Donjons vétéran",
+	},
+	[465] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le contremaître déchu, le Seigneur de la ruche et ses scribs, les alits transmutés, Grobull le transmuté, l'armée devant Rkugamz, et la garnison et le Gardien du moteur dans les cavernes d'Ombre-noire Vétéran II moins de vingt minutes après avoir commencé le donjon. Le chronomètre s'engage lorsque les joueurs attaquent le premier groupe de kwamas.",
+		["points"] = 50,
+		["name"] = "Assassin des cavernes d'Ombre-noire II",
+		["Category"] = "Donjons vétéran",
+	},
+	[467] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le Gardien du moteur dans les cavernes d'Ombre-noire Vétéran II sans qu'un membre de votre groupe active un levier du moteur.",
+		["points"] = 50,
+		["name"] = "Ingénierie de mort",
+		["Category"] = "Donjons vétéran",
+	},
+	[468] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Détruisez Sangracine et ses gardiens à la ravine du Chicot.",
+		["points"] = 50,
+		["name"] = "Événement de groupe de la ravine du Chicot",
+		["Category"] = "Donjons",
+	},
+	[469] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez les maudites créations des expériences de glace de Graccus au presbytère infâme.",
+		["points"] = 50,
+		["name"] = "Événement de groupe du presbytère infâme",
+		["Category"] = "Donjons",
+	},
+	[470] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez l'Ossomancien et ses geôliers dans les ruines de Scinderacine.",
+		["points"] = 50,
+		["name"] = "Événement de groupe de Scinderacine",
+		["Category"] = "Donjons",
+	},
+	[471] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares de Glénumbrie.",
+		["points"] = 5,
+		["name"] = "Pêcheur de Glénumbrie",
+		["Category"] = "Exploration",
+	},
+	[472] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares de Havre-tempête.",
+		["points"] = 5,
+		["name"] = "Pêcheur de Havre-tempête",
+		["Category"] = "Exploration",
+	},
+	[473] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares de Fendretour.",
+		["points"] = 5,
+		["name"] = "Pêcheur de Fendretour",
+		["Category"] = "Exploration",
+	},
+	[474] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares dans le désert d'Alik'r.",
+		["points"] = 5,
+		["name"] = "Pêcheur du désert d'Alik'r",
+		["Category"] = "Exploration",
+	},
+	[475] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares de Bangkoraï.",
+		["points"] = 5,
+		["name"] = "Pêcheur de Bangkoraï",
+		["Category"] = "Exploration",
+	},
+	[476] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Terminez tous les succès de pêche de l'Alliance de Daguefilante",
+		["points"] = 10,
+		["name"] = "Pêcheur de l'Alliance",
+		["Category"] = "Exploration",
+	},
+	[477] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares des Éboulis.",
+		["points"] = 5,
+		["name"] = "Pêcheur des Éboulis",
+		["Category"] = "Exploration",
+	},
+	[478] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares de Deshaan.",
+		["points"] = 5,
+		["name"] = "Pêcheur de Deshaan",
+		["Category"] = "Exploration",
+	},
+	[479] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares de Fangeombre.",
+		["points"] = 5,
+		["name"] = "Pêcheur de Fangeombre",
+		["Category"] = "Exploration",
+	},
+	[480] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares d'Estemarche.",
+		["points"] = 5,
+		["name"] = "Pêcheur d'Estemarche",
+		["Category"] = "Exploration",
+	},
+	[481] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares de la Brèche.",
+		["points"] = 5,
+		["name"] = "Pêcheur de la Brèche",
+		["Category"] = "Exploration",
+	},
+	[482] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Terminez tous les succès de pêche du Pacte de Cœurébène.",
+		["points"] = 10,
+		["name"] = "Pêcheur du Pacte",
+		["Category"] = "Exploration",
+	},
+	[483] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares d'Auridia.",
+		["points"] = 5,
+		["name"] = "Pêcheur d'Auridia",
+		["Category"] = "Exploration",
+	},
+	[484] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares du bois de Graht.",
+		["points"] = 5,
+		["name"] = "Pêcheur du bois de Graht",
+		["Category"] = "Exploration",
+	},
+	[485] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares de Prasin.",
+		["points"] = 5,
+		["name"] = "Pêcheur de Prasin",
+		["Category"] = "Exploration",
+	},
+	[486] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares de Malabal Tor.",
+		["points"] = 5,
+		["name"] = "Pêcheur de Malabal Tor",
+		["Category"] = "Exploration",
+	},
+	[487] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares de la marche de la Camarde",
+		["points"] = 5,
+		["name"] = "Pêcheur de la marche de la Camarde",
+		["Category"] = "Exploration",
+	},
+	[488] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Terminez tous les succès de pêche du Domaine aldmeri.",
+		["points"] = 10,
+		["name"] = "Pêcheur du Domaine",
+		["Category"] = "Exploration",
+	},
+	[489] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares de Cyrodiil.",
+		["points"] = 10,
+		["name"] = "Pêcheur de Cyrodiil",
+		["Category"] = "Exploration",
+	},
+	[490] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares de Havreglace",
+		["points"] = 5,
+		["name"] = "Pêcheur de Havreglace",
+		["Category"] = "Exploration",
+	},
+	[491] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez un serranide éthéré dans les eaux de mer de Stros M'Kai.",
+		["points"] = 5,
+		["name"] = "Pêcheur de Stros M'Kai",
+		["Category"] = "Exploration",
+	},
+	[492] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez une raie pyandonéenne dans les eaux de mer du perchoir de Khenarthi.",
+		["points"] = 5,
+		["name"] = "Pêcheur du perchoir de Khenarthi",
+		["Category"] = "Exploration",
+	},
+	[493] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez une porme de la mer intérieure dans les eaux de mer de Morneroc.",
+		["points"] = 5,
+		["name"] = "Pêcheur de Morneroc",
+		["Category"] = "Exploration",
+	},
+	[494] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Terminez tous les succès de pèche.",
+		["points"] = 50,
+		["name"] = "Maître pêcheur",
+		["Category"] = "Exploration",
+	},
+	[495] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuer l'éventreur des dunes, Mère Sable, à la Caravane perdue.",
+		["points"] = 5,
+		["name"] = "Chute de l'éventreur des dunes",
+		["Category"] = "Exploration",
+	},
+	[496] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le géant, Papa Solitaire, au camp du géant.",
+		["points"] = 5,
+		["name"] = "Destin de Papa Solitaire",
+		["Category"] = "Exploration",
+	},
+	[497] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Tuer les Sœurs Harfreuses, Igazkad, Orochar et Ukha, au camp des harfreuses.",
+		["points"] = 5,
+		["name"] = "Renversement des Sœurs Harfreuses",
+		["Category"] = "Exploration",
+	},
+	[498] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Korignah le moissonneur dans la caverne des Cœurs abandonnés.",
+		["points"] = 5,
+		["name"] = "Fléau de Korignah",
+		["Category"] = "Exploration",
+	},
+	[499] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le Roi Momie au Repos du roi.",
+		["points"] = 5,
+		["name"] = "Meurtrier du Roi Momie",
+		["Category"] = "Exploration",
+	},
+	[500] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez la sainte dorée, Straada, au Cercle inférieur.",
+		["points"] = 5,
+		["name"] = "Tueur de Sainte",
+		["Category"] = "Exploration",
+	},
+	[510] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Protégez la cour du Roi-nature.",
+		["points"] = 5,
+		["name"] = "Éclaireur de la Cour",
+		["Category"] = "Quêtes",
+	},
+	[511] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Mettez fin à la menace que représente l'Héritage voilé à Prasin.",
+		["points"] = 5,
+		["name"] = "Par qui le Voile se lève",
+		["Category"] = "Quêtes",
+	},
+	[512] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Purifiez la corruption de Val-boisé.",
+		["points"] = 5,
+		["name"] = "Protecteur de Val-boisé",
+		["Category"] = "Quêtes",
+	},
+	[515] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes de Havre-tempête.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes de Havre-tempête",
+		["Category"] = "Personnage",
+	},
+	[516] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Vainquez Uwafa et reprenez la parade d'Anseï.",
+		["points"] = 5,
+		["name"] = "Ruine d'Uwafa",
+		["Category"] = "Quêtes",
+	},
+	[517] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Vainquez Alasan et réparer la parade d'Anseï.",
+		["points"] = 5,
+		["name"] = "Dévastation d'Alasan",
+		["Category"] = "Quêtes",
+	},
+	[518] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Vainquez la Main de Gloire et récupérez toutes les parades d'Anseï.",
+		["points"] = 5,
+		["name"] = "Héros d'Ash'abah",
+		["Category"] = "Quêtes",
+	},
+	[524] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Rassemblez toutes les Lumières de Méridia dans Havreglace.",
+		["points"] = 15,
+		["name"] = "Porte-flambeau de Méridia",
+		["Category"] = "Quêtes",
+	},
+	[525] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Empêchez les Maormers d'invoquer un ouragan pour détruire le perchoir de Khenarthi.",
+		["points"] = 10,
+		["name"] = "Fléau de l'invasion maormer",
+		["Category"] = "Quêtes",
+	},
+	[526] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Intervenez dans toutes les situations d'abus de skouma sur le perchoir de Khenarthi.",
+		["points"] = 5,
+		["name"] = "Le skouma, c'est de l'amer",
+		["Category"] = "Exploration",
+	},
+	[536] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Rendez le pouvoir à la matriarche à Arenthia.",
+		["points"] = 5,
+		["name"] = "Inaugurateur de la matriarche",
+		["Category"] = "Quêtes",
+	},
+	[537] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Liez la Crinière noire à sa prison sous Mont-la-lune.",
+		["points"] = 5,
+		["name"] = "Incarcérateur de la Crinière noire",
+		["Category"] = "Quêtes",
+	},
+	[538] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Suivez le sentier des deux Lunes avec la prochaine Crinière.",
+		["points"] = 5,
+		["name"] = "Arpenteur des deux Lunes",
+		["Category"] = "Quêtes",
+	},
+	[539] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le Cure-dents à trolls.",
+		["points"] = 10,
+		["name"] = "Explorateur du Cure-dents à trolls",
+		["Category"] = "Exploration",
+	},
+	[540] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le mépris de Torog.",
+		["points"] = 10,
+		["name"] = "Explorateur du Mépris de Torog",
+		["Category"] = "Exploration",
+	},
+	[541] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la crypte des exilés.",
+		["points"] = 10,
+		["name"] = "Explorateur de la Crypte des Exilés",
+		["Category"] = "Exploration",
+	},
+	[542] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le Guet viride.",
+		["points"] = 10,
+		["name"] = "Explorateur du Guet viride",
+		["Category"] = "Exploration",
+	},
+	[543] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le remblai des gravats.",
+		["points"] = 10,
+		["name"] = "Explorateur du Remblai des gravats",
+		["Category"] = "Exploration",
+	},
+	[544] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz Klathzgar.",
+		["points"] = 10,
+		["name"] = "Explorateur de Klathzgar",
+		["Category"] = "Exploration",
+	},
+	[545] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la Gueule de l'Infernal, la gardienne Imiril et le haut patriarche Rilis dans le Cachot interdit Vétéran II.",
+		["points"] = 10,
+		["name"] = "Conquérant du Cachot interdit II",
+		["Category"] = "Donjons vétéran",
+	},
+	[547] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes de Deshaan.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes de Deshaan",
+		["Category"] = "Personnage",
+	},
+	[548] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez Ozozzachar, le Titan préféré de Molag Bal.",
+		["points"] = 10,
+		["name"] = "Fléau d'Ozozzachar",
+		["Category"] = "Exploration",
+	},
+	[550] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la Souracine.",
+		["points"] = 10,
+		["name"] = "Explorateur de Souracine",
+		["Category"] = "Exploration",
+	},
+	[551] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez le Gardien infernal, le Gardien de l'autel et le Maître-rasoir Erthas dans la Cité des cendres I.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la Cité des cendres I",
+		["Category"] = "Donjons",
+	},
+	[553] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz Carac Dena.",
+		["points"] = 10,
+		["name"] = "Explorateur de Carac Dena",
+		["Category"] = "Exploration",
+	},
+	[554] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes de Fendretour.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes de Fendretour",
+		["Category"] = "Personnage",
+	},
+	[555] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la mine de Gurzag.",
+		["points"] = 10,
+		["name"] = "Explorateur de la mine de Gurzag.",
+		["Category"] = "Exploration",
+	},
+	[556] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes du désert d'Alik'r.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes du désert d'Alik'r",
+		["Category"] = "Personnage",
+	},
+	[557] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes de Bangkoraï.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes de Bangkoraï",
+		["Category"] = "Personnage",
+	},
+	[558] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la tanière de l'Haridelle.",
+		["points"] = 10,
+		["name"] = "Explorateur de la tanière de l'Harridelle",
+		["Category"] = "Exploration",
+	},
+	[559] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la tranchée du tertre.",
+		["points"] = 10,
+		["name"] = "Explorateur de la tranchée du tertre",
+		["Category"] = "Exploration",
+	},
+	[560] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le Béhémoth argonien, Gathongor l'Étripeur, au bourbier de Gathongor.",
+		["points"] = 5,
+		["name"] = "Chasseur de Gathongor l'Étripeur",
+		["Category"] = "Exploration",
+	},
+	[561] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez l'ogre Thodundor de la Colline, au panorama de Thodundor.",
+		["points"] = 5,
+		["name"] = "Roi de la Colline",
+		["Category"] = "Exploration",
+	},
+	[562] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez l'Elfe des mers, Jahlasri, et ses compagnons maormers au campement maormer.",
+		["points"] = 5,
+		["name"] = "Chagrin de l'Elfe des mers",
+		["Category"] = "Exploration",
+	},
+	[563] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le suturé appelé Cœur d'Aigueracine, à la source d'Aigueracine.",
+		["points"] = 5,
+		["name"] = "Trépas d'Aigueracine",
+		["Category"] = "Exploration",
+	},
+	[564] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez l'Argonien Maheelius et son groupe d'espions au camp de reconnaissance.",
+		["points"] = 5,
+		["name"] = "Anti-espion",
+		["Category"] = "Exploration",
+	},
+	[565] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez l'atronach de foudre Zymel Etitan, à Pelda Tarn.",
+		["points"] = 5,
+		["name"] = "Traqueur de Zymel",
+		["Category"] = "Exploration",
+	},
+	[567] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz Naril Nagaia.",
+		["points"] = 10,
+		["name"] = "Explorateur de Naril Nagaia",
+		["Category"] = "Exploration",
+	},
+	[568] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six cavernes de Prasin.",
+		["points"] = 15,
+		["name"] = "Spéléologue de Prasin",
+		["Category"] = "Exploration",
+	},
+	[570] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Ulguna Clive-âme, Grothdarr, Iskra le Présage et l'Architecte fou dans les chambres de la folie.",
+		["points"] = 10,
+		["name"] = "Vainqueur des Chambres de la folie",
+		["Category"] = "Donjons",
+	},
+	[572] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six cavernes du bois de Graht.",
+		["points"] = 15,
+		["name"] = "Spéléologue du bois de Graht",
+		["Category"] = "Exploration",
+	},
+	[573] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz Ne Salas.",
+		["points"] = 10,
+		["name"] = "Explorateur de Ne Salas",
+		["Category"] = "Exploration",
+	},
+	[574] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la fosse aux grattements.",
+		["points"] = 10,
+		["name"] = "Explorateur de la fosse aux grattements",
+		["Category"] = "Exploration",
+	},
+	[575] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne de Roncemort.",
+		["points"] = 10,
+		["name"] = "Explorateur la caverne de Roncemort",
+		["Category"] = "Exploration",
+	},
+	[576] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la mine à kwamas de Boguerave.",
+		["points"] = 10,
+		["name"] = "Explorateur de la mine à kwamas de Boguerave",
+		["Category"] = "Exploration",
+	},
+	[577] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les profondeurs de Verracine.",
+		["points"] = 10,
+		["name"] = "Explorateur des profondeurs de Verracine",
+		["Category"] = "Exploration",
+	},
+	[578] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la mine de Mobar.",
+		["points"] = 10,
+		["name"] = "Explorateur de la mine de Mobar",
+		["Category"] = "Exploration",
+	},
+	[579] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez toutes les Ancres noires dans les territoires du Domaine aldmeri.",
+		["points"] = 15,
+		["name"] = "Briseur d'Ancres du Domaine",
+		["Category"] = "Exploration",
+	},
+	[584] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez toutes les Ancres noires dans les territoires de l'Alliance de Daguefilante.",
+		["points"] = 15,
+		["name"] = "Briseur d'Ancres de l'Alliance",
+		["Category"] = "Exploration",
+	},
+	[585] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez toutes les Ancres noires dans les territoires du Pacte de Cœurébène.",
+		["points"] = 15,
+		["name"] = "Briseur d'Ancres du Pacte",
+		["Category"] = "Exploration",
+	},
+	[586] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez toutes les Ancres noires dans les terres contestées de Cyrodiil.",
+		["points"] = 15,
+		["name"] = "Briseur d'Ancres impériales",
+		["Category"] = "Exploration",
+	},
+	[587] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez toutes les Ancres noires de Tamriel.",
+		["points"] = 50,
+		["name"] = "Levez l'Ancre",
+		["Category"] = "Exploration",
+	},
+	[589] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Tuez Reezal-Jul au camp Tamrith et sauvez les réfugiés de Crêtombre.",
+		["points"] = 5,
+		["name"] = "Héros de la maison Tamrith",
+		["Category"] = "Quêtes",
+	},
+	[590] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Tuez dame Lléraya Montclair à Pointe-Nord et libérez la ville du baron Dorell.",
+		["points"] = 5,
+		["name"] = "Héros de la maison Dorell",
+		["Category"] = "Quêtes",
+	},
+	[591] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Tuez le baron Wylon Montclair et détruisez le Vestige obscur à Morteroche pour sauver Fendretour.",
+		["points"] = 5,
+		["name"] = "Épée de Corbeguet",
+		["Category"] = "Quêtes",
+	},
+	[593] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 59 quêtes aux Éboulis.",
+		["points"] = 50,
+		["name"] = "Aventurier des Éboulis",
+		["Category"] = "Quêtes",
+	},
+	[595] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 55 quêtes à Deshaan.",
+		["points"] = 50,
+		["name"] = "Aventurier de Deshaan",
+		["Category"] = "Quêtes",
+	},
+	[596] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 51 quêtes à Fangeombre.",
+		["points"] = 50,
+		["name"] = "Aventurier de Fangeombre",
+		["Category"] = "Quêtes",
+	},
+	[597] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Tuez Lob l'équarrisseur et aidez les géants dans l'arène de Berceroc.",
+		["points"] = 5,
+		["name"] = "Ami des géants",
+		["Category"] = "Quêtes",
+	},
+	[598] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Sauvez Jorunn le Roi-scalde à la tour d'Arquebrumes.",
+		["points"] = 5,
+		["name"] = "Salut du Roi-scalde",
+		["Category"] = "Quêtes",
+	},
+	[599] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Vainquez Fildgor thane-Orque à Skuldafn et gagnez le titre de Flèche de Jorunn le Roi-scalde.",
+		["points"] = 5,
+		["name"] = "Flèche du Roi-scalde",
+		["Category"] = "Quêtes",
+	},
+	[600] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 43 quêtes en Estemarche.",
+		["points"] = 50,
+		["name"] = "Aventurier d'Estemarche",
+		["Category"] = "Quêtes",
+	},
+	[602] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 45 quêtes à la marche de la Camarde.",
+		["points"] = 50,
+		["name"] = "Aventurier de la marche de la Camarde",
+		["Category"] = "Quêtes",
+	},
+	[603] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 61 quêtes dans la Brèche.",
+		["points"] = 50,
+		["name"] = "Aventurier de la Brèche",
+		["Category"] = "Quêtes",
+	},
+	[604] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 37 quêtes à Auridia.",
+		["points"] = 50,
+		["name"] = "Aventurier d'Auridia",
+		["Category"] = "Quêtes",
+	},
+	[605] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Libérez Pointe-Sud de l'influence du prince Daedra Shéogorath.",
+		["points"] = 5,
+		["name"] = "Sauveur de Pointe-Sud",
+		["Category"] = "Quêtes",
+	},
+	[606] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Vous avez récupéré le Cœur d'Anumaril dans le reliquaire des étoiles.",
+		["points"] = 5,
+		["name"] = "Récupérateur du reliquaire",
+		["Category"] = "Quêtes",
+	},
+	[607] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Libérez Nairume de sa prison et récupérez le manteau de Rajhin.",
+		["points"] = 5,
+		["name"] = "Héros de Falinesti",
+		["Category"] = "Quêtes",
+	},
+	[608] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 38 quêtes au bois de Graht.",
+		["points"] = 50,
+		["name"] = "Aventurier du bois de Graht",
+		["Category"] = "Quêtes",
+	},
+	[610] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 40 quêtes à Prasin.",
+		["points"] = 50,
+		["name"] = "Aventurier de Prasin",
+		["Category"] = "Quêtes",
+	},
+	[611] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 40 quêtes à Malabal Tor.",
+		["points"] = 50,
+		["name"] = "Aventurier de Malabal Tor",
+		["Category"] = "Quêtes",
+	},
+	[612] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Sauvez le dernier roi ayléide, Laloriaran Dynar, des Oubliettes obscures.",
+		["points"] = 5,
+		["name"] = "Lumière du roi ayléide",
+		["Category"] = "Quêtes",
+	},
+	[613] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Sauvez le grand mage, Vanus Galérion, et aidez-le à détruire le Grand Fer de Molag Bal.",
+		["points"] = 5,
+		["name"] = "Gardien du Grand Mage",
+		["Category"] = "Quêtes",
+	},
+	[614] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Empêchez la Coalescence et déjouez le plan de conquête de Molag Bal sur l'Escalier infini.",
+		["points"] = 5,
+		["name"] = "Séparateur",
+		["Category"] = "Quêtes",
+	},
+	[616] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez 29 quêtes à Havreglace",
+		["points"] = 50,
+		["name"] = "Aventurier de Havreglace",
+		["Category"] = "Quêtes",
+	},
+	[617] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez les succès de quête du Pacte de Cœurébène.",
+		["points"] = 50,
+		["name"] = "Héros du Pacte de Cœurébène",
+		["Category"] = "Quêtes",
+	},
+	[618] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez tous les succès de quête du Domaine aldmeri.",
+		["points"] = 50,
+		["name"] = "Héros du Domaine aldmeri",
+		["Category"] = "Quêtes",
+	},
+	[619] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez 50 Ancres noires de Havreglace.",
+		["points"] = 10,
+		["name"] = "Démolisseur d'Ancres",
+		["Category"] = "Exploration",
+	},
+	[620] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez 100 Ancres noires de Havreglace.",
+		["points"] = 15,
+		["name"] = "Décimateur d'Ancres",
+		["Category"] = "Exploration",
+	},
+	[621] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Détruisez 250 Ancres noires de Havreglace.",
+		["points"] = 50,
+		["name"] = "Dévastateur d'Ancres",
+		["Category"] = "Exploration",
+	},
+	[622] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Accomplissez les succès d'exploration des cavernes du Domaine aldmeri.",
+		["points"] = 50,
+		["name"] = "Spéléologue du Domaine",
+		["Category"] = "Exploration",
+	},
+	[625] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Accomplissez les succès d'exploration des cavernes de l'Alliance de Daguefilante.",
+		["points"] = 50,
+		["name"] = "Spéléologue de l'Alliance",
+		["Category"] = "Exploration",
+	},
+	[626] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Accomplissez les succès d'exploration des cavernes du Pacte de Cœurébène.",
+		["points"] = 50,
+		["name"] = "Spéléologue du Pacte",
+		["Category"] = "Exploration",
+	},
+	[627] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Accomplissez tous les succès d'exploration des cavernes de Tamriel.",
+		["points"] = 50,
+		["name"] = "Maître spéléologue de Tamriel",
+		["Category"] = "Exploration",
+	},
+	[628] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez tous les succès de quêtes de Tamriel.",
+		["points"] = 50,
+		["name"] = "Aventurier expert de Tamriel",
+		["Category"] = "Quêtes",
+	},
+	[678] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Malubeth le Faucheur, Garron le Ressuscité et Varaine et Allène Pellingare dans les égouts d'Haltevoie Vétéran II.",
+		["points"] = 10,
+		["name"] = "Conquérant des égouts d'Haltevoie II",
+		["Category"] = "Donjons vétéran",
+	},
+	[679] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Malubeth le Faucheur, Fauche-crânes, Uulgarg le Revenu, l'Oublié, et les jumeaux Pellingare dans les Égouts d'Haltevoie Vétéran II moins de vingt minutes après avoir commencé le donjon. Le chronomètre s'engage lorsque les joueurs attaquent le premier nécromancien.",
+		["points"] = 50,
+		["name"] = "Assassin des égouts d'Haltevoie II",
+		["Category"] = "Donjons vétéran",
+	},
+	[681] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 15 zombies pendant le combat contre Allène et Varaine Pellingare avant de vaincre les jumeaux eux-mêmes dans les égouts d'Haltevoie Vétéran II.",
+		["points"] = 50,
+		["name"] = "Tueur de goules Pellingare",
+		["Category"] = "Donjons vétéran",
+	},
+	[682] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes du bois de Graht.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes du bois de Graht",
+		["Category"] = "Personnage",
+	},
+	[683] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes de Prasin.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes de Prasin",
+		["Category"] = "Personnage",
+	},
+	[684] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes de Malabal Tor.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes de Malabal Tor",
+		["Category"] = "Personnage",
+	},
+	[685] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes de la marche de la Camarde.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes de la marche de la camarade",
+		["Category"] = "Personnage",
+	},
+	[686] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes de Havreglace.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes de Havreglace",
+		["Category"] = "Personnage",
+	},
+	[687] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes de Fangeombre.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes de Fangeombre",
+		["Category"] = "Personnage",
+	},
+	[688] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes d'Estemarche.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes d'Estemarche",
+		["Category"] = "Personnage",
+	},
+	[689] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes de la Brèche.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes de la Brèche",
+		["Category"] = "Personnage",
+	},
+	[691] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Tuez 100 ennemis nommés dans des donjons.",
+		["points"] = 10,
+		["name"] = "Maître des donjons",
+		["Category"] = "Donjons",
+	},
+	[692] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 15 éclats célestes dans le territoire du Pacte de Cœurébène à Cyrodiil.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes du Pacte d'ébène à Cyrodiil",
+		["Category"] = "Personnage",
+	},
+	[693] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 15 éclats célestes dans le territoire de l'Alliance de Daguefilante à Cyrodiil.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes de l'Alliance de Daguefilante à Cyrodiil",
+		["Category"] = "Personnage",
+	},
+	[694] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 15 éclats célestes dans le territoire du Domaine aldmeri à Cyrodiil.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes aldmeri à Cyrodiil",
+		["Category"] = "Personnage",
+	},
+	[695] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 16 éclats célestes d'Auridia.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes d'Auridia",
+		["Category"] = "Personnage",
+	},
+	[696] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez le Chasseur orque fou Shagura au Henge d'Hircine.",
+		["points"] = 5,
+		["name"] = "Destin de Shagura",
+		["Category"] = "Exploration",
+	},
+	[697] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez la tigresse-senche Nindaeril la Mousson au sommet du perchoir de Nindaeril.",
+		["points"] = 5,
+		["name"] = "Maraudeur de la Mousson",
+		["Category"] = "Exploration",
+	},
+	[698] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez la Néréide dame Consoline au marais de dame Consoline.",
+		["points"] = 5,
+		["name"] = "Cogneur d'eau",
+		["Category"] = "Exploration",
+	},
+	[699] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez Otho Rufinus, le maître des braconniers, au camp du braconnier.",
+		["points"] = 5,
+		["name"] = "Garde-chasse",
+		["Category"] = "Exploration",
+	},
+	[700] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez l'atronach de chair géant Thugrub le Réformé, dans la caverne de Thugrub.",
+		["points"] = 5,
+		["name"] = "Dissecteur de Thugrub le Réformé",
+		["Category"] = "Exploration",
+	},
+	[701] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Vainquez la liche Valanir le Troublé au Repos de Valanir.",
+		["points"] = 5,
+		["name"] = "Fléau de Valanir le Troublé",
+		["Category"] = "Exploration",
+	},
+	[702] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Terminez la suite de quêtes de la guilde des mages.",
+		["points"] = 50,
+		["name"] = "Archimage",
+		["Category"] = "Personnage",
+	},
+	[703] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Terminez la suite de quêtes de la guilde des guerriers.",
+		["points"] = 50,
+		["name"] = "Vétéran de la guilde des guerriers",
+		["Category"] = "Personnage",
+	},
+	[704] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Payez un verre à vos compagnons Indomptables à chaque réunion.",
+		["points"] = 15,
+		["name"] = "C'est ma tournée.",
+		["Category"] = "Personnage",
+	},
+	[705] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Grand maréchal dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Grand maréchal de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[706] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez le grade de Premier sergent dans la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Premier sergent de la guerre d'Alliances",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[707] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Résolvez l'énigme des Gardiens dans la cité perdue des Na-Totambu.",
+		["points"] = 50,
+		["name"] = "Événement de groupe des Na-Totambu",
+		["Category"] = "Donjons",
+	},
+	[708] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez l'atronach de chair à la roue de Razak.",
+		["points"] = 50,
+		["name"] = "Événement de groupe de la roue de Razak",
+		["Category"] = "Donjons",
+	},
+	[709] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Tuez 1 000 ennemis nommés dans des donjons.",
+		["points"] = 50,
+		["name"] = "Seigneur des donjons",
+		["Category"] = "Donjons",
+	},
+	[710] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez 1 000 ennemis dans des donjons.",
+		["points"] = 10,
+		["name"] = "Maraudeur des donjons",
+		["Category"] = "Donjons",
+	},
+	[711] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez 10 000 ennemis dans des donjons.",
+		["points"] = 50,
+		["name"] = "Annihilateur des donjons",
+		["Category"] = "Donjons",
+	},
+	[713] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez l'Orque Zilbash le Trompeur, à la cicatrice obsidienne.",
+		["points"] = 50,
+		["name"] = "Événement de groupe de la cicatrice obsidienne",
+		["Category"] = "Donjons",
+	},
+	[714] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez l'Éternel aux ruines de l'Esquille.",
+		["points"] = 50,
+		["name"] = "Événement de groupe des ruines de l'Esquille",
+		["Category"] = "Donjons",
+	},
+	[716] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Aidez à soulager les tensions culturelles et réconciliez les alliés dans le bois de Graht.",
+		["points"] = 5,
+		["name"] = "Pacificateur",
+		["Category"] = "Exploration",
+	},
+	[717] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez 10 Lames noires ennemis.",
+		["points"] = 10,
+		["name"] = "Fléau des Lames noires",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[718] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Vainquez 100 ennemis rougegardes dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Fléau des Rougegardes",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[719] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Vainquez 100 ennemis orques dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Fléau des Orques",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[720] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Vainquez 100 ennemis dunmers dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Fléau des Elfes noirs",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[721] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Vainquez 100 ennemis nordiques dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Fléau des Nordiques",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[722] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Vainquez 100 ennemis argoniens dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Fléau des Argoniens",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[723] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Vainquez 100 ennemis bosmers dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Fléau des Bosmers",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[724] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Vainquez 100 ennemis altmers dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Fléau des Altmers",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[725] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Vainquez 100 ennemis khajiits dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Fléau des Khajiits",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[726] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Vainquez 100 ennemis impériaux dans la guerre d'Alliances ou les Champs de bataille.",
+		["points"] = 10,
+		["name"] = "Fléau des Impériaux",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[727] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 12 éclats célestes du bas Raidelorn.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes du bas Raidelorn",
+		["Category"] = "Personnage",
+	},
+	[730] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne du Crin-de-Sang.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne Crin-de-Sang",
+		["Category"] = "Exploration",
+	},
+	[731] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne de l'À-pic.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne de l'À-pic",
+		["Category"] = "Exploration",
+	},
+	[732] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne de Paillenote.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne de Paillenote",
+		["Category"] = "Exploration",
+	},
+	[733] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne de Nisin.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne de Nisin",
+		["Category"] = "Exploration",
+	},
+	[734] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les cavernes criblées.",
+		["points"] = 10,
+		["name"] = "Explorateur des cavernes criblées.",
+		["Category"] = "Exploration",
+	},
+	[735] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le Creux du serpent.",
+		["points"] = 10,
+		["name"] = "Explorateur du creux du serpent",
+		["Category"] = "Exploration",
+	},
+	[736] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne de Cappière.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne de Capierre",
+		["Category"] = "Exploration",
+	},
+	[737] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne aux échos.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne aux échos",
+		["Category"] = "Exploration",
+	},
+	[738] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le lac de Bergesable.",
+		["points"] = 10,
+		["name"] = "Explorateur du lac de Bergesable",
+		["Category"] = "Exploration",
+	},
+	[739] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne du rubis rouge.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne du rubis rouge",
+		["Category"] = "Exploration",
+	},
+	[740] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne du champignon vénéneux.",
+		["points"] = 10,
+		["name"] = "Explorateur du creux du champignon vénéneux",
+		["Category"] = "Exploration",
+	},
+	[741] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne du sous-suaire.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne du sous-suaire",
+		["Category"] = "Exploration",
+	},
+	[742] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne du Bois fendu.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne du Bois fendu",
+		["Category"] = "Exploration",
+	},
+	[743] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne des Armoiries.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne des Armoiries",
+		["Category"] = "Exploration",
+	},
+	[744] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne de Valboue.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne de Valboue",
+		["Category"] = "Exploration",
+	},
+	[745] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne aux tritons.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne aux tritons",
+		["Category"] = "Exploration",
+	},
+	[746] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne de l'Eau-vive.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne de l'Eau vive",
+		["Category"] = "Exploration",
+	},
+	[747] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz Vahtacen.",
+		["points"] = 10,
+		["name"] = "Explorateur de Vahtacen",
+		["Category"] = "Exploration",
+	},
+	[748] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez l'éclat céleste au sommet de la montagne à Cyrodiil.",
+		["points"] = 5,
+		["name"] = "Chasseur d'éclats célestes de la montagne",
+		["Category"] = "Personnage",
+	},
+	[749] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "1 000 000 de points de dégâts infligés en donjon.",
+		["points"] = 10,
+		["name"] = "Ravageur de donjon",
+		["Category"] = "Donjons",
+	},
+	[750] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "10 000 000 de points de dégâts infligés en donjon.",
+		["points"] = 50,
+		["name"] = "Faucheur des donjons",
+		["Category"] = "Donjons",
+	},
+	[751] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "1 000 000 de points de Santé soignés en donjon.",
+		["points"] = 10,
+		["name"] = "Soigneur en donjon",
+		["Category"] = "Donjons",
+	},
+	[752] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "10 000 000 de points de Santé soignés en donjon.",
+		["points"] = 50,
+		["name"] = "Soigneur supérieur en donjon",
+		["Category"] = "Donjons",
+	},
+	[753] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "1 000 000 de points de dégâts bloqués en donjon.",
+		["points"] = 10,
+		["name"] = "Rempart des donjons",
+		["Category"] = "Donjons",
+	},
+	[754] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "10 000 000 de points de dégâts bloqués en donjon.",
+		["points"] = 50,
+		["name"] = "Vous ne passerez pas !",
+		["Category"] = "Donjons",
+	},
+	[758] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez toutes les quêtes de Bruma.",
+		["points"] = 10,
+		["name"] = "Aventurier de Bruma",
+		["Category"] = "Quêtes",
+	},
+	[759] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez toutes les quêtes de Cheydinhal.",
+		["points"] = 10,
+		["name"] = "Aventurier de Cheydinhal",
+		["Category"] = "Quêtes",
+	},
+	[760] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez toutes les quêtes de Chorrol et du prieuré de Weynon.",
+		["points"] = 10,
+		["name"] = "Prieuré de Chorrol et Weynon",
+		["Category"] = "Quêtes",
+	},
+	[761] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez toutes les quêtes de Gué-les-Champs.",
+		["points"] = 10,
+		["name"] = "Aventurier de Gué-les-Champs",
+		["Category"] = "Quêtes",
+	},
+	[762] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez toutes les quêtes de Vlastarus.",
+		["points"] = 10,
+		["name"] = "Aventurier de Vlastarus",
+		["Category"] = "Quêtes",
+	},
+	[766] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les 18 cavernes de Cyrodiil",
+		["points"] = 50,
+		["name"] = "Spéléologue de Cyrodiil",
+		["Category"] = "Exploration",
+	},
+	[767] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Accomplissez tous les succès de quête de Cyrodiil.",
+		["points"] = 50,
+		["name"] = "Héros de Cyrodiil",
+		["Category"] = "Quêtes",
+	},
+	[768] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables du perchoir de Khenarthi.",
+		["points"] = 5,
+		["name"] = "Éclaireur du perchoir de Khenarthi",
+		["Category"] = "Exploration",
+	},
+	[769] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables d'Auridia.",
+		["points"] = 5,
+		["name"] = "Éclaireur d'Auridia",
+		["Category"] = "Exploration",
+	},
+	[770] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de l'île de Morneroc.",
+		["points"] = 5,
+		["name"] = "Éclaireur de l'île de Morneroc",
+		["Category"] = "Exploration",
+	},
+	[771] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de Bal Foyen.",
+		["points"] = 5,
+		["name"] = "Éclaireur de Bal Foyen",
+		["Category"] = "Exploration",
+	},
+	[772] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables des Éboulis.",
+		["points"] = 5,
+		["name"] = "Éclaireur des Éboulis",
+		["Category"] = "Exploration",
+	},
+	[773] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de Stros M'kai.",
+		["points"] = 5,
+		["name"] = "Éclaireur de Stros M'kai",
+		["Category"] = "Exploration",
+	},
+	[774] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de Betnikh.",
+		["points"] = 5,
+		["name"] = "Éclaireur de Betnikh",
+		["Category"] = "Exploration",
+	},
+	[775] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de Glénumbrie.",
+		["points"] = 5,
+		["name"] = "Éclaireur de Glénumbrie",
+		["Category"] = "Exploration",
+	},
+	[778] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Découvrez les mystères de Rahni'Za, l'école des guerriers.",
+		["points"] = 15,
+		["name"] = "Champion de Rahni'Za",
+		["Category"] = "Quêtes",
+	},
+	[779] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Traduisez toutes les runes de Puissance positives.",
+		["points"] = 10,
+		["name"] = "Puissance positive",
+		["Category"] = "Artisanat",
+	},
+	[780] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Traduisez toutes les runes de Puissance négatives.",
+		["points"] = 10,
+		["name"] = "Puissance négative",
+		["Category"] = "Artisanat",
+	},
+	[781] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Traduisez toutes les runes d'Essence",
+		["points"] = 10,
+		["name"] = "Essence",
+		["Category"] = "Artisanat",
+	},
+	[788] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Traduisez toutes les runes d'Aspect.",
+		["points"] = 10,
+		["name"] = "Aspect",
+		["Category"] = "Artisanat",
+	},
+	[832] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables du bois de Graht.",
+		["points"] = 5,
+		["name"] = "Éclaireur du bois de Graht",
+		["Category"] = "Exploration",
+	},
+	[833] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de Havre-tempête.",
+		["points"] = 5,
+		["name"] = "Éclaireur de Havre-tempête",
+		["Category"] = "Exploration",
+	},
+	[834] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de Deshaan.",
+		["points"] = 5,
+		["name"] = "Éclaireur de Deshaan",
+		["Category"] = "Exploration",
+	},
+	[835] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de la marche de la Camarde.",
+		["points"] = 5,
+		["name"] = "Éclaireur de la Camarde",
+		["Category"] = "Exploration",
+	},
+	[836] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Se faire tuer par des poissons carnassiers.",
+		["points"] = 5,
+		["name"] = "Il va leur falloir un plus gros ventre",
+		["Category"] = "Exploration",
+	},
+	[838] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Ramassez des trophées de toutes les bêtes sauvages de Tamriel.",
+		["points"] = 10,
+		["name"] = "Collectionneur de bêtes de Tamriel",
+		["Category"] = "Personnage",
+	},
+	[839] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de Prasin.",
+		["points"] = 5,
+		["name"] = "Éclaireur de Prasin",
+		["Category"] = "Exploration",
+	},
+	[840] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de Fendretour.",
+		["points"] = 5,
+		["name"] = "Éclaireur de Fendretour",
+		["Category"] = "Exploration",
+	},
+	[841] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Ramassez des trophées de tous les morts-vivants de Tamriel.",
+		["points"] = 10,
+		["name"] = "Collectionneur de morts-vivants",
+		["Category"] = "Personnage",
+	},
+	[842] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Ramassez des trophées de toutes les créatures chitineuses de Tamriel.",
+		["points"] = 10,
+		["name"] = "Accumulateur de chitine",
+		["Category"] = "Personnage",
+	},
+	[843] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Ramassez des trophées de tous les esprits de la nature et créatures naturelles de Tamriel.",
+		["points"] = 10,
+		["name"] = "Collectionneur de la Nature",
+		["Category"] = "Personnage",
+	},
+	[844] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Ramassez des trophées de toutes les créatures monstrueuses de Tamriel.",
+		["points"] = 10,
+		["name"] = "Collectionneur de trophées monstrueux",
+		["Category"] = "Personnage",
+	},
+	[845] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de Fangeombre.",
+		["points"] = 5,
+		["name"] = "Éclaireur de Fangeombre",
+		["Category"] = "Exploration",
+	},
+	[846] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Ramassez des trophées sur des assemblages dwemers.",
+		["points"] = 10,
+		["name"] = "Collectionneur de secrets dwemers",
+		["Category"] = "Personnage",
+	},
+	[847] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Ramassez des trophées sur tous les types d'atronachs.",
+		["points"] = 10,
+		["name"] = "Collectionneur d'éléments d'atronachs",
+		["Category"] = "Personnage",
+	},
+	[848] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Ramassez des trophées sur tous les types de Daedra.",
+		["points"] = 10,
+		["name"] = "Récolteur de fragments d'Oblivion",
+		["Category"] = "Personnage",
+	},
+	[849] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables du désert d'Alik'r.",
+		["points"] = 5,
+		["name"] = "Éclaireur du désert d'Alik'r",
+		["Category"] = "Exploration",
+	},
+	[850] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 200 araignées dans la Champignonnière Vétéran II.",
+		["points"] = 10,
+		["name"] = "Tueur d'araignées vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[851] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 425 guerriers d'obsidienne dans la Champignonnière Vétéran II.",
+		["points"] = 10,
+		["name"] = "Tueur d'obsidienne vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[852] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 120 squelettes dans le Cachot interdit Vétéran II.",
+		["points"] = 10,
+		["name"] = "Briseur d'os vétéran II",
+		["Category"] = "Donjons vétéran",
+	},
+	[853] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 300 Drémoras dans le Cachot interdit Vétéran II.",
+		["points"] = 10,
+		["name"] = "Tueur de Drémoras de Rilis",
+		["Category"] = "Donjons vétéran",
+	},
+	[854] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 220 serviteurs vampiriques dans Tressefuseau Vétéran II.",
+		["points"] = 10,
+		["name"] = "Tueur d'esclaves vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[855] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 65 atronachs de chair dans Tressefuseau Vétéran II.",
+		["points"] = 10,
+		["name"] = "Conquérant d'atronachs de chair vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[856] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 200 kwamas dans les cavernes d'Ombre-noire Vétéran II.",
+		["points"] = 10,
+		["name"] = "Tueur de kwamas vétéran II",
+		["Category"] = "Donjons vétéran",
+	},
+	[857] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 800 automates dwemers dans les cavernes d'Ombre-noire Vétéran II.",
+		["points"] = 10,
+		["name"] = "Tueur d'assemblages vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[858] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 140 portemorts dans le Creuset des aînés Vétéran II.",
+		["points"] = 10,
+		["name"] = "Tueur de portemorts vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[859] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 60 suturés dans le Creuset des aînés Vétéran II.",
+		["points"] = 10,
+		["name"] = "Tueur de suturés vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[860] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 350 zombies dans les Égouts d'Haltevoie Vétéran II.",
+		["points"] = 10,
+		["name"] = "Tueur de zombies vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[861] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 40 colosses d'os dans les Égouts d'Haltevoie Vétéran II.",
+		["points"] = 10,
+		["name"] = "Tueur de colosses vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[862] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de Malabal Tor.",
+		["points"] = 5,
+		["name"] = "Éclaireur de Malabal Tor",
+		["Category"] = "Exploration",
+	},
+	[863] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de la Brèche.",
+		["points"] = 5,
+		["name"] = "Éclaireur de la Brèche",
+		["Category"] = "Exploration",
+	},
+	[864] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de Havreglace.",
+		["points"] = 5,
+		["name"] = "Éclaireur de Havreglace",
+		["Category"] = "Exploration",
+	},
+	[865] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables de Bangkoraï.",
+		["points"] = 5,
+		["name"] = "Éclaireur de Bangkoraï",
+		["Category"] = "Exploration",
+	},
+	[866] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables d'Estemarche.",
+		["points"] = 5,
+		["name"] = "Éclaireur d'Estemarche",
+		["Category"] = "Exploration",
+	},
+	[867] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux remarquables des régions centrales du Domaine aldmeri, de l'Alliance de Daguefilante, du Pacte de Cœurébène et de Havreglace.",
+		["points"] = 50,
+		["name"] = "Pionnier de Tamriel",
+		["Category"] = "Exploration",
+	},
+	[869] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Extorquez de l'argent aux marchands de Tamriel.",
+		["points"] = 15,
+		["name"] = "Le crime paie",
+		["Category"] = "Exploration",
+	},
+	[870] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Sonnez le cor de guerre dans la citadelle d'Hel Ra Vétéran et vainquez les guerriers antiques qui répondent à l'appel.",
+		["points"] = 5,
+		["name"] = "Citadelle d'Hel Ra : Cor de guerre",
+		["Category"] = "Donjons",
+	},
+	[871] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Partagez votre richesse avec les pauvres de Tamriel.",
+		["points"] = 15,
+		["name"] = "Donnez aux pauvres",
+		["Category"] = "Exploration",
+	},
+	[872] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Suivez les déplacements de M'aiq le Menteur dans tout Tamriel et au-delà.",
+		["points"] = 15,
+		["name"] = "Il n'y a que M'aiq qui m'aille",
+		["Category"] = "Exploration",
+	},
+	[873] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Amenez la lumière dans les endroits sombres du monde.",
+		["points"] = 15,
+		["name"] = "Porteur de lumière",
+		["Category"] = "Exploration",
+	},
+	[874] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Terrassez Zatalguch dans le Village des perdus.",
+		["points"] = 50,
+		["name"] = "Événement de groupe du village des perdus",
+		["Category"] = "Donjons",
+	},
+	[876] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Ruzozuzalpamaz, les frères Ilambris, l'amalgame Ilambris et enfin Nérien'Eth dans la Crypte des cœurs Vétéran II.",
+		["points"] = 10,
+		["name"] = "Conquérant de la Crypte des cœurs II",
+		["Category"] = "Donjons vétéran",
+	},
+	[878] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Terminez la Cité de cendres Vétéran II en vainquant Horvantud Gueule-ardente, le titan de cendres et Valkyn Skoria.",
+		["points"] = 15,
+		["name"] = "Conquérant de la Cité des cendres II",
+		["Category"] = "Donjons vétéran",
+	},
+	[880] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Vainquez l'Ennemi, Ibomez le Sculpte-chairs, la sentinelle Lumetombe, l'abomination de chair, le conseil du seigneur gardien et le seigneur gardien Crépuscule dans la Prison de la cité impériale Vétéran.",
+		["points"] = 15,
+		["name"] = "Conquérant de la Prison de la cité impériale",
+		["Category"] = "Imperial City",
+	},
+	[882] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Vainquez l'empereur dans votre campagne principale de la guerre d'Alliances.",
+		["points"] = 50,
+		["name"] = "Assassin d'empereur",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[884] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et dégagez Molavar.",
+		["points"] = 10,
+		["name"] = "Explorateur de Molavar",
+		["Category"] = "Exploration",
+	},
+	[885] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et dégagez Rkundzelft.",
+		["points"] = 10,
+		["name"] = "Explorateur de Rkundzelft",
+		["Category"] = "Exploration",
+	},
+	[886] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz le Nid du Serpent.",
+		["points"] = 10,
+		["name"] = "Explorateur du Nid du Serpent",
+		["Category"] = "Exploration",
+	},
+	[887] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les fondations d'Ilthag.",
+		["points"] = 10,
+		["name"] = "Explorateur des fondations d'Ilthag",
+		["Category"] = "Exploration",
+	},
+	[888] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et dégagez Kardala.",
+		["points"] = 10,
+		["name"] = "Explorateur de Kardala",
+		["Category"] = "Exploration",
+	},
+	[889] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les cavernes de Loth'Na.",
+		["points"] = 10,
+		["name"] = "Explorateur des cavernes de Loth'Na",
+		["Category"] = "Exploration",
+	},
+	[890] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et dégagez Rkhardahrk.",
+		["points"] = 10,
+		["name"] = "Explorateur de Rkhardahrk",
+		["Category"] = "Exploration",
+	},
+	[891] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et dégagez le marché de l'aiglefin.",
+		["points"] = 10,
+		["name"] = "Explorateur du marché de l'aiglefin",
+		["Category"] = "Exploration",
+	},
+	[892] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et dégagez la mine de Cisèlecri.",
+		["points"] = 10,
+		["name"] = "Explorateur de Cisèlecri",
+		["Category"] = "Exploration",
+	},
+	[893] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et dégagez les sables engloutis.",
+		["points"] = 10,
+		["name"] = "Explorateur des sables engloutis",
+		["Category"] = "Exploration",
+	},
+	[894] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et dégagez Mtharnaz.",
+		["points"] = 10,
+		["name"] = "Explorateur de Mtharnaz",
+		["Category"] = "Exploration",
+	},
+	[895] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz les sépulcres hurlants.",
+		["points"] = 10,
+		["name"] = "Explorateur des sépulcres hurlants",
+		["Category"] = "Exploration",
+	},
+	[896] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et dégagez Balamath.",
+		["points"] = 10,
+		["name"] = "Explorateur de Balamath",
+		["Category"] = "Exploration",
+	},
+	[897] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la caverne de Tremblecrocs.",
+		["points"] = 10,
+		["name"] = "Explorateur de la caverne de Tremblecrocs",
+		["Category"] = "Exploration",
+	},
+	[898] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et videz la forteresse de l'exarque.",
+		["points"] = 10,
+		["name"] = "Explorateur de la forteresse de l'exarque",
+		["Category"] = "Exploration",
+	},
+	[899] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et dégagez l'antre de Zalgaz.",
+		["points"] = 10,
+		["name"] = "Explorateur de l'antre de Zalgaz",
+		["Category"] = "Exploration",
+	},
+	[900] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et dégagez les tombes des Na-Totambu",
+		["points"] = 10,
+		["name"] = "Explorateur des tombes des Na-Totambu",
+		["Category"] = "Exploration",
+	},
+	[901] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez et dégagez la hantise d'Hircine",
+		["points"] = 10,
+		["name"] = "Explorateur de la hantise d'Hircine",
+		["Category"] = "Exploration",
+	},
+	[902] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux du bas Raidelorn.",
+		["points"] = 5,
+		["name"] = "Éclaireur du bas Raidelorn",
+		["Category"] = "Exploration",
+	},
+	[903] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Atteignez le niveau 10 et obtenez le droit d'entrer dans Cyrodiil et de participer à la guerre d'Alliances.",
+		["points"] = 10,
+		["name"] = "Recrue de Cyrodiil",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[904] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Vainquez un empereur ennemi dans n'importe quelle campagne.",
+		["points"] = 50,
+		["name"] = "Tueur d'empereur",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[905] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Vainquez Shada et purifiez les eaux à la lame de Shada.",
+		["points"] = 15,
+		["name"] = "Rédempteur de la larme de Shada",
+		["Category"] = "Quêtes",
+	},
+	[906] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Découvrez les secrets cachés dans l'Archive du Sourcier.",
+		["points"] = 15,
+		["name"] = "Sourcier tenace",
+		["Category"] = "Quêtes",
+	},
+	[907] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Empêchez une explosion de magie catastrophique dans la Cicatrice enchantée.",
+		["points"] = 15,
+		["name"] = "Protecteur de la Cicatrice enchantée",
+		["Category"] = "Quêtes",
+	},
+	[908] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Vainquez Yamanu-ko et mettez fin à la guerre d'Élinhir.",
+		["points"] = 15,
+		["name"] = "Exalté d'Élinhir",
+		["Category"] = "Quêtes",
+	},
+	[909] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Découvrez pourquoi les Célestes sont apparus à Raidelorn.",
+		["points"] = 50,
+		["name"] = "Enquêteur Céleste",
+		["Category"] = "Quêtes",
+	},
+	[912] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez les 6 éclats célestes dans le haut Raidelorn.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes du haut Raidelorn",
+		["Category"] = "Personnage",
+	},
+	[916] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Attrapez les 12 poissons rares de Raidelorn.",
+		["points"] = 5,
+		["name"] = "Pêcheur de Raidelorn",
+		["Category"] = "Exploration",
+	},
+	[2303] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vainquez Aghaedh du Solstice en prenant soin de vaincre tous ses suturés dans leur saison respective dans la Procession des Sacrifiés Vétéran.",
+		["points"] = 5,
+		["name"] = "Tuerie de saison",
+		["Category"] = "Wolfhunter",
+	},
+	[2302] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Terminez les trois chasses à l'Indrik doré et gagnez leur manne dans la Procession des Sacrifiés.",
+		["points"] = 5,
+		["name"] = "Grande chasse à l'indrik",
+		["Category"] = "Wolfhunter",
+	},
+	[2301] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre Vykosa l'Ascendante après avoir lu le Parchemin des Glorieuses batailles, vaincu 7 étrangleuses et ne jamais laisser ses loups apprivoisés se blottir au Fort du Chasseur lunaire Vétéran.",
+		["points"] = 5,
+		["name"] = "La gorge serrée",
+		["Category"] = "Wolfhunter",
+	},
+	[2300] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre Vykosa l'Ascendante sans qu'un seul membre du groupe ne subisse les dégâts de ses familiers enchaînés dans le Fort du Chasseur lunaire Vétéran.",
+		["points"] = 5,
+		["name"] = "Sous la main",
+		["Category"] = "Wolfhunter",
+	},
+	[2299] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vainquez l'archiviste sans qu'un membre du groupe ne subisse les dégâts des Symboles de Xarxès dans le Fort du Chasseur lunaire.",
+		["points"] = 5,
+		["name"] = "Culture extensive",
+		["Category"] = "Wolfhunter",
+	},
+	[2298] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vainquez l'archiviste Ernarde sans tuer son premier allié loup-garou massif dans le Fort du Chasseur lunaire.",
+		["points"] = 10,
+		["name"] = "Un allié massif",
+		["Category"] = "Wolfhunter",
+	},
+	[2297] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vainquez Mylenne Mire-Lune sans purger sa compétence Enrager dans le Fort du Chasseur lunaire Vétéran.",
+		["points"] = 10,
+		["name"] = "Rage interminable",
+		["Category"] = "Wolfhunter",
+	},
+	[2305] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vainquez Tarcyr sans que l'indrik ne téléporte un seul membre dans la brume dans la Procession des Sacrifiés Vétéran.",
+		["points"] = 5,
+		["name"] = "Dans le brouillard",
+		["Category"] = "Wolfhunter",
+	},
+	[2306] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Emmenez Balorgh dans le piège de Tharas 10 fois dans la Procession des Sacrifiés Vétéran.",
+		["points"] = 5,
+		["name"] = "Traque et pièges",
+		["Category"] = "Wolfhunter",
+	},
+	[2314] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Tuez 100 squelettes en tant que squelette pendant le Festival des sorcières.",
+		["points"] = 15,
+		["name"] = "Le sac des squelettes.",
+		["Category"] = "Événements des fêtes",
+	},
+	[935] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Dominez le champ de bataille de la Guerre d'Alliances et devenez Empereur de Tamriel.\r\n\r\nQue votre règne soit long et prospère !",
+		["points"] = 50,
+		["name"] = "Empereur !",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[936] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Démantelez les forces du Serpent et vainquez la Vipère exaltée.",
+		["points"] = 50,
+		["name"] = "Serpents et secrets",
+		["Category"] = "Quêtes",
+	},
+	[937] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez tous les lieux saisissants du haut Raidelorn.",
+		["points"] = 5,
+		["name"] = "Éclaireur du haut Raidelorn",
+		["Category"] = "Exploration",
+	},
+	[2315] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Manger chaque plat du Festival de la Sorcière au cours du Festival des sorcières.",
+		["points"] = 5,
+		["name"] = "Festin sinistre",
+		["Category"] = "Événements des fêtes",
+	},
+	[939] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 250 arachnakiens dans la Crypte des cœurs Vétéran II.",
+		["points"] = 10,
+		["name"] = "Tueur d'arachnakiens vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[940] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 50 atronachs de chair dans la Crypte des cœurs Vétéran II.",
+		["points"] = 10,
+		["name"] = "Tueur d'atronachs de chair vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[941] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Ibelgast, Ruzozuzalpamaz, le gardien de la chambre, l'amalgame Ilambris et Mezeluth, puis Nérien'eth dans les trente minutes après avoir commencé la Crypte des cœurs Vétéran II. Le compte à rebours s'enclenche quand les portes s'ouvrent.",
+		["points"] = 50,
+		["name"] = "Assassin de la Crypte des cœurs II",
+		["Category"] = "Donjons vétéran",
+	},
+	[942] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Ibelgast, Ruzozuzalpamaz, le gardien de la chambre, l'amalgame Ilambris et Mezeluth, puis Nérien'eth dans la Crypte des cœurs Vétéran II sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant de la Crypte",
+		["Category"] = "Donjons vétéran",
+	},
+	[943] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Sauvez le Domaine d'une menace planant en Auridia.",
+		["points"] = 15,
+		["name"] = "Une loi incontestée",
+		["Category"] = "Quêtes",
+	},
+	[944] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Vous avez contré la menace daedrique qui planait sur le bois de Graht.",
+		["points"] = 15,
+		["name"] = "Iconoclaste",
+		["Category"] = "Quêtes",
+	},
+	[945] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Libérez le cœur de Val-boisé du mal qui le rongeait à Prasin.",
+		["points"] = 15,
+		["name"] = "L'esprit des Bosmers",
+		["Category"] = "Quêtes",
+	},
+	[946] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Ramenez le Silvenar et la Dame Verte à leur place légitime à Malabal Tor.",
+		["points"] = 15,
+		["name"] = "Entremetteur",
+		["Category"] = "Quêtes",
+	},
+	[947] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Gravissez le sentier des deux Lunes à la marche de la Camarde.",
+		["points"] = 15,
+		["name"] = "Les lunes sacrées",
+		["Category"] = "Quêtes",
+	},
+	[948] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Emprisonnez les Frères de la discorde aux Éboulis.",
+		["points"] = 15,
+		["name"] = "Les cœurs des ténèbres",
+		["Category"] = "Quêtes",
+	},
+	[949] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Sauvez Deshaan de la destruction.",
+		["points"] = 15,
+		["name"] = "Exterminateur de fléau",
+		["Category"] = "Quêtes",
+	},
+	[950] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Vous avez sauvé l'Hist de Fangeombre d'un grand péril.",
+		["points"] = 15,
+		["name"] = "Œuf et racine",
+		["Category"] = "Quêtes",
+	},
+	[951] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Sauvez le Roi-scalde d'un grand péril en Estemarche.",
+		["points"] = 15,
+		["name"] = "Conflit familial",
+		["Category"] = "Quêtes",
+	},
+	[952] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Sauvez la Brèche du Culte du Ver.",
+		["points"] = 15,
+		["name"] = "Vestiges brisés",
+		["Category"] = "Quêtes",
+	},
+	[953] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Déjouez un complot sectaire en Glénumbrie.",
+		["points"] = 15,
+		["name"] = "Destruction rituelle",
+		["Category"] = "Quêtes",
+	},
+	[954] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Mettez fin au cauchemar de Havre-tempête.",
+		["points"] = 15,
+		["name"] = "Réveil brutal",
+		["Category"] = "Quêtes",
+	},
+	[955] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Libérez Fendretour du mal hématique et rétabli l'ordre.",
+		["points"] = 15,
+		["name"] = "Briseur de malédiction",
+		["Category"] = "Quêtes",
+	},
+	[956] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Rendez le repos éternel aux morts d'Alik'r.",
+		["points"] = 15,
+		["name"] = "Terre sacrée",
+		["Category"] = "Quêtes",
+	},
+	[957] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Défiez Molag Bal à Havreglace.",
+		["points"] = 15,
+		["name"] = "Brillant champion",
+		["Category"] = "Quêtes",
+	},
+	[958] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Chassez les troupes impériales de Bangkoraï.",
+		["points"] = 15,
+		["name"] = "La fin d'un empire",
+		["Category"] = "Quêtes",
+	},
+	[959] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez 100 Lames noires ennemies.",
+		["points"] = 15,
+		["name"] = "Pourfendeur de Lames noires",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[960] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez 100 sorciers ennemis.",
+		["points"] = 15,
+		["name"] = "Pourfendeur de sorciers",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[961] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez 100 templiers ennemis.",
+		["points"] = 15,
+		["name"] = "Pourfendeur de templiers",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[962] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez 100 chevaliers-dragons ennemis.",
+		["points"] = 15,
+		["name"] = "Pourfendeur de Chevaliers-dragons",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[963] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Aidez à prendre possession d'une exploitation (ferme, scierie ou mine) et d'un fort de Cyrodiil.",
+		["points"] = 10,
+		["name"] = "Soutenez le combat",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[964] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Glénumbrie.",
+		["points"] = 50,
+		["name"] = "Grand explorateur de Glénumbrie",
+		["Category"] = "Exploration",
+	},
+	[965] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Havre-tempête.",
+		["points"] = 50,
+		["name"] = "Grand explorateur de Havre-tempête",
+		["Category"] = "Exploration",
+	},
+	[966] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Fendretour.",
+		["points"] = 50,
+		["name"] = "Grand explorateur de Fendretour",
+		["Category"] = "Exploration",
+	},
+	[967] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables du désert d'Alik'r.",
+		["points"] = 50,
+		["name"] = "Grand explorateur du désert d'Alik'r.",
+		["Category"] = "Exploration",
+	},
+	[968] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Bangkoraï.",
+		["points"] = 50,
+		["name"] = "Grand explorateur de Bangkoraï",
+		["Category"] = "Exploration",
+	},
+	[969] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez toutes les grottes et le territoire du Domaine aldmeri.",
+		["points"] = 50,
+		["name"] = "Grand explorateur aldmeri",
+		["Category"] = "Exploration",
+	},
+	[970] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables des Éboulis.",
+		["points"] = 50,
+		["name"] = "Grand explorateur des Éboulis",
+		["Category"] = "Exploration",
+	},
+	[971] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Deshaan.",
+		["points"] = 50,
+		["name"] = "Grand explorateur de Deshaan",
+		["Category"] = "Exploration",
+	},
+	[972] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Fangeombre.",
+		["points"] = 50,
+		["name"] = "Grand explorateur de Fangeombre",
+		["Category"] = "Exploration",
+	},
+	[973] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables d'Estemarche.",
+		["points"] = 50,
+		["name"] = "Grand explorateur d'Estemarche",
+		["Category"] = "Exploration",
+	},
+	[974] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de la Brèche.",
+		["points"] = 50,
+		["name"] = "Grand explorateur de la Brèche",
+		["Category"] = "Exploration",
+	},
+	[975] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez tous les lieux remarquables de Morneroc et Bal Foyen.",
+		["points"] = 15,
+		["name"] = "Explorateur de Morneroc et Bal Foyen",
+		["Category"] = "Exploration",
+	},
+	[976] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables d'Auridia.",
+		["points"] = 50,
+		["name"] = "Grand explorateur d'Auridia",
+		["Category"] = "Exploration",
+	},
+	[977] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables du bois de Graht.",
+		["points"] = 50,
+		["name"] = "Grand explorateur du bois de Graht",
+		["Category"] = "Exploration",
+	},
+	[978] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Prasin.",
+		["points"] = 50,
+		["name"] = "Grand explorateur de Prasin",
+		["Category"] = "Exploration",
+	},
+	[979] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Malabal Tor.",
+		["points"] = 50,
+		["name"] = "Grand explorateur de Malabal Tor",
+		["Category"] = "Exploration",
+	},
+	[980] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de la marche de la Camarde.",
+		["points"] = 50,
+		["name"] = "Grand explorateur de la marche de la Camarde",
+		["Category"] = "Exploration",
+	},
+	[981] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Explorez tous les lieux remarquables de Stros M'Kai et Betnikh.",
+		["points"] = 15,
+		["name"] = "Explorateur de Stros M'Kai et Betnikh",
+		["Category"] = "Exploration",
+	},
+	[982] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez toutes les grottes et le territoire de l'Alliance de Daguefilante.",
+		["points"] = 50,
+		["name"] = "Grand explorateur de Daguefilante",
+		["Category"] = "Exploration",
+	},
+	[983] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez toutes les grottes et le territoire du Pacte de Cœurébène.",
+		["points"] = 50,
+		["name"] = "Grand explorateur de Cœurébène",
+		["Category"] = "Exploration",
+	},
+	[984] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Havreglace.",
+		["points"] = 50,
+		["name"] = "Grand explorateur de Havreglace",
+		["Category"] = "Exploration",
+	},
+	[985] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les douze cavernes explorables du bas Raidelorn.",
+		["points"] = 15,
+		["name"] = "Spéléologue du bas Raidelorn",
+		["Category"] = "Exploration",
+	},
+	[986] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez toutes les grottes et le territoire du bas Raidelorn.",
+		["points"] = 50,
+		["name"] = "Grand explorateur du bas Raidelorn",
+		["Category"] = "Exploration",
+	},
+	[987] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Traduisez toutes les runes de puissance.",
+		["points"] = 10,
+		["name"] = "Puissance",
+		["Category"] = "Artisanat",
+	},
+	[2316] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Acquérir un crâne à butin de chaque type pendant le Festival des sorcières.",
+		["points"] = 10,
+		["name"] = "C'est le but, hein ?",
+		["Category"] = "Événements des fêtes",
+	},
+	[989] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Trouvez tous les éclats célestes éparpillés dans Tamriel.",
+		["points"] = 50,
+		["name"] = "Chasseur d'éclats célestes de Tamriel",
+		["Category"] = "Personnage",
+	},
+	[990] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez la Céleste Mage, pour la libérer du contrôle du Serpent.",
+		["points"] = 50,
+		["name"] = "Archive æthérienne terminée",
+		["Category"] = "Donjons",
+	},
+	[991] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez le Céleste Guerrier, ce qui le libèrera du contrôle du Serpent.",
+		["points"] = 50,
+		["name"] = "Citadelle d'Hel Ra terminée",
+		["Category"] = "Donjons",
+	},
+	[992] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Conquérez tous les inscrits et gagnez le titre de champion de l'arène de l'Étoile du dragon !",
+		["points"] = 50,
+		["name"] = "Champion de l'arène de l'Étoile du dragon",
+		["Category"] = "Donjons",
+	},
+	[993] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez le chapitre 1 de la quête principale.",
+		["points"] = 10,
+		["name"] = "Les Absous de Havreglace",
+		["Category"] = "Quêtes",
+	},
+	[994] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez le chapitre 1 5 de la quête principale.",
+		["points"] = 10,
+		["name"] = "Le Port",
+		["Category"] = "Quêtes",
+	},
+	[995] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez le chapitre 2 de la quête principale.",
+		["points"] = 10,
+		["name"] = "Fille des géants",
+		["Category"] = "Quêtes",
+	},
+	[996] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez le chapitre 2 5 de la quête principale.",
+		["points"] = 10,
+		["name"] = "Chasseur d'ombres",
+		["Category"] = "Quêtes",
+	},
+	[997] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez le chapitre 3 de la quête principale.",
+		["points"] = 10,
+		["name"] = "Château du Ver",
+		["Category"] = "Quêtes",
+	},
+	[998] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez le chapitre 3 5 de la quête principale.",
+		["points"] = 10,
+		["name"] = "Le Tharn parle",
+		["Category"] = "Quêtes",
+	},
+	[999] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez le chapitre 4 de la quête principale.",
+		["points"] = 10,
+		["name"] = "Les salles du Tourment",
+		["Category"] = "Quêtes",
+	},
+	[1000] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez le chapitre 4 5 de la quête principale.",
+		["points"] = 10,
+		["name"] = "La Vallée des Lames",
+		["Category"] = "Quêtes",
+	},
+	[1001] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez le chapitre 5 de la quête principale.",
+		["points"] = 10,
+		["name"] = "L'ombre de Sancre Tor",
+		["Category"] = "Quêtes",
+	},
+	[1002] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez le chapitre 5 5 de la quête principale.",
+		["points"] = 10,
+		["name"] = "Le conseil des cinq compagnons",
+		["Category"] = "Quêtes",
+	},
+	[1003] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terminez le chapitre 6 de la quête principale.",
+		["points"] = 10,
+		["name"] = "Seigneur des manigances",
+		["Category"] = "Quêtes",
+	},
+	[1004] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Rejoignez la guilde des mages.",
+		["points"] = 5,
+		["name"] = "Étudiant de la guilde des mages",
+		["Category"] = "Personnage",
+	},
+	[1005] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Rejoignez la guilde des guerriers.",
+		["points"] = 5,
+		["name"] = "Compagnon de la guilde des guerriers",
+		["Category"] = "Personnage",
+	},
+	[1006] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Rejoignez les rangs des Indomptables.",
+		["points"] = 5,
+		["name"] = "Recrue des Indomptables",
+		["Category"] = "Personnage",
+	},
+	[1007] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Devenez un loup-garou.",
+		["points"] = 10,
+		["name"] = "Lycanthropie",
+		["Category"] = "Personnage",
+	},
+	[1008] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Devenez un vampire.",
+		["points"] = 10,
+		["name"] = "Vampirisme",
+		["Category"] = "Personnage",
+	},
+	[1009] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Atteignez le niveau maximal de la ligne de compétences loup-garou",
+		["points"] = 50,
+		["name"] = "Maître loup",
+		["Category"] = "Personnage",
+	},
+	[1010] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Maîtrisez les compétences du vampire.",
+		["points"] = 50,
+		["name"] = "Maître vampire",
+		["Category"] = "Personnage",
+	},
+	[1011] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Maîtrisez les compétences de la guilde des mages.",
+		["points"] = 50,
+		["name"] = "Érudit de la guilde des mages",
+		["Category"] = "Personnage",
+	},
+	[1012] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Maîtrisez les compétences de la guilde des guerriers.",
+		["points"] = 50,
+		["name"] = "Érudit de la guilde des guerriers",
+		["Category"] = "Personnage",
+	},
+	[1013] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Atteignez le rang 5 dans la ligne de compétences Indomptables.",
+		["points"] = 50,
+		["name"] = "Maître Indomptable",
+		["Category"] = "Personnage",
+	},
+	[1014] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terrassez l'exarque Arnoth et libérez Frôleciel de la Cour écailleuse et ses alliés.",
+		["points"] = 15,
+		["name"] = "Briseur d'écailles",
+		["Category"] = "Quêtes",
+	},
+	[1015] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Terrassez Virmaril le traître et ses légions mortes-vivantes dans les catacombes de Frôleciel.",
+		["points"] = 15,
+		["name"] = "Vainqueur de Virmaril",
+		["Category"] = "Quêtes",
+	},
+	[1016] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Vainquez Ætherion et réactivez les anciennes défenses nèdes dans le sommet de Frôleciel.",
+		["points"] = 15,
+		["name"] = "Sentinelle de l'apogée",
+		["Category"] = "Quêtes",
+	},
+	[1017] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Démontez 50 objets.",
+		["points"] = 5,
+		["name"] = "Apprenti démonteur",
+		["Category"] = "Artisanat",
+	},
+	[1018] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Démontez 100 objets.",
+		["points"] = 5,
+		["name"] = "Expert démonteur",
+		["Category"] = "Artisanat",
+	},
+	[1019] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Démonter 1 000 objets.",
+		["points"] = 10,
+		["name"] = "Maître démonteur",
+		["Category"] = "Artisanat",
+	},
+	[1020] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Raffinez des matières premières 30 fois.",
+		["points"] = 5,
+		["name"] = "Apprenti raffineur",
+		["Category"] = "Artisanat",
+	},
+	[1021] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Raffinez des matières premières 300 fois.",
+		["points"] = 5,
+		["name"] = "Expert raffineur",
+		["Category"] = "Artisanat",
+	},
+	[1022] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Raffinez des matières premières 3 000 fois.",
+		["points"] = 10,
+		["name"] = "Maître raffineur",
+		["Category"] = "Artisanat",
+	},
+	[1023] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Étudier un trait pour n'importe quel type d'arme ou d'armure.",
+		["points"] = 5,
+		["name"] = "Découvrez un trait",
+		["Category"] = "Artisanat",
+	},
+	[2304] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vainquez Dagrund l'Encombreant en esquivant systématiquement sa compétence Soulèvement dans la Procession des Sacrifiés Vétéran.",
+		["points"] = 5,
+		["name"] = "Le pied léger",
+		["Category"] = "Wolfhunter",
+	},
+	[1025] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez un style culturel.",
+		["points"] = 5,
+		["name"] = "Style culturel découvert",
+		["Category"] = "Artisanat",
+	},
+	[1026] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 10 recettes de cuisine.",
+		["points"] = 5,
+		["name"] = "Fiche de recettes",
+		["Category"] = "Artisanat",
+	},
+	[1027] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 50 recettes de cuisine.",
+		["points"] = 10,
+		["name"] = "Livre de recettes",
+		["Category"] = "Artisanat",
+	},
+	[1028] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 100 recettes de cuisine.",
+		["points"] = 15,
+		["name"] = "Encyclopédie culinaire",
+		["Category"] = "Artisanat",
+	},
+	[2307] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vainquez le geôlier Melitus sans vous faire blesser par les Geysers sanglants du Fort du Chasseur lunaire.",
+		["points"] = 5,
+		["name"] = "Boucherie sanguinaire",
+		["Category"] = "Wolfhunter",
+	},
+	[1030] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les alliages de styles culturels.",
+		["points"] = 15,
+		["name"] = "Maître de l'alliage",
+		["Category"] = "Artisanat",
+	},
+	[1031] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Devenez un alchimiste de niveau 50.",
+		["points"] = 50,
+		["name"] = "Maîtrisez l'alchimie",
+		["Category"] = "Artisanat",
+	},
+	[1032] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Devenez un forgeron de niveau 50.",
+		["points"] = 50,
+		["name"] = "Maîtrisez la Forge",
+		["Category"] = "Artisanat",
+	},
+	[1033] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Devenez un tailleur de niveau 50.",
+		["points"] = 50,
+		["name"] = "Maîtrisez la Couture",
+		["Category"] = "Artisanat",
+	},
+	[1034] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Devenez un enchanteur de niveau 50.",
+		["points"] = 50,
+		["name"] = "Maîtrisez l'Enchantement",
+		["Category"] = "Artisanat",
+	},
+	[1035] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Devenez un cuisinier de niveau 50.",
+		["points"] = 50,
+		["name"] = "Maîtrisez la Cuisine",
+		["Category"] = "Artisanat",
+	},
+	[1036] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Devenez un un travailleur du bois de niveau 50.",
+		["points"] = 50,
+		["name"] = "Maîtrisez le Travail du bois",
+		["Category"] = "Artisanat",
+	},
+	[2308] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vainquez le Gardien du labyrinthe végétal sans qu'un seul membre du groupe ne se fasse attraper par un ralentissement d'étrangleuse dans les jardins du Fort du Chasseur lunaire, en difficulté Vétéran.",
+		["points"] = 5,
+		["name"] = "Esquive des étrangleuses",
+		["Category"] = "Wolfhunter",
+	},
+	[2309] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vainquez le Gardien du labyrinthe végétal en évitant ses attaques de Racines de suturé dans le Fort du Chasseur lunaire Vétéran.",
+		["points"] = 5,
+		["name"] = "La racine du problème",
+		["Category"] = "Wolfhunter",
+	},
+	[2310] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vainquez les Sœurs du Wyrd en les empêchant d'utiliser leur aura respective pour renforcer l'autre dans la Procession des Sacrifiés Vétéran.",
+		["points"] = 10,
+		["name"] = "Sœurs avant tout",
+		["Category"] = "Wolfhunter",
+	},
+	[1040] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Améliorez des objets forgés jusqu'à la plus haute qualité.",
+		["points"] = 50,
+		["name"] = "Forgeron légendaire",
+		["Category"] = "Artisanat",
+	},
+	[1041] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Étudiez au moins une fois tous les traits existants.",
+		["points"] = 50,
+		["name"] = "Maître des traits",
+		["Category"] = "Artisanat",
+	},
+	[1042] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Faites appliquer par un personnage un enchantement légendaire qu'il a créé sur une pièce d'armure légendaire qu'il a créée.",
+		["points"] = 50,
+		["name"] = "Vraiment légendaire",
+		["Category"] = "Artisanat",
+	},
+	[1043] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez les styles culturels rares.",
+		["points"] = 50,
+		["name"] = "Maître des styles rares",
+		["Category"] = "Artisanat",
+	},
+	[1044] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Améliorez des ouvrages de travail du bois jusqu'à la plus haute qualité.",
+		["points"] = 50,
+		["name"] = "Travailleur du bois légendaire",
+		["Category"] = "Artisanat",
+	},
+	[1045] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez tous les traits de chaque ingrédients alchimique ci-dessous.",
+		["points"] = 50,
+		["name"] = "Botaniste",
+		["Category"] = "Artisanat",
+	},
+	[1046] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Préparez un plat ou un breuvage supérieur et épique.",
+		["points"] = 50,
+		["name"] = "Maître Chef",
+		["Category"] = "Artisanat",
+	},
+	[2311] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vainquez Balorgh en évitant à la fois Eau électrique et Plantes empoisonnées dans la Procession des Sacrifiés Vétéran.",
+		["points"] = 10,
+		["name"] = "Élément de surprise",
+		["Category"] = "Wolfhunter",
+	},
+	[1048] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Améliorez des vêtements jusqu'à la plus haute qualité.",
+		["points"] = 50,
+		["name"] = "Tailleur légendaire",
+		["Category"] = "Artisanat",
+	},
+	[1049] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les champions de Scinderacine.",
+		["points"] = 50,
+		["name"] = "Conquérant de Scinderacine",
+		["Category"] = "Donjons",
+	},
+	[1050] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Terrassez tous les champions de la chute des Rulanyil",
+		["points"] = 50,
+		["name"] = "Conquérant de la chute des Rulanyil",
+		["Category"] = "Donjons",
+	},
+	[1051] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Terrassez tous les champions de la crique écarlate",
+		["points"] = 50,
+		["name"] = "Conquérant de la crique écarlate",
+		["Category"] = "Donjons",
+	},
+	[1052] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les champions du presbytère infâme.",
+		["points"] = 50,
+		["name"] = "Conquérant du presbytère infâme",
+		["Category"] = "Donjons",
+	},
+	[1053] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les champions du sanctuaire du Malandrin.",
+		["points"] = 50,
+		["name"] = "Conquérant du sanctuaire du Malandrin",
+		["Category"] = "Donjons",
+	},
+	[1054] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les champions des ruines de l'Esquille.",
+		["points"] = 50,
+		["name"] = "Conquérant des ruines de l'Esquille",
+		["Category"] = "Donjons",
+	},
+	[1055] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les champions de la Roue de Razak.",
+		["points"] = 50,
+		["name"] = "Conquérant de la Roue de Razak",
+		["Category"] = "Donjons",
+	},
+	[1056] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les champions du Village des perdus.",
+		["points"] = 50,
+		["name"] = "Conquérant du Village des perdus",
+		["Category"] = "Donjons",
+	},
+	[1057] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez trois des champions de Scinderacine.",
+		["points"] = 10,
+		["name"] = "Vainqueur de Scinderacine",
+		["Category"] = "Donjons",
+	},
+	[1058] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Terrassez trois des champions de la chute des Rulanyil",
+		["points"] = 10,
+		["name"] = "Vainqueur de la chute des Rulanyil",
+		["Category"] = "Donjons",
+	},
+	[1059] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Terrassez trois des champions de la crique écarlate",
+		["points"] = 10,
+		["name"] = "Vainqueur de la crique écarlate",
+		["Category"] = "Donjons",
+	},
+	[1060] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez trois des champions du presbytère infâme.",
+		["points"] = 10,
+		["name"] = "Vainqueur du presbytère infâme",
+		["Category"] = "Donjons",
+	},
+	[1061] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez trois des champions du sanctuaire du Malandrin.",
+		["points"] = 10,
+		["name"] = "Vainqueur du sanctuaire du Malandrin",
+		["Category"] = "Donjons",
+	},
+	[1062] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez trois des champions des ruines de l'Esquille.",
+		["points"] = 10,
+		["name"] = "Vainqueur des ruines de l'Esquille",
+		["Category"] = "Donjons",
+	},
+	[1063] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez trois des champions de la Roue de Razak.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la Roue de Razak",
+		["Category"] = "Donjons",
+	},
+	[1064] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez trois des champions du Village des perdus.",
+		["points"] = 10,
+		["name"] = "Vainqueur du Village des perdus",
+		["Category"] = "Donjons",
+	},
+	[2312] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre Balorgh après avoir profané l'étendard du Chasseur lunaire et sans vous faire frapper par sa compétence de Vestige embrasé pendant tout le combat dans la Procession des Sacrifiés Vétéran.",
+		["points"] = 10,
+		["name"] = "Chasse parfaite",
+		["Category"] = "Wolfhunter",
+	},
+	[2254] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Terminer la quête de l'Ordre psijique « Le temps de la boue et des champignons » au Couchant.",
+		["points"] = 10,
+		["name"] = "Lance-boue psijique",
+		["Category"] = "Summerset",
+	},
+	[2253] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Terminer la quête de l'Ordre psijique « Une brèche dans les arbres » au Couchant.",
+		["points"] = 10,
+		["name"] = "Garde-forêt psijique",
+		["Category"] = "Summerset",
+	},
+	[1068] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Triomphez de tous les champions des donjons publics du Pacte de Cœurébène.",
+		["points"] = 50,
+		["name"] = "Conquérant du Pacte de Cœurébène",
+		["Category"] = "Donjons",
+	},
+	[1069] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Triomphez de tous les champions des donjons publics du Domaine aldmeri.",
+		["points"] = 50,
+		["name"] = "Conquérant du Domaine aldmeri",
+		["Category"] = "Donjons",
+	},
+	[1070] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Triomphez de tous les champions des donjons publics de l'Alliance de Daguefilante.",
+		["points"] = 50,
+		["name"] = "Conquérant de l'Alliance de Daguefilante",
+		["Category"] = "Donjons",
+	},
+	[1071] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Relevez les défis de rapidité suivants.",
+		["points"] = 50,
+		["name"] = "Relevez tous les défis de rapidité",
+		["Category"] = "Donjons vétéran",
+	},
+	[1072] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Relevez les défis d'assassinat suivants.",
+		["points"] = 50,
+		["name"] = "Relevez tous les défis d'assassinat",
+		["Category"] = "Donjons vétéran",
+	},
+	[1073] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les boss des donjons de groupe du Pacte de Cœurébène.",
+		["points"] = 50,
+		["name"] = "Champion du Pacte",
+		["Category"] = "Donjons",
+	},
+	[1074] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les boss des donjons de groupe de l'Alliance de Daguefilante.",
+		["points"] = 50,
+		["name"] = "Champion de l'Alliance",
+		["Category"] = "Donjons",
+	},
+	[1075] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez tous les boss des donjons de groupe du Domaine aldmeri.",
+		["points"] = 50,
+		["name"] = "Champion du Domaine",
+		["Category"] = "Donjons",
+	},
+	[2252] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Terminer la quête de l'Ordre psijique « Le Bâton brisé » au Couchant.",
+		["points"] = 10,
+		["name"] = "Réparateur psijique",
+		["Category"] = "Summerset",
+	},
+	[2251] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Terminer la quête de l'Ordre psijique « Brèches de feu et de glace » au Couchant.",
+		["points"] = 10,
+		["name"] = "Régulateur psijique",
+		["Category"] = "Summerset",
+	},
+	[1078] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Réussissez une Épreuve hebdomadaire.",
+		["points"] = 50,
+		["name"] = "Réussir une Épreuve hebdomadaire",
+		["Category"] = "Donjons",
+	},
+	[1079] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Réussissez une Épreuve hebdomadaire en 33 minutes.",
+		["points"] = 50,
+		["name"] = "Course contre la montre : hebdomadaire",
+		["Category"] = "Donjons",
+	},
+	[1080] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Explorez la citadelle d'Hel Ra en moins de 33 minutes.",
+		["points"] = 50,
+		["name"] = "Course contre la montre : Citadelle d'Hel Ra",
+		["Category"] = "Donjons",
+	},
+	[1081] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Explorez l'Archive æthérienne en moins de 33 minutes.",
+		["points"] = 50,
+		["name"] = "Course contre la montre : Archive æthérienne",
+		["Category"] = "Donjons",
+	},
+	[1082] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Secourez tous les membres de l'expédition des Indomptables vers les Terres mortes de Mérunès Dagon.",
+		["points"] = 10,
+		["name"] = "Sauveteur des Indomptables",
+		["Category"] = "Donjons vétéran",
+	},
+	[2313] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Utilisez le chaudron de la Mère sorcière invoqué avec le sifflet de la Mère sorcière 10 fois pendant le Festival des Sorcières.",
+		["points"] = 5,
+		["name"] = "Invocateur de chaudron",
+		["Category"] = "Événements des fêtes",
+	},
+	[1084] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Dans la Crypte des cœurs Vétéran II, laissez quatre des étudiants de Nérien'eth survivre jusqu'à ce qu'il s'empare de la lame d'ébène, puis terrassez-les tous.",
+		["points"] = 50,
+		["name"] = "Le fil de la lame",
+		["Category"] = "Donjons vétéran",
+	},
+	[1085] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Préparez une spécialité supérieure.",
+		["points"] = 10,
+		["name"] = "Chef de renom",
+		["Category"] = "Artisanat",
+	},
+	[1086] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Préparez un plat ou un breuvage épique.",
+		["points"] = 15,
+		["name"] = "À la sauce épique",
+		["Category"] = "Artisanat",
+	},
+	[1087] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques du chardon béni.",
+		["points"] = 5,
+		["name"] = "Chardon béni",
+		["Category"] = "Artisanat",
+	},
+	[1088] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques de l'absinthe.",
+		["points"] = 5,
+		["name"] = "Absinthe",
+		["Category"] = "Artisanat",
+	},
+	[1089] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques de la cardamine des prés.",
+		["points"] = 5,
+		["name"] = "Cardamine des prés",
+		["Category"] = "Artisanat",
+	},
+	[1090] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques de la noctuelle.",
+		["points"] = 5,
+		["name"] = "Noctuelle",
+		["Category"] = "Artisanat",
+	},
+	[1091] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques de l'épine-de-dragon.",
+		["points"] = 5,
+		["name"] = "Épine-de-dragon",
+		["Category"] = "Artisanat",
+	},
+	[1092] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques du lys des cimes.",
+		["points"] = 5,
+		["name"] = "Lys des cimes",
+		["Category"] = "Artisanat",
+	},
+	[1093] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques de l'ancolie.",
+		["points"] = 5,
+		["name"] = "Ancolie",
+		["Category"] = "Artisanat",
+	},
+	[1094] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques du bleuet.",
+		["points"] = 5,
+		["name"] = "Bleuet",
+		["Category"] = "Artisanat",
+	},
+	[1095] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques de la nirnrave.",
+		["points"] = 5,
+		["name"] = "Nirnrave",
+		["Category"] = "Artisanat",
+	},
+	[1096] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques de la jacinthe d'eau.",
+		["points"] = 5,
+		["name"] = "Jacinthe d'eau",
+		["Category"] = "Artisanat",
+	},
+	[1097] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques du mutinus elegans.",
+		["points"] = 5,
+		["name"] = "Mutinus elegans",
+		["Category"] = "Artisanat",
+	},
+	[1098] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques de l'entoloma bleue.",
+		["points"] = 5,
+		["name"] = "Entoloma bleue",
+		["Category"] = "Artisanat",
+	},
+	[1099] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques de la russule émétique.",
+		["points"] = 5,
+		["name"] = "Russule émétique",
+		["Category"] = "Artisanat",
+	},
+	[1100] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques du coprin violet.",
+		["points"] = 5,
+		["name"] = "Coprin violet",
+		["Category"] = "Artisanat",
+	},
+	[1101] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques de la truffe de Namira.",
+		["points"] = 5,
+		["name"] = "Truffe de Namira",
+		["Category"] = "Artisanat",
+	},
+	[1102] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques du chapeau blanc.",
+		["points"] = 5,
+		["name"] = "Chapeau blanc",
+		["Category"] = "Artisanat",
+	},
+	[1103] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques de la russule phosphorescente.",
+		["points"] = 5,
+		["name"] = "Russule phosphorescente",
+		["Category"] = "Artisanat",
+	},
+	[1104] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Découvrez tous les traits alchimiques du pied-de-lutin.",
+		["points"] = 5,
+		["name"] = "Pied-de-lutin",
+		["Category"] = "Artisanat",
+	},
+	[1105] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Terrassez 300 Drémoras dans le donjon la Cité des cendres Vétéran II.",
+		["points"] = 10,
+		["name"] = "Tueur de Drémoras de Mérunès",
+		["Category"] = "Donjons vétéran",
+	},
+	[1106] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Terrassez 50 colosses de flamme dans la Cité des cendres Vétéran II.",
+		["points"] = 10,
+		["name"] = "Tueur de colosses de flamme vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1107] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Rukhan, Marruz, Akezel, Urata la Légion, Horvantud Gueule-ardente, et le titan de cendres, restaurez le pont, et tuez Valkyn Skoria dans la Cité des cendres Vétéran II sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant des Terres mortes",
+		["Category"] = "Donjons vétéran",
+	},
+	[1108] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Rukhan, Marruz, Akezel, Urata la Légion, Horvantud Gueule-ardente, et le titan de cendres, restaurez le pont, et tuez Valkyn Skoria dans la Cité des cendres Vétéran II, le tout en moins de trente minutes. Le compte à rebours s'enclenche quand les joueurs entrent dans le bosquet intérieur.",
+		["points"] = 50,
+		["name"] = "Assassin de la Cité des cendres II",
+		["Category"] = "Donjons vétéran",
+	},
+	[1109] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez tous les champions possédant un nom dans les égouts de la cité impériale.",
+		["points"] = 15,
+		["name"] = "Dompteur des égouts",
+		["Category"] = "Imperial City",
+	},
+	[2249] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Terminer la quête de l'Ordre psijique « L'appel des Psijiques » au Couchant.",
+		["points"] = 10,
+		["name"] = "Réaction psijique",
+		["Category"] = "Summerset",
+	},
+	[1111] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Découvrez les traditions culinaires des Drémoras.",
+		["points"] = 5,
+		["name"] = "C'est de la tarte",
+		["Category"] = "Donjons vétéran",
+	},
+	[1112] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Effectuez le pèlerinage du passage gris dans le temps imparti.",
+		["points"] = 15,
+		["name"] = "Pèlerin de Raidelorn",
+		["Category"] = "Quêtes",
+	},
+	[1113] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Utilisez la pile de nourriture du Sanctum ophidia et survivez à la bataille qui s'ensuit.",
+		["points"] = 5,
+		["name"] = "Sanctum ophidia : fosse à repas",
+		["Category"] = "Donjons",
+	},
+	[1114] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Dans la Cité des cendres Vétéran II, passez un pacte avec le tome frigide, puis terrassez Valkyn Skoria.",
+		["points"] = 50,
+		["name"] = "Un monde embrasé",
+		["Category"] = "Donjons vétéran",
+	},
+	[1115] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Infligez 1 000 000 de points de dégâts pendant les épreuves.",
+		["points"] = 10,
+		["name"] = "Distributeur de dégâts des épreuves.",
+		["Category"] = "Donjons",
+	},
+	[1116] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Soignez vos alliés pour 1 000 000 de points de dégâts pendant les épreuves.",
+		["points"] = 10,
+		["name"] = "Soigneur des épreuves",
+		["Category"] = "Donjons",
+	},
+	[1117] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Bloquez pour 1 000 000 de points de dégâts pendant les épreuves.",
+		["points"] = 10,
+		["name"] = "Bloqueur des épreuves",
+		["Category"] = "Donjons",
+	},
+	[2248] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Tuez toutes les patrouilles horrifiques de la cité impériale pendant le carnage de mi-l'an.",
+		["points"] = 15,
+		["name"] = "Horreur de mi-l'an",
+		["Category"] = "Événements des fêtes",
+	},
+	[2247] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Tuer un galopin avare dans les égouts de la cité impériale pendant le carnage de mi-l'an.",
+		["points"] = 10,
+		["name"] = "Galopin du carnage",
+		["Category"] = "Événements des fêtes",
+	},
+	[1120] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Vainquez l'Adjudicateur, la garde d'élite, l'inhibiteur planaire et Molag Kena dans la Tour d'or blanc Vétéran.",
+		["points"] = 15,
+		["name"] = "Conquérant de la Tour d'or blanc",
+		["Category"] = "Imperial City",
+	},
+	[1121] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Trouvez la cachette de Geldrion à Belkarth.",
+		["points"] = 5,
+		["name"] = "Possessions terrestres",
+		["Category"] = "Exploration",
+	},
+	[1122] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Libérez les prisonniers du pénitencier de la cité impériale.",
+		["points"] = 5,
+		["name"] = "Maître de l'évasion",
+		["Category"] = "Imperial City",
+	},
+	[1123] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez le Céleste Serpent.",
+		["points"] = 50,
+		["name"] = "Sanctum ophidia terminé",
+		["Category"] = "Donjons",
+	},
+	[1124] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Explorez le Sanctum ophidia en moins de 33 minutes.",
+		["points"] = 50,
+		["name"] = "Course contre la montre : Sanctum ophidia",
+		["Category"] = "Donjons",
+	},
+	[1125] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Étudiez le trait Trempe de Nirn pour n'importe quel type d'arme ou d'armure.",
+		["points"] = 5,
+		["name"] = "Apprenez le trait Trempe de Nirn",
+		["Category"] = "Artisanat",
+	},
+	[1126] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez toutes les grottes et le territoire du haut Raidelorn.",
+		["points"] = 50,
+		["name"] = "Grand explorateur du haut Raidelorn",
+		["Category"] = "Exploration",
+	},
+	[1127] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et sécurisez les six grottes du haut Raidelorn.",
+		["points"] = 15,
+		["name"] = "Explorateur des grottes du haut Raidelorn.",
+		["Category"] = "Exploration",
+	},
+	[1128] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Vainquez tous les mini-boss et boss de la prison de la cité impériale Vétéran en moins de quarante-cinq minutes après le début du donjon. Le chronomètre commence lorsque les joueurs entrent dans le bastion.",
+		["points"] = 50,
+		["name"] = "La grande évasion",
+		["Category"] = "Imperial City",
+	},
+	[1129] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Vainquez tous les mini-boss et boss de la prison de la cité impériale Vétéran sans qu'un seule membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Détention à vie",
+		["Category"] = "Imperial City",
+	},
+	[1130] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Vainquez 50 observateurs vigilants dans la Prison de la cité impériale Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur des observateurs vigilants",
+		["Category"] = "Imperial City",
+	},
+	[1131] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Vainquez 300 sans esprit dans la Prison de la cité impériale Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de sans esprit",
+		["Category"] = "Imperial City",
+	},
+	[1132] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Accomplissez les défis indiqués dans les donjons Vétéran de la cité impériale.",
+		["points"] = 50,
+		["name"] = "Accomplisseur de défis de la cité impériale",
+		["Category"] = "Imperial City",
+	},
+	[1133] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Dans la Prison de la cité impériale, vainquez l'Ennemi, Ibomez le Sculpte-chairs, la sentinelle Lumetombe, l'abomination de chair et le seigneur gardien Crépuscule sans que les observateurs vigilants ne remarquent un seul membre du groupe.",
+		["points"] = 50,
+		["name"] = "Loin des yeux",
+		["Category"] = "Imperial City",
+	},
+	[2246] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Gagnez 25 médailles sur le champ de bataille pendant le carnage de mi-l'an.",
+		["points"] = 10,
+		["name"] = "Mécaille du carnage",
+		["Category"] = "Événements des fêtes",
+	},
+	[2245] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Capturer 15 fermes, mines ou scierie pendant le carnage de mi-l'an.",
+		["points"] = 10,
+		["name"] = "Moisson de Pélinal",
+		["Category"] = "Événements des fêtes",
+	},
+	[1136] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez le Céleste Guerrier après l'avoir fait enrager en détruisant son armée de statues.",
+		["points"] = 50,
+		["name"] = "Citadelle d'Hel Ra mode difficile",
+		["Category"] = "Donjons",
+	},
+	[1137] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez la Céleste Mage après l'avoir fait enrager en détruisant ses orbes æthériens.",
+		["points"] = 50,
+		["name"] = "Archive æthérienne mode difficile",
+		["Category"] = "Donjons",
+	},
+	[1138] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez le Céleste Serpent après avoir profané les étendards sacrés de la Cour écailleuse.",
+		["points"] = 50,
+		["name"] = "Sanctum ophidia mode difficile",
+		["Category"] = "Donjons",
+	},
+	[1139] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Terminez la Citadelle d'Hel Ra, l'Archive æthérienne et le Sanctum ophidia à leur difficulté maximale.",
+		["points"] = 50,
+		["name"] = "Conquérant des Épreuves de Raidelorn",
+		["Category"] = "Donjons",
+	},
+	[1140] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Conquérez tous les concurrents de la version la plus difficile de l'arène de l'Étoile du dragon",
+		["points"] = 50,
+		["name"] = "Conquérant de l'arène de l'Étoile du dragon",
+		["Category"] = "Donjons",
+	},
+	[2244] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Vsskalvor à un geyser abyssal.",
+		["points"] = 10,
+		["name"] = "Charmeur de serpents",
+		["Category"] = "Summerset",
+	},
+	[1142] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Vainquez le Gardien-chef Crépuscule de la Prison de la cité impériale pendant que les membres de votre groupe et vous évitez toutes les Détonations de lumière noire.",
+		["points"] = 50,
+		["name"] = "Danseur de la lumière noire",
+		["Category"] = "Imperial City",
+	},
+	[1143] =
+	{
+		["Category_ID"] = 7,
+		["description"] = "Éliminez la menace du Serpent et de sa Cour écailleuse dans tout Raidelorn.",
+		["points"] = 50,
+		["name"] = "Complétiste de Raidelorn",
+		["Category"] = "Quêtes",
+	},
+	[1144] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Trouvez et apprenez tous les livres du style dwemer.",
+		["points"] = 50,
+		["name"] = "Maître du style dwemer",
+		["Category"] = "Artisanat",
+	},
+	[1145] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Faites-vous certifier en alchimie, forge, couture, enchantement, cuisine et travail du bois.",
+		["points"] = 10,
+		["name"] = "Touche-à-tout certifié",
+		["Category"] = "Artisanat",
+	},
+	[1146] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Honorez une commande d'artisanat.",
+		["points"] = 5,
+		["name"] = "Première commande",
+		["Category"] = "Artisanat",
+	},
+	[1147] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Honorez 25 commandes d'artisanat.",
+		["points"] = 10,
+		["name"] = "Le sens du devoir",
+		["Category"] = "Artisanat",
+	},
+	[1148] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Honorez 150 commandes d'artisanat.",
+		["points"] = 15,
+		["name"] = "Commandez, c'est livré !",
+		["Category"] = "Artisanat",
+	},
+	[1149] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Honorez 250 commandes d'artisanat.",
+		["points"] = 50,
+		["name"] = "Les commandes pleuvent",
+		["Category"] = "Artisanat",
+	},
+	[1150] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Complétez un serment des Indomptables que vous assigne Maj al-Ragath.",
+		["points"] = 5,
+		["name"] = "Prête-serment",
+		["Category"] = "Donjons",
+	},
+	[1151] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Complétez 10 serments des Indomptables que vous assigne Maj al-Ragath.",
+		["points"] = 10,
+		["name"] = "Indomptable en herbe",
+		["Category"] = "Donjons",
+	},
+	[1152] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Complétez 50 serments des Indomptables que vous assigne Maj al-Ragath.",
+		["points"] = 15,
+		["name"] = "Indomptable toujours !",
+		["Category"] = "Donjons",
+	},
+	[1153] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Complétez 100 serments des Indomptables que vous assigne Maj al-Ragath.",
+		["points"] = 50,
+		["name"] = "Bras droit du commandant",
+		["Category"] = "Donjons",
+	},
+	[1154] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Complétez un serment des Indomptables que vous assigne Glirion Barbe-Rousse.",
+		["points"] = 5,
+		["name"] = "Prouvez-leur qu'ils ont tort",
+		["Category"] = "Donjons",
+	},
+	[1155] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Complétez 10 serments des Indomptables que vous assigne Glirion Barbe-Rousse.",
+		["points"] = 10,
+		["name"] = "Vous respirez toujours",
+		["Category"] = "Donjons",
+	},
+	[1156] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Complétez 50 serments des Indomptables que vous assigne Glirion Barbe-Rousse.",
+		["points"] = 15,
+		["name"] = "Votre heure n'a pas sonné",
+		["Category"] = "Donjons",
+	},
+	[1157] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Complétez 100 serments des Indomptables que vous assigne Glirion Barbe-Rousse.",
+		["points"] = 50,
+		["name"] = "Compagnon de Glirion",
+		["Category"] = "Donjons",
+	},
+	[1158] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Atteignez le niveau 45 pour attirer l'attention des Indomptables.",
+		["points"] = 10,
+		["name"] = "L'appel des Indomptables",
+		["Category"] = "Donjons",
+	},
+	[1159] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Déverrouillez tous les succès de la Cité des cendres Vétéran II.",
+		["points"] = 50,
+		["name"] = "Amoureux des terres mortes",
+		["Category"] = "Donjons vétéran",
+	},
+	[1160] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Trouvez les 13 Éclats célestes de la cité impériale",
+		["points"] = 15,
+		["name"] = "Chasseur d'Éclats célestes de la cité impériale",
+		["Category"] = "Imperial City",
+	},
+	[2243] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Brisante à un geyser abyssal.",
+		["points"] = 10,
+		["name"] = "Élan brisé",
+		["Category"] = "Summerset",
+	},
+	[2242] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Eejoba la Radieuse à un geyser abyssal.",
+		["points"] = 10,
+		["name"] = "Émeute éclatante",
+		["Category"] = "Summerset",
+	},
+	[2059] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez la quête « L'étrangeté de Seht ».",
+		["points"] = 10,
+		["name"] = "Fumée et miroirs",
+		["Category"] = "Clockwork City",
+	},
+	[2060] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez la quête « Ombres approfondies ».",
+		["points"] = 10,
+		["name"] = "Intermédiaire",
+		["Category"] = "Clockwork City",
+	},
+	[2061] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez la quête « Perdus dans le crépuscule ».",
+		["points"] = 10,
+		["name"] = "Du même plumage",
+		["Category"] = "Clockwork City",
+	},
+	[2062] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez la quête « Dans l'obscurité ».",
+		["points"] = 10,
+		["name"] = "Boxe d'ombres",
+		["Category"] = "Clockwork City",
+	},
+	[2063] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez la quête « Là où se tapissent les ombres ».",
+		["points"] = 10,
+		["name"] = "Le véritable Sotha Sil",
+		["Category"] = "Clockwork City",
+	},
+	[2235] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "En affrontant Z'Maja pendant un événement du Monde des Ombres, empêche tous les yaghras d'netrer par le portail et de déboucher dans le monde réel à 15 reprises différentes au Pas des Nuées.",
+		["points"] = 15,
+		["name"] = "Blocus des yaghras",
+		["Category"] = "Summerset",
+	},
+	[1169] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Découvrez tous les lieux remarquables des égouts impériaux.",
+		["points"] = 10,
+		["name"] = "Éclaireur des égouts impériaux",
+		["Category"] = "Imperial City",
+	},
+	[2064] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez la quête « La lumière de la connaissance ».",
+		["points"] = 10,
+		["name"] = "Le Fardeau de la Connaissance",
+		["Category"] = "Clockwork City",
+	},
+	[1171] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Assemblez une clef pour chaque coffre à trophée de la Cité impériale.",
+		["points"] = 10,
+		["name"] = "Serrurier de la Cité impériale",
+		["Category"] = "Imperial City",
+	},
+	[1172] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Assemblez un total de 25 clefs pour les salles des trophées de la cité impériale.",
+		["points"] = 50,
+		["name"] = "Passe-partout",
+		["Category"] = "Imperial City",
+	},
+	[2233] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "En affrontant Z'Maja avec siroria, utilisez une attaque Signal rugissant et portez 20 coups fatals aux Ombres des défunts du Pas des Nuées.",
+		["points"] = 15,
+		["name"] = "Éruptions et ombres mortelles",
+		["Category"] = "Summerset",
+	},
+	[1174] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez toutes les patrouilles horrifiques de la cité impériale.",
+		["points"] = 15,
+		["name"] = "Fléau des horreurs",
+		["Category"] = "Imperial City",
+	},
+	[1175] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Mettez fin aux projets secrets de Molag Bal dans la cité impériale.",
+		["points"] = 15,
+		["name"] = "Le sublime Protecteur",
+		["Category"] = "Imperial City",
+	},
+	[1176] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez 1 joueur dans la cité impériale.",
+		["points"] = 5,
+		["name"] = "Recrue de la cité impériale",
+		["Category"] = "Imperial City",
+	},
+	[1177] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez 50 joueurs dans la cité impériale.",
+		["points"] = 10,
+		["name"] = "Vétéran de la cité impériale",
+		["Category"] = "Imperial City",
+	},
+	[1178] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez 100 joueurs dans la cité impériale.",
+		["points"] = 15,
+		["name"] = "Seigneur de guerre de la cité impériale",
+		["Category"] = "Imperial City",
+	},
+	[1179] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Gagnez 900 pierres de Tel Var d'un coup.",
+		["points"] = 15,
+		["name"] = "Jackpot",
+		["Category"] = "Imperial City",
+	},
+	[2232] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "En affrontant Z'Maja avec les trois ombres des welkynars avec eux, un joueur avec l'affliction Givrée et deux autres joueurs avec l'afflictions Surcharge voltaïque partagent les dégâts de l'éruption de Feu rugissant dans le Pas des Nuées Vétéran",
+		["points"] = 50,
+		["name"] = "Pour se remonter le moral",
+		["Category"] = "Summerset",
+	},
+	[1181] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Trouvez et apprenez tous les livres du style Xivkyn.",
+		["points"] = 50,
+		["name"] = "Maître du style Xivkyn",
+		["Category"] = "Imperial City",
+	},
+	[1182] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez 1 galopin avare dans les égouts impériaux.",
+		["points"] = 10,
+		["name"] = "Traqueur de galopin avare",
+		["Category"] = "Imperial City",
+	},
+	[2229] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Collectionnez et gagnez 25 styles complets.",
+		["points"] = 15,
+		["name"] = "Maître débutant des styles",
+		["Category"] = "Artisanat",
+	},
+	[1184] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Terminez l'Arène de la cité impériale en tuant la maîtresse et ses monstrueux serviteurs.",
+		["points"] = 15,
+		["name"] = "Champion de l'Arène impériale",
+		["Category"] = "Imperial City",
+	},
+	[1185] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Terminez le Temple de la cité impériale en vainquant le titan Daedra Uzuruz.",
+		["points"] = 15,
+		["name"] = "Protecteur de la foi",
+		["Category"] = "Imperial City",
+	},
+	[1186] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Attrapez les 12 poissons rares de la cité impériale",
+		["points"] = 5,
+		["name"] = "Pêcheur de la cité impériale",
+		["Category"] = "Imperial City",
+	},
+	[2228] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Collectionnez et gagnez 10 styles complets.",
+		["points"] = 10,
+		["name"] = "Aspirant maître des styles",
+		["Category"] = "Artisanat",
+	},
+	[2226] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Gagnez les succès de rang 50 pour chaque profession d'artisanat.",
+		["points"] = 15,
+		["name"] = "Maître des professions",
+		["Category"] = "Artisanat",
+	},
+	[2225] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Devenez certifié en joaillerie. Vous trouverez cette quête dans l'Archipel du Couchant.",
+		["points"] = 5,
+		["name"] = "Joailler certifié",
+		["Category"] = "Artisanat",
+	},
+	[1190] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Réussissez à faire les poches d'un habitant de Tamriel",
+		["points"] = 5,
+		["name"] = "Détrousseur",
+		["Category"] = "Personnage",
+	},
+	[1191] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Réussissez à faire les poches de cent habitants de Tamriel",
+		["points"] = 10,
+		["name"] = "Tire-laine",
+		["Category"] = "Personnage",
+	},
+	[1192] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Réussissez à faire les poches de mille habitants de Tamriel",
+		["points"] = 15,
+		["name"] = "Chapardeur de génie",
+		["Category"] = "Personnage",
+	},
+	[1193] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Échappez à un garde après avoir choisi l'option « Fuir » dans la fenêtre de dialogue d'interpellation.",
+		["points"] = 5,
+		["name"] = "Ventre à terre",
+		["Category"] = "Personnage",
+	},
+	[1194] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Échappez cent fois aux gardes après avoir choisi l'option « Fuir » dans la fenêtre de dialogue d'interpellation.",
+		["points"] = 15,
+		["name"] = "Échappatoire",
+		["Category"] = "Personnage",
+	},
+	[1195] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Faites une transaction unique de 1 000 pièces d'or ou davantage pour racheter vos crimes envers les citoyens de Tamriel.",
+		["points"] = 15,
+		["name"] = "Amende honorable",
+		["Category"] = "Personnage",
+	},
+	[1196] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Payez un total de 100 000 pièces d'or au receleur OU aux gardes de Tamriel pour faire oublier vos activités criminelles.",
+		["points"] = 15,
+		["name"] = "Récompense criminelle",
+		["Category"] = "Personnage",
+	},
+	[1197] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Gagnez 1 000 pièces d'or en vendant des objets volés à un receleur.",
+		["points"] = 5,
+		["name"] = "Biens mal acquis",
+		["Category"] = "Personnage",
+	},
+	[1198] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Ouvrez une cassette et volez-en le contenu.",
+		["points"] = 5,
+		["name"] = "Pilleur de cassette",
+		["Category"] = "Personnage",
+	},
+	[1199] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Ouvrez dix cassettes et volez-en le contenu.",
+		["points"] = 10,
+		["name"] = "Perceur de cassettes",
+		["Category"] = "Personnage",
+	},
+	[1200] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Ouvrez cent cassettes et volez-en le contenu.",
+		["points"] = 15,
+		["name"] = "Coffres pas si forts",
+		["Category"] = "Personnage",
+	},
+	[1201] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Gagnez 100 000 pièces d'or en vendant des objets volés à un receleur.",
+		["points"] = 15,
+		["name"] = "Entrepreneur illicite",
+		["Category"] = "Personnage",
+	},
+	[1202] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Gagnez 1 000 000 pièces d'or en vendant des objets volés à un receleur.",
+		["points"] = 50,
+		["name"] = "Caïd du marché noir",
+		["Category"] = "Personnage",
+	},
+	[1203] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Dépensez 100 pièces d'or pour blanchir des objets auprès d'un receleur.",
+		["points"] = 5,
+		["name"] = "Blanc comme neige",
+		["Category"] = "Personnage",
+	},
+	[1204] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Dépensez 1 000 pièces d'or pour blanchir des objets auprès d'un receleur.",
+		["points"] = 10,
+		["name"] = "Comme neuf",
+		["Category"] = "Personnage",
+	},
+	[1205] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Dépensez 10 000 pièces d'or pour blanchir des objets auprès d'un receleur.",
+		["points"] = 15,
+		["name"] = "Illustre blanchisseur",
+		["Category"] = "Personnage",
+	},
+	[1206] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Crochetez la porte d'une maison fermée.",
+		["points"] = 5,
+		["name"] = "Comme chez soi",
+		["Category"] = "Personnage",
+	},
+	[1207] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Crochetez la porte de cinquante maisons fermées.",
+		["points"] = 10,
+		["name"] = "Chez soi partout",
+		["Category"] = "Personnage",
+	},
+	[1208] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Crochetez la porte de cent maisons fermées.",
+		["points"] = 15,
+		["name"] = "Su casa es mi casa",
+		["Category"] = "Personnage",
+	},
+	[1209] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Faites-vous confisquer un vêtement volé que vous portez par un garde.",
+		["points"] = 5,
+		["name"] = "Conscience mise à nu",
+		["Category"] = "Personnage",
+	},
+	[1210] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Faites-vous confisquer tous vos vêtements volés équipés dans tous vos emplacements d'armure en même temps par un garde.",
+		["points"] = 10,
+		["name"] = "Madame Godiva",
+		["Category"] = "Personnage",
+	},
+	[1211] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Volez un objet de qualité Raffinée.",
+		["points"] = 5,
+		["name"] = "Voleur averti",
+		["Category"] = "Personnage",
+	},
+	[1212] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Volez un objet de qualité Supérieure.",
+		["points"] = 10,
+		["name"] = "Voleur exigeant",
+		["Category"] = "Personnage",
+	},
+	[1213] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Volez un objet de qualité Épique.",
+		["points"] = 15,
+		["name"] = "De haut vol",
+		["Category"] = "Personnage",
+	},
+	[1214] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Dépensez votre premier point de Champion.",
+		["points"] = 10,
+		["name"] = "L'aube d'un Champion",
+		["Category"] = "Personnage",
+	},
+	[1215] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Dépensez 100 points dans la Constellation du Guerrier.",
+		["points"] = 15,
+		["name"] = "Destin robuste",
+		["Category"] = "Personnage",
+	},
+	[1216] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Dépensez 50 points dans la Constellation du Guerrier.",
+		["points"] = 10,
+		["name"] = "Décret vigoureux",
+		["Category"] = "Personnage",
+	},
+	[1217] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Dépensez 150 points dans la Constellation du Guerrier.",
+		["points"] = 50,
+		["name"] = "Champion de vifazur",
+		["Category"] = "Personnage",
+	},
+	[1218] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Dépensez 50 points dans la Constellation du Mage.",
+		["points"] = 10,
+		["name"] = "Décret arcanique",
+		["Category"] = "Personnage",
+	},
+	[1219] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Dépensez 100 points dans la Constellation du Mage.",
+		["points"] = 15,
+		["name"] = "Destin mystérieux",
+		["Category"] = "Personnage",
+	},
+	[1220] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Dépensez 150 points dans la Constellation du Mage.",
+		["points"] = 50,
+		["name"] = "Champion d'ondepluie",
+		["Category"] = "Personnage",
+	},
+	[1221] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Dépensez 50 points dans la Constellation du Voleur.",
+		["points"] = 10,
+		["name"] = "Décret discret",
+		["Category"] = "Personnage",
+	},
+	[1222] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Dépensez 100 points dans la Constellation du Voleur.",
+		["points"] = 15,
+		["name"] = "Destin obscur",
+		["Category"] = "Personnage",
+	},
+	[1223] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Dépensez 150 points dans la Constellation du Voleur.",
+		["points"] = 50,
+		["name"] = "Champion de soirétoile",
+		["Category"] = "Personnage",
+	},
+	[1224] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez un habitant de Tamriel.",
+		["points"] = 5,
+		["name"] = "Meurtrier",
+		["Category"] = "Personnage",
+	},
+	[1225] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez cinquante habitants de Tamriel.",
+		["points"] = 5,
+		["name"] = "Tueur en série",
+		["Category"] = "Personnage",
+	},
+	[1226] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez cent habitants de Tamriel.",
+		["points"] = 5,
+		["name"] = "Génocidaire",
+		["Category"] = "Personnage",
+	},
+	[1227] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez un bovin d'élevage : vache, taureau ou bœuf.",
+		["points"] = 5,
+		["name"] = "Mort aux vaches !",
+		["Category"] = "Personnage",
+	},
+	[1228] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez un poulet ou un guar basset d'élevage.",
+		["points"] = 5,
+		["name"] = "L'aile ou la cuisse",
+		["Category"] = "Personnage",
+	},
+	[1229] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez une chèvre ou un mouton d'élevage.",
+		["points"] = 5,
+		["name"] = "Le loup et l'agneau",
+		["Category"] = "Personnage",
+	},
+	[1230] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez un cochon d'élevage.",
+		["points"] = 5,
+		["name"] = "Tout est bon dans le cochon",
+		["Category"] = "Personnage",
+	},
+	[1231] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez un guar d'élevage.",
+		["points"] = 5,
+		["name"] = "Tueur de guar",
+		["Category"] = "Personnage",
+	},
+	[1232] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez dix animaux domestiques.",
+		["points"] = 5,
+		["name"] = "Boucher",
+		["Category"] = "Personnage",
+	},
+	[1233] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez cent animaux d'élevage.",
+		["points"] = 5,
+		["name"] = "Équarrisseur",
+		["Category"] = "Personnage",
+	},
+	[1234] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Tuez cinq cents animaux d'élevage.",
+		["points"] = 5,
+		["name"] = "Fléau du bétail",
+		["Category"] = "Personnage",
+	},
+	[1235] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Activez l'antique centurion de Rkindaleft.",
+		["points"] = 50,
+		["name"] = "Événement de groupe de Rkindaleft",
+		["Category"] = "Orsinium",
+	},
+	[1236] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Vainquez tous les champions de Rkindaleft.",
+		["points"] = 50,
+		["name"] = "Conquérant de Rkindaleft",
+		["Category"] = "Orsinium",
+	},
+	[1237] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Vainquez 3 champions dans le donjon public de Rkindaleft.",
+		["points"] = 15,
+		["name"] = "Vainqueur de Rkindaleft",
+		["Category"] = "Orsinium",
+	},
+	[1238] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Résistez à l'assaut des adeptes dans Orsinium-la-Vieille.",
+		["points"] = 50,
+		["name"] = "Événement de groupe d'Orsinium-la-Vieille",
+		["Category"] = "Orsinium",
+	},
+	[1239] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Vainquez tous les champions d'Orsinium-la-Vieille",
+		["points"] = 50,
+		["name"] = "Conquérant d'Orsinium-la-Vieille",
+		["Category"] = "Orsinium",
+	},
+	[1240] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Vainquez 3 champions dans le donjon public d'Orsinium-la-Vieille.",
+		["points"] = 15,
+		["name"] = "Vainqueur d'Orsinium-la-Vieille",
+		["Category"] = "Orsinium",
+	},
+	[1241] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Accomplissez 3 quêtes à Wrothgar.",
+		["points"] = 10,
+		["name"] = "Touriste de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[1242] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Accomplissez 9 quêtes à Wrothgar.",
+		["points"] = 10,
+		["name"] = "Explorateur de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[1243] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Accomplissez 15 quêtes à Wrothgar.",
+		["points"] = 10,
+		["name"] = "Pionnier de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[1244] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Accomplissez 21 quêtes à Wrothgar.",
+		["points"] = 10,
+		["name"] = "Éclaireur de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[1245] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Accomplissez 27 quêtes à Wrothgar.",
+		["points"] = 10,
+		["name"] = "Aventurier de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[2224] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Recherchez tous les traits de joaillerie au moins une fois, que ce soit sur un anneau ou un collier.",
+		["points"] = 15,
+		["name"] = "Maître des traits de joaillerie",
+		["Category"] = "Artisanat",
+	},
+	[1247] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Donnez une mort glorieuse à 5 Orques âgés.",
+		["points"] = 10,
+		["name"] = "Une dernière bagarre",
+		["Category"] = "Orsinium",
+	},
+	[1248] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le héros de Wrothgar.",
+		["points"] = 50,
+		["name"] = "Héros de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[1249] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Vainquez 4 boss sauvages de Wrothgar.",
+		["points"] = 15,
+		["name"] = "Protecteur d'Orsinium",
+		["Category"] = "Orsinium",
+	},
+	[1250] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Rassemblez 16 reliques pour la Maison de la gloire des Orsimers.",
+		["points"] = 15,
+		["name"] = "Chasseur de reliques de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[2211] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Apprendre le sort du marin perdu",
+		["points"] = 5,
+		["name"] = "Message dans une bouteille",
+		["Category"] = "Summerset",
+	},
+	[2065] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez une quête quotidienne de la Cour de Noireplume.",
+		["points"] = 5,
+		["name"] = "Courtiser les corbeaux",
+		["Category"] = "Clockwork City",
+	},
+	[2066] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez 7 quêtes quotidiennes de la Cour de Noireplume.",
+		["points"] = 10,
+		["name"] = "Assistant de Noireplume",
+		["Category"] = "Clockwork City",
+	},
+	[2067] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez 30 quêtes quotidiennes de la Cour de Noireplume.",
+		["points"] = 15,
+		["name"] = "Noireplume honoraire",
+		["Category"] = "Clockwork City",
+	},
+	[2068] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez 20 quêtes d'histoire dans la Cité mécanique",
+		["points"] = 15,
+		["name"] = "Aventurier de la Cité mécanique",
+		["Category"] = "Clockwork City",
+	},
+	[2069] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez 24 quêtes d'histoire dans la Cité mécanique",
+		["points"] = 50,
+		["name"] = "Grand aventurier de la Cité mécanique",
+		["Category"] = "Clockwork City",
+	},
+	[1257] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Complétez les deux succès de boss de donjons publics de Wrothgar.",
+		["points"] = 15,
+		["name"] = "Tueur des donjons de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[2070] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Terminez une quête quotidienne de ravitaillement de la Forteresse d'airain.",
+		["points"] = 5,
+		["name"] = "Assistant de la Forteresse d'airain",
+		["Category"] = "Clockwork City",
+	},
+	[2076] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l'Audacieux dans l'Asile sanctuaire.",
+		["points"] = 15,
+		["name"] = "Asile sanctuaire terminé",
+		["Category"] = "Clockwork City",
+	},
+	[1260] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Terminez les quêtes principales de Wrothgar.",
+		["points"] = 15,
+		["name"] = "La main derrière le trône",
+		["Category"] = "Orsinium",
+	},
+	[1261] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez 1 membre de la Garde d'élite de Havreglace.",
+		["points"] = 10,
+		["name"] = "Assassin de xivkyn",
+		["Category"] = "Imperial City",
+	},
+	[1262] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez 50 membres de la Garde d'élite de Havreglace.",
+		["points"] = 15,
+		["name"] = "Fléau des xivkyn",
+		["Category"] = "Imperial City",
+	},
+	[1263] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez 100 membres de la Garde d'élite de Havreglace.",
+		["points"] = 50,
+		["name"] = "Plaie des xivkyn",
+		["Category"] = "Imperial City",
+	},
+	[2078] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l'Audacieux dans le même combat à l'Asile sanctuaire.",
+		["points"] = 50,
+		["name"] = "Concurrent de l'Asile sanctuaire",
+		["Category"] = "Clockwork City",
+	},
+	[2079] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l'Audacieux dans le même combat dans l'Asile sanctuaire Vétéran.",
+		["points"] = 50,
+		["name"] = "Vainqueur de l'Asile sanctuaire",
+		["Category"] = "Clockwork City",
+	},
+	[2200] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez trente missions de la Poursuite divine pour la Justiciar Farowël.",
+		["points"] = 15,
+		["name"] = "Exécuteur divin",
+		["Category"] = "Summerset",
+	},
+	[1267] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez 100 joueurs dans l'arène impériale.",
+		["points"] = 15,
+		["name"] = "Gladiateur de l'alliance",
+		["Category"] = "Imperial City",
+	},
+	[1268] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez 1 galopin rusé lors de vos aventures dans les égouts impériaux.",
+		["points"] = 10,
+		["name"] = "Traqueur de galopin rusé",
+		["Category"] = "Imperial City",
+	},
+	[1269] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez 50 galopins avares lors de vos aventures dans les égouts impériaux.",
+		["points"] = 15,
+		["name"] = "Tueur de galopins avares",
+		["Category"] = "Imperial City",
+	},
+	[1270] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez 100 galopins avares lors de vos aventures dans les égouts impériaux.",
+		["points"] = 50,
+		["name"] = "Exterminateur de galopins avares",
+		["Category"] = "Imperial City",
+	},
+	[1271] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez 50 galopins rusés lors de vos aventures dans les égouts impériaux.",
+		["points"] = 15,
+		["name"] = "Tueur de galopins rusés",
+		["Category"] = "Imperial City",
+	},
+	[1272] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Tuez 100 galopins rusés lors de vos aventures dans les égouts impériaux.",
+		["points"] = 50,
+		["name"] = "Exterminateur de galopins rusés",
+		["Category"] = "Imperial City",
+	},
+	[1273] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Terminez les événements de Barathrum Centrata dans les profondeurs de la cité impériale.",
+		["points"] = 50,
+		["name"] = "Porteur de lumière impérial",
+		["Category"] = "Imperial City",
+	},
+	[2199] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez sept missions de la Poursuite divine pour la Justiciar Farowël.",
+		["points"] = 10,
+		["name"] = "Juge divin",
+		["Category"] = "Summerset",
+	},
+	[1275] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Vainquez l'Adjudicateur, la Garde de l'Impératrice régente, l'Inhibiteur planaire et Molag Kena dans la Tour d'or blanc Vétéran en moins de 30 minutes. Le chronomètre démarre lorsque vous entrez sur l'Avenue de l'empereur vert.",
+		["points"] = 50,
+		["name"] = "Premier au sommet",
+		["Category"] = "Imperial City",
+	},
+	[1276] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Vainquez l'Adjudicateur, la Garde de l'Impératrice régente, l'Inhibiteur planaire et Molag Kena dans la Tour d'or blanc Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Faire bisquer une Tharn",
+		["Category"] = "Imperial City",
+	},
+	[1277] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Vainquez 100 xivkyn dans la Tour d'or blanc Vétéran.",
+		["points"] = 10,
+		["name"] = "Brise-corne",
+		["Category"] = "Imperial City",
+	},
+	[1278] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Vainquez 75 Daedroth dans la Tour d'or blanc Vétéran.",
+		["points"] = 10,
+		["name"] = "Faucheur de Daedroth",
+		["Category"] = "Imperial City",
+	},
+	[1279] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Dans la Tour d'or blanc Vétéran, menez le rituel énoncé dans le Tome de l'Obélisque, puis vainquez Molag Kena.",
+		["points"] = 50,
+		["name"] = "La rage de l'orage",
+		["Category"] = "Imperial City",
+	},
+	[1280] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Dans la Tour d'or blanc Vétéran, détruisez tous les portails pour empêcher les renforts de l'Inhibiteur planaire d'arriver.",
+		["points"] = 10,
+		["name"] = "Entrée interdite",
+		["Category"] = "Imperial City",
+	},
+	[1281] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Trouvez toutes les pierres parlantes de la Tour d'or blanc et interagissez avec elles.",
+		["points"] = 5,
+		["name"] = "Transgressions impériales",
+		["Category"] = "Imperial City",
+	},
+	[2198] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez votre première mission de la Poursuite divine pour la Justiciar Farowël.",
+		["points"] = 5,
+		["name"] = "Poursuiveur divin",
+		["Category"] = "Summerset",
+	},
+	[2197] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez trente missions de la Poursuite divine pour le Justiciar Tanorian.",
+		["points"] = 15,
+		["name"] = "Magistrat divin",
+		["Category"] = "Summerset",
+	},
+	[2196] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez sept missions de la Poursuite divine pour le Justiciar Tanorian.",
+		["points"] = 10,
+		["name"] = "Avocat divin",
+		["Category"] = "Summerset",
+	},
+	[1285] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Tuez la Vieille Snagara l'échatère dans le Campement des Braconniers.",
+		["points"] = 10,
+		["name"] = "Tuez la Vieille Snagara",
+		["Category"] = "Orsinium",
+	},
+	[1286] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Vainquez Zanadunoz la Renaissante au dolmen inachevé.",
+		["points"] = 10,
+		["name"] = "Tuez Zanadunoz la Renaissante",
+		["Category"] = "Orsinium",
+	},
+	[1287] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Tuez le régent riekr roi-chef Edu au Trône du roi-chef.",
+		["points"] = 10,
+		["name"] = "Régicide riekr",
+		["Category"] = "Orsinium",
+	},
+	[1288] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Tuez le guerrier roncecœur Nédhiver, Corintthac l'Abomination, à la Pouponnière maudite.",
+		["points"] = 10,
+		["name"] = "Tuez Corintthac l'Abomination",
+		["Category"] = "Orsinium",
+	},
+	[1289] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Tuez Urkazbur le Fou à l'autel de l'Ogre Fou.",
+		["points"] = 10,
+		["name"] = "Tuez l'ogre Urkazbur le Fou",
+		["Category"] = "Orsinium",
+	},
+	[1290] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Tuez Nuzchaleft le centurion dwemer aux Chutes de Nuzchaleft.",
+		["points"] = 10,
+		["name"] = "Tuez Nuzchaleft",
+		["Category"] = "Orsinium",
+	},
+	[2195] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez votre première mission de la Poursuite divine pour le Justiciar Tanorian.",
+		["points"] = 5,
+		["name"] = "Sollicitation divine",
+		["Category"] = "Summerset",
+	},
+	[2194] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Arrêtez la conspiration qui sème le chaos dans le Couchant, protégez la Tour de cristal et forgez une nouvelle alliance pour ramener l'ordre sur l'île.",
+		["points"] = 15,
+		["name"] = "L'intérêt du plus grand nombre",
+		["Category"] = "Summerset",
+	},
+	[2193] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le sauveur du Couchant.",
+		["points"] = 50,
+		["name"] = "Sauveur du Couchant",
+		["Category"] = "Summerset",
+	},
+	[2189] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Apprenez chaque chapitre du livre de style de la Mandécailles, que l'on trouve parfois en récompense dans le donjon du pic de la Mandécailles",
+		["points"] = 50,
+		["name"] = "Maître du style de la Mandécailles",
+		["Category"] = "Dragon Bones",
+	},
+	[2188] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Obtenez et apprenez tous les chapitres du motif Drémora trouvables dans les crânes à butin de Drémora, au cours du Festival des sorcières.",
+		["points"] = 50,
+		["name"] = "Maître du style Drémora",
+		["Category"] = "Événements des fêtes",
+	},
+	[2187] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Apprenez chaque chapitre du livre de style des sapiarques, que l'on trouve parfois en récompense des quêtes pour la Poursuite divine",
+		["points"] = 50,
+		["name"] = "Maître du style sapiarque",
+		["Category"] = "Summerset",
+	},
+	[1297] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Explorez et videz le chenil de Nikolvara.",
+		["points"] = 5,
+		["name"] = "Explorateur du chenil de Nikolvara",
+		["Category"] = "Orsinium",
+	},
+	[1298] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Explorez et videz la Caverne de Froideperche.",
+		["points"] = 5,
+		["name"] = "Explorateur de la caverne de Froideperche",
+		["Category"] = "Orsinium",
+	},
+	[1299] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Explorez et videz la Mine d'argent",
+		["points"] = 5,
+		["name"] = "Explorateur de la mine d'argent",
+		["Category"] = "Orsinium",
+	},
+	[1300] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Explorez et videz le sanctuaire de Thukhozod.",
+		["points"] = 5,
+		["name"] = "Explorateur du sanctuaire de Thukhozod",
+		["Category"] = "Orsinium",
+	},
+	[1301] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Explorez et videz le retranchement du Guetteur.",
+		["points"] = 5,
+		["name"] = "Explorateur du retranchement du guetteur",
+		["Category"] = "Orsinium",
+	},
+	[1302] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Explorez et videz Zthenganaz.",
+		["points"] = 5,
+		["name"] = "Explorateur de Zthenganaz",
+		["Category"] = "Orsinium",
+	},
+	[1303] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Dans la Prison de la cité impériale Vétéran, détruisez le Tome du Gardien, puis vainquez le seigneur gardien Crépuscule.",
+		["points"] = 50,
+		["name"] = "Représailles du seigneur gardien",
+		["Category"] = "Imperial City",
+	},
+	[1304] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Surmontez tous les défis et gagnez le titre de champion de l'arène de Maelström.",
+		["points"] = 15,
+		["name"] = "Champion de l'Arène de Maelström",
+		["Category"] = "Orsinium",
+	},
+	[1305] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Surmontez tous les défis de l'Arène de Maelström Vétéran.",
+		["points"] = 50,
+		["name"] = "Conquérant de l'arène de Maelström",
+		["Category"] = "Orsinium",
+	},
+	[1306] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Dans la Tour d'or blanc Vétéran, laissez-vous entièrement envelopper par les flammes de l'Insolation de l'Inhibiteur planaire avant qu'il porte son attaque de Catastrophe daedrique. Puis restez en vie jusqu'à la défaite de l'Inhibiteur planaire.",
+		["points"] = 15,
+		["name"] = "Charybde",
+		["Category"] = "Imperial City",
+	},
+	[1307] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Assemblez une clef pour chaque coffre à trophée des donjons de groupe de la Tour d'or blanc et la prison de la cité impériale.",
+		["points"] = 10,
+		["name"] = "Serrurier des donjons de la cité impériale",
+		["Category"] = "Imperial City",
+	},
+	[2186] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Apprendre chaque chapitre du livre de style psijique, que l'on trouve au Couchant.",
+		["points"] = 50,
+		["name"] = "Maître du style psijique",
+		["Category"] = "Summerset",
+	},
+	[2185] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Churug de l'Abysse à un geyser abyssal.",
+		["points"] = 10,
+		["name"] = "Chagrin de Churug",
+		["Category"] = "Summerset",
+	},
+	[2184] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Ruella Maintes-Griffes à un geyser abyssal.",
+		["points"] = 10,
+		["name"] = "Dégriffée",
+		["Category"] = "Summerset",
+	},
+	[1311] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Gagnez 1 000 pierres de Tel Var avec votre personnage.",
+		["points"] = 10,
+		["name"] = "Collectionneur de Tel Var",
+		["Category"] = "Imperial City",
+	},
+	[1312] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Gagnez 10 000 pierres de Tel Var avec votre personnage.",
+		["points"] = 15,
+		["name"] = "Baron de Tel Var",
+		["Category"] = "Imperial City",
+	},
+	[1313] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Gagnez 100 000 pierres de Tel Var avec votre personnage.",
+		["points"] = 50,
+		["name"] = "Maître de Tel Var",
+		["Category"] = "Imperial City",
+	},
+	[1314] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Gagnez 300 pierres de Tel Var d'un coup.",
+		["points"] = 5,
+		["name"] = "Butin soudain",
+		["Category"] = "Imperial City",
+	},
+	[1315] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Gagnez 600 pierres de Tel Var d'un coup.",
+		["points"] = 10,
+		["name"] = "Manne inespérée",
+		["Category"] = "Imperial City",
+	},
+	[1316] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Faites 15 donnations à l'huissière d'Orsinium.",
+		["points"] = 5,
+		["name"] = "Mécène d'Orsinium",
+		["Category"] = "Orsinium",
+	},
+	[1317] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Traduisez toutes les runes des rangs de Champion 150 et 160.",
+		["points"] = 10,
+		["name"] = "Puissance du Rubis",
+		["Category"] = "Artisanat",
+	},
+	[1318] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Trouvez et apprenez tous les livres du style akavirois.",
+		["points"] = 50,
+		["name"] = "Maître du style akavirois",
+		["Category"] = "Artisanat",
+	},
+	[1319] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Trouvez et apprenez tous les livres du style du Verre.",
+		["points"] = 50,
+		["name"] = "Maître du style du Verre",
+		["Category"] = "Artisanat",
+	},
+	[1320] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Trouvez les 17 éclats célestes de Wrothgar.",
+		["points"] = 15,
+		["name"] = "Chasseur d'éclats célestes de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[1321] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Découvrez et sécurisez les six cavernes explorables de Wrothgar.",
+		["points"] = 15,
+		["name"] = "Spéléologue de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[1322] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Découvrez tous les lieux remarquables de Wrothgar.",
+		["points"] = 10,
+		["name"] = "Maître chercheur de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[1323] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Découvrez et sécurisez les grottes et lieux remarquables de Wrothgar.",
+		["points"] = 15,
+		["name"] = "Grand explorateur de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[1324] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Rassemblez les 20 reliques pour la Maison de la gloire des Orsimers.",
+		["points"] = 50,
+		["name"] = "Maître chasseur de reliques de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[1325] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Terminez la quête « Guet-apens royal » à Wrothgar.",
+		["points"] = 10,
+		["name"] = "Conseiller du roi orque",
+		["Category"] = "Orsinium",
+	},
+	[1326] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Terminez la quête « La colère d'un roi » à Wrothgar.",
+		["points"] = 10,
+		["name"] = "Maréchal du roi orque",
+		["Category"] = "Orsinium",
+	},
+	[1327] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Terminez la quête « Le roi aux mains de sang » à Wrothgar",
+		["points"] = 10,
+		["name"] = "Conquérant du roi orque",
+		["Category"] = "Orsinium",
+	},
+	[1328] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Terminez 40 quêtes à Wrothgar.",
+		["points"] = 15,
+		["name"] = "Grand aventurier de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[2183] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Gagner 5 duels JcJ dans le Colisée des Vieilles Voies sur Artæum",
+		["points"] = 5,
+		["name"] = "Duel de sorciers",
+		["Category"] = "Summerset",
+	},
+	[1330] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Terminer l'Arène de Maelström Vétéran en un seul passage, sans mourir ni quitter l'arène",
+		["points"] = 50,
+		["name"] = "Arène de Maelström : passage parfait",
+		["Category"] = "Orsinium",
+	},
+	[1331] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Sautez depuis la falaise à l'ouest de la crête de Brisegivre et survivez à la chute.",
+		["points"] = 5,
+		["name"] = "Sauteur des falaises de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[2182] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vainquez tous les champions de Soltenure.",
+		["points"] = 10,
+		["name"] = "Vainqueur de Soltenure",
+		["Category"] = "Summerset",
+	},
+	[1333] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Terminez 1 quête journalière de boss de groupe à Wrothgar.",
+		["points"] = 5,
+		["name"] = "Un par un",
+		["Category"] = "Orsinium",
+	},
+	[1334] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Terminez 7 quêtes journalières de boss de groupe à Wrothgar.",
+		["points"] = 10,
+		["name"] = "Sept d'un coup",
+		["Category"] = "Orsinium",
+	},
+	[1335] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Terminez 30 quêtes journalières de boss de groupe à Wrothgar.",
+		["points"] = 15,
+		["name"] = "Chasseur de monstres du mois",
+		["Category"] = "Orsinium",
+	},
+	[1336] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Terminez 1 quête journalière d'antre à Wrothgar.",
+		["points"] = 5,
+		["name"] = "Un antre par jour",
+		["Category"] = "Orsinium",
+	},
+	[1337] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Terminez 7 quêtes journalières d'antre à Wrothgar.",
+		["points"] = 10,
+		["name"] = "La semaine dans l'antre",
+		["Category"] = "Orsinium",
+	},
+	[1338] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Terminez 30 quêtes journalières d'antre à Wrothgar.",
+		["points"] = 15,
+		["name"] = "Un mois sous terre",
+		["Category"] = "Orsinium",
+	},
+	[1339] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Attrapez le crabe-grue-carnassier rare que l'on trouve à Wrothgar.",
+		["points"] = 10,
+		["name"] = "La grosse prise de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[1340] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Attrapez les 12 poissons rares de Wrothgar.",
+		["points"] = 5,
+		["name"] = "Maître pêcheur de Wrothgar",
+		["Category"] = "Orsinium",
+	},
+	[1341] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Trouvez et apprenez tous les chapitres du livre de style d'Orque antique que l'on trouve à Wrothgar.",
+		["points"] = 50,
+		["name"] = "Maître du style orque antique",
+		["Category"] = "Orsinium",
+	},
+	[1342] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Trouvez les 6 Éclats célestes sur la Côte d'or.",
+		["points"] = 10,
+		["name"] = "Chasseur d'Éclats célestes de la Côte d'or",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1343] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Repoussez les dro-m'Athra dans le Vide et fermez la Gueule de Lorkhaj en mode normal.",
+		["points"] = 15,
+		["name"] = "Gueule de Lorkhaj terminée",
+		["Category"] = "Thieves Guild",
+	},
+	[1344] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Vainquez Rakkhat après l'avoir fait enrager en priant aux autels lunaires dans la Gueule de Lorkhaj Vétéran.",
+		["points"] = 50,
+		["name"] = "Gueule de Lorkhaj : mode difficile",
+		["Category"] = "Thieves Guild",
+	},
+	[1345] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Vainquez l'Ennemi, Ibomez le Sculpte-chairs, la sentinelle Lumetombe, l'abomination de chair, le conseil du seigneur gardien et le seigneur gardien Crépuscule dans la Prison de la cité impériale.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la Prison de la cité impériale",
+		["Category"] = "Imperial City",
+	},
+	[1346] =
+	{
+		["Category_ID"] = 21,
+		["description"] = "Vainquez l'Adjudicateur, la garde d'élite, l'inhibiteur planaire et Molag Kena dans la Tour d'or blanc.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la Tour d'or blanc",
+		["Category"] = "Imperial City",
+	},
+	[1347] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Trouvez les 6 éclats célestes du Trépas des Cognées.",
+		["points"] = 10,
+		["name"] = "Chasseur d'éclats célestes du Trépas des Cognées",
+		["Category"] = "Thieves Guild",
+	},
+	[1348] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Trouvez et apprenez tous les livres de style mercenaire.",
+		["points"] = 50,
+		["name"] = "Maître du style Mercenaire",
+		["Category"] = "Artisanat",
+	},
+	[1349] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Pénétrez par effraction dans sept lieux verrouillés du débarcadère d'Abah.",
+		["points"] = 5,
+		["name"] = "Entrée par effraction",
+		["Category"] = "Thieves Guild",
+	},
+	[1350] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Apprenez toutes les rumeurs sur la statue dans l'Antre des voleurs.",
+		["points"] = 5,
+		["name"] = "La Dame de la citerne",
+		["Category"] = "Thieves Guild",
+	},
+	[1351] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Attrapez les 12 poissons rares du Trépas des Cognées",
+		["points"] = 5,
+		["name"] = "Maître pêcheur du Trépas des Cognées",
+		["Category"] = "Thieves Guild",
+	},
+	[1352] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Tuez Syvarra des Profondeurs à Ko Estaran.",
+		["points"] = 10,
+		["name"] = "Tréfonds obscurs",
+		["Category"] = "Thieves Guild",
+	},
+	[1353] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Tuez le capitaine Virindi l'esclavagiste à la Crique des esclaves.",
+		["points"] = 10,
+		["name"] = "Couper la quille",
+		["Category"] = "Thieves Guild",
+	},
+	[1354] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Vainquez les deux boss sauvages du Trépas des Cognées.",
+		["points"] = 15,
+		["name"] = "Protecteur du Trépas des Cognées",
+		["Category"] = "Thieves Guild",
+	},
+	[1355] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Explorez et videz les Pénombres de Bahraha.",
+		["points"] = 5,
+		["name"] = "Explorateur des Pénombres de Bahraha",
+		["Category"] = "Thieves Guild",
+	},
+	[1356] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Explorez et videz la grotte des dents du requin.",
+		["points"] = 5,
+		["name"] = "Explorateur de la grotte des dents du requin",
+		["Category"] = "Thieves Guild",
+	},
+	[1357] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Découvrez et sécurisez les deux cavernes explorables du Trépas des Cognées.",
+		["points"] = 10,
+		["name"] = "Spéléologue du Trépas des Cognées",
+		["Category"] = "Thieves Guild",
+	},
+	[1358] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Découvrez tous lieux remarquables du Trépas des Cognées.",
+		["points"] = 10,
+		["name"] = "Éclaireur du Trépas des Cognées",
+		["Category"] = "Thieves Guild",
+	},
+	[1359] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Découvrez et sécurisez toutes les grottes et tous lieux remarquables du Trépas des Cognées.",
+		["points"] = 15,
+		["name"] = "Grand explorateur du Trépas des Cognées",
+		["Category"] = "Thieves Guild",
+	},
+	[1360] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez la quête « Grand nettoyage » au Trépas des Cognées.",
+		["points"] = 10,
+		["name"] = "Voyagez toujours séparément",
+		["Category"] = "Thieves Guild",
+	},
+	[1361] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez la quête « Un plan sans accroc » au Trépas des Cognées.",
+		["points"] = 10,
+		["name"] = "Ne volez jamais rien à la guilde",
+		["Category"] = "Thieves Guild",
+	},
+	[1362] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez la quête « Qu'ils se taisent à jamais » au Trépas des Cognées.",
+		["points"] = 10,
+		["name"] = "Incruste au mariage",
+		["Category"] = "Thieves Guild",
+	},
+	[1363] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez la quête « Évasion » au Trépas des Cognées.",
+		["points"] = 10,
+		["name"] = "Roue brisée",
+		["Category"] = "Thieves Guild",
+	},
+	[1364] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez 12 quêtes d'histoire au Trépas des Cognées.",
+		["points"] = 15,
+		["name"] = "Aventurier du Trépas des Cognées",
+		["Category"] = "Thieves Guild",
+	},
+	[1365] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le héros du Trépas des Cognées.",
+		["points"] = 50,
+		["name"] = "Héros du Trépas des Cognées",
+		["Category"] = "Thieves Guild",
+	},
+	[1366] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez 16 quêtes d'histoire au Trépas des Cognées.",
+		["points"] = 50,
+		["name"] = "Grand aventurier du Trépas des Cognées",
+		["Category"] = "Thieves Guild",
+	},
+	[1367] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez la Gueule de Lorkhaj Vétéran en moins de 40 minutes. Votre épreuve commence lorsque vous franchissez le seuil du Temple des Sept énigmes.",
+		["points"] = 50,
+		["name"] = "Course contre la montre : Gueule de Lorkhaj",
+		["Category"] = "Thieves Guild",
+	},
+	[1368] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Vainquez Rakkhat, le croc de Lorkhaj et ses légions de dro-m'Athra dans la Gueule de Lorkhaj Vétéran.",
+		["points"] = 50,
+		["name"] = "Conquérant de la Gueule de Lorkhaj",
+		["Category"] = "Thieves Guild",
+	},
+	[1369] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Utilisez les deux leviers à chaîne en moins de dix secondes dans la Gueule de Lorkhaj Vétéran, puis vainquez les envahisseurs dro-m'Athra.",
+		["points"] = 5,
+		["name"] = "Gueule de Lorkhaj : Embuscade furieuse",
+		["Category"] = "Thieves Guild",
+	},
+	[1370] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez la quête « De longue haleine » au Trépas des Cognées.",
+		["points"] = 10,
+		["name"] = "Infiltrer la Roue de Fer",
+		["Category"] = "Thieves Guild",
+	},
+	[1371] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Rejoignez la guilde des voleurs en terminant la quête « Complicité » au Trépas des Cognées.",
+		["points"] = 10,
+		["name"] = "Bienvenue dans la guilde des voleurs",
+		["Category"] = "Thieves Guild",
+	},
+	[1372] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez 1 casse du tableau des casses pour la guilde des voleurs.",
+		["points"] = 5,
+		["name"] = "Crapule novice",
+		["Category"] = "Thieves Guild",
+	},
+	[1373] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez 7 casses du tableau des casses pour la guilde des voleurs.",
+		["points"] = 10,
+		["name"] = "Voleur furtif expérimenté",
+		["Category"] = "Thieves Guild",
+	},
+	[1374] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez 15 casses du tableau des casses pour la guilde des voleurs.",
+		["points"] = 15,
+		["name"] = "Chapardeur professionnelle",
+		["Category"] = "Thieves Guild",
+	},
+	[1375] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez la quête « Son plus grand trésor » au Trépas des Cognées.",
+		["points"] = 10,
+		["name"] = "Une vie en sursis",
+		["Category"] = "Thieves Guild",
+	},
+	[1376] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez la quête « Ce qui était perdu » au Trépas des Cognées.",
+		["points"] = 10,
+		["name"] = "Graines exhumées",
+		["Category"] = "Thieves Guild",
+	},
+	[1377] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez la quête « Tout le monde a un prix » au Trépas des Cognées.",
+		["points"] = 10,
+		["name"] = "Quel prix, la liberté ?",
+		["Category"] = "Thieves Guild",
+	},
+	[1378] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez la quête « Détails à régler » au Trépas des Cognées.",
+		["points"] = 10,
+		["name"] = "Détails à régler",
+		["Category"] = "Thieves Guild",
+	},
+	[1379] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Volez les trésors de la liste de commissions de Kari dans chaque territoire du Domaine aldmeri et placez-les dans l'Antre des voleurs.",
+		["points"] = 15,
+		["name"] = "Détroussez le Domaine",
+		["Category"] = "Thieves Guild",
+	},
+	[1380] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Volez les trésors de la liste de commissions de Kari dans chaque territoire de l'Alliance de Daguefilante et placez-les dans l'Antre des voleurs.",
+		["points"] = 15,
+		["name"] = "Daguefauchée",
+		["Category"] = "Thieves Guild",
+	},
+	[1381] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Volez les trésors de la liste de commissions de Kari dans chaque territoire du Pacte de Cœurébène et placez-les dans l'Antre des voleurs.",
+		["points"] = 15,
+		["name"] = "Le pactole du Pacte",
+		["Category"] = "Thieves Guild",
+	},
+	[1382] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Volez le trésor de la liste de commissions de Kari au Débarcadère d'Abah et placez-le dans l'Antre des voleurs.",
+		["points"] = 15,
+		["name"] = "Ça dépouille au débarcadère",
+		["Category"] = "Thieves Guild",
+	},
+	[1383] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Volez tous les trésors de la liste de commissions de Kari et placez-les tous dans l'Antre des voleurs.",
+		["points"] = 50,
+		["name"] = "De haut vol",
+		["Category"] = "Thieves Guild",
+	},
+	[2170] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Terminez le Fort du Chasseur lunaire Vétéran et la Procession des Sacrifiés Vétéran.",
+		["points"] = 50,
+		["name"] = "Spéléologue de Wolfhunter",
+		["Category"] = "Wolfhunter",
+	},
+	[1385] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Vainquez 25 mande-vide dans la Gueule de Lorkhaj.",
+		["points"] = 10,
+		["name"] = "Gueule de Lorkhaj : Pourfendeur du Vide",
+		["Category"] = "Thieves Guild",
+	},
+	[1386] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Vainquez Rakkhat sans que quiconque ne meure sous l'effet du Souffle de Lorkhaj.",
+		["points"] = 15,
+		["name"] = "Gueule de Lorkhaj : Âmes immaculées",
+		["Category"] = "Thieves Guild",
+	},
+	[2168] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre toutes les rencontres en plus des Sœurs du Wyrd, d'Aghaedh du Solstice, de Dagrund l'encombrant, de Tarcyr et de Balorgh après avoir profané l'étendard de la Meute du Chasseur lunaire dans la Procession des Sacrifiés Vétéran en moins de 30 minutes sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Prédateur ultime",
+		["Category"] = "Wolfhunter",
+	},
+	[1388] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Dans la Gueule de Lorkhaj Vétéran, faites entrer Rakkhat, le Croc de Lorkhaj dans sa dernière phase en moins de deux cycles lunaires, puis vainquez-le.",
+		["points"] = 15,
+		["name"] = "Gueule de Lorkhaj : Danse des deux lunes",
+		["Category"] = "Thieves Guild",
+	},
+	[1389] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Vainquez Rakkhat dans la Gueule de Lorkhaj Vétéran, sans que plus de deux joueurs n'aient été affectés par le souffle de Lorkhaj.",
+		["points"] = 15,
+		["name"] = "Gueule de Lorkhaj : Vide évité",
+		["Category"] = "Thieves Guild",
+	},
+	[1390] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Vainquez Rakkhat dans la Gueule de Lorkhaj Vétéran, avec au moins trois traqueurs d'effroi dro-m'Athra toujours en vie.",
+		["points"] = 15,
+		["name"] = "Gueule de Lorkhaj : Croc concentré",
+		["Category"] = "Thieves Guild",
+	},
+	[1391] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Accomplissez tous les succès liés aux victoires contre Rakkhat, le Croc de Lorkhaj, dans la Gueule de Lorkhaj Vétéran.",
+		["points"] = 50,
+		["name"] = "Gueule de Lorkhaj : Champion des Lunes",
+		["Category"] = "Thieves Guild",
+	},
+	[1392] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez la Gueule de Lorkhaj en mode Vétéran, sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Gueule de Lorkhaj : Triomphe total",
+		["Category"] = "Thieves Guild",
+	},
+	[1393] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Venez visiter la capitale récemment reconstruite des Orques : Orsinium !",
+		["points"] = 5,
+		["name"] = "Un présent d'Orsinium",
+		["Category"] = "Orsinium",
+	},
+	[1394] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Réussissez à faire les poches dans chacune des quatre grandes boutiques du débarcadère d'Abah.",
+		["points"] = 5,
+		["name"] = "Remise intégrale",
+		["Category"] = "Thieves Guild",
+	},
+	[1395] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Découvrir et piller un trésor des voleurs.",
+		["points"] = 5,
+		["name"] = "Qui trouve, garde",
+		["Category"] = "Thieves Guild",
+	},
+	[1396] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Découvrir et piller cinq trésors des voleurs.",
+		["points"] = 10,
+		["name"] = "Œil de lynx",
+		["Category"] = "Thieves Guild",
+	},
+	[1397] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Découvrir et piller quinze trésors des voleurs.",
+		["points"] = 15,
+		["name"] = "Pas de quartiers pour les trésors",
+		["Category"] = "Thieves Guild",
+	},
+	[1398] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez un boulot du tableau des tuyaux pour la guilde des voleurs.",
+		["points"] = 5,
+		["name"] = "Voleur débutant",
+		["Category"] = "Thieves Guild",
+	},
+	[1399] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez 10 boulots du tableau des tuyaux pour la guilde des voleurs.",
+		["points"] = 10,
+		["name"] = "Rôdeur confirmé",
+		["Category"] = "Thieves Guild",
+	},
+	[1400] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez 30 boulots du tableau des tuyaux pour la guilde des voleurs.",
+		["points"] = 15,
+		["name"] = "Pied-léger virtuose",
+		["Category"] = "Thieves Guild",
+	},
+	[1401] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Aidez chaque membre de la guilde des voleurs à régler ses problèmes personnels.",
+		["points"] = 50,
+		["name"] = "Le code d'honneur des voleurs",
+		["Category"] = "Thieves Guild",
+	},
+	[1402] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Échappez à la justice avec l'aide de la compétence de la guilde des voleurs « Poudre d'escampette », ainsi que du monte-en-l'air bienveillant que cela implique.",
+		["points"] = 5,
+		["name"] = "Et comme ça, ils ont disparu",
+		["Category"] = "Thieves Guild",
+	},
+	[1403] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Terminez un casse pour la guilde des voleurs sans vous faire détecter une seule fois.",
+		["points"] = 10,
+		["name"] = "Maître des ombres",
+		["Category"] = "Thieves Guild",
+	},
+	[1404] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Recevez la plus forte récompense pour 5 casses pour la guilde des voleurs.",
+		["points"] = 15,
+		["name"] = "Poches profondes",
+		["Category"] = "Thieves Guild",
+	},
+	[1405] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Vendez aux receleurs pour 4 000 pièces d'or d'objets volés à chaque refuge dans le Domaine aldmeri.",
+		["points"] = 15,
+		["name"] = "Magot de l'Aigle",
+		["Category"] = "Thieves Guild",
+	},
+	[1406] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Vendez aux receleurs pour 4 000 pièces d'or d'objets volés à chaque refuge dans le Pacte de Cœurébène.",
+		["points"] = 15,
+		["name"] = "Fortune du Dragon",
+		["Category"] = "Thieves Guild",
+	},
+	[1407] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Vendez aux receleurs pour 4 000 pièces d'or d'objets volés à chaque refuge dans l'Alliance de Daguefilante.",
+		["points"] = 15,
+		["name"] = "Fierté dorée du Lion",
+		["Category"] = "Thieves Guild",
+	},
+	[1408] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Vendez aux receleurs pour 4 000 pièces d'or d'objets volés à l'Antre des voleurs du débarcadère d'Abah.",
+		["points"] = 10,
+		["name"] = "Coffres des seigneurs marchands",
+		["Category"] = "Thieves Guild",
+	},
+	[1409] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Vendez aux receleurs pour 4 000 pièces d'or d'objets volés à chaque refuge dans chaque zone d'Alliance, et à l'Antre des voleurs du débarcadère d'Abah.",
+		["points"] = 50,
+		["name"] = "Magnat magnanime",
+		["Category"] = "Thieves Guild",
+	},
+	[1410] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Exécutez toutes les cibles listées par la Litanie du Sang et touchez votre récompense.",
+		["points"] = 50,
+		["name"] = "Litanie du sang",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1411] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Trouvez et apprenez chaque chapitre du livre de style de Trinimac que l'on trouve à Wrothgar.",
+		["points"] = 50,
+		["name"] = "Maître du style de Trinimac",
+		["Category"] = "Orsinium",
+	},
+	[1412] =
+	{
+		["Category_ID"] = 20,
+		["description"] = "Trouvez et apprenez chaque chapitre du livre de style de Malacath que l'on trouve à Wrothgar.",
+		["points"] = 50,
+		["name"] = "Maître du style de Malacath",
+		["Category"] = "Orsinium",
+	},
+	[1413] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Rendez-vous au célèbre port libre du débarcadère d'Abah !",
+		["points"] = 5,
+		["name"] = "Butin du débarcadère d'Abah",
+		["Category"] = "Thieves Guild",
+	},
+	[1414] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Trouvez et apprenez tous les chapitres du livre de style de Cœurébène que l'on trouve en Cyrodiil et à la cité impériale.",
+		["points"] = 50,
+		["name"] = "Maître du style du Pacte de Cœurébène",
+		["Category"] = "Artisanat",
+	},
+	[1415] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Trouvez et apprenez tous les chapitres du livre de style du Domaine aldmeri que l'on trouve en Cyrodiil et à la cité impériale.",
+		["points"] = 50,
+		["name"] = "Maître du style du Domaine aldmeri",
+		["Category"] = "Artisanat",
+	},
+	[1416] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Trouvez et apprenez tous les chapitres du livre de style de Daguefilante que l'on trouve en Cyrodiil et à la cité impériale.",
+		["points"] = 50,
+		["name"] = "Maître de style de l'Alliance de Daguefilante",
+		["Category"] = "Artisanat",
+	},
+	[1417] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Trouvez et apprenez tous les chapitres du livre de style des hors-la-loi que l'on trouve au Trépas des Cognées.",
+		["points"] = 50,
+		["name"] = "Maître du style hors-la-loi",
+		["Category"] = "Thieves Guild",
+	},
+	[1418] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Trouvez et apprenez le livre de style des Absous, obtenu en accomplissant l'Argent de Cadwell.",
+		["points"] = 15,
+		["name"] = "Maître du style des Absous",
+		["Category"] = "Artisanat",
+	},
+	[1419] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Vainquez Limenauruus le Minotaure possédé et les esprits spectraux à la Folie du Tribun.",
+		["points"] = 10,
+		["name"] = "Vainquez Limenauruus",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1420] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Entrez dans l'arène de Kvatch et vainquez tous les concurrents.",
+		["points"] = 10,
+		["name"] = "Terminez l'arène de Kvatch",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1421] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Visitez la Côte d'or et appréciez le paysage.",
+		["points"] = 5,
+		["name"] = "Tourisme sur la Côte d'or",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1422] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Trouvez et apprenez tous les chapitres du livre de style de la garde d'Abah que l'on trouve au Trépas des Cognées.",
+		["points"] = 50,
+		["name"] = "Maître de style de la garde d'Abah",
+		["Category"] = "Thieves Guild",
+	},
+	[1423] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Trouvez et apprenez tous les chapitres du livre de style de la guilde des voleurs que l'on trouve au Trépas des Cognées.",
+		["points"] = 50,
+		["name"] = "Maître du style de la guilde des voleurs",
+		["Category"] = "Thieves Guild",
+	},
+	[1424] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Trouvez et apprenez tous les chapitres du livre du style de la ligue des assassins sur la Côte d'or.",
+		["points"] = 50,
+		["name"] = "Maître du style de la ligue des assassins",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1425] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Vainquez les deux boss sauvages de la Côte d'or.",
+		["points"] = 15,
+		["name"] = "Protecteur de la Côte d'or",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1426] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Explorez et videz la caverne de Hrota.",
+		["points"] = 5,
+		["name"] = "Explorateur de la grotte de Hrota",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1427] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Explorez et videz Garlas Agéa.",
+		["points"] = 5,
+		["name"] = "Explorateur de Garlas Agéa",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1428] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Découvrez et sécurisez toutes les grottes et lieux remarquables de la Côte d'or.",
+		["points"] = 15,
+		["name"] = "Maître explorateur de la Côte d'or",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1429] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Découvrez et sécurisez les deux cavernes explorables de la Côte d'or.",
+		["points"] = 10,
+		["name"] = "Spéléologue de la Côte d'or",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1430] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Découvrez tous les lieux remarquables de la Côte d'or.",
+		["points"] = 10,
+		["name"] = "Éclaireur de la Côte d'or",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1431] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Attrapez les 12 poissons rares de la Côte d'or.",
+		["points"] = 5,
+		["name"] = "Maître pêcheur de la Côte d'or",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1432] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Terminez 14 quêtes d'histoire sur la Côte d'or.",
+		["points"] = 15,
+		["name"] = "Aventurier de la Côte d'or",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1433] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Terminez 17 quêtes d'histoire sur la Côte d'or.",
+		["points"] = 50,
+		["name"] = "Grand aventurier de la Côte d'or",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1434] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Complétez des quêtes, vainquez des boss, et explorez des antres pour devenir la Fléau de la Côte d'or.",
+		["points"] = 50,
+		["name"] = "Fléau de la Côte d'or",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1435] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Rejoignez la Confrérie noire et terminez la quête « Des voix dans la nuit ».",
+		["points"] = 10,
+		["name"] = "Premier sang",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1436] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Terminez la quête de la Confrérie noire « Seing de sang » sur la Côte d'or.",
+		["points"] = 10,
+		["name"] = "Sombre Initié",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1437] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Terminez la quête de la Confrérie noire « Bon retour » sur la Côte d'or.",
+		["points"] = 10,
+		["name"] = "Nouvelle-lame",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1438] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Terminez la quête de la Confrérie noire « Leçon silencieuse » sur la Côte d'or.",
+		["points"] = 10,
+		["name"] = "Prédicateurs réprimandés",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1439] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Terminez la quête de la Confrérie noire « Questions de foi » sur la Côte d'or.",
+		["points"] = 10,
+		["name"] = "Bienfaiteur de la Confrérie",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1440] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Terminez la quête de la Confrérie noire « Requête spéciale » sur la Côte d'or.",
+		["points"] = 10,
+		["name"] = "Assassin",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1441] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Terminez la quête de la Confrérie noire « Sombres révélations » sur la Côte d'or.",
+		["points"] = 10,
+		["name"] = "Sombre découverte",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1442] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Terminez la quête de la Confrérie noire « Un fantôme du passé » sur la Côte d'or.",
+		["points"] = 10,
+		["name"] = "Investigateur sombre",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1443] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Terminez la quête de la Confrérie noire « La rage de Sithis » sur la Côte d'or.",
+		["points"] = 10,
+		["name"] = "Rage de Sithis",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1444] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Terminez la quête de la Confrérie noire « Combler le Vide » sur la Côte d'or.",
+		["points"] = 10,
+		["name"] = "Surineur",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1445] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Complétez votre premier contrat du Sacrement noir, comme la Langue noire vous l'a indiqué.",
+		["points"] = 5,
+		["name"] = "Premier Sacrement",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1446] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Complétez 7 contrats du Sacrement noir, comme la Langue noire vous l'a indiqué.",
+		["points"] = 10,
+		["name"] = "Septième Sacrement",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1447] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Complétez 15 contrats du Sacrement noir, comme la Langue noire vous l'a indiqué.",
+		["points"] = 15,
+		["name"] = "Quinzième Sacrement",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1448] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Complétez 5 contrats du Sacrement noir au niveau de récompense le plus élevé possible.",
+		["points"] = 15,
+		["name"] = "Sacrement parfait",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1449] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Complétez un contrat du Sacrement noir sans vous faire détecter.",
+		["points"] = 10,
+		["name"] = "Sacrement voilé",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1450] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Assassinez toutes les cibles nommées par un Sacrement noir comme la Langue noire vous l'a ordonné.",
+		["points"] = 15,
+		["name"] = "Sacrement ténébreux",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1451] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Complétez votre premier contrat de meurtre du tome des « Destinés à mourir ».",
+		["points"] = 5,
+		["name"] = "Premier contrat",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1452] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Complétez 10 contrats de meurtre du tome des « Destinés à mourir ».",
+		["points"] = 10,
+		["name"] = "Dixième contrat",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1453] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Complétez 30 contrats de meurtre du tome des « Destinés à mourir ».",
+		["points"] = 15,
+		["name"] = "Trentième contrat",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1454] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Observez, de près, la veillée silencieuse de la sentinelle ayléide à Beldaburo, sur la Côte d'or.",
+		["points"] = 5,
+		["name"] = "Sentinelle solitaire",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1455] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Tuez 20 innocents dans la ville de Kvatch sur la Côte d'or.",
+		["points"] = 5,
+		["name"] = "Meurtres en série à Kvatch",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1456] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Tuez 20 innocents dans la ville de Cœur-Enclume sur la Côte d'or.",
+		["points"] = 5,
+		["name"] = "Meurtres en série à Cœur-Enclume",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1457] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Dans la capitale de chaque alliance, tuez un innocent avec la Lame de malheur.",
+		["points"] = 10,
+		["name"] = "Tournée de sang",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1458] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Aidez toutes les personnalités récemment arrivées sur la Côte d'or.",
+		["points"] = 15,
+		["name"] = "Contrats de la Côte d'or",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1459] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Tuez votre premier innocent avec la Lame de malheur.",
+		["points"] = 5,
+		["name"] = "Première entaille",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1460] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Tuez 25 innocents avec la Lame de malheur.",
+		["points"] = 10,
+		["name"] = "Vingt-cinquième sang",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1461] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Tuez 100 innocents avec la Lame de malheur.",
+		["points"] = 15,
+		["name"] = "Centième sang",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1462] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Terrassez le Céleste serpent dans le Sanctum Ophidia Vétéran.",
+		["points"] = 50,
+		["name"] = "Conquérant du Sanctum Ophidia",
+		["Category"] = "Donjons",
+	},
+	[1463] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Accomplissez tous les succès associés avec les contrats de Sacrement noir de la Langue noire.",
+		["points"] = 50,
+		["name"] = "Sacrement irréprochable",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1464] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez tous les traits de chaque ingrédients alchimique ci-dessous.",
+		["points"] = 50,
+		["name"] = "Toxicologue",
+		["Category"] = "Artisanat",
+	},
+	[1465] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez tous les traits de l'ingrédient thorax de flamouche.",
+		["points"] = 5,
+		["name"] = "Thorax de flamouche",
+		["Category"] = "Artisanat",
+	},
+	[1466] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez tous les traits de l'ingrédient cloaque de scarabée.",
+		["points"] = 5,
+		["name"] = "Cloaque de scarabée",
+		["Category"] = "Artisanat",
+	},
+	[1467] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez tous les traits de l'ingrédient œuf d'araignée.",
+		["points"] = 5,
+		["name"] = "Œuf d'araignée",
+		["Category"] = "Artisanat",
+	},
+	[1468] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez tous les traits de l'ingrédient aile de papillon.",
+		["points"] = 5,
+		["name"] = "Aile de papillon",
+		["Category"] = "Artisanat",
+	},
+	[1469] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez tous les traits de l'ingrédient larve de mouche à viande.",
+		["points"] = 5,
+		["name"] = "Larve de mouche à viande",
+		["Category"] = "Artisanat",
+	},
+	[1470] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez tous les traits de l'ingrédient gelée de scrib.",
+		["points"] = 5,
+		["name"] = "Gelée de scrib",
+		["Category"] = "Artisanat",
+	},
+	[1471] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez tous les traits de l'ingrédient belladone.",
+		["points"] = 5,
+		["name"] = "Belladone",
+		["Category"] = "Artisanat",
+	},
+	[1472] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez tous les traits de l'ingrédient chitine de vasard.",
+		["points"] = 5,
+		["name"] = "Chitine de vasard",
+		["Category"] = "Artisanat",
+	},
+	[2167] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Accomplissez les succès listés dans la Procession des Sacrifiés Vétéran.",
+		["points"] = 50,
+		["name"] = "Concurrent de la Procession des Sacrifiés",
+		["Category"] = "Wolfhunter",
+	},
+	[1474] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez le Céleste guerrier dans la citadelle d'Hel Ra Vétéran.",
+		["points"] = 50,
+		["name"] = "Conquérant de la citadelle d'Hel Ra",
+		["Category"] = "Donjons",
+	},
+	[2166] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre toutes les rencontres en plus des Sœurs du Wyrd, d'Aghaedh du Solstice, de Dagrund l'encombrant, de Tarcyr et de Balorgh dans la Procession des Sacrifiés Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survie des plus forts",
+		["Category"] = "Wolfhunter",
+	},
+	[2165] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre toutes les rencontres en plus des Sœurs du Wyrd, d'Aghaedh du Solstice, de Dagrund l'encombrant, de Tarcyr et de Balorgh dans la Procession des Sacrifiés Vétéran en moins de 30 minutes. Votre chronomètre commence quand les joueurs sautent ou se téléportent dans le col du limier.",
+		["points"] = 50,
+		["name"] = "Instinct pur",
+		["Category"] = "Wolfhunter",
+	},
+	[2164] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre Balorgh après avoir profané l'étendard de la meute des Chasseurs lunaires pour le plonger dans une rage meurtrière à la Procession des Sacrifiés Vétéran.",
+		["points"] = 50,
+		["name"] = "Champion d'Hircine",
+		["Category"] = "Wolfhunter",
+	},
+	[2163] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre les Sœurs du Wyrd, Aghaedh du Solstice, Dagrund l'encombrant, Tarcyr et Balorgh dans la Procession des Sacrifiés Vétéran.",
+		["points"] = 10,
+		["name"] = "Conquérant de la Procession des Sacrifiés",
+		["Category"] = "Wolfhunter",
+	},
+	[2162] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre les Sœurs du Wyrd, Aghaedh du Solstice, Dagrund l'Encombrant, Tarcyr et Balorgh dans la Procession des Sacrifiés.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la Procession des Sacrifiés",
+		["Category"] = "Wolfhunter",
+	},
+	[2161] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre 50 lucereines dans la Procession des Sacrifiés Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de luce-reines vétéran",
+		["Category"] = "Wolfhunter",
+	},
+	[2160] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre 300 Limiers gardiens, Limiers archers, Limiers assassins et Limiers tonnetueurs dans la Procession des Sacrifiés Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de limiers vétéran",
+		["Category"] = "Wolfhunter",
+	},
+	[2159] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre toutes les rencontres en plus du geôlier Mélitus, du gardien du labyrinthe végétal, de Mylenne Mire-Lune, de l'archiviste Ernarde et de Vykosa l'Ascendante après avoir activé le mode difficile au Fort du Chasseur lunaire Vétéran en moins de 30 minutes sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Folie pure",
+		["Category"] = "Wolfhunter",
+	},
+	[2158] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Accomplissez les succès listés dans le Fort du Chasseur lunaire Vétéran.",
+		["points"] = 50,
+		["name"] = "Concurrent du Fort du Chasseur lunaire",
+		["Category"] = "Wolfhunter",
+	},
+	[2157] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Entrez dans le Fort du Chasseur lunaire ou la Procession des Sacrifiés pour la première fois.",
+		["points"] = 5,
+		["name"] = "Explorateur de Wolfhunter",
+		["Category"] = "Wolfhunter",
+	},
+	[2156] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre toutes les rencontres en plus du geôlier Mélitus, du gardien du labyrinthe végétal, de Mylenne Mire-Lune, de l'archiviste Ernarde et de Vykosa l'Ascendante au Fort du Chasseur lunaire Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Devant la meute",
+		["Category"] = "Wolfhunter",
+	},
+	[2155] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre toutes les rencontres en plus du geôlier Mélitus, du gardien du labyrinthe végétal, de Mylenne Mire-Lune, de l'archiviste Ernarde et de Vykosa l'Ascendante au Fort du Chasseur lunaire Vétéran en moins de 30 minutes. Votre chronomètre commence quand les joueurs attaquent le premier groupe d'ennemis du Chasseur lunaire.",
+		["points"] = 50,
+		["name"] = "Avec de la meute",
+		["Category"] = "Wolfhunter",
+	},
+	[2154] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre Vykosa l'Ascendante après avoir lu le Parchemin des Glorieuses batailles au Fort du Chasseur lunaire Vétéran.",
+		["points"] = 50,
+		["name"] = "Prédateur alpha",
+		["Category"] = "Wolfhunter",
+	},
+	[2153] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vainquez le Geôlier Mélitus, le gardien du labyrinthe végétal, Mylenne Mire-Lune, l'archiviste Ernarde et Vykosa l'Ascendante au Fort du Chasseur lunaire Vétéran.",
+		["points"] = 10,
+		["name"] = "Conquérant du Fort du Chasseur lunaire",
+		["Category"] = "Wolfhunter",
+	},
+	[2152] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre le Geôlier Mélitus, le gardien du labyrinthe végétal, Mylenne Mire-Lune, l'archiviste Ernarde et Vykosa l'Ascendante au Fort du Chasseur lunaire.",
+		["points"] = 10,
+		["name"] = "Vainqueur du au Fort du Chasseur lunaire",
+		["Category"] = "Wolfhunter",
+	},
+	[2151] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Tuer 50 loups-garous massifs au Fort du Chasseur lunaire Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de loup-garou massif Vétéran",
+		["Category"] = "Wolfhunter",
+	},
+	[2150] =
+	{
+		["Category_ID"] = 13,
+		["description"] = "Vaincre 200 loups sanguinaires ou loups sanguinaires cruels au Fort du Chasseur lunaire Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur Vétéran de loups sanguinaires",
+		["Category"] = "Wolfhunter",
+	},
+	[2140] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez les succès indiqués pour le Pas-des-Nuées.",
+		["points"] = 50,
+		["name"] = "Sauveur du Pas-des-Nuées",
+		["Category"] = "Summerset",
+	},
+	[2139] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Z'Maja, Siroria, Relequen et Galenwe dans le même combat, sans qu'un seul membre du groupe ne meure, moins de 15 minutes après être entré dans l'Aire du Pas-des-Nuées Vétéran.",
+		["points"] = 50,
+		["name"] = "Le Chemin d'Alaxon",
+		["Category"] = "Summerset",
+	},
+	[2138] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Z'Maja, Siroria, Relequen et Galenwe sans qu'un seul membre du groupe ne meure au Pas-des-Nuées Vétéran.",
+		["points"] = 50,
+		["name"] = "Survivre aux ombres",
+		["Category"] = "Summerset",
+	},
+	[2137] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Z'Maja, Siroria, Relequen et Galenwe en moins de 15 minutes au Pas-des-Nuées Vétéran. Le chronomètre commence quand les joueurs entrent dans l'Aire du Pas-des-Nuées.",
+		["points"] = 50,
+		["name"] = "Tueur d'ombres rapide",
+		["Category"] = "Summerset",
+	},
+	[2136] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Z'Maja, Siroria, Relequen et Galenwe dans le même combat au Pas-des-Nuées Vétéran.",
+		["points"] = 50,
+		["name"] = "Vainqueur du Pas-des-Nuées",
+		["Category"] = "Summerset",
+	},
+	[2129] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Déconstruisez un équipement en pierre du néant, toile du néant, peau d'ombre ou bois de nuit.",
+		["points"] = 5,
+		["name"] = "Analyste-déconstructeur, rang 9",
+		["Category"] = "Artisanat",
+	},
+	[2128] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Déconstruisez un équipement en mercure, fil d'argent, peau superbe ou acajou.",
+		["points"] = 5,
+		["name"] = "Analyste-déconstructeur, rang 8",
+		["Category"] = "Artisanat",
+	},
+	[2127] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Déconstruisez un équipement en galatite, fil de fer, peau de fer ou frêne.",
+		["points"] = 5,
+		["name"] = "Analyste-déconstructeur, rang 7",
+		["Category"] = "Artisanat",
+	},
+	[2126] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Déconstruisez un équipement en calcinium, kresh, peau de qualité ou bouleau.",
+		["points"] = 5,
+		["name"] = "Analyste-déconstructeur, rang 6",
+		["Category"] = "Artisanat",
+	},
+	[2114] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Utilisez le style « Chaînes de prisonnier » dans une tenue.",
+		["points"] = 5,
+		["name"] = "Prisonnier en cavale",
+		["Category"] = "Artisanat",
+	},
+	[2113] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Remplissez l'un des 8 emplacements d'une Tenue avec le Système de tenue.",
+		["points"] = 10,
+		["name"] = "Entièrement stylé",
+		["Category"] = "Artisanat",
+	},
+	[1503] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Terrassez le Céleste mage dans l'archive aethérienne Vétéran.",
+		["points"] = 50,
+		["name"] = "Conquérant de l'archive aethérienne",
+		["Category"] = "Donjons",
+	},
+	[1504] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Zatsu Brise-Vertèbres, Gros Chudan, Xal-Nur l'esclavagiste et la Sylvegarde Na-Kesh dans les Ruines de Mazzatun.",
+		["points"] = 10,
+		["name"] = "Vainqueur des ruines de Mazzatun",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1505] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Zatsu Brise-Vertèbres, Gros Chudan, Xal-Nur l'esclavagiste et la Sylvegarde Na-Kesh dans les Ruines de Mazzatun Vétéran.",
+		["points"] = 10,
+		["name"] = "Conquérant des ruines de Mazzatun",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1506] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Dans les ruines de Mazzatun Vétéran, vainquez la sylvegarde Na-Kesh après l'avoir fait enrager en détruisant ses notes sur le plasme ambré.",
+		["points"] = 50,
+		["name"] = "Obsession de la Sylvegarde",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1507] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Zatsu Brise-Vertèbres, Gros Chudan, Xal-Nur l'esclavagiste et la Sylvegarde Na-Kesh dans les Ruines de Mazzatun Vétéran en moins de 30 minutes après avoir commencé le donjon. Le chronomètre commence au passage de la première arche.",
+		["points"] = 50,
+		["name"] = "Ruine",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1508] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Zatsu Brise-Vertèbres, Gros Chudan, Xal-Nur l'esclavagiste et la Sylvegarde Na-Kesh dans les Ruines de Mazzatun Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Invaincu",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1509] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez 50 lance-boue Xit-Xaht dans les ruines de Mazzatun Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de lance-boue",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1510] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez 600 membres de la tribu Xit-Xaht dans les ruines de Mazzatun Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de Xit-Xaht",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1511] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Accomplissez les succès listés dans les ruines de Mazzatun Vétéran.",
+		["points"] = 50,
+		["name"] = "Concurrent des ruines de Mazzatun",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1512] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez la sylvegarde Na-Kesh après avoir éliminé tous les autres ennemis dans les ruines de Mazzatun.",
+		["points"] = 10,
+		["name"] = "Massacre à Mazzatun",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1513] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Sauvez les six anciens Su-Zahleel dans la chambre rituelle des ruines de Mazzatun Vétéran.",
+		["points"] = 10,
+		["name"] = "Sauveur des Su-Zahleel",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1514] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Terminez les Ruines de Mazzatun sans qu'un seul lance-boue n'ait pu renforcer un de ses alliés avec Plasme ambré.",
+		["points"] = 10,
+		["name"] = "Lance-boue sans sève",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1515] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Gros Chudan dans les ruines de Mazzatun Vétéran sans qu'aucun membre du groupe ne se fasse toucher par Élan du bourbier.",
+		["points"] = 10,
+		["name"] = "Matador d'haj mota",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1516] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Xal-Nur l'esclavagiste des ruines de Mazzatun Vétéran sans libérer un seul wamasu pour vous aider.",
+		["points"] = 10,
+		["name"] = "Dressage",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1517] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Xal-Nur l'esclavagiste des ruines de Mazzatun Vétéran avec un même membre du groupe s'occupant de purifier l'épice du marais. Les autres membres du marais peuvent tout de même toucher l'épice.",
+		["points"] = 10,
+		["name"] = "Obsédé par la propreté",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1518] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez la sylvegarde Na-Kesh dans les ruines de Mazzatun Vétéran sans qu'un seul membre du groupe utilise la synergie Révélation pour identifier le véritable avatar de l'Hist.",
+		["points"] = 10,
+		["name"] = "Chance pure",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1519] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez la sylvegarde Na-Kesh dans les ruines de Mazzatun Vétéran sans être frappé par l'Ambre brûlant.",
+		["points"] = 10,
+		["name"] = "Dans de beaux draps",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1520] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Entrez pour la première fois dans les ruines de Mazzatun ou le Berceau des ombres",
+		["points"] = 5,
+		["name"] = "Explorateur des ombres de l'Hist",
+		["Category"] = "Shadows of the Hist",
+	},
+	[2082] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l'Audacieux en même temps sans laisser saint Felms ni saint Llothis enrager lors du combat de l'Asile sanctuaire Vétéran.",
+		["points"] = 50,
+		["name"] = "Rossée béatifique",
+		["Category"] = "Clockwork City",
+	},
+	[1522] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Sithera, Khephidaen l'Arachnakien, le votaire de Velidreth, Dranos Velador et Velidreth, la Dame des dentelles dans le Berceau des ombres.",
+		["points"] = 10,
+		["name"] = "Vainqueur du Berceau des ombres",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1523] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Sithera, Khephidaen l'Arachnakien, le votaire de Velidreth, Dranos Velador et Velidreth, la Dame des dentelles dans le Berceau des ombres Vétéran.",
+		["points"] = 10,
+		["name"] = "Conquérant du Berceau des ombres",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1524] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Velidreth dans le Berceau des ombres Vétéran, après l'avoir fait enrager en profanant la statue de Méphala.",
+		["points"] = 50,
+		["name"] = "Vengeance de Velidreth",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1525] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Sithera, Khephidaen l'Arachnakien, le votaire de Velidreth, Dranos Velador et Velidreth, la Dame des dentelles dans le Berceau des ombres Vétéran en moins de 30 minutes après avoir commencé le donjon. Le chronomètre commence à l'entrée de la première caverne.",
+		["points"] = 50,
+		["name"] = "Exterminateur",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1526] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Sithera, Khephidaen l'Arachnakien, le votaire de Velidreth, Dranos Velador et Velidreth, la Dame des dentelles dans le Berceau des ombres Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Un phare dans la nuit",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1527] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Détruisez 50 statues de la dévotion de Velidreth dans le Berceau des ombres Vétéran.",
+		["points"] = 10,
+		["name"] = "Iconoclaste",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1528] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez 600 membres de l'Anneau de soie ou leurs alliés arachnakiens dans le Berceau des ombres Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur du culte de l'araignée",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1529] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Accomplissez les succès listés dans le Berceau des ombres Vétéran.",
+		["points"] = 50,
+		["name"] = "Concurrent du Berceau des ombres",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1530] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Traversez les cavernes aux araignées du Berceau des ombres Vétéran sans allumer plus de deux braséros.",
+		["points"] = 10,
+		["name"] = "Ne craignez pas l'obscurité",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1531] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Khephidaen l'Arachnakien dans le Berceau des ombres Vétéran sans rallumer les braséros éteints.",
+		["points"] = 10,
+		["name"] = "Jeu d'ombres",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1532] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Dranos Velador dans le Berceau des ombres Vétéran sans jamais absorber d'orbes.",
+		["points"] = 10,
+		["name"] = "Divisé pour mieux tomber",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1533] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Velidreth dans le Berceau des ombres Vétéran sans qu'un seul membre du groupe ne meure dans les catacombes.",
+		["points"] = 10,
+		["name"] = "Marchetoile",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1534] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Velidreth dans le Berceau des ombres Vétéran sans utiliser la synergie Lumière de l'atronach.",
+		["points"] = 10,
+		["name"] = "Accepter les ombres",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1535] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Velidreth dans le Berceau des ombres Vétéran sans qu'aucun membre du groupe ne soit touché par son Sens des ombres.",
+		["points"] = 10,
+		["name"] = "Circulez, il n'y a rien à voir",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1536] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Vainquez Velidreth dans le Berceau des ombres sans qu'aucun membre du groupe ne soit touché par les glandes à venin.",
+		["points"] = 10,
+		["name"] = "Évasion venimeuse",
+		["Category"] = "Shadows of the Hist",
+	},
+	[2083] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vainquez saint Felms l'Audacieux sans que l'une de ses Projections pneuma n'enrage dans l'Asile sanctuaire Vétéran.",
+		["points"] = 15,
+		["name"] = "Projections placides",
+		["Category"] = "Clockwork City",
+	},
+	[1538] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Terminez le Berceau des ombres et les ruines de Mazzatun.",
+		["points"] = 50,
+		["name"] = "Aventurier des ombres de l'Hist",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1539] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Buvez le Breuvage de la mère sorcière pendant le festival des sorcières.",
+		["points"] = 5,
+		["name"] = "Et avec ça, je vous mets des tripes ?",
+		["Category"] = "Événements des fêtes",
+	},
+	[1540] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Recevez votre premier crâne de butin.",
+		["points"] = 5,
+		["name"] = "Amateur de Crânes à butin",
+		["Category"] = "Événements des fêtes",
+	},
+	[1541] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Recevez 50 crânes de butin.",
+		["points"] = 10,
+		["name"] = "Passionné de Crânes à butin",
+		["Category"] = "Événements des fêtes",
+	},
+	[1542] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Recevez 100 crânes de butin.",
+		["points"] = 15,
+		["name"] = "Fanatique de Crânes à butin",
+		["Category"] = "Événements des fêtes",
+	},
+	[1543] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Complétez la quête Le marché de la Mère sorcière.",
+		["points"] = 5,
+		["name"] = "Moisson de la faucheuse",
+		["Category"] = "Événements des fêtes",
+	},
+	[2104] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Entrez dans le Repaire du croc ou le Pic de la Mandécailles pour la première fois.",
+		["points"] = 5,
+		["name"] = "Explorateur des Ossements du dragon",
+		["Category"] = "Dragon Bones",
+	},
+	[1545] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Obtenez et apprenez tous les chapitres du motif Hallowjack trouvables pendant le Festival des sorcières.",
+		["points"] = 50,
+		["name"] = "Joyeux méfaits pour Hallowjack",
+		["Category"] = "Événements des fêtes",
+	},
+	[1546] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Accomplissez les succès mentionnés du festival des sorcières.",
+		["points"] = 50,
+		["name"] = "Impitoyable moisson",
+		["Category"] = "Événements des fêtes",
+	},
+	[2103] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Terminez le Repaire du croc et le Pic de la Mandécailles Vétérans.",
+		["points"] = 50,
+		["name"] = "Spéléologue des Ossements du dragon",
+		["Category"] = "Dragon Bones",
+	},
+	[1548] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Durant les réjouissances du Bal boueux, partagez une partie de boules de boue avec chaque chef d'alliance.",
+		["points"] = 5,
+		["name"] = "Vaurien du Bal boueux",
+		["Category"] = "Événements des fêtes",
+	},
+	[1549] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la Hantise de la cellule, Taillombre, Angata la dresseuse de faucheclans, le destructeur squelettique et le haut patriarche Rilis dans le Cachot interdit Vétéran I.",
+		["points"] = 10,
+		["name"] = "Conquérant du Cachot interdit I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1550] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 350 squelettes dans le Cachot interdit Vétéran I.",
+		["points"] = 10,
+		["name"] = "Briseur d'os vétéran I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1551] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 100 Daedra dans le Cachot interdit Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur de Daedra vétéran I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1552] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la Hantise de la cellule, Taillombre, Angata la dresseuse de faucheclans, le destructeur squelettique et le haut patriarche Rilis dans le Cachot interdit Vétéran I en moins de vingt minutes. Le chronomètre commence lorsqu'un membre du groupe entre dans le premier couloir.",
+		["points"] = 50,
+		["name"] = "Assassin du Cachot interdit I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1553] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la Hantise de la cellule, Taillombre, Angata la dresseuse de faucheclans, le destructeur squelettique et le haut patriarche Rilis dans le Cachot interdit Vétéran I sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant du Cachot interdit I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1554] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le haut patriarche Rilis dans le Cachot interdit Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Tranche-âme",
+		["Category"] = "Donjons vétéran",
+	},
+	[1555] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez la gardienne Areldur, la Gueule de l'Infernal, le gardien Voranil, la gardienne Imiril, sœur Sihna et sœur Vera, et le haut patriarche Rilis dans le Cachot interdit Vétéran II.",
+		["points"] = 10,
+		["name"] = "Vainqueur du Cachot interdit II",
+		["Category"] = "Donjons",
+	},
+	[1556] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Tazkad le maître de meute, le chef de guerre Ozozai, Gestenuée, Cliquegriffe, et Kra'gh le roi dreugh dans la Champignonnière Vétéran I.",
+		["points"] = 10,
+		["name"] = "Conquérant de la Champignonnière I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1557] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 450 gobelins dans la Champignonnière Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur de gobelins vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1558] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 50 dreughs dans la Champignonnière Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur de dreughs vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1559] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Tazkad le maître de meute, le chef de guerre Ozozai, Gestenuée, Cliquegriffe et Kra'gh le roi dreugh dans la Champignonnière Vétéran I, le tout en moins de 15 minutes. Le chronomètre démarre lorsqu'un joueur entre dans le tunnel après le premier groupe de gobelins.",
+		["points"] = 50,
+		["name"] = "Assassin de la Champignonnière I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1560] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Tazkad le maître de meute, le chef de guerre Ozozai, Gestenuée, Cliquegriffe et Kra'gh le roi dreugh dans la Champignonnière Vétéran I, sans qu'aucun membre de votre groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant de la Champignonnière I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1561] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le roi dreugh dans la Champignonnière Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Pêche du jour",
+		["Category"] = "Donjons vétéran",
+	},
+	[1562] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez le Croc de Méphala, Gamyne Bandu, Ciirenas la bergère, le Rejeton de Méphala, Reggr Aubenoire, et Vila Theran dans la Champignonnière Vétéran II.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la Champignonnière II",
+		["Category"] = "Donjons",
+	},
+	[1563] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le Croc de Méphala, Gamyne Bandu, Ciirenas la bergère, le Rejeton de Méphala, Reggr Aubenoire, et Vila Theran dans la Champignonnière Vétéran II sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant de la Champignonnière II",
+		["Category"] = "Donjons vétéran",
+	},
+	[1564] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez les gardiens Imiril, Areldur, et Voranil, ainsi que la Gueule de l'infernal et les sœurs Sihna et Véra, le tout avant de vaincre le haut-patriarche Rilis dans le Cachot interdit Vétéran II sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant du Cachot interdit II",
+		["Category"] = "Donjons vétéran",
+	},
+	[1565] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez tresseuse, la mère des nuées, Cerise la faiseuse de veuves, Gros Rabbu et la Chuchoteuse dans Tressefuseau Vétéran I.",
+		["points"] = 10,
+		["name"] = "Conquérant de Tressefuseau I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1566] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 600 araignées dans Tressefuseau Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur d'araignées vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1567] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 350 corrompus dans Tressefuseau Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur de corrompus vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1568] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la Mère de la nuée et la Chuchoteuse dans Tressefuseau Vétéran I en moins de vingt minutes. Le chronomètre commence lorsque les joueurs attaquent le premier groupe d'araignées.",
+		["points"] = 50,
+		["name"] = "Assassin de Tressefusau I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1569] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la Mère de la nuée et la Chuchoteuse dans Tressefuseau Vétéran I sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant de Tressefuseau I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1570] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la Chuchoteuse dans Tressefuseau Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Enfin tranquille",
+		["Category"] = "Donjons vétéran",
+	},
+	[1571] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Martine la folle, l'Engeance de sang, Praxin Douare, les trois Atronachs de chair, Urvan Veleth et Vorenor Nédhiver dans Tressefuseau II.",
+		["points"] = 10,
+		["name"] = "Vainqueur de Tressefuseau II",
+		["Category"] = "Donjons",
+	},
+	[1572] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Mortin le fou, l'Engeance de sang, Praxin Douare, le trio d'atronachs de chair, Urvan Veleth, et Vorénor Nédhiver dans Tressefuseau Vétéran II sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant de Tressefuseau II",
+		["Category"] = "Donjons vétéran",
+	},
+	[1573] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Akash gram-Mal, le spriggan antique, Ronce étouffeuse, Nenesh gro-Mal, Rampefeuille et la haute chanoinesse Oraneth au Creuset des aînés Vétéran I.",
+		["points"] = 10,
+		["name"] = "Conquérant du Creuset des aînés I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1574] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 400 orcs du marais d'ombre au Creuset des aînés Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur d'orcs du marais d'ombre vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1575] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 100 alits au Creuset des aînés Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur d'alits vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1576] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Akash gram-Mal, le spriggan antique, Ronce étouffeuse, Nenesh gro-Mal, Rampefeuille et la haute chanoinesse Oraneth dans le Creuset des aînés Vétéran I en moins de vingt minutes. Le chronomètre commence lorsque les joueurs attaquent les premiers membres du Thalmor.",
+		["points"] = 50,
+		["name"] = "Assassin du Creuset des aînés I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1577] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Akash gram-Mal, le spriggan antique, Ronce étouffeuse, Nenesh gro-Mal, Rampefeuille et la haute chanoinesse Oraneth dans le Creuset des aînés Vétéran I dans le Creuset des aînés Vétéran I sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant du Creuset des aînés I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1578] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la haute chanoinesse Oraneth dans le Creuset des aînés Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Haute-chanoinesse en charpie",
+		["Category"] = "Donjons vétéran",
+	},
+	[1579] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Dubroze l'Infestateur, Racine noire, Azara la Terrifiante, Fange-jour, le garde d'ombre, et Bogdan la Nocteflamme dans le Creuset des aînés II.",
+		["points"] = 10,
+		["name"] = "Vainqueur du Creuset des aînés II",
+		["Category"] = "Donjons",
+	},
+	[1580] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Dubroze l'Infestateur, Racine noire, Azara la Terrifiante, Fange-jour, le garde d'ombre, et Bogdan la Nocteflamme dans le Creuset des aînés Vétéran II sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant du Creuset des aînés II",
+		["Category"] = "Donjons vétéran",
+	},
+	[1581] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la bergère en chef Nélorën, le contremaître Llothan, le seigneur de la ruche, le patriarche de la caverne, la sentinelle de Rkugamz et la Sphère tranchante dans les Cavernes d'Ombre-noire Vétéran I.",
+		["points"] = 10,
+		["name"] = "Conquérant des Cavernes d'Ombre-noire I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1582] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 175 voyous des Rats des puits dans les Cavernes d'Ombre-noire Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur de Rats des puits vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1583] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 300 kwamas dans les cavernes d'Ombre-noire Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur de kwamas vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1584] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la bergère en chef Nélorën, le contremaître Llothan, le seigneur de la ruche, le patriarche de la caverne, la sentinelle de Rkugamz et la Sphère tranchante dans les Cavernes d'Ombre-noire Vétéran I en moins de vingt minutes. Le chronomètre commence quand un membre du groupe descend dans les cavernes.",
+		["points"] = 50,
+		["name"] = "Assassin des cavernes d'Ombre-noire I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1585] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la bergère en chef Nélorën, le contremaître Llothan, le seigneur de la ruche, le patriarche de la caverne, la sentinelle de Rkugamz et la Sphère tranchante dans les Cavernes d'Ombre-noire Vétéran I sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant des cavernes d'Ombre-noire I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1586] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la sentinelle de Rkugamz aux Cavernes d'Ombre-noire Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Au fond du trou",
+		["Category"] = "Donjons vétéran",
+	},
+	[1587] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez le contremaître déchu, le seigneur de ruche transmuté, les alits transmutés, Grobull le transmuté, la garnison du Moteur, et le Gardien du moteur d'Ombre-noire II.",
+		["points"] = 10,
+		["name"] = "Vainqueur des cavernes d'Ombre-noire II",
+		["Category"] = "Donjons",
+	},
+	[1588] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le contremaître déchu, le seigneur de la ruche transmuté, l'alit transmuté, Grobull le transmuté, la garnison du Moteur, et le Gardien du Moteur dans les cavernes d'Ombre-noire Vétéran II, sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant des cavernes d'Ombre-noire II",
+		["Category"] = "Donjons vétéran",
+	},
+	[1589] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Rampefange, l'enquêteur Garron, Celui qui chuchote à l'oreille des rats, Uulgarg l'Affamé, Varaine Pellingare et Allène Pellingare dans les Égouts d'Haltevoie I.",
+		["points"] = 10,
+		["name"] = "Conquérant des égouts d'Haltevoie I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1590] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 800 ragnards dans les Égouts d'Haltevoie Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur de ragnards vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1591] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 500 mercenaires Pellingare dans les Égouts d'Haltevoie Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur de mercenaires Vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1592] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Rampefange, l'enquêteur Garron, Celui qui chuchote à l'oreille des rats, Uulgarg l'Affamé, Varaine Pellingare et Allène Pellingare dans les Égouts d'Haltevoie I, le tout en moins de 15 minutes. Le chronomètre démarre lorsqu'un joueur entre dans le premier tunnel à droite de l'entrée.",
+		["points"] = 50,
+		["name"] = "Assassin des égouts d'Haltevoie I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1593] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Rampefange, l'enquêteur Garron, Celui qui chuchote à l'oreille des rats, Uulgarg l'Affamé, Varaine Pellingare et Allène Pellingare dans les Égouts d'Haltevoie I, sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant des Égouts d'Haltevoie I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1594] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Allene Pellingare dans les Égouts d'Haltevoie Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Tout-à-l'égout",
+		["Category"] = "Donjons vétéran",
+	},
+	[1595] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Malubeth le Faucheur, Fauche-crânes, Uulgarg le Revenu, l'Oublié, et les jumeaux Pellingare dans les Égouts d'Haltevoie Vétéran II.",
+		["points"] = 10,
+		["name"] = "Vainqueur des Égouts d'Haltevoie II",
+		["Category"] = "Donjons",
+	},
+	[1596] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la bergère en chef Nélorën, le contremaître Llothan, le seigneur de la ruche, le patriarche de la caverne, la sentinelle de Rkugamz et la Sphère tranchante dans les Cavernes d'Ombre-noire Vétéran I sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant des Égouts d'Haltevoie II",
+		["Category"] = "Donjons vétéran",
+	},
+	[1597] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le Gardien infernal, Golor le dresseur de portemorts, le Gardien de l'autel, la Braise noire, Rothariël Flammecœur et le Maître-rasoir Erthas dans la Cité des cendres Vétéran I.",
+		["points"] = 15,
+		["name"] = "Conquérant de la Cité des cendres I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1598] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 550 portemorts à la Cité des cendres Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur de faucheclans des terres mortes vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1599] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 60 atronachs de feu dans la Cité des cendres Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur d'atronachs de feu Vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1600] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le Gardien infernal, le Gardien de l'autel et le Maître-rasoir Erthas dans la Cité des cendres I en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de daedra.",
+		["points"] = 50,
+		["name"] = "Assassin de la Cité des cendres I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1601] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le Gardien infernal, le Gardien de l'autel et le Maître-rasoir Erthas dans la Cité des cendres I sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant de la Cité des cendres I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1602] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le maître des rasoir Erthas dans la Cité des cendres Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Brigade du feu",
+		["Category"] = "Donjons vétéran",
+	},
+	[1603] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Horvantud Gueule-ardente, le Titan de cendres et Valkyn Skoria dans la Cité des Cendres II.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la Cité des cendres II",
+		["Category"] = "Donjons",
+	},
+	[1604] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Terminez Arx Corinium en vainquant la Menace crochue, Ganakton la tempête, Sliklenia la chanteresse, la matrone Ixniaa, le suturé ancestral, et Sellistrix la reine lamie.",
+		["points"] = 15,
+		["name"] = "Conquérant d'Arx Corinium",
+		["Category"] = "Donjons vétéran",
+	},
+	[1605] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 400 Lamies à Arx Corinium Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de lamies vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1606] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 175 serpents géants à Arx Corinium Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de serpents vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1607] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la Menace crochue, Ganakton la tempête, Sliklenia la chanteresse, la matrone Ixniaa, le suturé ancestral, et Sellistrix la reine lamie dans Arx Corinium Vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de serpents.",
+		["points"] = 50,
+		["name"] = "Assassin d'Arx Corinium",
+		["Category"] = "Donjons vétéran",
+	},
+	[1608] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la Menace crochue, Ganakton la tempête, Sliklenia la chanteresse, la matrone Ixniaa, le suturé ancestral, et Sellistrix la reine lamie dans Arx Corinium Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant d'Arx Corinium",
+		["Category"] = "Donjons vétéran",
+	},
+	[1609] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Sellistrix la Reine lamie dans Arx Corinium Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Serpents écorchés",
+		["Category"] = "Donjons vétéran",
+	},
+	[1610] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le maître mage, l'archimaître Siniel, le léviathan de la mort, Uulkar Main d'Os, Dogas le Berserker, et les jumeaux Ilambris dans la Crypte des cœurs Vétéran I.",
+		["points"] = 10,
+		["name"] = "Conquérant de la Crypte des cœurs I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1611] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 400 zombies dans la Crypte des cœurs Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur de zombies de la Crypte vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1612] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 400 squelettes dans la Crypte des cœurs Vétéran I.",
+		["points"] = 10,
+		["name"] = "Tueur de squelettes Vétéran de la Crypte",
+		["Category"] = "Donjons vétéran",
+	},
+	[1613] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le maître mage, l'archimaître Siniel, le léviathan de la mort, Uulkar Main d'Os, Dogas le Berserker, et les jumeaux Ilambris dans la Crypte des cœurs Vétéran I en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de morts-vivants.",
+		["points"] = 50,
+		["name"] = "Assassin de la Crypte des cœurs I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1614] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le maître mage, l'archimaître Siniel, le léviathan de la mort, Uulkar Main d'Os, Dogas le Berserker, et les jumeaux Ilambris dans la Crypte des cœurs Vétéran I sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant de la Crypte des cœurs I",
+		["Category"] = "Donjons vétéran",
+	},
+	[1615] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez les jumeaux Ilambris à la Crypte des cœurs Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Une crypte pour deux",
+		["Category"] = "Donjons vétéran",
+	},
+	[1616] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Vainquez Ibelgast, Ruzozuzalpamaz, le Gardien de la chambre, les frères Ilambris et l'amalgame Ilambris, LMezeluth, et enfin Nérien'Eth dans la Crypte des cœurs II.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la Crypte des cœurs II",
+		["Category"] = "Donjons",
+	},
+	[1617] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Terminez l'île des Tempêtes Vétéran en vainquant Sonolia la matriarche, Valaran Mande-tempête, Yalorasse l'oratrice, Poigne-tempête, le Commodore Ohmanil et la Tempétueuse Neidir.",
+		["points"] = 15,
+		["name"] = "Conquérant de l'île des Tempêtes",
+		["Category"] = "Donjons vétéran",
+	},
+	[1618] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 600 Lamies sur l'île des Tempêtes Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de Lamies des Tempêtes vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1619] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 550 Vipères marines sur l'île des Tempêtes Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de Vipères marines vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1620] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Sonolia la matriarche, Valaran Mande-tempête, Yalorasse l'oratrice, Poigne-tempête, le Commodore Ohmanil et la Tempétueuse Neidir sur l'île des Tempêtes Vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de Lamies.",
+		["points"] = 50,
+		["name"] = "Assassin de l'île des Tempêtes",
+		["Category"] = "Donjons vétéran",
+	},
+	[1621] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Sonolia la matriarche, Valaran Mande-tempête, Yalorasse l'oratrice, Poigne-tempête, le Commodore Ohmanil et la Tempétueuse Neidir sur l'île des Tempêtes Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant de l'île des Tempêtes",
+		["Category"] = "Donjons vétéran",
+	},
+	[1622] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la Tempétueuse Neidir sur l'île des Tempêtes Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Obsèques en mer",
+		["Category"] = "Donjons vétéran",
+	},
+	[1623] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Terminez le donjon d'Affregivre Vétéran en vainquant Brisedents le Givrepris, le Gardien de la Flamme, apprenti de Drodda, le seigneur d'effroi de Drodda, Cœur de glace et Drodda Crève-Nève.",
+		["points"] = 15,
+		["name"] = "Conquérant du donjon d'Affregivre",
+		["Category"] = "Donjons vétéran",
+	},
+	[1624] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 325 Draugr dans le donjon d'Affregivre Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de Draugrs vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1625] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 350 squelettes gelés au donjon d'Affregivre Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de squelettes gelés Vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1626] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Brisedents le Givrepris, le Gardien de la Flamme, apprenti de Drodda, le seigneur d'effroi de Drodda, Cœur de glace et Drodda Crève-Nève dans le donjon d'Affregivre Vétéran en moins de vingt minutes. Le chronomètre commence quand un joueur entre dans la première caverne remplie d'ours.",
+		["points"] = 50,
+		["name"] = "Assassin du donjon d'Affregivre",
+		["Category"] = "Donjons vétéran",
+	},
+	[1627] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Brisedents le Givrepris, le Gardien de la Flamme, apprenti de Drodda, le seigneur d'effroi de Drodda, Cœur de glace et Drodda Crève-Nève dans le donjon d'Affregivre Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant du donjon d'Affregivre",
+		["Category"] = "Donjons vétéran",
+	},
+	[1628] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Drodda de Crève-Nève au donjon d'Affregivre Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Un plat qui se mange froid",
+		["Category"] = "Donjons vétéran",
+	},
+	[1629] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Terminez Volenfell Vétéran en vainquant le lion du désert, Quintus Verres et la gargouille monstrueuse, Mordinfecte, Tremblécaille, l'automate instable et le conseil du gardien.",
+		["points"] = 15,
+		["name"] = "Conquérant de Volenfell",
+		["Category"] = "Donjons vétéran",
+	},
+	[1630] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 250 chasseurs de trésors dans Volenfell Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de chasseur de trésors Vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1631] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 300 automates dwemers dans Volenfell Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur des automates dwemers vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1632] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Volenfell Vétéran en vainquant le lion du désert, Quintus Verres et la gargouille monstrueuse, Mordinfecte, Tremblécaille, l'automate instable et le conseil du gardien dans Volenfell Vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de chasseurs de trésors.",
+		["points"] = 50,
+		["name"] = "Assassin de Volenfell",
+		["Category"] = "Donjons vétéran",
+	},
+	[1633] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Volenfell Vétéran en vainquant le lion du désert, Quintus Verres et la gargouille monstrueuse, Mordinfecte, Tremblécaille, l'automate instable et le conseil du gardien dans Volenfell Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant de Volenfell",
+		["Category"] = "Donjons vétéran",
+	},
+	[1634] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez les automates du Gardien de Volenfell Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Une bonne dérouillée",
+		["Category"] = "Donjons vétéran",
+	},
+	[1635] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Terminez la Toile de Sélène Vétéran en tuant le thane sylvestre Kerninn, Longuegriffe, la reine Aklayah, Pelsanie, Mennir Moult-pattes et Sélène.",
+		["points"] = 15,
+		["name"] = "Conquérant de la Toile de Sélène",
+		["Category"] = "Donjons vétéran",
+	},
+	[1636] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 250 Bosmers de Sélène dans la Toile de Sélène Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de Bosmers de Sélène Vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1637] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 250 araignées dans la Toile de Sélène Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur d'araignées de la Toile de Sélène Vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1638] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le thane sylvestre Kerninn, Longuegriffe, la reine Aklayah, Pelsanie, Mennir Moult-pattes et Sélène dans la Toile de Sélène Vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de bosmers.",
+		["points"] = 50,
+		["name"] = "Assassin de la Toile de Sélène",
+		["Category"] = "Donjons vétéran",
+	},
+	[1639] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le thane sylvestre Kerninn, Longuegriffe, la reine Aklayah, Pelsanie, Mennir Moult-pattes et Sélène dans la Toile de Sélène Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant de la Toile de Sélène",
+		["Category"] = "Donjons vétéran",
+	},
+	[1640] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Sélène dans la Toile de Sélène Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Paquet cadeau",
+		["Category"] = "Donjons vétéran",
+	},
+	[1641] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Terminez le Creuset béni Vétéran en tuant Bleusaille l'Astucieux, la Meute, Téranya la sans-visage, la Maîtresse des Fauves, le roi des Trolls, le capitaine Thoran et la Reine de lave.",
+		["points"] = 15,
+		["name"] = "Conquérant du Creuset béni",
+		["Category"] = "Donjons vétéran",
+	},
+	[1642] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 500 gladiateurs au Creuset béni Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de gladiateurs vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1643] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 150 durzogs au Creuset béni Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de durzogs vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1644] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Bleusaille l'Astucieux, la Meute, Téranya la sans-visage, la Maîtresse des Fauves, le roi des Trolls, le capitaine Thoran et la Reine de lave dans le Creuset béni Vétéran en moins de vingt minutes. Le chronomètre commence quand un membre du groupe traverse le premier pont au-dessus de la lave.",
+		["points"] = 50,
+		["name"] = "Assassin du Creuset béni",
+		["Category"] = "Donjons vétéran",
+	},
+	[1645] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Bleusaille l'Astucieux, la Meute, Téranya la sans-visage, la Maîtresse des Fauves, le roi des Trolls, le capitaine Thoran et la Reine de lave dans le Creuset béni Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant du Creuset béni",
+		["Category"] = "Donjons vétéran",
+	},
+	[1646] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez la Reine de lave dans le Creuset béni Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Couronne de flammes",
+		["Category"] = "Donjons vétéran",
+	},
+	[1647] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Terminez le Havre de Cœurnoir Vétéran en tuant Talon-de-Fer, Atarus, le second Tranchevague, la mère de la volière, Cœur creux et le capitaine Cœurnoir.",
+		["points"] = 15,
+		["name"] = "Conquérant du Havre de Cœurnoir",
+		["Category"] = "Donjons vétéran",
+	},
+	[1648] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 500 pirates du havre au Havre de Cœurnoir Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de pirates vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1649] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 400 harpies au Havre de Cœurnoir Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de harpies vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1650] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Talon-de-Fer, Atarus, le second Tranchevague, la mère de la volière, Cœur creux et le capitaine Cœurnoir au Havre de Cœurnoir Vétéran en moins de 20 minutes. Le chronomètre démarre lorsque le premier joueur quitte les docks de départ.",
+		["points"] = 50,
+		["name"] = "Assassin du Havre de Cœurnoir",
+		["Category"] = "Donjons vétéran",
+	},
+	[1651] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez Talon-de-Fer, Atarus, le second Tranchevague, la mère de la volière, Cœur creux et le capitaine Cœurnoir au Havre de Cœurnoir Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant du Havre de Cœurnoir",
+		["Category"] = "Donjons vétéran",
+	},
+	[1652] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le capitaine Cœurnoir au Havre de Cœurnoir Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Pillage de pont en cale",
+		["Category"] = "Donjons vétéran",
+	},
+	[1653] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Terminez les chambres de la folie Vétéran en vainquant le Maudit, Ulguna Clive-âme, Tête de Mort, Grothdarr, Achaeraizur, l'Ancien, Iskra le Présage et l'Architecte fou.",
+		["points"] = 15,
+		["name"] = "Conquérant des chambres de la folie",
+		["Category"] = "Donjons vétéran",
+	},
+	[1654] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 150 Drémoras dans les chambres de la folie Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de Drémoras vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1655] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez 750 absous sauvages dans les chambres de la folie Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur d'absous sauvages Vétéran",
+		["Category"] = "Donjons vétéran",
+	},
+	[1656] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le Maudit, Ulguna Clive-âme, Tête de Mort, Grothdarr, Achaeraizur, l'Ancien, Iskra le Présage et l'Architecte fou dans les chambres de la folie vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de tourmenteurs.",
+		["points"] = 50,
+		["name"] = "Assassin des Chambres de la folie",
+		["Category"] = "Donjons vétéran",
+	},
+	[1657] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez le Maudit, Ulguna Clive-âme, Tête de Mort, Grothdarr, Achaeraizur, l'Ancien, Iskra le Présage et l'Architecte fou dans les chambres de la folie Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Survivant des Chambres de la folie",
+		["Category"] = "Donjons vétéran",
+	},
+	[1658] =
+	{
+		["Category_ID"] = 5,
+		["description"] = "Vainquez l'Architecte fou dans les chambres de la folie Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Nouveau maire de la ville des fous",
+		["Category"] = "Donjons vétéran",
+	},
+	[1659] =
+	{
+		["Category_ID"] = 19,
+		["description"] = "Apprenez tous les chapitres du livre de style dro-m'Athra, que l'on trouve dans les récompenses de quête hebdomadaire pour avoir refermé la Gueule de Lorkhaj.",
+		["points"] = 50,
+		["name"] = "Maître de style dro-m'Athra",
+		["Category"] = "Thieves Guild",
+	},
+	[1660] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Apprenez tous les chapitres du livre de style de l'Ordre des Heures, que l'on trouve parfois dans les récompenses de quête journalière de l'Arène de Kvatch.",
+		["points"] = 50,
+		["name"] = "Maître du style de l'Ordre des Heures",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1661] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Apprenez tous les chapitres du livre de style de la Confrérie noire, que l'on trouve souvent dans les récompenses de quête journalière des Sacrements noirs.",
+		["points"] = 50,
+		["name"] = "Maître du style de la Confrérie noire",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1662] =
+	{
+		["Category_ID"] = 18,
+		["description"] = "Apprenez tous les chapitres du livre de style des Minotaures, que l'on trouve parfois dans les récompenses de quête lorsqu'on calme les perturbations de la Folie du Tribun.",
+		["points"] = 50,
+		["name"] = "Maître du style des Minotaures",
+		["Category"] = "Dark Brotherhood",
+	},
+	[1663] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et terminez les cinq anomalies magiques de Raidelorn.",
+		["points"] = 15,
+		["name"] = "Érudition anormale",
+		["Category"] = "Exploration",
+	},
+	[1664] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et terminez les cinq sites anka-ra à Raidelorn.",
+		["points"] = 15,
+		["name"] = "Consécrationniste anka-ra",
+		["Category"] = "Exploration",
+	},
+	[1665] =
+	{
+		["Category_ID"] = 6,
+		["description"] = "Découvrez et terminez les cinq mines de nirncrux des Orques de fer à Raidelorn.",
+		["points"] = 15,
+		["name"] = "Inspecteur de nirncrux",
+		["Category"] = "Exploration",
+	},
+	[1666] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Dansez lave-alse avec un autre joueur dans chacune des tavernes des Éboulis.",
+		["points"] = 5,
+		["name"] = "Lave-alse tout le temps",
+		["Category"] = "Événements des fêtes",
+	},
+	[1667] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Durant le défi de la Vie de château, jouez avec un autre joueur devant chaque audience.",
+		["points"] = 5,
+		["name"] = "Duo de charme au château",
+		["Category"] = "Événements des fêtes",
+	},
+	[1668] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Donnez de votre temps et de votre or au Séjour des Orphelins de guerre, au Bois de Graht.",
+		["points"] = 5,
+		["name"] = "Bienfaiteur des Orphelins de guerre",
+		["Category"] = "Événements des fêtes",
+	},
+	[1669] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Pêchez 5 de chacun des poissons traditionnels durant la Manne poissonneuse à Fangeombre.",
+		["points"] = 5,
+		["name"] = "Pêcheur de la Nouvelle vie",
+		["Category"] = "Événements des fêtes",
+	},
+	[1670] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Pendant l'Épreuve de la Ruse aux cinq griffes, déverrouillez tous les coffres en moins de 35 secondes.",
+		["points"] = 5,
+		["name"] = "Cambrioleur à cinq griffes",
+		["Category"] = "Événements des fêtes",
+	},
+	[1671] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Pendant le Plongeon de l'ours des neiges, sautez dans l'eau glacée sans porter d'armure.",
+		["points"] = 5,
+		["name"] = "Plongeon de minuit",
+		["Category"] = "Événements des fêtes",
+	},
+	[1672] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Après avoir chassé pour approvisionner la Bringue à Pierrecroc, accompagnez votre festin de bière doublement-améliorée de Betnikh.",
+		["points"] = 5,
+		["name"] = "Roteur de Pierrecroc",
+		["Category"] = "Événements des fêtes",
+	},
+	[1673] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Pendant la Course du fanal de Bergame, allumez tous les fanaux en moins de 35 secondes.",
+		["points"] = 5,
+		["name"] = "Zéphyr des fanaux",
+		["Category"] = "Événements des fêtes",
+	},
+	[1674] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Terminez toutes les réjouissances du Festival de la Nouvelle vie dans Tamriel.",
+		["points"] = 10,
+		["name"] = "Fêtard de la Nouvelle vie",
+		["Category"] = "Événements des fêtes",
+	},
+	[1675] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Apprenez toutes les recettes du Festival de la Nouvelle vie.",
+		["points"] = 10,
+		["name"] = "Cuisinier de la Nouvelle vie",
+		["Category"] = "Événements des fêtes",
+	},
+	[1676] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Apprenez tous les chapitres du livre de style changepeau, que l'on trouve parfois dans les boîtes reçues en récompense pendant le Festival de la Nouvelle vie.",
+		["points"] = 50,
+		["name"] = "Maître du style changepeau",
+		["Category"] = "Événements des fêtes",
+	},
+	[1677] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Terminez chaque succès associé au Festival de la Nouvelle vie.",
+		["points"] = 50,
+		["name"] = "Gloire de Magnus",
+		["Category"] = "Événements des fêtes",
+	},
+	[1678] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Terminez le premier défi des Indomptables de Bolgrul.",
+		["points"] = 5,
+		["name"] = "Risque et défi",
+		["Category"] = "Personnage",
+	},
+	[1679] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Accomplissez 10 défis des Indomptables pour Bolgrul.",
+		["points"] = 10,
+		["name"] = "Butin et fanfaronnade",
+		["Category"] = "Personnage",
+	},
+	[1680] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Accomplissez 30 défis des Indomptables pour Bolgrul.",
+		["points"] = 15,
+		["name"] = "Une couronne faite de votre pantalon",
+		["Category"] = "Personnage",
+	},
+	[1681] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Terminez votre premier contrat d'Ancre noire pour Cardea Gallus.",
+		["points"] = 5,
+		["name"] = "Pas d'un pouce",
+		["Category"] = "Personnage",
+	},
+	[1682] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Accomplissez 10 contrats d'Ancre noire pour Cardea Gallus.",
+		["points"] = 10,
+		["name"] = "Retour à l'envoyeur",
+		["Category"] = "Personnage",
+	},
+	[1683] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Accomplissez 30 contrats d'Ancre noire pour Cardea Gallus.",
+		["points"] = 15,
+		["name"] = "Évitez Tamriel",
+		["Category"] = "Personnage",
+	},
+	[1684] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Récupérez votre première relique du Dieu fou pour Alvur Baren.",
+		["points"] = 5,
+		["name"] = "La folie n'est pas contagieuse",
+		["Category"] = "Personnage",
+	},
+	[1685] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Récupérez 10 reliques du Dieu fou pour Alvur Baren.",
+		["points"] = 10,
+		["name"] = "Mais elle a certainement son charme",
+		["Category"] = "Personnage",
+	},
+	[1686] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Récupérez 30 reliques du Dieu fou pour Alvur Baren.",
+		["points"] = 15,
+		["name"] = "Docteur ès folie",
+		["Category"] = "Personnage",
+	},
+	[1687] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Remportez votre premier duel contre un autre joueur.",
+		["points"] = 5,
+		["name"] = "Duelliste ensanglanté",
+		["Category"] = "Personnage",
+	},
+	[1688] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Remportez 25 duels contre d'autres joueurs.",
+		["points"] = 10,
+		["name"] = "Duelliste aguerri",
+		["Category"] = "Personnage",
+	},
+	[1689] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Remportez 100 duels contre d'autres joueurs.",
+		["points"] = 15,
+		["name"] = "Maître duelliste",
+		["Category"] = "Personnage",
+	},
+	[1690] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l'Amalgame sangreterre dans la Forge Sangracine.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la Forge de Sangracine",
+		["Category"] = "Horns of the Reach",
+	},
+	[1691] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l'Amalgame sangreterre dans la Forge Sangracine Vétéran.",
+		["points"] = 10,
+		["name"] = "Conquérant de la Forge de Sangracine",
+		["Category"] = "Horns of the Reach",
+	},
+	[1692] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre 50 cuirfeus corneffrois dans la Forge de Sangracine Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de cuirfeu vétéran",
+		["Category"] = "Horns of the Reach",
+	},
+	[1693] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre 300 portelames, chasseurs d'hommes et pourfendeurs corneffrois dans la Forge de Sangracine Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur Vétéran de guerriers corneffrois",
+		["Category"] = "Horns of the Reach",
+	},
+	[1694] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vainquez Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l'Amalgame sangreterre dans la Forge Sangracine Vétéran en moins de vingt minutes. Le chronomètre commence lorsque les joueurs franchissent le premier campement corneffroi.",
+		["points"] = 50,
+		["name"] = "À la racine du problème",
+		["Category"] = "Horns of the Reach",
+	},
+	[1695] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l'Amalgame sangreterre dans la Forge Sangracine Vétéran, sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Terre desséchée",
+		["Category"] = "Horns of the Reach",
+	},
+	[1696] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre l'Amalgame de sangreterre dans la Forge de Sangracine vétéran après avoir invoqué le parchemin des Glorieuses batailles.",
+		["points"] = 50,
+		["name"] = "Caprice tempéré",
+		["Category"] = "Horns of the Reach",
+	},
+	[1697] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Étourdir cinq cibles avec le Creuset de Brûlepierre et refroidir cinq bassins de lave avec le chaudron du Lac de feu dans la Forge de Sangracine.",
+		["points"] = 5,
+		["name"] = "Du sang, de la sueur et du feu",
+		["Category"] = "Horns of the Reach",
+	},
+	[1698] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre Morrigh Sang-de-Taureau, le Mammouth de siège, Cernunnon, le Seigneur de mort Bjarfrud Skjoralmor, et Domihaus Corne-Sanglante à la Forteresse d'Épervine.",
+		["points"] = 10,
+		["name"] = "Vainqueur de la Forteresse d'Épervine",
+		["Category"] = "Horns of the Reach",
+	},
+	[1699] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre Morrigh Sang-de-Taureau, le Mammouth de siège, Cernunnon, Le seigneur de mort Bjarfrud Skjoralmor, et Domihaus Corne-Sanglante à la Forteresse d'Épervine Vétéran.",
+		["points"] = 10,
+		["name"] = "Conquérant de la Forteresse d'Épervine",
+		["Category"] = "Horns of the Reach",
+	},
+	[1700] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre 60 piétineurs corneffrois dans la Forteresse d'Épervine Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de piétineur minotaure Vétéran",
+		["Category"] = "Horns of the Reach",
+	},
+	[1701] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre 150 niveleurs, dompte-natures et brûlots à la Forteresse d'Épervine Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur vétéran de mages corneffrois",
+		["Category"] = "Horns of the Reach",
+	},
+	[1702] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre Morrigh Sang-de-Taureau, le Mammouth de siège, Cernunnon, le Seigneur de mort Bjarfrud Skjoralmor, et Domihaus Corne-Sanglante à la Forteresse d'Épervine Vétéran en moins de vingt minutes. Le chronomètre commence lorsque les joueurs attaquent le premier groupe d'envahisseurs corneffrois.",
+		["points"] = 50,
+		["name"] = "Charge de taureau",
+		["Category"] = "Horns of the Reach",
+	},
+	[1703] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre Morrigh Sang-de-Taureau, le Mammouth de siège, Cernunnon, le Seigneur de mort Bjarfrud Skjoralmor, et Domihaus Corne-Sanglante à la Forteresse d'Épervine Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Un front uni",
+		["Category"] = "Horns of the Reach",
+	},
+	[1704] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre Domihaus Corne-Sanglante à la Forteresse d'Épervine Vétéran après avoir sonné le cor de guerre dans la salle du Jarl.",
+		["points"] = 50,
+		["name"] = "Prendre le taureau par les cornes",
+		["Category"] = "Horns of the Reach",
+	},
+	[1705] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Purifiez les 1 000 cadavres de la Nécropole de la Forteresse d'Épervine, dans n'importe quelle difficulté.",
+		["points"] = 5,
+		["name"] = "Salut aux défunts",
+		["Category"] = "Horns of the Reach",
+	},
+	[2102] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Venez à bout de toutes les rencontres en plus de Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Sabina Cedus, et Orryn le Noir et Thurvokun dans le Repaire du Croc Vétéran en mode difficile en moins de 30 minutes sans qu'un membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Jusqu'aux derniers os",
+		["Category"] = "Dragon Bones",
+	},
+	[1707] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Terminez un serment d'Indomptable confié par Urgarlag l'Émasculatrice.",
+		["points"] = 5,
+		["name"] = "Plus rien d'un bleu",
+		["Category"] = "Donjons",
+	},
+	[1708] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Terminez 10 serments d'Indomptable confiés par Urgarlag l'Émasculatrice.",
+		["points"] = 10,
+		["name"] = "Sanglante affaire",
+		["Category"] = "Donjons",
+	},
+	[1709] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Terminez 50 serments d'Indomptable confiés par Urgarlag l'Émasculatrice.",
+		["points"] = 15,
+		["name"] = "Découvreur de l'Inconnu",
+		["Category"] = "Donjons",
+	},
+	[1710] =
+	{
+		["Category_ID"] = 4,
+		["description"] = "Terminez 100 serments d'Indomptable confiés par Urgarlag l'Émasculatrice.",
+		["points"] = 50,
+		["name"] = "Cohorte d'Urgarlag",
+		["Category"] = "Donjons",
+	},
+	[2084] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vainquez Llothis le Pieux sans démanteler ses Assistants imparfaits dans l'Asile sanctuaire Vétéran.",
+		["points"] = 15,
+		["name"] = "Présence imparfaite",
+		["Category"] = "Clockwork City",
+	},
+	[1712] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Trouvez les 30 tombeaux ancestraux de Vvardenfell, faites des frottis des informations qu'ils contiennent et apportez-les au bibliothécaire Bradyn pour découvrir l'emplacement de la bibliothèque perdue d'Andule.",
+		["points"] = 50,
+		["name"] = "Chasseur des tombeaux ancestraux",
+		["Category"] = "Morrowind",
+	},
+	[1713] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez chaque chapitre du livre de style yokudan, que l'on trouve parfois dans des conteneurs de récompenses de quête répétables à Raidelorn.",
+		["points"] = 50,
+		["name"] = "Maître du style yokudan",
+		["Category"] = "Artisanat",
+	},
+	[1714] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez tous les chapitres du livre de style céleste, que l'on trouve dans les récompenses de quête hebdomadaire pour les Épreuves de Raidelorn.",
+		["points"] = 50,
+		["name"] = "Maître du style céleste",
+		["Category"] = "Artisanat",
+	},
+	[1715] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez tous les chapitres du livre de style Draugr, que l'on trouve dans des conteneurs de récompenses de quêtes journalières de la guide des guerriers, de la guilde des mages ou de Bolgrul des Indomptables.",
+		["points"] = 50,
+		["name"] = "Maître du style Draugr",
+		["Category"] = "Artisanat",
+	},
+	[1716] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Accomplissez les défis lancés par la bouffonne Ayrenn, le bouffon Émeric et le bouffon Jorunn pour être couronné Seigneur du Désordre.",
+		["points"] = 5,
+		["name"] = "Seigneur du Désordre",
+		["Category"] = "Événements des fêtes",
+	},
+	[1717] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Sauvez la Princesse du roi Scalde bouffon Jorunn sans que le Boucher ne vous voie.",
+		["points"] = 5,
+		["name"] = "Sauvetage de Princesse",
+		["Category"] = "Événements des fêtes",
+	},
+	[1718] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Lancez des fleurs de cerisiers sur 20 joueurs pendant le Festival des Bouffons.",
+		["points"] = 5,
+		["name"] = "Souriez, au nom de la reine",
+		["Category"] = "Événements des fêtes",
+	},
+	[1719] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Utilisez un total de 50 Éblouisseurs d'illusion.",
+		["points"] = 5,
+		["name"] = "Éblouisseur illusoire",
+		["Category"] = "Événements des fêtes",
+	},
+	[1720] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Amenez de la couleur dans chaque Enclave des Indomptables avec un Éblouisseur d'illusion pendant le Festival des Bouffons.",
+		["points"] = 5,
+		["name"] = "Artiste éblouissant",
+		["Category"] = "Événements des fêtes",
+	},
+	[1721] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Trouvez et apprenez toutes les recettes de cuisine du Festival des Bouffons.",
+		["points"] = 10,
+		["name"] = "Chef personnel du bouffon",
+		["Category"] = "Événements des fêtes",
+	},
+	[2086] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vainquez saint Olms le Juste et saint Felms l'Audacieux dans le même combat dans l'Asile sanctuaire Vétéran.",
+		["points"] = 10,
+		["name"] = "Jugement du bourreau",
+		["Category"] = "Clockwork City",
+	},
+	[1723] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Accomplissez tous les succès du Festival des Bouffons.",
+		["points"] = 50,
+		["name"] = "Bouffon royal",
+		["Category"] = "Événements des fêtes",
+	},
+	[1724] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Obtenir et entrez dans l'une de ces chambres d'auberge.",
+		["points"] = 5,
+		["name"] = "Occupant permanent",
+		["Category"] = "Hébergement",
+	},
+	[1725] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Obtenez et entrez dans l'une de ces demeures de base",
+		["points"] = 5,
+		["name"] = "Propriétaire",
+		["Category"] = "Hébergement",
+	},
+	[1726] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Obtenez et entrez dans l'une de ces demeures classiques.",
+		["points"] = 10,
+		["name"] = "Propriétaire terrien",
+		["Category"] = "Hébergement",
+	},
+	[1727] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Obtenez et entrez dans la Propriété des chutes de la Sérénité.",
+		["points"] = 50,
+		["name"] = "Père de clan",
+		["Category"] = "Hébergement",
+	},
+	[1728] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Obtenez et entrez dans le Surplomb de Daguefilante.",
+		["points"] = 50,
+		["name"] = "Seigneur",
+		["Category"] = "Hébergement",
+	},
+	[1729] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Obtenez et entrez dans Château Cœurébène.",
+		["points"] = 50,
+		["name"] = "Conseiller",
+		["Category"] = "Hébergement",
+	},
+	[1730] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Obtenez et entrez dans ces trois demeures notables.",
+		["points"] = 50,
+		["name"] = "Comte",
+		["Category"] = "Hébergement",
+	},
+	[1731] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une maison que vous possédez avec au moins 75 mobiliers de Suite.",
+		["points"] = 5,
+		["name"] = "Décorateur de Suite",
+		["Category"] = "Hébergement",
+	},
+	[1732] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une maison que vous possédez avec au moins 50 mobiliers de Salon.",
+		["points"] = 5,
+		["name"] = "Décorateur de Salon",
+		["Category"] = "Hébergement",
+	},
+	[1733] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une maison que vous possédez avec au moins 50 mobiliers de Bibliothèque.",
+		["points"] = 5,
+		["name"] = "Décorateur de Bibliothèque",
+		["Category"] = "Hébergement",
+	},
+	[1734] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une maison que vous possédez avec au moins 50 mobiliers de Salle à manger.",
+		["points"] = 5,
+		["name"] = "Décorateur de Salle à manger",
+		["Category"] = "Hébergement",
+	},
+	[1735] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une maison que vous possédez avec au moins 30 mobiliers de Cour.",
+		["points"] = 5,
+		["name"] = "Décorateur de Cour",
+		["Category"] = "Hébergement",
+	},
+	[1736] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une maison que vous possédez avec au moins 20 mobiliers de Crypte.",
+		["points"] = 5,
+		["name"] = "Décorateur de Crypte",
+		["Category"] = "Hébergement",
+	},
+	[1737] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une maison que vous possédez avec au moins 50 mobiliers de Foyer.",
+		["points"] = 5,
+		["name"] = "Décorateur de Foyer",
+		["Category"] = "Hébergement",
+	},
+	[1738] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une maison que vous possédez avec au moins 40 mobiliers de Galerie.",
+		["points"] = 5,
+		["name"] = "Décorateur de Galerie",
+		["Category"] = "Hébergement",
+	},
+	[1739] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une maison que vous possédez avec au moins 50 mobiliers d'Atelier.",
+		["points"] = 5,
+		["name"] = "Décorateur d'Atelier",
+		["Category"] = "Hébergement",
+	},
+	[1740] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une maison que vous possédez avec au moins 20 mobiliers luminaires.",
+		["points"] = 5,
+		["name"] = "Décorateur de luminaire",
+		["Category"] = "Hébergement",
+	},
+	[1741] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une maison que vous possédez avec au moins 100 mobiliers de Conservatoire.",
+		["points"] = 5,
+		["name"] = "Décorateur de Conservatoire",
+		["Category"] = "Hébergement",
+	},
+	[1742] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une maison que vous possédez avec au moins 20 mobiliers de Bâtiment.",
+		["points"] = 5,
+		["name"] = "Décorateur de Bâtiment",
+		["Category"] = "Hébergement",
+	},
+	[2099] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Récupérez les 20 reliques dangereuses dérobées dans les Coffres de Moawita.",
+		["points"] = 50,
+		["name"] = "Reliques du Couchant",
+		["Category"] = "Summerset",
+	},
+	[1744] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une maison que vous possédez avec au moins 20 mobiliers éclectiques.",
+		["points"] = 5,
+		["name"] = "Décorateur éclectique",
+		["Category"] = "Hébergement",
+	},
+	[1745] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une propriété que vous possédez avec au moins 50 objets.",
+		["points"] = 5,
+		["name"] = "Apprenti-décorateur",
+		["Category"] = "Hébergement",
+	},
+	[1746] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une propriété que vous possédez avec au moins 100 objets.",
+		["points"] = 5,
+		["name"] = "Compagnon décorateur",
+		["Category"] = "Hébergement",
+	},
+	[1747] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une propriété que vous possédez avec au moins 200 objets.",
+		["points"] = 10,
+		["name"] = "Expert décorateur",
+		["Category"] = "Hébergement",
+	},
+	[1748] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une propriété que vous possédez avec au moins 300 objets.",
+		["points"] = 15,
+		["name"] = "Maître décorateur",
+		["Category"] = "Hébergement",
+	},
+	[1749] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Décorez une propriété que vous possédez avec au moins 350 objets. Un véritable trésor de légende.",
+		["points"] = 50,
+		["name"] = "Grand-maître décorateur",
+		["Category"] = "Hébergement",
+	},
+	[1750] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Recevez au moins 3 joueurs chez vous simultanément.",
+		["points"] = 5,
+		["name"] = "Organisateur",
+		["Category"] = "Hébergement",
+	},
+	[1751] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Fabriquez un objet depuis le confort de votre foyer.",
+		["points"] = 5,
+		["name"] = "Artisan local",
+		["Category"] = "Hébergement",
+	},
+	[1752] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Infligez 1 000 000 de dégâts aux mannequins d'entraînement dans n'importe quel foyer.",
+		["points"] = 5,
+		["name"] = "Guerrier entraîné",
+		["Category"] = "Hébergement",
+	},
+	[1753] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Infligez 10 000 000 de dégâts aux mannequins d'entraînement dans n'importe quel foyer.",
+		["points"] = 10,
+		["name"] = "Guerrier expert",
+		["Category"] = "Hébergement",
+	},
+	[1754] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Infligez 50 000 000 de dégâts aux mannequins d'entraînement dans n'importe quel foyer.",
+		["points"] = 15,
+		["name"] = "Guerrier maître",
+		["Category"] = "Hébergement",
+	},
+	[1755] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez votre premier plan de travail du bois.",
+		["points"] = 5,
+		["name"] = "Fabricant de mobilier en bois novice",
+		["Category"] = "Artisanat",
+	},
+	[1756] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 50 plans de travail du bois.",
+		["points"] = 15,
+		["name"] = "Fabricant de mobilier en bois expert",
+		["Category"] = "Artisanat",
+	},
+	[1757] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 200 plans de travail du bois.",
+		["points"] = 50,
+		["name"] = "Maître fabricant de mobilier en bois",
+		["Category"] = "Artisanat",
+	},
+	[1758] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez votre premier diagramme de forge.",
+		["points"] = 5,
+		["name"] = "Fabricant de mobilier en métal novice",
+		["Category"] = "Artisanat",
+	},
+	[1759] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 25 diagrammes de forge.",
+		["points"] = 15,
+		["name"] = "Fabricant de mobilier en métal expert",
+		["Category"] = "Artisanat",
+	},
+	[1760] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 100 diagrammes de forge.",
+		["points"] = 50,
+		["name"] = "Maître fabricant de mobilier en métal",
+		["Category"] = "Artisanat",
+	},
+	[1761] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez votre premier patron de couture.",
+		["points"] = 5,
+		["name"] = "Fabricant de mobilier en tissu novice",
+		["Category"] = "Artisanat",
+	},
+	[1762] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 25 patrons de couture.",
+		["points"] = 15,
+		["name"] = "Fabricant de mobilier en tissu expert",
+		["Category"] = "Artisanat",
+	},
+	[1763] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 100 patrons de couture.",
+		["points"] = 50,
+		["name"] = "Maître fabricant de mobilier en tissu",
+		["Category"] = "Artisanat",
+	},
+	[1764] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez votre première formule d'alchimie.",
+		["points"] = 5,
+		["name"] = "Fabricant de mobilier alchimique novice",
+		["Category"] = "Artisanat",
+	},
+	[1765] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 10 formules d'alchimie.",
+		["points"] = 15,
+		["name"] = "Fabricant de mobilier alchimique expert",
+		["Category"] = "Artisanat",
+	},
+	[1766] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 25 formules d'alchimie.",
+		["points"] = 50,
+		["name"] = "Maître fabricant de mobilier alchimique",
+		["Category"] = "Artisanat",
+	},
+	[1767] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez votre première Praxis d'enchantement.",
+		["points"] = 5,
+		["name"] = "Fabricant de mobilier enchanté novice",
+		["Category"] = "Artisanat",
+	},
+	[1768] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 50 Praxis d'enchantement.",
+		["points"] = 50,
+		["name"] = "Fabricant de mobilier enchanté expert",
+		["Category"] = "Artisanat",
+	},
+	[1769] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprendre votre premier croquis de cuisine.",
+		["points"] = 5,
+		["name"] = "Maître fabricant de mobilier cuisinier",
+		["Category"] = "Artisanat",
+	},
+	[1770] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 25 croquis de cuisine.",
+		["points"] = 15,
+		["name"] = "Expert fabricant de mobilier cuisinier",
+		["Category"] = "Artisanat",
+	},
+	[1771] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 100 recettes de cuisine.",
+		["points"] = 50,
+		["name"] = "Maître fabricant de mobilier cuisinier",
+		["Category"] = "Artisanat",
+	},
+	[1772] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Apprenez 15 Praxis d'enchantement.",
+		["points"] = 15,
+		["name"] = "Expert fabricant de mobilier enchanté",
+		["Category"] = "Artisanat",
+	},
+	[2090] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Prenez 125 points de capture dans une partie de Roi fou.",
+		["points"] = 15,
+		["name"] = "Porte-étendard suprême du roi",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1774] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez votre première unité de duramen.",
+		["points"] = 5,
+		["name"] = "Moissonneur de duramen",
+		["Category"] = "Artisanat",
+	},
+	[1775] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 25 unités de duramen.",
+		["points"] = 10,
+		["name"] = "Expert moissonneur de duramen",
+		["Category"] = "Artisanat",
+	},
+	[1776] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 100 unités de duramen.",
+		["points"] = 15,
+		["name"] = "Maître moissonneur de duramen",
+		["Category"] = "Artisanat",
+	},
+	[1777] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez votre première rune profane.",
+		["points"] = 5,
+		["name"] = "Moissonneur de runes profanes",
+		["Category"] = "Artisanat",
+	},
+	[1778] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 25 runes profanes.",
+		["points"] = 10,
+		["name"] = "Expert moissonneur de runes profanes",
+		["Category"] = "Artisanat",
+	},
+	[1779] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 100 runes profanes.",
+		["points"] = 15,
+		["name"] = "Maître moissonneur de runes profanes",
+		["Category"] = "Artisanat",
+	},
+	[1780] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez votre première peau propre.",
+		["points"] = 5,
+		["name"] = "Moissonneur de peaux propres",
+		["Category"] = "Artisanat",
+	},
+	[1781] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 25 peaux propres.",
+		["points"] = 10,
+		["name"] = "Expert moissonneur de peaux propres",
+		["Category"] = "Artisanat",
+	},
+	[1782] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 100 peaux propres.",
+		["points"] = 15,
+		["name"] = "Maître moissonneur de peaux propres",
+		["Category"] = "Artisanat",
+	},
+	[1783] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez votre première unité de regulus.",
+		["points"] = 5,
+		["name"] = "Moissonneur de regulus",
+		["Category"] = "Artisanat",
+	},
+	[1784] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 25 unités de regulus.",
+		["points"] = 10,
+		["name"] = "Expert moissonneur de regulus",
+		["Category"] = "Artisanat",
+	},
+	[1785] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 100 unités de regulus.",
+		["points"] = 15,
+		["name"] = "Maître moissonneur de regulus",
+		["Category"] = "Artisanat",
+	},
+	[1786] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez votre première unité de liber.",
+		["points"] = 5,
+		["name"] = "Moissonneur de liber",
+		["Category"] = "Artisanat",
+	},
+	[1787] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 25 unités de liber.",
+		["points"] = 10,
+		["name"] = "Expert moissonneur de liber",
+		["Category"] = "Artisanat",
+	},
+	[1788] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 100 unités de liber.",
+		["points"] = 15,
+		["name"] = "Maître moissonneur de liber",
+		["Category"] = "Artisanat",
+	},
+	[1789] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez votre première unité de résine alchimique.",
+		["points"] = 5,
+		["name"] = "Moissonneur de résine",
+		["Category"] = "Artisanat",
+	},
+	[1790] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 25 unités de résine alchimique.",
+		["points"] = 10,
+		["name"] = "Récolteur de résine expert",
+		["Category"] = "Artisanat",
+	},
+	[1791] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 100 unités de résine alchimique.",
+		["points"] = 15,
+		["name"] = "Maître récolteur de résine",
+		["Category"] = "Artisanat",
+	},
+	[1792] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez votre première unité de cire de modelage.",
+		["points"] = 5,
+		["name"] = "Moissonneur de cire",
+		["Category"] = "Artisanat",
+	},
+	[1793] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 25 unités de cire de modelage.",
+		["points"] = 10,
+		["name"] = "Expert moissonneur de cire décorative",
+		["Category"] = "Artisanat",
+	},
+	[1794] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Récoltez 100 unités de cire de modelage.",
+		["points"] = 15,
+		["name"] = "Maître moissonneur de cire décorative",
+		["Category"] = "Artisanat",
+	},
+	[1795] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Trouvez et apprenez chaque chapitre du livre de style de Mazzatun, que l'on trouve sur le sylvegarde Na-Kesh dans les ruines de Mazzatun.",
+		["points"] = 50,
+		["name"] = "Maître du style de Mazzatun",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1796] =
+	{
+		["Category_ID"] = 17,
+		["description"] = "Trouvez et apprenez chaque chapitre du livre de style de l'Anneau de Soie, que l'on trouve sur Velidreth dans le Berceau des Ombres",
+		["points"] = 50,
+		["name"] = "Maître du style de l'Anneau de Soie",
+		["Category"] = "Shadows of the Hist",
+	},
+	[1797] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Trouvez et apprenez chaque chapitre du livre de style Ra Gada que l'on trouve à Raidelorn.",
+		["points"] = 50,
+		["name"] = "Maître du style Ra Gada",
+		["Category"] = "Artisanat",
+	},
+	[1798] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Trouvez et apprenez chaque chapitre du livre de style de l'Ébonite, que l'on achète avec des assignats.",
+		["points"] = 50,
+		["name"] = "Maître du style d'Ébonite",
+		["Category"] = "Artisanat",
+	},
+	[1799] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Remplissez vote première commande de maître.",
+		["points"] = 10,
+		["name"] = "Maître artisan",
+		["Category"] = "Artisanat",
+	},
+	[1800] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Remplissez 25 commandes de maître.",
+		["points"] = 15,
+		["name"] = "Maître des artisans",
+		["Category"] = "Artisanat",
+	},
+	[1801] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Remplissez 100 commandes de maître.",
+		["points"] = 50,
+		["name"] = "Artisan sans égal",
+		["Category"] = "Artisanat",
+	},
+	[1802] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terrassez la néréïde Kimbrudhil le Canari à la Crique des épaves.",
+		["points"] = 10,
+		["name"] = "La fin du Canari",
+		["Category"] = "Morrowind",
+	},
+	[1803] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terrassez l'orateur Salathan, le régent Beleth, le général Tanasa et le conseiller Raynis au Conseil de Salathan.",
+		["points"] = 10,
+		["name"] = "Sauveur de Salothan",
+		["Category"] = "Morrowind",
+	},
+	[1804] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terrassez le consort de la reine à la mine à œufs de Missir-Dadalit.",
+		["points"] = 10,
+		["name"] = "Tueur de consort",
+		["Category"] = "Morrowind",
+	},
+	[1805] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terrassez Nilthog le Sauvage au Creux de Nilthog.",
+		["points"] = 10,
+		["name"] = "Calmer le sauvage",
+		["Category"] = "Morrowind",
+	},
+	[1806] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terrassez Wuyuvus le Dévoreur à la grange de Sulipund.",
+		["points"] = 10,
+		["name"] = "Tueur de Wuyuvus",
+		["Category"] = "Morrowind",
+	},
+	[1807] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Triomphez du skaafin, Mehz l'Embobineur, à la tour Dubdil Alar et fermez le portail vers Oblivion.",
+		["points"] = 10,
+		["name"] = "Châtier les tricheurs",
+		["Category"] = "Morrowind",
+	},
+	[1808] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Vainquez l'Assembleur général et aidez Divayth Fyr à arrêter le déluge d'animoncules venant des Salles de la Fabrication.",
+		["points"] = 15,
+		["name"] = "Fabrication terminée",
+		["Category"] = "Morrowind",
+	},
+	[1809] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terminez les Salles de la fabrication Vétéran en moins de 40 minutes. Votre épreuve commence lorsque vous franchissez le seuil de la caverne d'Abanabi sous Tel Fyr.",
+		["points"] = 50,
+		["name"] = "Contre la montre : Salles de la fabrication",
+		["Category"] = "Morrowind",
+	},
+	[1810] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Vainquez l'Assemblée générale dans les Salles de la fabrication Vétéran.",
+		["points"] = 50,
+		["name"] = "Conquérant des Salles de la fabrication",
+		["Category"] = "Morrowind",
+	},
+	[1811] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terminez les Salles de la fabrication Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Machine bien huilée",
+		["Category"] = "Morrowind",
+	},
+	[1812] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Obtenez et entrez dans au moins trois de ces demeures de base",
+		["points"] = 10,
+		["name"] = "Locataire",
+		["Category"] = "Hébergement",
+	},
+	[1813] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Obtenez et entrez dans au moins cinq de ces demeures de base",
+		["points"] = 15,
+		["name"] = "Citoyen",
+		["Category"] = "Hébergement",
+	},
+	[1814] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Obtenez et entrez dans au moins trois de ces demeures classiques.",
+		["points"] = 15,
+		["name"] = "Propriétaire",
+		["Category"] = "Hébergement",
+	},
+	[1815] =
+	{
+		["Category_ID"] = 8,
+		["description"] = "Obtenez et entrez dans au moins cinq de ces demeures classiques.",
+		["points"] = 50,
+		["name"] = "Baron",
+		["Category"] = "Hébergement",
+	},
+	[1816] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l'Amalgame sangreterre sans être blessé par la Nirncrux en fusion qui coule dans la Forge Sangracine Vétéran.",
+		["points"] = 10,
+		["name"] = "Les pieds au frais",
+		["Category"] = "Horns of the Reach",
+	},
+	[1817] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Terminer la Forge de Sangracine Vétéran sans qu'un seul membre du groupe ne soit jamais frappé par un crachat de Boule de lave d'un shalk de feu.",
+		["points"] = 10,
+		["name"] = "Chaud au cœur",
+		["Category"] = "Horns of the Reach",
+	},
+	[1818] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Utiliser la Brisure d'écorce pour briser une Boule de lave dans la Forge de Sangracine Vétéran.",
+		["points"] = 10,
+		["name"] = "Écraseur de magma",
+		["Category"] = "Horns of the Reach",
+	},
+	[1819] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre Caillaoife sans qu'une seule créature à sang de Nirn ne reste dans la barrière de sa réserve naturelle plus de trois secondes dans la Forge de Sangracine Vétéran.",
+		["points"] = 10,
+		["name"] = "Réserve naturelle",
+		["Category"] = "Horns of the Reach",
+	},
+	[1820] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre Galchobhar sans qu'un seul membre du groupe ne soit affecté par ses attaques Terre brûlée et Flammes de Galchobhar dans la Forge de Sangracine Vétéran.",
+		["points"] = 10,
+		["name"] = "Saute-cailloux",
+		["Category"] = "Horns of the Reach",
+	},
+	[1821] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre Galchobhar dans la Forge de Sangracine Vétéran sans qu'un seul membre du groupe ne tue un shalk de feu.",
+		["points"] = 10,
+		["name"] = "Gentil shalk",
+		["Category"] = "Horns of the Reach",
+	},
+	[1822] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre l'Amalgame de sangreterre dans la Forge de Sangracine Vétéran sans qu'aucun membre du groupe n'active le creuset de Brûlepierre ou le Chaudron du lac de feu.",
+		["points"] = 10,
+		["name"] = "Victoire fait-main",
+		["Category"] = "Horns of the Reach",
+	},
+	[1823] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Utilisez personnellement le creuset de Brûlepierre et le Chaudron du lac de feu pour vaincre l'Amalgame de sangreterre dans la Forge de Sangracine Vétéran.",
+		["points"] = 10,
+		["name"] = "Artisan de la douleur",
+		["Category"] = "Horns of the Reach",
+	},
+	[1824] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Trouvez et lisez les 36 sermons de Vivec disséminés dans Vvardenfell.",
+		["points"] = 5,
+		["name"] = "Prêcher pour le Tribunal",
+		["Category"] = "Morrowind",
+	},
+	[1825] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terminez votre première quête journalière pour le maître de chasse Sorima-Nakar ou Numani-Rasi.",
+		["points"] = 5,
+		["name"] = "Associé des Cendrais",
+		["Category"] = "Morrowind",
+	},
+	[1826] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Visitez toutes les stations de caravaniers des foule-vase de Vvardenfell.",
+		["points"] = 5,
+		["name"] = "Dresseur de coureurs",
+		["Category"] = "Morrowind",
+	},
+	[1827] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Visitez les Autels des Sept Vertus et lisez l'inscription de chacun.",
+		["points"] = 5,
+		["name"] = "Le chemin du Pèlerin",
+		["Category"] = "Morrowind",
+	},
+	[1828] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Visitez tous les ruines des Daedra à Vvardenfell.",
+		["points"] = 10,
+		["name"] = "Explorateur daedrique",
+		["Category"] = "Morrowind",
+	},
+	[1829] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Vainquez l'Assembleur général après l'avoir renforcé en réinitialisant le coupe-circuit dans les Salles de la fabrication Vétéran.",
+		["points"] = 50,
+		["name"] = "Vainqueur des Salles de la fabrication",
+		["Category"] = "Morrowind",
+	},
+	[1830] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Vainquez 100 calefacteurs, capaciteurs ou dissecteurs dans les Salles de la Fabrication",
+		["points"] = 10,
+		["name"] = "Tueur de Refrabricants",
+		["Category"] = "Morrowind",
+	},
+	[1831] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Vainquez le Factotum du pinâcle sans jamais utiliser l'énergie du généarteur pour briser le bouclier d'une sphère refabriquée, dans les Salles de la Fabrication Vétéran.",
+		["points"] = 15,
+		["name"] = "Centrale énergétique",
+		["Category"] = "Morrowind",
+	},
+	[1832] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Vainquez le comité de refabrication dans les Salles de la fabrication Vétéran sans jamais permettre au Récupérateur de surcharger un Factotum ruiné.",
+		["points"] = 15,
+		["name"] = "Obsolescence planifiée",
+		["Category"] = "Morrowind",
+	},
+	[1833] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Vainquez l'Assembleur général dans les Salles de la Fabrication Vétéran, sans qu'un membre du groupe ne se fasse tuer par les pièges et les dangers.",
+		["points"] = 15,
+		["name"] = "Attention à l'environnement",
+		["Category"] = "Morrowind",
+	},
+	[1834] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Vainquez l'Assembleur général dans les Salles de la Fabrication Vétéran, sans laisser un seul terminal achever sa séquence d'activation.",
+		["points"] = 15,
+		["name"] = "Terminateur du terminal",
+		["Category"] = "Morrowind",
+	},
+	[1835] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Vainquez 5 de chaque Facsimilé tactique créés par l'Assembleur général, dans n'importe quelle difficulté.",
+		["points"] = 10,
+		["name"] = "Attention aux imitations",
+		["Category"] = "Morrowind",
+	},
+	[1836] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terminez chacun des succès suivants liés à la défaite de l'Assembleur général :",
+		["points"] = 50,
+		["name"] = "Dynamo",
+		["Category"] = "Morrowind",
+	},
+	[1837] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terminez les Salles de la Fabrication Vétéran après avoir réinitialisé le coupe-circuit et renforcé l'Assembleur général, sans perdre un seul membre du groupe.",
+		["points"] = 50,
+		["name"] = "Test de résistance",
+		["Category"] = "Morrowind",
+	},
+	[1838] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terminez les Salles de la Fabrication Vétéran après avoir avoir réinitialisé le coupe-circuit et renforcé l'Assembleur général, sans perdre un seul membre du groupe, en moins de 40 minutes après être entré dans la caverne d'Abanabi.",
+		["points"] = 50,
+		["name"] = "Comme une horloge",
+		["Category"] = "Morrowind",
+	},
+	[1839] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Vainquez un sauroïde chasseur-tueur pendant que l'autre possède encore au moins la moitié de sa Santé, avant de vaincre le deuxième sauroïde dans les Salles de la Fabrication Vétéran.",
+		["points"] = 10,
+		["name"] = "Mise à mort",
+		["Category"] = "Morrowind",
+	},
+	[1840] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Dans les Salles de la fabrication Vétéran, vainquez l'archiconservateur avec six Pylônes de choc ou moins, sans jamais rater une occasion du désactiver avec pylône.",
+		["points"] = 10,
+		["name"] = "Gardien d'arc",
+		["Category"] = "Morrowind",
+	},
+	[1841] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Découvrez les notes disséminées dans les Salles de la fabrication.",
+		["points"] = 10,
+		["name"] = "Érudit des mystères de Seht",
+		["Category"] = "Morrowind",
+	},
+	[1842] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Contribuez à éliminer la menace des coureurs des falaises en tuant 100 coureurs ou sauteurs des falaises à Vvardenfell.",
+		["points"] = 5,
+		["name"] = "Fléau des Coureurs",
+		["Category"] = "Morrowind",
+	},
+	[1843] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Découvrez les 18 fragments célestes de Vvardenfell.",
+		["points"] = 10,
+		["name"] = "Chasseur d'éclats célestes de Morrowind",
+		["Category"] = "Morrowind",
+	},
+	[1844] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Découvrir les 6 éclats célestes de la Cité mécanique.",
+		["points"] = 10,
+		["name"] = "Chasseur d'éclats célestes de la Cité mécanique",
+		["Category"] = "Clockwork City",
+	},
+	[1845] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Découvrez les 18 éclats célestes du Couchant",
+		["points"] = 10,
+		["name"] = "Chasseur d'éclats célestes du Couchant",
+		["Category"] = "Summerset",
+	},
+	[1846] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terrassez Nchulaeon l'Éternel à Nchuleftingth.",
+		["points"] = 50,
+		["name"] = "Événement de groupe de Nchuleftingth",
+		["Category"] = "Morrowind",
+	},
+	[1847] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Sauvez Dubdil Alar des conséquences de ses expériences temporelles.",
+		["points"] = 5,
+		["name"] = "Éradicateur de boucle",
+		["Category"] = "Morrowind",
+	},
+	[1848] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terrassez les six boss sauvages de Vvardenfell.",
+		["points"] = 15,
+		["name"] = "Défenseur de Morrowind",
+		["Category"] = "Morrowind",
+	},
+	[1849] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Démentez les dangereuses affirmations du Cendrais Chodala.",
+		["points"] = 10,
+		["name"] = "Voix des Incarnés défunts",
+		["Category"] = "Morrowind",
+	},
+	[1850] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Reprenez le Bâton béni, Sunna'rah, au cendrais Chodala, et déterminez la véritable nature de la menace qui pèse sur le seigneur Vivec.",
+		["points"] = 10,
+		["name"] = "Porteur du Bâton béni",
+		["Category"] = "Morrowind",
+	},
+	[1851] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Suivez une grande menace dans la Cité mécanique, et récupérez le pouvoir volé au seigneur Vivec.",
+		["points"] = 10,
+		["name"] = "La Main d'un Dieu Vivant",
+		["Category"] = "Morrowind",
+	},
+	[1852] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Rendez au seigneur Vivec son pouvoir perdu, sauvez Vivec et devenez le champion de Vivec.",
+		["points"] = 15,
+		["name"] = "Champion de Vivec",
+		["Category"] = "Morrowind",
+	},
+	[1853] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Vainquez trois des champions de Nchuleftingth.",
+		["points"] = 10,
+		["name"] = "Vainqueur de Nchuleftingth",
+		["Category"] = "Morrowind",
+	},
+	[1854] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terrassez tous les champions de Nchuleftingth.",
+		["points"] = 50,
+		["name"] = "Conquérant de Nchuleftingth",
+		["Category"] = "Morrowind",
+	},
+	[1855] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terrassez le brûle-pierre Omalas, le marqueur Releth et le Mande-montagne Hlaren dans les Landes oubliées.",
+		["points"] = 50,
+		["name"] = "Événement de groupe des Landes oubliées",
+		["Category"] = "Morrowind",
+	},
+	[1856] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Vainquez trois des Champions des landes oubliées.",
+		["points"] = 10,
+		["name"] = "Vainqueur des landes oubliées",
+		["Category"] = "Morrowind",
+	},
+	[1857] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Vainquez tous les Champions des landes oubliées.",
+		["points"] = 50,
+		["name"] = "Conquérant des landes oubliées",
+		["Category"] = "Morrowind",
+	},
+	[1858] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Explorez et videz la pointe de Khartag.",
+		["points"] = 5,
+		["name"] = "Explorateur de la pointe de Khartag",
+		["Category"] = "Morrowind",
+	},
+	[1859] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Explorez et videz Ashalmawia.",
+		["points"] = 5,
+		["name"] = "Explorateur d'Ashalmawia",
+		["Category"] = "Morrowind",
+	},
+	[1860] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Explorez et videz Zainsipilu.",
+		["points"] = 5,
+		["name"] = "Explorateur de Zainsipilu",
+		["Category"] = "Morrowind",
+	},
+	[1861] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Explorez et videz la mine d'œufs de Matus-Akin.",
+		["points"] = 5,
+		["name"] = "Explorateur de la mine d'œufs de Matus-Akin",
+		["Category"] = "Morrowind",
+	},
+	[1862] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Explorez et videz Pulk.",
+		["points"] = 5,
+		["name"] = "Explorateur de Pulk",
+		["Category"] = "Morrowind",
+	},
+	[1863] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Explorez et videz Nchuleft.",
+		["points"] = 5,
+		["name"] = "Explorateur de Nchuleft",
+		["Category"] = "Morrowind",
+	},
+	[1864] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Explorez et videz les six cavernes explorables de Vvardenfell.",
+		["points"] = 15,
+		["name"] = "Spéléologue de Morrowind",
+		["Category"] = "Morrowind",
+	},
+	[1865] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Découvrez tous les lieux remarquables de Vvardenfell.",
+		["points"] = 10,
+		["name"] = "Éclaireur de Morrowind",
+		["Category"] = "Morrowind",
+	},
+	[1866] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Découvrez et sécurisez les grottes et lieux remarquables de Vvardenfell.",
+		["points"] = 15,
+		["name"] = "Maître explorateur de Morrowind",
+		["Category"] = "Morrowind",
+	},
+	[1867] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Accomplissez 32 quêtes à Vvardenfell.",
+		["points"] = 50,
+		["name"] = "Grand aventurier de Morrowind",
+		["Category"] = "Morrowind",
+	},
+	[1868] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le sauveur de Morrowind.",
+		["points"] = 50,
+		["name"] = "Sauveur de Morrowind",
+		["Category"] = "Morrowind",
+	},
+	[1869] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Aidez l'esclave argonienne, Soleil-dans-l'Ombre, à gagner sa liberté.",
+		["points"] = 10,
+		["name"] = "Soleil levant",
+		["Category"] = "Morrowind",
+	},
+	[1870] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Aidez Naryu Virian et la Morag Tong dans Balmora et alentour.",
+		["points"] = 10,
+		["name"] = "Confident de Naryu",
+		["Category"] = "Morrowind",
+	},
+	[1871] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Aidez le Juge écarlate à déjouer le complot de Marshal Hlaren à Suran.",
+		["points"] = 10,
+		["name"] = "Juge écarlate",
+		["Category"] = "Morrowind",
+	},
+	[1872] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Sauvez les habitants de Gnisis de la ruine économique en restaurant l'avenir de leur mine de kwamas.",
+		["points"] = 10,
+		["name"] = "Mineur de kwamas",
+		["Category"] = "Morrowind",
+	},
+	[1873] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Déjouez le complot d'un usurpateur et aidez maîtresse Dratha à prolonger sa vie.",
+		["points"] = 10,
+		["name"] = "La main de la Maîtresse",
+		["Category"] = "Morrowind",
+	},
+	[1874] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Mettez fin à la menace qui pèse sur les pèlerins de Molag Mar.",
+		["points"] = 10,
+		["name"] = "Protecteur des pèlerins",
+		["Category"] = "Morrowind",
+	},
+	[1875] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Aidez Narsis Dren à découvrir le secret du tombeau ancestral Véloth.",
+		["points"] = 10,
+		["name"] = "Apprenti de Narsis",
+		["Category"] = "Morrowind",
+	},
+	[1876] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Découvrez le secret du tombeau ancestral Hleran.",
+		["points"] = 10,
+		["name"] = "Chroniqueur d'Ald'ruhn",
+		["Category"] = "Morrowind",
+	},
+	[1877] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Découvrez la vérité derrière la soudaine croissance de production à la mine d'ébonite de Vassir-Didanat.",
+		["points"] = 5,
+		["name"] = "Auditeur de l'Ébène",
+		["Category"] = "Morrowind",
+	},
+	[1878] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Accomplissez 10 quêtes journalières pour le maître de chasse Sorim-Nakar ou Numani-Rasi.",
+		["points"] = 10,
+		["name"] = "Marche-cendres",
+		["Category"] = "Morrowind",
+	},
+	[1879] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Accomplissez 30 quêtes journalières pour le maître de chasse Sorim-Nakar ou Numani-Rasi.",
+		["points"] = 15,
+		["name"] = "Ami des clans",
+		["Category"] = "Morrowind",
+	},
+	[1880] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Accomplissez les sept chasses journalières pour le maître de chasse Sorim-Nakar.",
+		["points"] = 5,
+		["name"] = "Traqueur des Terres de cendres",
+		["Category"] = "Morrowind",
+	},
+	[1881] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Terminez les sept quêtes de préservation de reliques données par Numani-Rasi.",
+		["points"] = 5,
+		["name"] = "Conservateur des reliques des Terres de cendres",
+		["Category"] = "Morrowind",
+	},
+	[1882] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Attrapez les 12 poissons rares de Vvardenfell.",
+		["points"] = 5,
+		["name"] = "Maître pêcheur de Morrowind",
+		["Category"] = "Morrowind",
+	},
+	[1883] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Recevez la bénédiction de Blancserpent à l'une des portes de l'alliance pendant le Carnage de mi-l'an.",
+		["points"] = 5,
+		["name"] = "Expert en carnages",
+		["Category"] = "Événements des fêtes",
+	},
+	[1884] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Lisez un parchemin de férocité de Pélinal pendant le carnage de mi-l'an.",
+		["points"] = 5,
+		["name"] = "Écho de la fureur de Pélinal",
+		["Category"] = "Événements des fêtes",
+	},
+	[1885] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Obtenez votre première « boîte de butin de mi-l'an de Pélinal ».",
+		["points"] = 5,
+		["name"] = "Béni du Blancserpent",
+		["Category"] = "Événements des fêtes",
+	},
+	[1886] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Obtenez votre dixième « boîte de butin de mi-l'an de Pélinal ».",
+		["points"] = 10,
+		["name"] = "Élu du Blancserpent",
+		["Category"] = "Événements des fêtes",
+	},
+	[1887] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Obtenez votre vingt-cinquième « boîte de butin de mi-l'an de Pélinal ».",
+		["points"] = 15,
+		["name"] = "Main du Blancserpent",
+		["Category"] = "Événements des fêtes",
+	},
+	[1888] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Éliminez 50 adversaires pendant le carnage de mi-l'an.",
+		["points"] = 15,
+		["name"] = "Courroux du Blancserpent",
+		["Category"] = "Événements des fêtes",
+	},
+	[1889] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Remportez un affrontement sur le champ de bataille pendant le carnage de mi-l'an.",
+		["points"] = 5,
+		["name"] = "Fléau de Pélinal",
+		["Category"] = "Événements des fêtes",
+	},
+	[1890] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Emparez-vous d'un fort cyrodiilien pendant le carnage de mi-l'an.",
+		["points"] = 5,
+		["name"] = "Calamité de Pélinal",
+		["Category"] = "Événements des fêtes",
+	},
+	[1891] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Emparez-vous d'un quartier impérial pendant le carnage de mi-l'an.",
+		["points"] = 5,
+		["name"] = "Insurrection de Pélinal",
+		["Category"] = "Événements des fêtes",
+	},
+	[1892] =
+	{
+		["Category_ID"] = 9,
+		["description"] = "Accomplissez tous les succès du Carnage de mi-l'an.",
+		["points"] = 50,
+		["name"] = "Chevalier stellaire",
+		["Category"] = "Événements des fêtes",
+	},
+	[1893] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Éliminez 10 adversaires sur le champ de bataille.",
+		["points"] = 5,
+		["name"] = "Fosse aux serpents",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1894] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Éliminez 250 adversaires sur le champ de bataille.",
+		["points"] = 10,
+		["name"] = "Guerrier des fosses",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1895] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Éliminez 1 000 adversaires sur le champ de bataille.",
+		["points"] = 15,
+		["name"] = "Fosse aux lions",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1896] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Capturez votre première relique sur le champ de bataille.",
+		["points"] = 5,
+		["name"] = "Chasseur de reliques amateur",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1897] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Capturez 20 reliques sur le champ de bataille.",
+		["points"] = 10,
+		["name"] = "Chasseur de reliques professionnel",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1898] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Capturez 100 reliques sur le champ de bataille.",
+		["points"] = 15,
+		["name"] = "Chasseur de reliques suprême",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1899] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Éliminez votre premier porteur de relique sur le champ de bataille.",
+		["points"] = 5,
+		["name"] = "Gardien des reliques amateur",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1900] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Éliminez 20 porteurs de relique sur le champ de bataille.",
+		["points"] = 10,
+		["name"] = "Gardien des reliques professionnel",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1901] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Éliminez 100 porteurs de relique sur le champ de bataille.",
+		["points"] = 15,
+		["name"] = "Gardien des reliques suprême",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1902] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Emparez-vous de votre premier point de capture sur le champ de bataille.",
+		["points"] = 5,
+		["name"] = "Porte-étendard amateur",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1903] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Emparez-vous de 50 points de capture sur le champ de bataille.",
+		["points"] = 10,
+		["name"] = "Porte-étendard professionnel",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1904] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Emparez-vous de 250 points de capture sur le champ de bataille.",
+		["points"] = 15,
+		["name"] = "Porte-étendard suprême",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1905] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Remportez 10 médailles d'exécution défensive en éliminant les adversaires attaquant l'un de vos points de capture.",
+		["points"] = 5,
+		["name"] = "Garde-étendard amateur",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1906] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Remportez 100 médailles d'exécution défensive en éliminant les adversaires attaquant l'un de vos points de capture.",
+		["points"] = 10,
+		["name"] = "Garde-étendard professionnel",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1907] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Remportez 500 médailles d'exécution défensive en éliminant les adversaires attaquant l'un de vos points de capture.",
+		["points"] = 15,
+		["name"] = "Garde-étendard suprême",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1908] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Remportez un premier affrontement sur le champ de bataille.",
+		["points"] = 5,
+		["name"] = "Victorieux",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1909] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez 10 affrontements du champ de bataille",
+		["points"] = 10,
+		["name"] = "Héros de la foule",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1910] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez 50 affrontements du champ de bataille",
+		["points"] = 15,
+		["name"] = "Grand conquérant",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1911] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Obtenez une médaille globale de 5 000 points sur des champs de bataille.",
+		["points"] = 10,
+		["name"] = "Gladiateur",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1912] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Obtenez une médaille globale de 50 000 points sur des champs de bataille.",
+		["points"] = 15,
+		["name"] = "Champion",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1913] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Obtenez une médaille globale de 250 000 points sur des champs de bataille.",
+		["points"] = 50,
+		["name"] = "Grand Champion",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1914] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Contrôlez simultanément les quatre points de capture au cours d'un affrontement décisif.",
+		["points"] = 10,
+		["name"] = "Terreur du champ de bataille",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1915] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Remportez un match à mort en équipe avec 500 points avant qu'une autre équipe ne marque 200 points.",
+		["points"] = 15,
+		["name"] = "Fléau du champ de bataille",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1916] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Aidez votre équipe à s'emparer des deux reliques ennemies à 10 secondes d'intervalle.",
+		["points"] = 15,
+		["name"] = "Tacticien",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1917] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Emparez-vous d'au moins quatre points de capture sans mourir.",
+		["points"] = 10,
+		["name"] = "Chasseur de titres",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1918] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Totalisez au moins huit victimes de plus que de défaites au cours d'un match à mort en équipe.",
+		["points"] = 15,
+		["name"] = "Paragon",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1919] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Capturez trois reliques ennemies au cours d'un affrontement simple sur le champ de bataille.",
+		["points"] = 15,
+		["name"] = "Triple menace",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1920] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Totalisez un score d'au moins 3 000 points dans un affrontement simple sur le champ de bataille.",
+		["points"] = 10,
+		["name"] = "Grand guerrier",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1921] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Remportez votre premier titre quadruple meurtre en éliminant quatre adversaires à dix secondes d'intervalle dans une bataille de combat par équipe.",
+		["points"] = 15,
+		["name"] = "Quadruple meurtre",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1922] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Remportez votre première médaille de champion en infligeant au moins 500 000 points de dégâts dans un match à mort par équipes sur le champ de bataille.",
+		["points"] = 10,
+		["name"] = "Char d'assaut",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1923] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Remportez votre première médaille de Médecin sans peur en régénérant au moins 375 000 points de vie dans un match à mort par équipes sur le champ de bataille.",
+		["points"] = 10,
+		["name"] = "Médecin sans peur",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1924] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Remportez votre premier titre centurion inébranlable en encaissant au moins 250 000 points de dégâts dans le même match de Domination.",
+		["points"] = 10,
+		["name"] = "Centurion solide",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1925] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Remportez votre premier titre Protecteur divin en rendant au moins 375 000 points de vie aux défenseurs de points de capture, dans une partie de Domination.",
+		["points"] = 10,
+		["name"] = "Protection divine",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[2089] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Prenez 25 points de capture dans une partie de Roi fou.",
+		["points"] = 10,
+		["name"] = "Porte-étendard professionnel du roi",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1927] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Remportez votre première médaille de Défenseur vigilant lors de la défense d'un point de capture dans un match de Domination.",
+		["points"] = 10,
+		["name"] = "Protecteur vigilant",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1928] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez 10 gardiens ennemis",
+		["points"] = 10,
+		["name"] = "Fléau des gardiens",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1929] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Tuez 100 gardiens ennemis",
+		["points"] = 15,
+		["name"] = "Fléau suprême des gardiens",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[2088] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Prenez votre premier point de capture dans une partie de Roi fou.",
+		["points"] = 5,
+		["name"] = "Porte-étendard amateur du roi",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[2087] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l'Audacieux sans qu'un seul membre du groupe ne meure en moins de 15 minutes dans l'Asile sanctuaire Vétéran.",
+		["points"] = 10,
+		["name"] = "Purification parfaite",
+		["Category"] = "Clockwork City",
+	},
+	[1932] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Apprenez tous les chapitres du livre de style cendrais, parfois octroyé en récompense des quêtes journalières de Numani-Rasi et du maître veneur Sorim-Nakar.",
+		["points"] = 50,
+		["name"] = "Maître du style Cendrais",
+		["Category"] = "Morrowind",
+	},
+	[1933] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Apprenez tous les chapitres du livre de style de la Morag Tong, parfois octroyé en récompense des primes et des quêtes d'exploration du palais de justice.",
+		["points"] = 50,
+		["name"] = "Maître du style Morag Tong",
+		["Category"] = "Morrowind",
+	},
+	[1934] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Apprenez tous les chapitres du livre de style Exalté, que l'on trouve parfois dans les caisses disséminées dans Vvardenfell.",
+		["points"] = 50,
+		["name"] = "Maître du style Exalté",
+		["Category"] = "Morrowind",
+	},
+	[1935] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Apprenez tous les chapitres du livre de style des Ordonnateurs militants, vendu en échange de points d'alliance par les marchands du champ de bataille.",
+		["points"] = 50,
+		["name"] = "Maître du style des Ordonnateurs militants",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1936] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Remportez votre première médaille de Divin Gardien en régénérant au moins 375 000 points de vie aux porteurs de relique dans un même affrontement sur le champ de bataille.",
+		["points"] = 10,
+		["name"] = "Divin Gardien",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1937] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Terminez la Forteresse d'Épervine Vétéran et la Forge de Sangracine Vétéran.",
+		["points"] = 50,
+		["name"] = "Spéléologue de Horns of the Reach",
+		["Category"] = "Horns of the Reach",
+	},
+	[2100] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Détruire la perle abyssale de chaque geyser abyssal du Couchant.",
+		["points"] = 5,
+		["name"] = "Fermez les vannes",
+		["Category"] = "Summerset",
+	},
+	[2101] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vainquez tous les boss qui peuvent apparaître aux Geysers abyssaux.",
+		["points"] = 15,
+		["name"] = "Retour à l'abysse",
+		["Category"] = "Summerset",
+	},
+	[1940] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Entrez dans la Forteresse d'Épervine ou la Forge de Sangracine pour la première fois.",
+		["points"] = 5,
+		["name"] = "Explorateur de Horns of the Reach",
+		["Category"] = "Horns of the Reach",
+	},
+	[1941] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Accomplissez les succès listés dans la Forge de la Sangracine Vétéran.",
+		["points"] = 50,
+		["name"] = "Concurrent de la Forge de Sangracine",
+		["Category"] = "Horns of the Reach",
+	},
+	[1942] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Accomplissez les succès listés dans la Forteresse d'Épervine Vétéran.",
+		["points"] = 50,
+		["name"] = "Concurrent de la Forteresse d'Épervine",
+		["Category"] = "Horns of the Reach",
+	},
+	[2109] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Changez l'apparence d'une partie de tenue avec le Système de tenue.",
+		["points"] = 5,
+		["name"] = "Styliste novice",
+		["Category"] = "Artisanat",
+	},
+	[2112] =
+	{
+		["Category_ID"] = 3,
+		["description"] = "Changez l'apparence d'une pièce d'équipement 100 fois avec le Système de tenue.",
+		["points"] = 50,
+		["name"] = "Styliste magistral",
+		["Category"] = "Artisanat",
+	},
+	[1945] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Découvrir la Missive urgence, la Lettre inachevée à Marika, En réponse aux rumeurs inquiétantes et l'Épitaphe de Bjarfrud Skjoralmor dans la Forteresse d'Épervine.",
+		["points"] = 5,
+		["name"] = "Chroniqueur de guerre",
+		["Category"] = "Horns of the Reach",
+	},
+	[1946] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre tous les boss sans être personnellement frappé par un tir d'arme de siège dans la Forteresse d'Épervine Vétéran, même les engins de siège de Morrigh Sang-de-Taureau.",
+		["points"] = 5,
+		["name"] = "À plat ventre !",
+		["Category"] = "Horns of the Reach",
+	},
+	[1947] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "En combattant Cernunnon et ses guerriers assermentés, bannissez l'âme des trois maîtres des esprits à cinq eux secondes les unes des autres pendant le combat dans la Forteresse d'Épervine Vétéran.",
+		["points"] = 5,
+		["name"] = "Parjure",
+		["Category"] = "Horns of the Reach",
+	},
+	[1948] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "En combattant le Seigneur de mort Bjarfrud Skjoralmor dans la Forteresse d'Épervine Vétéran, que votre groupe purifie 15 cadavres en moins de cinq secondes.",
+		["points"] = 5,
+		["name"] = "Entreprise épique",
+		["Category"] = "Horns of the Reach",
+	},
+	[1949] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre le Mammouth de siège de la Forteresse d'Épervine sans être affecté par une compétence ennemi de repoussement ou d'étourdissement.",
+		["points"] = 5,
+		["name"] = "Sauvage et laineux",
+		["Category"] = "Horns of the Reach",
+	},
+	[1950] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vainquez Domihaus Corne-Sanglante dans la Forteresse d'Épervine Vétéran alors qu'au moins un atronach de chaque type est encore en vie.",
+		["points"] = 5,
+		["name"] = "Supporter les éléments",
+		["Category"] = "Horns of the Reach",
+	},
+	[1951] =
+	{
+		["Category_ID"] = 16,
+		["description"] = "Vaincre Domihaus Corne-Sanglante à la Forteresse d'Épervine Vétéran avec au moins 2 piliers encore debout dans le Château du Jarl.",
+		["points"] = 5,
+		["name"] = "Protecteur de colonne",
+		["Category"] = "Horns of the Reach",
+	},
+	[1952] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez 100 points en portant la Chaos ball.",
+		["points"] = 5,
+		["name"] = "Score de bleu",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1953] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Faites 3 victimes, sans mourir, en portant la Chaos ball.",
+		["points"] = 5,
+		["name"] = "La meilleure défense",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1954] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez votre première médaille de Chaosball en soignant au moins 375 000 points de Santé au porteur de la Chaos ball en un seul match de Champ de bataille.",
+		["points"] = 5,
+		["name"] = "Gardien du chaos",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1955] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez votre première médaille de Chaosball en infligeant au moins 500 000 points de dégâts au porteur de la Chaos ball en un seul match de Champ de bataille.",
+		["points"] = 5,
+		["name"] = "Champion du chaos",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1956] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Subissez 10 000 000 de dégâts avec la Chaos ball (cumulatif)",
+		["points"] = 5,
+		["name"] = "Ça va passer",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1957] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Remportez une partie de Chaosball avec 500 points avant qu'une autre équipe ne marque 200 points.",
+		["points"] = 5,
+		["name"] = "Carnage du Chaosball",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[1958] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Récupérer et installer toutes les pièces nécessaires pour reconstruire le Factotum précurseur.",
+		["points"] = 50,
+		["name"] = "Constructeur précurseur",
+		["Category"] = "Clockwork City",
+	},
+	[1959] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Sabina Cedus, et Orryn le Noir et Thurvokun dans le Repaire du croc.",
+		["points"] = 5,
+		["name"] = "Vainqueur du Repaire du croc",
+		["Category"] = "Dragon Bones",
+	},
+	[1960] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Sabina Cedus, et Orryn le Noir et Thurvokun dans le Repaire du croc Vétéran.",
+		["points"] = 5,
+		["name"] = "Conquérant du Repaire du croc",
+		["Category"] = "Dragon Bones",
+	},
+	[1961] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez 500 squelettes dans le Repaire du croc Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de squelettes Vétéran",
+		["Category"] = "Dragon Bones",
+	},
+	[1962] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez 350 nécromanciens moelle-noire dans le Repaire du croc Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur de nécromanciens Vétéran",
+		["Category"] = "Dragon Bones",
+	},
+	[1963] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Venez à bout de toutes les rencontres en plus de Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Sabina Cedus, et Orryn le Noir et Thurvokun dans le Repaire du Croc Vétéran en moins de 30 minutes. Le chronomètre commence lorsque vous attaquez le premier groupe de nécromanciens moelle-noire.",
+		["points"] = 50,
+		["name"] = "Mort ou vif",
+		["Category"] = "Dragon Bones",
+	},
+	[1964] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Venez à bout de Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Favona Terano, Orryn le Noir et Thurvokun et tous leurs séides dans le Repaire du Croc Vétéran sans qu'un membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Pas une statistique",
+		["Category"] = "Dragon Bones",
+	},
+	[1965] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez Orryn le Noir et Thurvokun après avoir lu l'incantation des notes d'Orryn dans le Repaire du croc Vétéran.",
+		["points"] = 50,
+		["name"] = "Ce qui est passé est passé",
+		["Category"] = "Dragon Bones",
+	},
+	[1966] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Accomplissez les succès listés dans le Repaire du croc Vétéran.",
+		["points"] = 50,
+		["name"] = "Concurrent du Repaire du croc",
+		["Category"] = "Dragon Bones",
+	},
+	[1967] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez Orryn le Noir et Thurvokun tout en détruisant au maximum un cristal d'animus avant qu'Orryn ne fusionne avec Thurvokun dans le Repaire du croc Vétéran.",
+		["points"] = 10,
+		["name"] = "Animosité minimale",
+		["Category"] = "Dragon Bones",
+	},
+	[1968] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez la Ménagerie cadavérique sans qu'un seul membre du groupe soit blessé par les champignons volatils du Repaire du croc Vétéran.",
+		["points"] = 10,
+		["name"] = "Sans champignon",
+		["Category"] = "Dragon Bones",
+	},
+	[1969] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez Orryn le Noir et Thurvokun sans qu'aucun membre du groupe ne soit touché par l'acide dégénératif d'un scarabée géant dans le Repaire du croc Vétéran.",
+		["points"] = 10,
+		["name"] = "Scarabées affamés",
+		["Category"] = "Dragon Bones",
+	},
+	[1970] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez la Ménagerie cadavérique sans qu'aucun membre du groupe ne soit tué par l'étreinte mortelle d'un tigre-senche cadavérique dans le Repaire du croc Vétéran.",
+		["points"] = 10,
+		["name"] = "Obéissance",
+		["Category"] = "Dragon Bones",
+	},
+	[1971] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Désactivez chaque relique de Caluurion avec les monstres d'os élémentaires dans le Repaire du croc Vétéran.",
+		["points"] = 10,
+		["name"] = "Anatomie élémentaire",
+		["Category"] = "Dragon Bones",
+	},
+	[1972] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez Ulfnor et Sabina Cedu sans qu'aucun membre du groupe ne soit affecté par le spectre hanté de Sabina Cedu dans le Repaire du croc Vétéran.",
+		["points"] = 10,
+		["name"] = "Stoïque",
+		["Category"] = "Dragon Bones",
+	},
+	[1973] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Après avoir récité les incantations des notes d'Orryn, vainquez Orryn le Noir sans qu'un joueur ne soit touché par des spectres d'Orryn dans le Repaire du croc Vétéran.",
+		["points"] = 10,
+		["name"] = "Froid au cœur",
+		["Category"] = "Dragon Bones",
+	},
+	[1974] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Lorsque le Souffle pestilentiel de Thurvokun vous frappe au Repaire du croc, placez-vous sous la protection de la Garde de vie d’Yisareh tout en vous tenant en contact direct avec trois autres membres du groupe qui ont aussi la Garde de vie d’Yisareh.",
+		["points"] = 10,
+		["name"] = "Haleine fétide",
+		["Category"] = "Dragon Bones",
+	},
+	[1975] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez Rinaerus le Rance et Orzun l'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles dans le Pic de la Mandécailles.",
+		["points"] = 5,
+		["name"] = "Vainqueur du Pic de la Mandécailles",
+		["Category"] = "Dragon Bones",
+	},
+	[1976] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez Rinaerus le Rance et Orzun l'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles dans le Pic de la Mandécailles Vétéran.",
+		["points"] = 5,
+		["name"] = "Conquérant du Pic de la Mandécailles",
+		["Category"] = "Dragon Bones",
+	},
+	[1977] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez 50 ogres dans le Pic de la Mandécailles Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur Vétéran d'ogres",
+		["Category"] = "Dragon Bones",
+	},
+	[1978] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez 120 adeptes dans le Pic de la Mandécailles Vétéran.",
+		["points"] = 10,
+		["name"] = "Tueur Vétéran d'adeptes",
+		["Category"] = "Dragon Bones",
+	},
+	[1979] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez toutes les rencontres en plus de Rinaerus le Rance et Orzun l'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles dans le Pic de la Mandécailles Vétéran en moins de 30 minutes. Le chronomètre commence lorsque vous attaquez le premier groupe de créatures de la Mandécailles.",
+		["points"] = 50,
+		["name"] = "Pic de performance",
+		["Category"] = "Dragon Bones",
+	},
+	[1980] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez toutes les rencontres en plus de Rinaerus le Rance et Orzun l'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles dans le Pic de la Mandécailles Vétéran sans qu'un seul membre du groupe ne meure.",
+		["points"] = 50,
+		["name"] = "Au sommet",
+		["Category"] = "Dragon Bones",
+	},
+	[1981] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez Zaan la Mandécailles après avoir lu le Parchemin rituel de Zaan dans le Pic de la Mandécailles Vétéran.",
+		["points"] = 50,
+		["name"] = "Briseur de sorts",
+		["Category"] = "Dragon Bones",
+	},
+	[1982] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Accomplissez les succès listés au Sommet de la Mandécailles Vétéran.",
+		["points"] = 50,
+		["name"] = "Concurrent du Pic de la Mandécailles",
+		["Category"] = "Dragon Bones",
+	},
+	[1983] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez toutes les rencontres en plus de Rinaerus le Rance et Orzun l'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles après avoir lu le parchemin rituel de Zaan dans le Pic de la Mandécailles Vétéran en moins de 30 minutes sans mourir.",
+		["points"] = 50,
+		["name"] = "Dieu de la montagne",
+		["Category"] = "Dragon Bones",
+	},
+	[1984] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez toutes les rencontres en plus de Rinaerus le Rance et Orzun l'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles sans qu'un seul membre du groupe ne subisse les dégâts du Pus pestilent de ragnard dans le Pic de la Mandécailles Vétéran.",
+		["points"] = 10,
+		["name"] = "Problèmes pustuleux",
+		["Category"] = "Dragon Bones",
+	},
+	[1985] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Collectez les deux ingrédients nécessaires et soignez Jorvuld Davaux de l'épidémie de la secte.",
+		["points"] = 10,
+		["name"] = "Sauveur de la Mandécailles",
+		["Category"] = "Dragon Bones",
+	},
+	[1986] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez Doylemish Cœur-de-fer au Pic de la Mandécailles Vétéran sans qu'un seul membre du groupe ne soit pétrifié par Regard minéral.",
+		["points"] = 10,
+		["name"] = "Un chemin rocailleux",
+		["Category"] = "Dragon Bones",
+	},
+	[1987] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez Orzun l'Immonde et Rinaerus le Rance dans le Pic de la Mandécailles Vétéran sans qu'un seul membre du groupe ne soit tué par un Tremblement terrorisant.",
+		["points"] = 10,
+		["name"] = "Troubles et tremblements",
+		["Category"] = "Dragon Bones",
+	},
+	[1988] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez le concocteur de peste Mortieu avec au moins quatre membres du groupe vivants affectés simultanément par deux infections de Mortieu.",
+		["points"] = 10,
+		["name"] = "Ordres du docteur",
+		["Category"] = "Dragon Bones",
+	},
+	[1989] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez la matriarche Aldis sans qu'un seul membre de votre groupe subisse les dégâts de l'eau qui l'entoure pendant le combat dans le Pic de la Mandécailles Vétéran.",
+		["points"] = 10,
+		["name"] = "Ne pas glisser",
+		["Category"] = "Dragon Bones",
+	},
+	[1990] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez Zaan la Mandécailles sans vous faire repousser par son bouclier.",
+		["points"] = 10,
+		["name"] = "Ne cédez pas d'un pouce",
+		["Category"] = "Dragon Bones",
+	},
+	[1991] =
+	{
+		["Category_ID"] = 14,
+		["description"] = "Vainquez Zaan la Mandécailles sans subir les dégâts de son Souffle pestilentiel et sans utiliser deux fois la même technique d'évitement près avoir lu le parchemin rituel de Zaan dans le Pic de la Mandécailles Vétéran.",
+		["points"] = 10,
+		["name"] = "Déflecteur daedrique",
+		["Category"] = "Dragon Bones",
+	},
+	[2201] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez la quête « Le Décret de la Reine ».",
+		["points"] = 10,
+		["name"] = "Pour la reine",
+		["Category"] = "Summerset",
+	},
+	[2202] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez la quête « Une perle au grand prix ».",
+		["points"] = 10,
+		["name"] = "Perle précieuse",
+		["Category"] = "Summerset",
+	},
+	[2203] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez la quête « Souvenirs enfouis ».",
+		["points"] = 10,
+		["name"] = "Esprit contraire",
+		["Category"] = "Summerset",
+	},
+	[2204] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez la quête « Les sentinelles de la tour ».",
+		["points"] = 10,
+		["name"] = "Gardien résolu",
+		["Category"] = "Summerset",
+	},
+	[2206] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez la quête « Perte de sens ».",
+		["points"] = 10,
+		["name"] = "Narrateur partisan",
+		["Category"] = "Summerset",
+	},
+	[2207] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez la quête « Une alliance nécessaire ».",
+		["points"] = 10,
+		["name"] = "L'ennemi de mon ennemi",
+		["Category"] = "Summerset",
+	},
+	[2208] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez la quête « La Tour de cristal ».",
+		["points"] = 10,
+		["name"] = "Ce qui s'impose",
+		["Category"] = "Summerset",
+	},
+	[2209] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Accomplissez 33 quêtes au Couchant",
+		["points"] = 50,
+		["name"] = "Grand aventurier du Couchant",
+		["Category"] = "Summerset",
+	},
+	[2210] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Terminer la quête de l'Ordre psijique « La chute des Tours » au Couchant",
+		["points"] = 10,
+		["name"] = "Sage psijique",
+		["Category"] = "Summerset",
+	},
+	[2001] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Explorez et videz le col d'Havréal.",
+		["points"] = 5,
+		["name"] = "Explorateur du col d'Havréal",
+		["Category"] = "Summerset",
+	},
+	[2002] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Explorez et videz la grotte d'Eton Nir.",
+		["points"] = 5,
+		["name"] = "Explorateur de la grotte d'Eton Nir",
+		["Category"] = "Summerset",
+	},
+	[2003] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Explorez et videz le Bosquet de l'Archonte.",
+		["points"] = 5,
+		["name"] = "Explorateur du Bosquet de l'Archonte",
+		["Category"] = "Summerset",
+	},
+	[2004] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Explorez et videz Tor-Hame-Khard.",
+		["points"] = 5,
+		["name"] = "Explorateur de Tor-Hame-Khard",
+		["Category"] = "Summerset",
+	},
+	[2005] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Explorez et videz le Val-Corail Gâté.",
+		["points"] = 5,
+		["name"] = "Explorateur du Val-Corail Gâté",
+		["Category"] = "Summerset",
+	},
+	[2006] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Explorateur de la Crypte du traître",
+		["points"] = 5,
+		["name"] = "Explorateur de la Crypte du traître",
+		["Category"] = "Summerset",
+	},
+	[2007] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Explorez et videz les six cavernes explorables du Couchant.",
+		["points"] = 15,
+		["name"] = "Spéléologue du Couchant",
+		["Category"] = "Summerset",
+	},
+	[2008] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Découvrez tous les lieux remarquables du Couchant.",
+		["points"] = 10,
+		["name"] = "Pionnier du Couchant",
+		["Category"] = "Summerset",
+	},
+	[2234] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "En affrontant Z'Maja, après avoir activé une seule Lumière de welkynar, activez deux autres Lumières de welkynar et détruisez trois Noyaux malveillants en moins de 6 secondes au Pas-des-Nuées Vétéran.",
+		["points"] = 15,
+		["name"] = "Coordination essentielle",
+		["Category"] = "Summerset",
+	},
+	[2010] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables du Couchant.",
+		["points"] = 15,
+		["name"] = "Grand explorateur du Couchant",
+		["Category"] = "Summerset",
+	},
+	[2236] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Utilisez l'attaque de Pointe de glace de Galenwe pour détruire 20 Cyclones de givre mobiles.",
+		["points"] = 15,
+		["name"] = "La glace du mystique",
+		["Category"] = "Summerset",
+	},
+	[2237] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "En affrontant l'ombre de Relequen seule, aucun joueur ne doit être touché par la Surcharge voltaïque ni propager le Courant voltaïque à un autre joueur pendant toute la rencontre du Pas des Nuées.",
+		["points"] = 10,
+		["name"] = "Instinct fulgurant",
+		["Category"] = "Summerset",
+	},
+	[2238] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "En affrontant l'ombre de Siroria seule, tous les signaux rugissants de la rencontre doivent être répartis entre au moins 6 joueurs dans le Pas des Nuées",
+		["points"] = 10,
+		["name"] = "Combustion valeureuse",
+		["Category"] = "Summerset",
+	},
+	[2240] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Attraper les 3 poissons rares d'Artæum",
+		["points"] = 5,
+		["name"] = "Maître pêcheur d'Artæum",
+		["Category"] = "Summerset",
+	},
+	[2241] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Noirgrain l'Attrayante à un geyser abyssal.",
+		["points"] = 10,
+		["name"] = "Appât mortel",
+		["Category"] = "Summerset",
+	},
+	[2016] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Explorez et videz les Salles de Régulation",
+		["points"] = 5,
+		["name"] = "Explorateur des Salles de Régulation",
+		["Category"] = "Clockwork City",
+	},
+	[2017] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Explorez et videz la Faille d'ombre.",
+		["points"] = 5,
+		["name"] = "Explorateur de la Fissure d'ombre",
+		["Category"] = "Clockwork City",
+	},
+	[2018] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de la Cité mécanique.",
+		["points"] = 15,
+		["name"] = "Maître explorateur de la Cité mécanique",
+		["Category"] = "Clockwork City",
+	},
+	[2019] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Découvrez et sécurisez les deux cavernes explorables de la Cité mécanique.",
+		["points"] = 10,
+		["name"] = "Spéléologue de la Cité mécanique",
+		["Category"] = "Clockwork City",
+	},
+	[2020] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Découvrez tous les lieux remarquables de la Cité mécanique.",
+		["points"] = 10,
+		["name"] = "Éclaireur de la Cité mécanique",
+		["Category"] = "Clockwork City",
+	},
+	[2021] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Trouvez et apprenez chaque chapitre du livre de style Hlaalu.",
+		["points"] = 50,
+		["name"] = "Maître du style Hlaalu",
+		["Category"] = "Morrowind",
+	},
+	[2022] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Trouvez et apprenez chaque chapitre du livre de style Redoran.",
+		["points"] = 50,
+		["name"] = "Maître du style Redoran",
+		["Category"] = "Morrowind",
+	},
+	[2023] =
+	{
+		["Category_ID"] = 12,
+		["description"] = "Trouvez et apprenez tous les chapitres du livre de style Telvanni.",
+		["points"] = 50,
+		["name"] = "Maître du style Telvanni",
+		["Category"] = "Morrowind",
+	},
+	[2250] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Terminer la quête de l'Ordre psijique « Brèches sur la baie » au Couchant.",
+		["points"] = 10,
+		["name"] = "Poursuite psijique",
+		["Category"] = "Summerset",
+	},
+	[2025] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez 2 500 points en portant la Chaos ball.",
+		["points"] = 10,
+		["name"] = "Score Vétéran",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[2026] =
+	{
+		["Category_ID"] = 2,
+		["description"] = "Gagnez 10 000 points en portant la Chaos ball.",
+		["points"] = 15,
+		["name"] = "Grand score",
+		["Category"] = "Joueur contre Joueur",
+	},
+	[2027] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Attrapez les 12 poissons rares de la Cité mécanique",
+		["points"] = 5,
+		["name"] = "Maître pêcheur de la Cité mécanique",
+		["Category"] = "Clockwork City",
+	},
+	[2028] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vaincre l'Imparfait dans le Sanctuaire de Vérification",
+		["points"] = 10,
+		["name"] = "Imperfection",
+		["Category"] = "Clockwork City",
+	},
+	[2255] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Terminer la quête de l'Ordre psijique « Les vestiges des Tours » au Couchant.",
+		["points"] = 10,
+		["name"] = "Trouveur de bâton psijique",
+		["Category"] = "Summerset",
+	},
+	[2256] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Terminer la quête de l'Ordre psijique « Un temps à l'ombre de Morteroche » au Couchant.",
+		["points"] = 10,
+		["name"] = "Marcheur d'ombres psijique",
+		["Category"] = "Summerset",
+	},
+	[2257] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Terminer la quête de l'Ordre psijique « Une brèche sous les rochers » au Couchant.",
+		["points"] = 10,
+		["name"] = "Chronologue psijique",
+		["Category"] = "Summerset",
+	},
+	[2325] =
+	{
+		["Category_ID"] = 10,
+		["description"] = "Accomplissez 150 quêtes journalières pour Jee-Lar afin d'aider les Conservateurs Cyrodiiliaques à préparer leur expédition vers Tourbevase.",
+		["points"] = 50,
+		["name"] = "Champion des Conservateurs Cyrodiiliaques",
+		["Category"] = "Prologues",
+	},
+	[2324] =
+	{
+		["Category_ID"] = 10,
+		["description"] = "Accomplissez 40 quêtes journalières pour Jee-Lar afin d'aider les Conservateurs Cyrodiiliaques à préparer leur expédition vers Tourbevase.",
+		["points"] = 15,
+		["name"] = "Agent des Conservateurs Cyrodiiliaques",
+		["Category"] = "Prologues",
+	},
+	[2323] =
+	{
+		["Category_ID"] = 10,
+		["description"] = "Accomplir une quête journalière pour Jee-Lar afin d'aider les Conservateurs Cyrodiiliaques à préparer leur expédition vers Tourbevase.",
+		["points"] = 10,
+		["name"] = "Associé des Conservateurs Cyrodiiliaques",
+		["Category"] = "Prologues",
+	},
+	[2322] =
+	{
+		["Category_ID"] = 10,
+		["description"] = "Aidez les Conservateurs Cyrodiiliaques à arrêter Margus Derius et à préparer leurs expéditions vers Tourbevase.",
+		["points"] = 10,
+		["name"] = "Employé du mois de Concordia",
+		["Category"] = "Prologues",
+	},
+	[2036] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre la reine des récifs au Couvoir de la reine.",
+		["points"] = 10,
+		["name"] = "Pillard des récifs",
+		["Category"] = "Summerset",
+	},
+	[2037] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Caanerin aux Cabrioles d'indriks.",
+		["points"] = 10,
+		["name"] = "Renverser le matriarcat",
+		["Category"] = "Summerset",
+	},
+	[2038] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre le Sload des Mers B'Korgen à l'anse de Welenkin",
+		["points"] = 10,
+		["name"] = "Cogneur de Sloads des mers",
+		["Category"] = "Summerset",
+	},
+	[2039] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Haeliata et Nagravia au Cours du Griffon",
+		["points"] = 10,
+		["name"] = "Cinq serres, salutations",
+		["Category"] = "Summerset",
+	},
+	[2040] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Graveld au Refuge de Graveld",
+		["points"] = 10,
+		["name"] = "Agitation amphibienne",
+		["Category"] = "Summerset",
+	},
+	[2041] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vaincre Brise-Quille au Nid de Brise-Quille",
+		["points"] = 10,
+		["name"] = "C'est la quille",
+		["Category"] = "Summerset",
+	},
+	[2042] =
+	{
+		["Category_ID"] = 11,
+		["description"] = "Vainquez les six boss sauvages du Couchant.",
+		["points"] = 15,
+		["name"] = "Protecteur du Couchant",
+		["Category"] = "Summerset",
+	},
+	[2043] =
+	{
+		["Category_ID"] = 1,
+		["description"] = "Atteignez le rang 10 dans la ligne de compétences Indomptables.",
+		["points"] = 50,
+		["name"] = "Véritablement Indomptable",
+		["Category"] = "Personnage",
+	},
+	[2044] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Apprenez tous les chapitres du livre de style des Apôtres, que l'on trouve à l'occasion en récompense des quêtes journalières de ravitaillement de la Forteresse d'airain, des quêtes journalières d'antre de la Cité mécanique, et des quêtes journalières de boss sauvages de la Cité mécanique.",
+		["points"] = 50,
+		["name"] = "Maître du style des Apôtres",
+		["Category"] = "Clockwork City",
+	},
+	[2045] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Apprenez tous les chapitres du livre de style d'Ombrébène, que l'on trouve à l'occasion en récompense des quêtes journalières de la Cour de Noireplume, des quêtes journalières d'antre de la Cité mécanique, et des quêtes journalières de boss sauvages de la Cité mécanique.",
+		["points"] = 50,
+		["name"] = "Maître de style d'Ombrébène",
+		["Category"] = "Clockwork City",
+	},
+	[2046] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vainquez Ithoxis, Abathoth et Ssatinot au Départ des Exarques.",
+		["points"] = 10,
+		["name"] = "Déplumeur de corbeaux",
+		["Category"] = "Clockwork City",
+	},
+	[2047] =
+	{
+		["Category_ID"] = 15,
+		["description"] = "Vainquez les deux boss sauvages de la Cité mécanique.",
+		["points"] = 15,
+		["name"] = "Protecteur de la Cité mécanique",
+		["Category"] = "Clockwork City",
+	},
+}
diff --git a/data/fr/fr.lua b/data/fr/fr.lua
index 35e4d33..b2679f2 100644
--- a/data/fr/fr.lua
+++ b/data/fr/fr.lua
@@ -112,6 +112,8 @@ L = {
 	Version = "Version",
 	View_Toggle = "Hide Complete",
 	Completed = "Completed on: ",		-- Mouseover achievement detail
+	Filter="Filter",
+	Detail="Detail",
 }

 L.Grp_TabName["1N"] = "Mode 1N"
@@ -348,8 +350,8 @@ DLC_Location_names = {
 ["46"]	= "Procession des Sacrifiés (Vet)",
 }
 --With Dungeons  No thieves guild or dark brotherhood
--- In DLC.lua, the canonical naming DLC_Category= {"Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter")
+-- In DLC.lua, the canonical naming DLC_Category= {"Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter", "Murkmire")

 --Our Naming

-DLC_Names= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter"}
+DLC_Names= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter", "Murkmire"}
diff --git a/data/keys.lua b/data/keys.lua
index 112be8c..c78ebae 100644
--- a/data/keys.lua
+++ b/data/keys.lua
@@ -211,5 +211,5 @@ Locations2Key = {   -- Used for WB and SQ,
 { key="1:5",L=1,C=5,Area=4},		--	name="Orsinium"},	21
 { key="2:5",L=2,C=5,Area=4},		--	name="Clockwork City"},	22
 { key="3:5",L=3,C=5,Area=4},		--	name="Summerset"},	23
-
+{ key="4:5",L=4,C=5,Area=4},		--	name="Murkmire"},	24
 }
diff --git a/data/utility.lua b/data/utility.lua
index 4318619..6710a37 100644
--- a/data/utility.lua
+++ b/data/utility.lua
@@ -274,11 +274,11 @@ end
 -- take WB_Dat or SQ_Dat, which are indexed on id and return array
 -- lines_t = table[key]  of  {done,of ids{id=false, id=false}}    then we can scan and set id to true if found
 Reverse_Dat = function (dat_t,ids_t)
-
 	local lines_t = {}	-- accumulate as LC Key
 	for id, location_t in pairs (dat_t) do		--location is index into Locations2key and Locations2

 		local key = Locations2Key[location_t.Location].key
+		local link= location_t["link1"] ~= nil
 		local gotid = (type(ids_t[id]) == "table")		-- do we have this achievement? nil is no. table is yes
 		if lines_t[key] == nil then	--	add new line
 			lines_t[key] = {}
@@ -287,6 +287,7 @@ Reverse_Dat = function (dat_t,ids_t)
 			lines_t[key].ids={}
 			lines_t[key].ids[id] = gotid
 			lines_t[key].of =1
+			lines_t[key].link=link		-- true if this key has Link1 (SQ)
 			if gotid then lines_t[key].done = 1 else lines_t[key].done = 0 end
 		else
 			lines_t[key].ids[id] = gotid	--	add id to existing line
@@ -298,7 +299,11 @@ Reverse_Dat = function (dat_t,ids_t)
 end

 Populate_Dat = function(matrix, dat_t,ids_t)
+		local detail_box={}
 		local Rev = Reverse_Dat(dat_t,ids_t)
+		matrix.Detail_zbox = iup.zbox{}		-- to which we append detail_box[key]
+
+
 		for i,key_t  in ipairs (Locations2Key) do		--	{ key="1:1",L=1,C=1,Area=1},		--	name="Stonefalls"}
 			local name = Locations2[i].name
 			local line =Rev[key_t.key]
@@ -309,7 +314,59 @@ Populate_Dat = function(matrix, dat_t,ids_t)
 					iup.SetAttribute(matrix, "FGCOLOR" .. key_t.key , FG_Colour_Complete)  -- Yup
 					iup.SetAttribute(matrix, "BGCOLOR" .. key_t.key , BG_Colour_Complete)
 				end
+				if line.link then
+					detail_box[key_t.key]=iup.matrix{numcol=3, numcol_visible=3,numlin=line.of}		--Detail box for that key "1:1"
+					detail_box[key_t.key]:setcell(0,3, L.Link)
+					iup.SetAttribute(detail_box[key_t.key], "WIDTH3", "200")
+					iup.SetAttribute(detail_box[key_t.key], "ALIGNMENT3", "ALEFT")
+				else
+					detail_box[key_t.key]=iup.matrix{numcol=2, numcol_visible=2,numlin=line.of}		--Detail box for that key "1:1"
+				end
+				detail_box[key_t.key]:setcell(0,0, L.Ach_ID)
+				detail_box[key_t.key]:setcell(0,1, L.Name)
+				detail_box[key_t.key]:setcell(0,2, L.Detail)
+				iup.SetAttribute(detail_box[key_t.key], "READONLY", "YES")
+				iup.SetAttribute(detail_box[key_t.key], "ALIGNMENT0", "ACENTER")
+				iup.SetAttribute(detail_box[key_t.key], "ALIGNMENTLIN0", "ALEFT")
+				iup.SetAttribute(detail_box[key_t.key], "ALIGNMENT1", "ALEFT")
+				iup.SetAttribute(detail_box[key_t.key], "ALIGNMENT2", "ALEFT")
+				iup.SetAttribute(detail_box[key_t.key], "WIDTH0", "30")
+				iup.SetAttribute(detail_box[key_t.key], "WIDTH1", "150")
+				iup.SetAttribute(detail_box[key_t.key], "WIDTH2", "300")
+				-- Fill in the details
+				local j=1		--count the lines
+				for id,isdone in pairs (line.ids) do
+					if Ach_Detail[id] == nil then
+						name = "UNKN"
+						Desc = ""
+					else
+						name = Ach_Detail[id].name
+						Desc = Ach_Detail[id].description
+					end
+					detail_box[key_t.key]:setcell(j,0,id)
+					detail_box[key_t.key]:setcell(j,1, name)
+					detail_box[key_t.key]:setcell(j,2, Desc)
+					if line.link then
+						detail_box[key_t.key]:setcell(j,3, dat_t[id]["link1"])
+					end
+					if isdone then
+						iup.SetAttribute(detail_box[key_t.key],"BGCOLOR" .. tostring(j) .. ":*", BG_Colour_Complete)		-- Yes
+					end
+					j=j+1
+				end
+
+				local thisDetail =detail_box[key_t.key]
+				function thisDetail:click_cb (L,C)
+					if C == 3 then
+						iup.Help(self:getcell(L,C))		-- Launch Browser
+					else
+						return IUP_IGNORE
+					end
+				end
+				iup.Append(matrix.Detail_zbox, detail_box[key_t.key])
 			end
 		end
+		function matrix:enteritem_cb(L,C)
+			matrix.Detail_zbox.value = detail_box[tostring(L) ..":" .. tostring(C)]
+		end
 end
-
diff --git a/history.txt b/history.txt
index d0eb06a..09caf57 100644
--- a/history.txt
+++ b/history.txt
@@ -1,6 +1,6 @@
 ## Title: Dad's History
-## APIVersion: 100024
-## Version: 54
+## APIVersion: 100024 100025
+## Version: 55
 ## Author: HisDad
 ## Description: Record progress of all characters for offline viewing.
 ## SavedVariables: History_SV