diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt index 135b2e8..96781eb 100644 --- a/Doc/Changelog.txt +++ b/Doc/Changelog.txt @@ -1,3 +1,9 @@ +Version 88 +Update 45 +2025-01-15 +Bumped API +Added Fallen Banners + Version 87 Update 43 2024-08-23 diff --git a/HistOffline.lua b/HistOffline.lua index 8f89884..666a211 100644 --- a/HistOffline.lua +++ b/HistOffline.lua @@ -27,8 +27,8 @@ end -- ======================== -version= "87" -update="43" +version= "88" +update="45" require( "iuplua" ) require( "iupluacontrols" ) @@ -422,7 +422,7 @@ load_visibility() me.DLC2[dlc].box:setcell(0, 4, L.Completed) me.DLC2[dlc].box.name = dlc2 - -- Filter for text on DLC2 + -- Filter for text on DLC2 (Work in Progress) 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} diff --git a/data/DLC.lua b/data/DLC.lua index 9ac48a9..d223736 100644 --- a/data/DLC.lua +++ b/data/DLC.lua @@ -10,7 +10,7 @@ DLC_Dat = {} 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", "Elsweyr", "Dragonhold", "Scalebreaker", "Wrathstone", "Harrowstorm", "Greymoor", "Stonethorn", "Markath", "Flames", "Blackwood", "Waking Flame", "Deadlands", -"Ascending Tide", "High Isle", "Lost Depths", "Firesong", "Necrom","Endless Archive", "Scions of Ithelia", "Gold Road" +"Ascending Tide", "High Isle", "Lost Depths", "Firesong", "Necrom","Endless Archive", "Scions of Ithelia", "Gold Road", "Fallen Banners" } for _,dlc in ipairs (DLC_Order) do @@ -1116,4 +1116,46 @@ DLC_Dat["Gold Road"].line = { 4151, -- (Lucent Citadel) High Flier, Travel from the bottom of the sunken ruins tower to the top without leaving the Ghost Light form and without using a sigil to replenish it in Veteran Lucent Citadel. } -DLC_Dat["Gold Road"].coomplete = 4020 -- (Lucent Citadel) Knot Worthy, Complete the listed achievements for Lucent Citadel. \ No newline at end of file +DLC_Dat["Gold Road"].coomplete = 4020 -- (Lucent Citadel) Knot Worthy, Complete the listed achievements for Lucent Citadel. + +DLC_Dat["Fallen Banners"].complete = 4147 -- 4147, -- (General) Fallen Banners Scout, Complete both Exiled Redoubt and Lep Seclusa on Normal. + +DLC_Dat["Fallen Banners"].line = { +4109, -- (General) Exiled Redoubt Vanquisher, Defeat Executioner Jerensi, Prime Sorcerer Vandorallen, and the Squall of Retribution in Exiled Redoubt. +4110, -- (Veteran) Exiled Redoubt Conqueror, Defeat Executioner Jerensi, Prime Sorcerer Vandorallen, and the Squall of Retribution in Veteran Exiled Redoubt. +4111, -- (Veteran) Squall Silencer, Defeat the Squall of Retribution after raising the Challenge Banner in Veteran Exiled Redoubt. +4112, -- (Veteran) Swift Hand of Justice, Defeat all encounters in addition to Executioner Jerensi, Prime Sorcerer Vandorallen, and the Squall of Retribution within 25 minutes of entering Veteran Exiled Redoubt. Your timer starts upon engaging the first enemies. +4113, -- (Veteran) Leave No Ghosts, Defeat all encounters in addition to Executioner Jerensi, Prime Sorcerer Vandorallen, and the Squall of Retribution in Veteran Exiled Redoubt without suffering a group member death. +4114, -- (Veteran) Exiled Redoubt Challenger, Complete the listed achievements for Veteran Exiled Redoubt. +4115, -- (Veteran) Revenge Breaker, Defeat all encounters in addition to Executioner Jerensi, Prime Sorcerer Vandorallen, and the Squall of Retribution after placing the Challenge Banners in Veteran Exiled Redoubt within 25 minutes without suffering a group member death. +4116, -- (Veteran) Evading Execution, Defeat Executioner Jerensi without being hit by her spike traps in Veteran Exiled Redoubt. +4120, -- (Veteran) Exposed to the Elements, In a full 4-player group, after raising the Challenge Banner defeat the Squall of Retribution only after each member of your group has picked up one of every color of elemental orb in Veteran Exiled Redoubt. +4121, -- (General) Return to Rest, In one expedition into the Exiled Redoubt defeat Guard Captain Paratius, Docent Domitius, and Eliana Albus before defeating the Squall of Retribution. +4122, -- (Veteran) Forcibly Pardoned, Defeat Executioner Jerensi after raising the Challenge Banner in Veteran Exiled Redoubt. +4123, -- (Veteran) Arrogance's Remedy, Defeat Prime Sorcerer Vandorallen after raising the Challenge Banner in Veteran Exiled Redoubt. +4124, -- (General) Haunt Seeker, Complete optional content in Exiled Redoubt by defeating Guard Captain Paratius, Docent Domitius, and Eliana Albus. +4125, -- (Veteran) Life's for the Living, Defeat Executioner Jerensi, Prime Sorcerer Vandorallen, and the Squall of Retribution after raising the Challenge Banner and without gaining the benefits from completing optional content in Veteran Exiled Redoubt. +4128, -- (General) Lep Seclusa Vanquisher, Defeat Garvin the Tracker, Noriwen, and Orpheon the Tactician in Lep Seclusa. +4129, -- (Veteran) Lep Seclusa Conqueror, Defeat Garvin the Tracker, Noriwen, and Orpheon the Tactician in Veteran Lep Seclusa. +4130, -- (Veteran) Dethroned Once More, Defeat Orpheon the Tactician after raising the Challenge Banner in Veteran Lep Seclusa. +4131, -- (Veteran) Quick Deliverance, Defeat all encounters including Garvin the Tracker, Noriwen, and Orpheon the Tactician within 25 minutes of entering Veteran Lep Seclusa. Your timer starts upon engaging the first enemies. +4132, -- (Veteran) Strike True, Defeat all encounters including Garvin the Tracker, Noriwen, and Orpheon the Tactician in Veteran Lep Seclusa without suffering a group member death. +4133, -- (Veteran) Lep Seclusa Challenger, Complete the listed achievements for Veteran Lep Seclusa. +4134, -- (Veteran) Sic Semper, Defeat all encounters in addition to Garvin the Tracker, Noriwen, and Orpheon the Tactician after raising the Challenge Banner in Veteran Lep Seclusa within 25 minutes without suffering a group member death. +4136, -- (Veteran) Nipped in the Bud, Defeat Garvin the Tracker without allowing him to place any traps in Veteran Lep Seclusa. +4137, -- (General) Siege Survivor, Defeat Noriwen while under siege in Lep Seclusa. +4138, -- (Veteran) Unburnt and Unscathed, Defeat Noriwen without any player getting hit by a Fire Line Blast from a Gryphon Bomber in Veteran Lep Seclusa. +4140, -- (Veteran) Shielded Insurrection, Defeat Orpheon the Tactician without any player being hit by an unblocked Arcane Void attack in Veteran Lep Seclusa. +4141, -- (Veteran) Erase the Tracks, Defeat Garvin the Tracker after raising the Challenge Banner in Veteran Lep Seclusa. +4142, -- (Veteran) Stay Grounded, Defeat Noriwen after raising the Challenge Banner in Veteran Lep Seclusa. +4143, -- (Veteran) Slowed Not Stopped, Defeat Orpheon the Tactician after being afflicted by Slow Descent and having your resources reduced to 25% or less in Veteran Lep Seclusa. +4144, -- (General) Tactical Recklessness, Complete Lep Seclusa without being struck by siege, leaving Siege Master Malthoras alive. +4146, -- (Veteran) Fallen Banners Delver, Complete both Exiled Redoubt and Lep Seclusa on Veteran. +4147, -- (General) Fallen Banners Scout, Complete both Exiled Redoubt and Lep Seclusa on Normal. +4250, -- (General) Twice Struck, During the fight with Lewin Frey, be hit by Charged Strike while you are under the effects of Conduit in Lep Seclusa. +4252, -- (General) Unsinged Boots, Defeat Flamedancer Ajim-Rei without any party member being burned by Molting Flames in Lep Seclusa. +4253, -- (General) Thorough Rescuer, Find and speak with all the surviving Hel Netu throughout Lep Seclusa prior to defeating Orpheon the Tactician. +4295, -- (Veteran) Exiled Redoubt Champion, Complete the listed achievements in Exiled Redoubt. +4296, -- (Veteran) Lep Seclusa Champion, Complete the listed achievements in Lep Seclusa. + +} \ No newline at end of file diff --git a/data/de/de-data.lua b/data/de/de-data.lua index 8a82589..addad86 100644 --- a/data/de/de-data.lua +++ b/data/de/de-data.lua @@ -1,40701 +1,41845 @@ --Obtained from the game, Don't edit. Ach_Detail ={ [4096] = { -["points"] = 10, -["name"] = "Niederrennen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, -["description"] = "Erschafft eine Schriftlehre-Fertigkeit mit dem Grimoire „Niederrennen“.", -["prevId"] = 0, +["name"] = "Niederrennen", +["description"] = "Erschafft eine geschriebene Fähigkeit mit dem Grimoire „Niederrennen“.", ["Category_ID"] = 12, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4098] = { -["points"] = 10, -["name"] = "Seelenbeherrschung", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, -["description"] = "Erschafft eine Schriftlehre-Fertigkeit mit dem Grimoire „Seelenbeherrschung“.", -["prevId"] = 0, +["name"] = "Seelenbeherrschung", +["description"] = "Erschafft eine geschriebene Fähigkeit mit dem Grimoire „Seelenbeherrschung“.", ["Category_ID"] = 12, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4099] = { -["points"] = 10, -["name"] = "Eine Streife reicht für den Rest des Lebens", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Eine Streife reicht für den Rest des Lebens", ["description"] = "Schließt die Schriftlehre-Quest „Die Zweite Ära der Schriftlehre“ ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4100] = { -["points"] = 10, -["name"] = "Die Verantwortlichkeit der Macht", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Die Verantwortlichkeit der Macht", ["description"] = "Schließt die Schriftlehre-Quest „Der Flügel des Indrik“ ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4101] = { -["points"] = 10, -["name"] = "Bleibt schwerelos, seid vergnügt", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Bleibt schwerelos, seid vergnügt", ["description"] = "Schließt die Schriftlehre-Quest „Der Flügel des Netch“ ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4102] = { -["points"] = 10, -["name"] = "Feder-Ritter, Fell-Dieb", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Feder-Ritter, Fell-Dieb", ["description"] = "Schließt die Schriftlehre-Quest „Der Flügel des Greifen“ ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4103] = { -["points"] = 10, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Gold Road", +["SubCategory"] = "Scribing", ["name"] = "Vor Rätsel gestellt", +["description"] = "Schließt die Schriftlehre-Quest „Der Flügel des Drachen“ ab.", +["Category_ID"] = 12, +["prevId"] = 0, +["points"] = 10, ["nextId"] = 0, +} +, +[4104] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, -["description"] = "Schließt die Schriftlehre-Quest „Der Flügel des Drachen“ ab.", +["name"] = "Hinter der verschlossenen Tür", +["description"] = "Schließt die letzte Quest der Schriftlehre-Questreihe ab.", +["Category_ID"] = 12, ["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4105] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Gold Road", +["SubCategory"] = "General", +["name"] = "Retter der Westauen", +["description"] = "Schließt Quests ab, erkundet und sammelt Antiquitäten, um der Retter der Westauen zu werden.", ["Category_ID"] = 12, -["achievementIndex"] = 8, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[11] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 18, ["firstID"] = 0, +["Category"] = "Dungeons", +["SubCategory"] = "Group Dungeons", +["name"] = "Sieger des Eldengrunds I", +["description"] = "Besiegt Akash gra-Mal, Würgedorn und Stiftsvogt Oraneth im Eldengrund I.", +["Category_ID"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4108] = { +["SubCategory_ID"] = 2, ["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Albusschlächter", +["description"] = "Besiegt 200 Albus-Kämpfer in der Schanze der Abgeschiedenen (Veteranen).", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , -[4104] = { +[4109] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Sieger der Schanze der Abgeschiedenen", +["description"] = "Besiegt Henkerin Jerensi, den obersten Zauberer Vandorallen und die Bö der Vergeltung in der Schanze der Abgeschiedenen.", +["Category_ID"] = 20, +["prevId"] = 0, ["points"] = 10, -["name"] = "Hinter der verschlossenen Tür", ["nextId"] = 0, -["Category"] = "Gold Road", -["SubCategory"] = "Scribing", +} +, +[4110] = { ["SubCategory_ID"] = 2, -["description"] = "Schließt die letzte Quest der Schriftlehre-Questreihe ab.", +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Eroberer der Schanze der Abgeschiedenen", +["description"] = "Besiegt Henkerin Jerensi, den obersten Zauberer Vandorallen und die Bö der Vergeltung in der Schanze der Abgeschiedenen (Veteranen).", +["Category_ID"] = 20, ["prevId"] = 0, -["Category_ID"] = 12, -["achievementIndex"] = 9, +["points"] = 10, +["nextId"] = 0, +} +, +[4111] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, ["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Böendämpfer", +["description"] = "Besiegt die Bö der Vergeltung in der Schanze der Abgeschiedenen (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4112] = { +["SubCategory_ID"] = 2, ["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Kurzer Prozess", +["description"] = "Besiegt zusätzlich zu Henkerin Jerensi, dem obersten Zauberer Vandorallen und der Bö der Vergeltung alle Gegner in der Schanze der Abgeschiedenen (Veteranen) innerhalb von 25 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe von Gegnern angreift.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , -[4105] = { +[4113] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Geistlos", +["description"] = "Besiegt zusätzlich zu Henkerin Jerensi, dem obersten Zauberer Vandorallen und der Bö der Vergeltung alle Gegner in der Schanze der Abgeschiedenen (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 20, +["prevId"] = 0, ["points"] = 50, -["name"] = "Retter der Westauen", ["nextId"] = 0, -["Category"] = "Gold Road", -["SubCategory"] = "General", +} +, +[4114] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Herausforderer der Schanze der Abgeschiedenen", +["description"] = "Bewältigt die angegebenen Errungenschaften für die Schanze der Abgeschiedenen (Veteranen).", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4115] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Rachebruch", +["description"] = "Besiegt zusätzlich zu Henkerin Jerensi, dem obersten Zauberer Vandorallen und der Bö der Vergeltung alle Gegner in der Schanze der Abgeschiedenen (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt, innerhalb von 25 Minuten, ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4116] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Exekution entgehen", +["description"] = "Besiegt Henkerin Jerensi in der Schanze der Abgeschiedenen (Veteranen), ohne von ihren Stachelfallen getroffen zu werden.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4118] = { ["SubCategory_ID"] = 1, -["description"] = "Schließt Quests ab, erkundet und sammelt Antiquitäten, um der Retter der Westauen zu werden.", +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Rostmonster", +["description"] = "Entwaffnet oder friert 25 Eisenatronachenspinnen ein und tötet sie anschließend während des Kampfs gegen den Obersten Zauberer Vandorallen in der Schanze der Abgeschiedenen.", +["Category_ID"] = 20, ["prevId"] = 0, -["Category_ID"] = 12, -["achievementIndex"] = 1, +["points"] = 10, +["nextId"] = 0, +} +, +[4119] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 15, ["firstID"] = 0, -["numCriteria"] = 5, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Schockierender Rückstoß", +["description"] = "Nutzt in der Schanze der Abgeschiedenen (Veteranen) „Sturmspeer“ des Obersten Zauberers Vandorallen, um an Feinden 250.000 Schaden zu verursachen.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , -[11] = { +[4120] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Den Elementen ausgeliefert", +["description"] = "Besiegt die Bö der Vergeltung in der Schanze der Abgeschiedenen (Veteranen) mit einer vollen Gruppe aus 4 Spielern, erst nachdem jedes Mitglied Eurer Gruppe eine elementare Kugel in jeder Farbe aufgesammelt hat.", +["Category_ID"] = 20, +["prevId"] = 0, ["points"] = 10, -["name"] = "Sieger des Eldengrunds I", ["nextId"] = 0, -["Category"] = "Dungeons", -["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, -["description"] = "Besiegt Akash gra-Mal, Würgedorn und Stiftsvogt Oraneth im Eldengrund I.", +} +, +[4121] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Rückkehr zur Ruhe", +["description"] = "Besiegt während eines Laufs in der Schanze der Abgeschiedenen Wachhauptmann Paratius, Dozent Domitius und Eliana Albus, bevor Ihr die Bö der Vergeltung besiegt.", +["Category_ID"] = 20, ["prevId"] = 0, -["Category_ID"] = 4, -["achievementIndex"] = 10, +["points"] = 10, +["nextId"] = 0, +} +, +[4122] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, ["firstID"] = 0, -["numCriteria"] = 3, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Gewaltsam begnadigt", +["description"] = "Besiegt Henkerin Jerensi in der Schanze der Abgeschiedenen (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , -[28] = { -["points"] = 5, -["name"] = "Faolchus Fluch", +[4123] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Abhilfe für Arroganz", +["description"] = "Besiegt den obersten Zauberer Vandorallen in der Schanze der Abgeschiedenen (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, ["nextId"] = 0, +} +, +[28] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Faolchus Fluch", ["description"] = "Besiegt Faolchu den Formwandler und befreit die Stadt Camlorn.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 4, -["firstID"] = 0, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, +} +, +[4125] = { +["SubCategory_ID"] = 2, ["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Leben für die Lebenden", +["description"] = "Besiegt Henkerin Jerensi, den obersten Zauberer Vandorallen und die Bö der Vergeltung, nachdem Ihr das Herausforderungsbanner gehisst habt und ohne Vorteile durch den Abschluss von optionalen Inhalten in der Schanze der Abgeschiedenen (Veteranen).", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [30] = { -["points"] = 5, -["name"] = "Freund des Wyrd", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Freund des Wyrd", ["description"] = "Helft den Wyrdinnen, ihre heiligen Haine und den Wyrdbaum von Angofs Verderbtheit zu befreien.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [31] = { -["points"] = 5, -["name"] = "Retter Glenumbras", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Retter Glenumbras", ["description"] = "Durchkreuzt den nekromantischen Plan von Angof dem Grabessänger, Glenumbra zu erobern.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 5, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, +} +, +[4128] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 3, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Sieger von Lep Seclusa", +["description"] = "Besiegt Garvin den Fährtenleser, Noriwen und Orpheon den Taktiker in Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , -[34] = { -["points"] = 50, -["name"] = "Abenteurer in Glenumbra", +[4129] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 3, +["achievementIndex"] = 18, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Eroberer von Lep Seclusa", +["description"] = "Besiegt Garvin den Fährtenleser, Noriwen und Orpheon den Taktiker in Lep Seclusa (Veteranen).", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, ["nextId"] = 0, +} +, +[34] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Abenteurer in Glenumbra", ["description"] = "Schließt 53 Quests in Glenumbra ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4131] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Expresserlösung", +["description"] = "Besiegt zusätzlich zu Garvin dem Fährtenleser, Noriwen und Orpheon dem Taktiker alle Gegner in Lep Seclusa (Veteranen) innerhalb von 25 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe von Gegnern angreift.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4132] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Ohne Fehlschlag", +["description"] = "Besiegt zusätzlich zu Garvin dem Fährtensucher, Noriwen und Orpheon dem Taktiker alle Gegner in Lep Seclusa (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4133] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 17, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Herausforderer von Lep Seclusa", +["description"] = "Bewältigt die angegebenen Errungenschaften für Lep Seclusa (Veteranen).", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4134] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Bitte immer so", +["description"] = "Besiegt zusätzlich zu Garvin dem Fährtenleser, Noriwen und Orpheon dem Taktiker alle Gegner in Lep Seclusa (Veteranen), nachdem Ihr die Herausforderungsbanner gehisst habt, in weniger als 25 Minuten, ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4135] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Dünenbrecher-Demolierer", +["description"] = "Tötet im Kampf gegen Garvin den Fährtenleser in Lep Seclusa 5 monströse Dünenbrecher mithilfe von Giftbrocken.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4136] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 28, ["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Im Keim erstickt", +["description"] = "Besiegt Garvin den Fährtenleser in Lep Seclusa (Veteranen), ohne dass er Fallen aufstellen kann.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4137] = { +["SubCategory_ID"] = 1, ["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Belagerung überstanden", +["description"] = "Besiegt Noriwen in Lep Seclusa, während die Belagerung läuft.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4138] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 29, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Unverbrannt und unbeschadet", +["description"] = "Besiegt Noriwen in Lep Seclusa (Veteranen), ohne dass ein Spieler von der Bombenlinie eines Greifenbombers getroffen wird.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4139] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 30, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Kämpft gegen die Dunkelheit", +["description"] = "Lasst Orpheon den Taktiker in Lep Seclusa (Veteranen) 3-mal innerhalb einer Bewegungsphase von seiner dunklen Magie verhüllt werden, ohne dass ein Gruppenmitglied stirbt.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4140] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 31, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Abgeschirmter Aufstand", +["description"] = "Besiegt Orpheon den Taktiker in Lep Seclusa (Veteranen), ohne dass ein Gruppenmitglied ohne zu Blocken von „arkane Leere“ getroffen wird.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4141] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Spuren beseitigen", +["description"] = "Besiegt Garvin den Fährtenleser in Lep Seclusa (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4142] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Auf dem Boden bleiben", +["description"] = "Besiegt Noriwen in Lep Seclusa (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4143] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 32, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Aufgeschoben ist nicht aufgehoben", +["description"] = "Besiegt Orpheon den Taktiker in Lep Seclusa (Veteranen), nachdem Ihr von „langsamer Abstieg“ getroffen wurdet und Eure Ressourcen um 25 % oder weniger reduziert wurden.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4144] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Taktischer Leichtsinn", +["description"] = "Schließt Lep Seclusa ab, ohne von Belagerungswaffen getroffen zu werden. Belagerungsmeister Malthoras muss am Leben bleiben.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4146] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Kriegsversehrter Verliesvagabund", +["description"] = "Schließt sowohl die Schanze der Abgeschiedenen als auch Lep Seclusa ab.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4147] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Kriegsversehrter Späher", +["description"] = "Schließt sowohl die Schanze der Abgeschiedenen (Veteranen) als auch Lep Seclusa (Veteranen) ab.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [52] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 52, +["Category"] = "Quests", ["name"] = "Problemlöser", +["description"] = "Schließt 50 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", ["nextId"] = 53, -["Category"] = "Quests", ["prevId"] = 0, -["description"] = "Schließt 50 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", +["points"] = 5, ["Category_ID"] = 7, -["achievementIndex"] = 6, -["firstID"] = 52, -["numCriteria"] = 1, } , [53] = { -["points"] = 10, -["name"] = "Erforscher", -["nextId"] = 54, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 52, ["Category"] = "Quests", -["prevId"] = 0, +["name"] = "Erforscher", ["description"] = "Schließt 100 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", +["nextId"] = 54, +["prevId"] = 52, +["points"] = 10, ["Category_ID"] = 7, -["achievementIndex"] = 6, -["firstID"] = 52, -["numCriteria"] = 1, } , [54] = { -["points"] = 15, -["name"] = "Abenteurer", -["nextId"] = 55, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 52, ["Category"] = "Quests", -["prevId"] = 0, +["name"] = "Abenteurer", ["description"] = "Schließt 250 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", +["nextId"] = 55, +["prevId"] = 53, +["points"] = 15, ["Category_ID"] = 7, -["achievementIndex"] = 6, -["firstID"] = 52, -["numCriteria"] = 1, } , [55] = { -["points"] = 15, -["name"] = "Meisterabenteurer", -["nextId"] = 56, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 52, ["Category"] = "Quests", -["prevId"] = 0, +["name"] = "Meisterabenteurer", ["description"] = "Schließt 500 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", +["nextId"] = 56, +["prevId"] = 54, +["points"] = 15, ["Category_ID"] = 7, -["achievementIndex"] = 6, -["firstID"] = 52, -["numCriteria"] = 1, } , [56] = { -["points"] = 15, -["name"] = "Unbezwingbarer Abenteurer", -["nextId"] = 0, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 52, ["Category"] = "Quests", -["prevId"] = 0, +["name"] = "Unbezwingbarer Abenteurer", ["description"] = "Schließt 1.000 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", +["nextId"] = 0, +["prevId"] = 55, +["points"] = 15, ["Category_ID"] = 7, -["achievementIndex"] = 6, -["firstID"] = 52, -["numCriteria"] = 1, } , [57] = { -["points"] = 50, -["name"] = "Abenteurer in Sturmhafen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Abenteurer in Sturmhafen", ["description"] = "Schließt 60 verschiedene Quests in Sturmhafen ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [58] = { -["points"] = 50, -["name"] = "Abenteurer in Kluftspitze", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Abenteurer in Kluftspitze", ["description"] = "Schließt 42 verschiedene Quests in Kluftspitze ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [59] = { -["points"] = 50, -["name"] = "Abenteurer in der Alik\'r-Wüste", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Abenteurer in der Alik\'r-Wüste", ["description"] = "Schließt 42 verschiedene Quests in der Alik\'r-Wüste ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [60] = { -["points"] = 50, -["name"] = "Abenteurer in Bangkorai", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Abenteurer in Bangkorai", ["description"] = "Schließt 36 verschiedene Quests in Bangkorai ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [61] = { -["points"] = 50, +["numCriteria"] = 5, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Quests", ["name"] = "Held des Dolchsturz-Bündnisses", +["description"] = "Beweist Euch als Abenteurer im Dolchsturz-Bündnis.", ["nextId"] = 0, -["Category"] = "Quests", ["prevId"] = 0, -["description"] = "Beweist Euch als Abenteurer im Dolchsturz-Bündnis.", +["points"] = 50, ["Category_ID"] = 7, +} +, +[4159] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 14, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Exile\'s Revenge Style Master", +["description"] = "Learn every chapter in the Exile\'s Revenge style book, found by defeating the final boss in Exiled Redoubt.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4160] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 15, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Militant Monk Style Master", +["description"] = "Learn every chapter in the Militant Monk style book, found by defeating the final boss in Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4170] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Aldmeri Dominion", +["name"] = "Verteidiger von Auridon", +["description"] = "Besiegt alle sechs Gruppenanführer in Auridon.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4171] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["achievementIndex"] = 3, ["firstID"] = 0, -["numCriteria"] = 5, +["Category"] = "Exploration", +["SubCategory"] = "Aldmeri Dominion", +["name"] = "Verteidiger von Grahtwald", +["description"] = "Besiegt alle sechs Gruppenanführer in Grahtwald.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4172] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Aldmeri Dominion", +["name"] = "Verteidiger von Grünschatten", +["description"] = "Besiegt alle sechs Gruppenanführer in Grünschatten.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4173] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Aldmeri Dominion", +["name"] = "Verteidiger von Malabal Tor", +["description"] = "Besiegt alle sechs Gruppenanführer in Malabal Tor.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [78] = { -["points"] = 10, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 26, +["firstID"] = 0, +["Category"] = "Dungeons", +["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Dunkelschattenkavernen I", +["description"] = "Besiegt Vorarbeiter Llothan, den Schwarmfürsten und den Wachposten von Rkugamz in den Dunkelschattenkavernen I.", +["Category_ID"] = 4, +["prevId"] = 0, +["points"] = 10, ["nextId"] = 0, +} +, +[79] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", +["name"] = "Sieger der Kanalisation von Wegesruh I", +["description"] = "Besiegt Ermittler Garron, Varaine Pellingare und Allene Pellingare in der Kanalisation von Wegesruh I.", +["Category_ID"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[80] = { ["SubCategory_ID"] = 3, -["description"] = "Besiegt Vorarbeiter Llothan, den Schwarmfürsten und den Wachposten von Rkugamz in den Dunkelschattenkavernen I.", +["numCriteria"] = 4, +["achievementIndex"] = 15, +["firstID"] = 0, +["Category"] = "Dungeons", +["SubCategory"] = "Group Dungeons", +["name"] = "Sieger der Krypta der Herzen I", +["description"] = "Besiegt Erzmeister Siniel, den Giganten des Todes und die Ilambris-Zwillinge in der Krypta der Herzen I.", +["Category_ID"] = 4, ["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[81] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 13, +["firstID"] = 0, +["Category"] = "Dungeons", +["SubCategory"] = "Group Dungeons", +["name"] = "Sieger der Orkaninsel", +["description"] = "Besiegt Valaran Sturmrufer, Sturmfaust und Sturmvogt Neidir auf der Orkaninsel.", ["Category_ID"] = 4, -["achievementIndex"] = 12, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4178] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Verteidiger der Alik\'r-Wüste", +["description"] = "Besiegt alle sechs Gruppenanführer in Alik\'r-Wüste.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4179] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Verteidiger von Bangkorai", +["description"] = "Besiegt alle sechs Gruppenanführer in Bangkorai.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4180] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Ebonheart Pact", +["name"] = "Verteidiger von Steinfälle", +["description"] = "Besiegt alle sechs Gruppenanführer in Steinfälle.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4181] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Ebonheart Pact", +["name"] = "Verteidiger von Deshaan", +["description"] = "Besiegt alle sechs Gruppenanführer in Deshaan.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4182] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Ebonheart Pact", +["name"] = "Verteidiger von Schattenfenn", +["description"] = "Besiegt alle sechs Gruppenanführer in Schattenfenn.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4183] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Ebonheart Pact", +["name"] = "Verteidiger von Ostmarsch", +["description"] = "Besiegt alle sechs Gruppenanführer in Ostmarsch.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4184] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Ebonheart Pact", +["name"] = "Verteidiger von Rift", +["description"] = "Besiegt alle sechs Gruppenanführer in Rift.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4185] = { +["SubCategory_ID"] = 4, +["numCriteria"] = 6, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Coldharbour", +["name"] = "Verteidiger von Kalthafen", +["description"] = "Besiegt alle sechs Gruppenanführer in Kalthafen.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4186] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Aldmeri Dominion", +["name"] = "Verteidiger des Aldmeri-Dominions", +["description"] = "Besiegt alle 30 Gruppenanführer im Aldmeri-Dominion.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4187] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Verteidiger des Dolchsturz-Bündnisses", +["description"] = "Besiegt alle 30 Gruppenanführer im Dolchsturz-Bündnis.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4188] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["achievementIndex"] = 1, ["firstID"] = 0, -["numCriteria"] = 3, +["Category"] = "Exploration", +["SubCategory"] = "Ebonheart Pact", +["name"] = "Verteidiger des Ebenherz-Paktes", +["description"] = "Besiegt alle 30 Gruppenanführer im Ebenherz-Pakt.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , -[79] = { -["points"] = 10, -["name"] = "Sieger der Kanalisation von Wegesruh I", -["nextId"] = 0, -["Category"] = "Dungeons", -["SubCategory"] = "Group Dungeons", +[4198] = { ["SubCategory_ID"] = 3, -["description"] = "Besiegt Ermittler Garron, Varaine Pellingare und Allene Pellingare in der Kanalisation von Wegesruh I.", +["numCriteria"] = 1, +["achievementIndex"] = 31, +["firstID"] = 4157, +["Category"] = "Infinite Archive", +["SubCategory"] = "Exploration", +["name"] = "Rachsüchtige Hingabe", +["description"] = "Schließt 10 Quests für Esalinwe im Endlosen Archiv ab.", +["Category_ID"] = 8, ["prevId"] = 0, -["Category_ID"] = 4, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 4199, } , -[80] = { -["points"] = 10, -["name"] = "Sieger der Krypta der Herzen I", -["nextId"] = 0, -["Category"] = "Dungeons", -["SubCategory"] = "Group Dungeons", +[4199] = { ["SubCategory_ID"] = 3, -["description"] = "Besiegt Erzmeister Siniel, den Giganten des Todes und die Ilambris-Zwillinge in der Krypta der Herzen I.", +["numCriteria"] = 1, +["achievementIndex"] = 31, +["firstID"] = 4157, +["Category"] = "Infinite Archive", +["SubCategory"] = "Exploration", +["name"] = "Endloser Rächer", +["description"] = "Schließt 30 Quests für Esalinwe im Endlosen Archiv ab.", +["Category_ID"] = 8, ["prevId"] = 0, -["Category_ID"] = 4, -["achievementIndex"] = 19, +["points"] = 15, +["nextId"] = 0, +} +, +[4230] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, ["firstID"] = 0, -["numCriteria"] = 4, +["Category"] = "Gold Road", +["SubCategory"] = "Scribing", +["name"] = "Grimoire: Bannerträger", +["description"] = "Erwerbt das Grimoire „Bannerträger“ bei Chronist Firandil in der Schola.", +["Category_ID"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , -[81] = { +[4231] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, +["Category"] = "Gold Road", +["SubCategory"] = "Scribing", +["name"] = "Bannerträger", +["description"] = "Erschafft eine geschriebene Fähigkeit mit dem Grimoire „Bannerträger“.", +["Category_ID"] = 12, +["prevId"] = 0, ["points"] = 10, -["name"] = "Sieger der Orkaninsel", ["nextId"] = 0, -["Category"] = "Dungeons", -["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, -["description"] = "Besiegt Valaran Sturmrufer, Sturmfaust und Sturmvogt Neidir auf der Orkaninsel.", -["prevId"] = 0, -["Category_ID"] = 4, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 3, } , [145] = { -["points"] = 5, -["name"] = "Verteidiger von Immerfort", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Verteidiger von Immerfort", ["description"] = "Verhindert, dass die Reikmannen Immerfort angreifen.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [146] = { -["points"] = 5, -["name"] = "Befreier der Bangkorai-Garnison", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Befreier der Bangkorai-Garnison", ["description"] = "Befreit die Bangkorai-Garnison von den Invasoren.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [147] = { -["points"] = 5, -["name"] = "Retter von Großkönig Emeric", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Retter von Großkönig Emeric", ["description"] = "Rettet Großkönig Emeric aus den Fängen der Septima Tharn.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [148] = { -["points"] = 5, -["name"] = "Baumfäulnis\' Mörder", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Baumfäulnis\' Mörder", ["description"] = "Tötet den Zweigling Baumfäulnis auf der Fäulnisinsel.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 80, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [149] = { -["points"] = 5, -["name"] = "Dayarrus Todesbringer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Dayarrus Todesbringer", ["description"] = "Tötet Dayarrus die Xivilai in Arlimaheras Heiligtum.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [150] = { -["points"] = 5, -["name"] = "Nomeg Hyrils Henker", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Nomeg Hyrils Henker", ["description"] = "Tötet den Frostatronachenmonarchen Nomeg Hyril in den Nilatafällen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 57, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [151] = { -["points"] = 5, -["name"] = "Lichschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Lichschlächter", ["description"] = "Tötet die Liche Qumehdi und Zaman in den Ruinen von Telesubi.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 51, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [152] = { -["points"] = 5, -["name"] = "Beschwörerschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Beschwörerschlächter", ["description"] = "Tötet die Beschwörerin Caecilia Attius und ihre Diener im Beschwörerlager.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 71, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [153] = { -["points"] = 5, -["name"] = "Exorzist des Wolfvaters", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Exorzist des Wolfvaters", ["description"] = "Vernichtet den Geist Garach Wolfvater und seine Werwolfgeister im Seewacht-Turm.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 79, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [154] = { -["points"] = 5, -["name"] = "Traumschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Traumschlächter", ["description"] = "Besiegt das Omen des wachsamen Auges und setzt dem Verfolgungswahn in Alcaire ein Ende.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [155] = { -["points"] = 5, -["name"] = "Champion der Geisthüter", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Champion der Geisthüter", ["description"] = "Bringt die Traumscherbe zurück in die Abtei der Ausgestoßenen und stellt den Frieden in Menevia wieder her.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [156] = { -["points"] = 5, -["name"] = "Azuras Verbündeter", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Azuras Verbündeter", ["description"] = "Besiegt das Omen des Sternezählens und setzt den Besessenheiten, die Gavaudon befallen haben, ein Ende.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 9, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, +} +, +[4253] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 13, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Gründliche Rettung", +["description"] = "Findet und sprecht mit allen überlebenden Hel Netu in Lep Seclusa, bevor Ihr Orpheon den Taktiker besiegt.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [158] = { -["points"] = 5, -["name"] = "Jäger der Hassspinnerin", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 62, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Jäger der Hassspinnerin", ["description"] = "Tötet die Riesenspinne Aesar die Hassweberin in Aesars Netz.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 44, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [159] = { -["points"] = 5, -["name"] = "Menhirjäger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 63, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Menhirjäger", ["description"] = "Tötet den Gargyl Menhir Steinhaut beim Turm von Talwacht.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 54, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [160] = { -["points"] = 5, -["name"] = "Dunkelblut-Jäger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 65, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Dunkelblut-Jäger", ["description"] = "Tötet die Nekromantin Louna Dunkelblut in der Altkargonsburg.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [161] = { -["points"] = 5, -["name"] = "Vetteljäger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 64, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Vetteljäger", ["description"] = "Tötet die Vettel Magdalena in Magdalenas Schlupfwinkel.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 42, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [162] = { -["points"] = 5, -["name"] = "Strodas Assassine", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 56, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Strodas Assassine", ["description"] = "Tötet den Ork Stroda gra-Drom bei der Ostfels-Anlandung.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 70, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [163] = { -["points"] = 5, -["name"] = "Sirenenjäger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 55, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Sirenenjäger", ["description"] = "Tötet die Nereïde Desuuga die Sirene an der Bucht der Sirene.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 68, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [176] = { -["points"] = 15, -["name"] = "Höhlenforscher von Glenumbra", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 71, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Höhlenforscher von Glenumbra", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Glenumbra.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [177] = { -["points"] = 15, -["name"] = "Höhlenforscher von Sturmhafen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 50, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Höhlenforscher von Sturmhafen", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Sturmhafen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [178] = { -["points"] = 15, -["name"] = "Höhlenforscher von Kluftspitze", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 40, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Höhlenforscher von Kluftspitze", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Kluftspitze.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [180] = { -["points"] = 15, -["name"] = "Höhlenforscher von Bangkorai", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Höhlenforscher von Bangkorai", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Bangkorai.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [181] = { -["points"] = 15, -["name"] = "Höhlenforscher von Steinfälle", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 66, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Höhlenforscher von Steinfälle", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Steinfälle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [184] = { -["points"] = 5, -["name"] = "Zerstörer der Hauträuber", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Zerstörer der Hauträuber", ["description"] = "Nehmt dem Dominion die Fähigkeit, Hauträuber zu erschaffen.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [185] = { -["points"] = 5, -["name"] = "Eierbewahrer", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Eierbewahrer", ["description"] = "Beschützt die argonischen Eier, damit eine neue Generation geboren werden kann.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [186] = { -["points"] = 5, -["name"] = "Wächter des mnemischen Eis", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Wächter des mnemischen Eis", ["description"] = "Holt das Mnemische Ei vom Dominion zurück.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [187] = { -["points"] = 5, -["name"] = "Haynekhtnamets Jäger", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 56, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Haynekhtnamets Jäger", ["description"] = "Tötet den Wamasuchampion Haynekhtnamet in seinem Versteck.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 46, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [188] = { -["points"] = 5, -["name"] = "Folterer der Ogerbrüder", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 54, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Folterer der Ogerbrüder", ["description"] = "Tötet die Ogerbrüder Argablog und Vlaga in Xal Thak.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 60, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [189] = { -["points"] = 5, -["name"] = "Mörder des Mumienfürsten", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 55, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Mörder des Mumienfürsten", ["description"] = "Tötet den ayleïdischen Mumienfürsten Talkynd in Nen Ria.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 58, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [190] = { -["points"] = 5, -["name"] = "Zerstörer von Kapitän Knochen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 40, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Zerstörer von Kapitän Knochen", ["description"] = "Besiegt Kapitän Knochen und seine untote Mannschaft an Bord ihres Schiffes.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [191] = { -["points"] = 5, -["name"] = "Urrais Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 53, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Urrais Fluch", ["description"] = "Tötet den Daedroth Urrai in der Bitterwurzhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 79, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [192] = { -["points"] = 5, -["name"] = "Untergang der Sklavenjäger", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Untergang der Sklavenjäger", ["description"] = "Tötet den Sklavenjäger Rendrasa im Lager der Sklavenjäger.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 71, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [193] = { -["points"] = 15, -["name"] = "Höhlenforscher von Schattenfenn", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 42, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Höhlenforscher von Schattenfenn", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Schattenfenn.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [194] = { -["points"] = 10, -["name"] = "Held von Ödfels", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 15, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Held von Ödfels", ["description"] = "Findet die vermissten Dorfbewohner von Ödfels und schickt sie nach Hause.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 15, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [195] = { -["points"] = 5, -["name"] = "Zwistschwarm-Auslöscher", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 79, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Zwistschwarm-Auslöscher", ["description"] = "Tötet den Champion des Zwistschwarm-Kwamanests.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 75, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [196] = { -["points"] = 5, -["name"] = "Erinnerungszerstörer", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 70, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erinnerungszerstörer", ["description"] = "Betretet die Höhle der Erinnerungen und tötet den Aschländer-Wächter.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 56, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [197] = { -["points"] = 5, -["name"] = "Schalenknacker", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 76, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Schalenknacker", ["description"] = "Überlebt die Schlammkrabben am Schiffbruchstrand und tötet Schalenknacker, die kannibalistische Krabbe.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 67, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [198] = { -["points"] = 5, -["name"] = "Dreughzerstörer", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 78, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Dreughzerstörer", ["description"] = "Stürmt den Strand beim Gelege der Matrone, erschlagt die Dreughmatronen und setzt der Bedrohung durch die Dreugheierhüter ein Ende.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 36, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [199] = { -["points"] = 5, -["name"] = "Geheiligter Schlächter", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 75, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Geheiligter Schlächter", ["description"] = "Zerstört die Goldene Heilige am Schauderschrein.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 65, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [200] = { -["points"] = 5, -["name"] = "Netchwürger", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 65, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Netchwürger", ["description"] = "Besiegt den Netchbullen Ozzacha im Hain des Brahmas.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 59, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [201] = { -["points"] = 5, -["name"] = "Balreths Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Balreths Fluch", ["description"] = "Vernichtet Balreth und versetzt den Bruder des Zwistes wieder in Schlaf.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [202] = { -["points"] = 10, -["name"] = "Erforscher der Armatur der Inneren See", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 84, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Armatur der Inneren See", ["description"] = "Erforscht und säubert die Armatur der Inneren See.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 49, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [203] = { -["points"] = 10, -["name"] = "Erforscher der Glutkieselmine", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 81, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Glutkieselmine", ["description"] = "Erforscht und säubert die Glutkieselmine.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 38, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [204] = { -["points"] = 5, -["name"] = "General Seriens Niedergang", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "General Seriens Niedergang", ["description"] = "Tötet General Serien und haltet die Invasion durch das Bündnis auf.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [205] = { -["points"] = 10, -["name"] = "Erforscher von Mephalas Nest", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 83, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher von Mephalas Nest", ["description"] = "Erforscht und säubert Mephalas Nest.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 57, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [206] = { -["points"] = 10, -["name"] = "Erforscher der Flutwassergrube", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 82, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Flutwassergrube", ["description"] = "Erforscht und säubert die Flutwassergrube.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 47, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [207] = { -["points"] = 10, -["name"] = "Erforscher der Feinlehmkaverne", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 69, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Feinlehmkaverne", ["description"] = "Erforscht und säubert die Feinlehmkaverne.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 73, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [208] = { -["points"] = 10, -["name"] = "Erforscher von Sheogoraths Zunge", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 80, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher von Sheogoraths Zunge", ["description"] = "Erforscht und säubert Sheogoraths Zunge.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 68, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [209] = { -["points"] = 5, -["name"] = "Sadals Entthroner", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Sadals Entthroner", ["description"] = "Vernichtet Sadal und rettet Steinfälle.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [210] = { -["points"] = 5, -["name"] = "Zorntatzen-Jäger", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 38, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Zorntatzen-Jäger", ["description"] = "Tötet den großen Werwolf Zorntatze in Zorntatzes Versteck.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 63, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [211] = { -["points"] = 5, -["name"] = "Armenes Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 36, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Armenes Fluch", ["description"] = "Tötet die bretonische Nekromantin Vivien Armene auf dem Drachengrab.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [212] = { -["points"] = 5, -["name"] = "Rattenmeister-Zerstörer", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 33, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Rattenmeister-Zerstörer", ["description"] = "Tötet den Vampir Olveidi die Rattenmeisterin in den Jagdgründen der Rattenmeisterin.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 64, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [213] = { -["points"] = 5, -["name"] = "Mannskadis Zermalmer", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Mannskadis Zermalmer", ["description"] = "Tötet das wilde Mammut Mannskadi in Drachensegen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 55, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [214] = { -["points"] = 5, -["name"] = "Ammabanis Untergang", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Ammabanis Untergang", ["description"] = "Tötet die große Säbelzahnkatze Ammabani bei Ammabanis Rudel.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [215] = { -["points"] = 10, -["name"] = "Erforscher des ilessanischen Turms", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 81, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher des ilessanischen Turms", ["description"] = "Erforscht und säubert den Ilessanischen Turm.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 46, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [216] = { -["points"] = 10, -["name"] = "Erforscher von Silumm", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 82, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher von Silumm", ["description"] = "Erforscht und säubert Silumm.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 67, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [217] = { -["points"] = 10, -["name"] = "Erforscher von Enduum", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 72, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher von Enduum", ["description"] = "Erforscht und säubert Enduum.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 36, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [218] = { -["points"] = 10, -["name"] = "Erforscher der Minen von Khuras", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 79, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Minen von Khuras", ["description"] = "Erforscht und säubert die Minen von Khuras.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 55, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [219] = { -["points"] = 10, -["name"] = "Erforscher der Ebenerzgruft", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 76, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Ebenerzgruft", ["description"] = "Erforscht und säubert die Ebenerzgruft.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 35, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [220] = { -["points"] = 10, -["name"] = "Erforscher der Feste Gruftwacht", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 77, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Feste Gruftwacht", ["description"] = "Erforscht und säubert die Feste Gruftwacht.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [221] = { -["points"] = 10, -["name"] = "Erforscher der Falbhafenwacht", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 66, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Falbhafenwacht", ["description"] = "Erforscht und säubert die Falbhafenwacht.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 62, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [222] = { -["points"] = 10, -["name"] = "Erforscher der Mine von Koeglin", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 67, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Mine von Koeglin", ["description"] = "Erforscht und säubert die Mine von Koeglin.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 48, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [223] = { -["points"] = 10, -["name"] = "Erforscher der Katakomben der Ausgestoßenen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 61, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Katakomben der Ausgestoßenen", ["description"] = "Erforscht und säubert die Katakomben der Ausgestoßenen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 61, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [224] = { -["points"] = 10, -["name"] = "Erforscher von Farangels Verweilen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 54, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher von Farangels Verweilen", ["description"] = "Erforscht und säubert Farangels Verweilen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 38, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [225] = { -["points"] = 10, -["name"] = "Erforscher der Bärenprankenmine", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 51, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Bärenprankenmine", ["description"] = "Erforscht und säubert die Bärenprankenmine.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [226] = { -["points"] = 10, -["name"] = "Erforscher der Ruinen von Norvulk", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 53, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Ruinen von Norvulk", ["description"] = "Erforscht und säubert die Ruinen von Norvulk.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 58, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [227] = { -["points"] = 10, -["name"] = "Erforscher der Mine von Schattenkamm", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 43, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Mine von Schattenkamm", ["description"] = "Erforscht und säubert die Mine von Schattenkamm.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [228] = { -["points"] = 10, -["name"] = "Erforscher der Deckblattkatakomben", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 45, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Deckblattkatakomben", ["description"] = "Erforscht und säubert die Deckblattkatakomben.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 39, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [229] = { -["points"] = 10, -["name"] = "Erforscher der Kummerkrypta", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 46, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Kummerkrypta", ["description"] = "Erforscht und säubert die Kummerkrypta.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 75, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [230] = { -["points"] = 10, -["name"] = "Erforscher der Ruinen von Orkfinger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 42, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Ruinen von Orkfinger", ["description"] = "Erforscht und säubert die Ruinen von Orkfinger.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 60, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [231] = { -["points"] = 10, -["name"] = "Erforscher der Ruinen von Erokii", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 47, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Ruinen von Erokii", ["description"] = "Erforscht und säubert die Ruinen von Erokii.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 37, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [232] = { -["points"] = 10, -["name"] = "Erforscher von Hildunes geheimer Zuflucht", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 44, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher von Hildunes geheimer Zuflucht", ["description"] = "Erforscht und säubert Hildunes geheime Zuflucht.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 45, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [245] = { -["points"] = 10, -["name"] = "Erforscher der Ruinen von Atanaz", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 44, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Ruinen von Atanaz", ["description"] = "Erforscht und säubert die Ruinen von Atanaz.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [246] = { -["points"] = 10, -["name"] = "Erforscher von Bruchhauer", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 45, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher von Bruchhauer", ["description"] = "Erforscht und säubert Bruchhauer.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [247] = { -["points"] = 10, -["name"] = "Erforscher der Ruinen von Chid-Moska", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 52, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Ruinen von Chid-Moska", ["description"] = "Erforscht und säubert die Ruinen von Chid-Moska.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [248] = { -["points"] = 10, -["name"] = "Erforscher von Gandranen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 48, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher von Gandranen", ["description"] = "Erforscht und säubert Gandranen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 43, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [249] = { -["points"] = 10, -["name"] = "Erforscher der Kwamamine von Onkobra", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 43, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Kwamamine von Onkobra", ["description"] = "Erforscht und säubert die Kwamamine von Onkobra.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 62, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [250] = { -["points"] = 10, -["name"] = "Schreinforscher des Schwarzen Schlunds", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 47, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Schreinforscher des Schwarzen Schlunds", ["description"] = "Erforscht und säubert den Schrein des Schwarzen Schlunds.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [251] = { -["points"] = 10, -["name"] = "Erforscher der Frostsenke", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 39, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Frostsenke", ["description"] = "Erforscht und säubert die Höhle der Frostsenke.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 34, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [252] = { -["points"] = 10, -["name"] = "Erforscher von Eishammers Gruft", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 37, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher von Eishammers Gruft", ["description"] = "Erforscht und säubert Eishammers Gruft.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 48, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [253] = { -["points"] = 10, -["name"] = "Erforscher der Höhle des Alten Sord", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 32, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Höhle des Alten Sord", ["description"] = "Erforscht und säubert die Höhle des Alten Sord.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 61, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [254] = { -["points"] = 10, -["name"] = "Erforscher der eisigen Grotte", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 35, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der eisigen Grotte", ["description"] = "Erforscht und säubert die Eisige Grotte.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 41, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [255] = { -["points"] = 10, -["name"] = "Erforscher der Sturmhang-Krypta", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 31, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Sturmhang-Krypta", ["description"] = "Erforscht und säubert die Sturmhang-Krypta.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 74, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [256] = { -["points"] = 10, -["name"] = "Erforscher des Grabmals des Bastards", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 30, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher des Grabmals des Bastards", ["description"] = "Erforscht und säubert das Grabmal des Bastards.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [257] = { -["points"] = 5, -["name"] = "Beralagrs Jäger", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Beralagrs Jäger", ["description"] = "Tötet den großen Bär Beralagr in Gurings Lager.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [258] = { -["points"] = 5, -["name"] = "Dezimierer der ertrunkenen Horde", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 38, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Dezimierer der ertrunkenen Horde", ["description"] = "Zerstört Tjormar und die ertrunkene Horde am Bitterspitzstrand.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [259] = { -["points"] = 5, -["name"] = "Dugans Vernichter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 36, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Dugans Vernichter", ["description"] = "Tötet den wilden Ork, Dugan den Roten.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [260] = { -["points"] = 5, -["name"] = "Knochengreifers Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 32, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Knochengreifers Fluch", ["description"] = "Tötet den Würger Knochengreifer in seinem Versteck.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [261] = { -["points"] = 5, -["name"] = "Tallattas Auslöscher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Tallattas Auslöscher", ["description"] = "Tötet die Nereïdenkönigin Tallatta die Schimmernde in der Kluftgrotte.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 68, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [262] = { -["points"] = 5, -["name"] = "Schädelbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Schädelbrecher", ["description"] = "Tötet Schädelbrecher den Meerestroll am Windzugstrand.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 65, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [263] = { -["points"] = 5, -["name"] = "Grüner Sieger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 30, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Grüner Sieger", ["description"] = "Tötet Kommandantin Faldethil von den Grünen Jägern am Flussufer.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 39, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [264] = { -["points"] = 10, -["name"] = "Erforscher von Fürstin Llarels Unterschlupf", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 77, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher von Fürstin Llarels Unterschlupf", ["description"] = "Erforscht und säubert Fürstin Llarels Unterschlupf.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 52, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [265] = { -["points"] = 10, -["name"] = "Erforscher von Unterbthanual", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 73, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher von Unterbthanual", ["description"] = "Erforscht und säubert die Ruinen von Unterbthanual.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 53, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [266] = { -["points"] = 10, -["name"] = "Erforscher der Dreikreismine", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 67, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Dreikreismine", ["description"] = "Erforscht und säubert die Dreikreismine.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 77, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [267] = { -["points"] = 10, -["name"] = "Erforscher von Taleons Klippe", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 71, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher von Taleons Klippe", ["description"] = "Erforscht und säubert Taleons Klippe.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 76, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [268] = { -["points"] = 10, -["name"] = "Erforscher der Klingenohrgrotte", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 68, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Klingenohrgrotte", ["description"] = "Erforscht und säubert die Klingenohrgrotte.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 51, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [269] = { -["points"] = 10, -["name"] = "Erforscher des Leichengartens", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 61, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher des Leichengartens", ["description"] = "Erforscht und säubert den Leichengarten.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 35, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [270] = { -["points"] = 15, -["name"] = "Höhlenforscher von Deshaan", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 58, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Höhlenforscher von Deshaan", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Deshaan.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [272] = { -["points"] = 10, -["name"] = "Sieger von Arx Corinium", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger von Arx Corinium", ["description"] = "Besiegt Ganakton das Gewitter, Sliklenia die Sangesherrin und die Lamienkönigin in Arx Corinium.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [274] = { -["points"] = 10, -["name"] = "Erforscher von Totmannsend", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 37, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Totmannsend", ["description"] = "Erforscht und säubert Totmannsend.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [275] = { -["points"] = 5, -["name"] = "Kurzhorns Jäger", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 64, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Kurzhorns Jäger", ["description"] = "Tötet den riesigen Kagouti Kurzhorn auf Kurzhorns Hügelchen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 69, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [276] = { -["points"] = 5, -["name"] = "Schlächter der Abscheulichkeit", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 74, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Schlächter der Abscheulichkeit", ["description"] = "Tötet die Leichenhülle, die Abscheulichkeit, im Hain der Abscheulichkeit.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [277] = { -["points"] = 5, -["name"] = "Scharfzahns Mörder", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 57, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Scharfzahns Mörder", ["description"] = "Tötet den riesigen Troll Scharfzahn in verwüstetes Dornfleck.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 66, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [278] = { -["points"] = 5, -["name"] = "Zerstörer der Schatten der Mabrigash", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 63, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Zerstörer der Schatten der Mabrigash", ["description"] = "Zerstört den Schatten der Mabrigash beim Mabrigash-Begräbniszirkel.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 54, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [279] = { -["points"] = 5, -["name"] = "Druitulargs Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 60, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Druitulargs Fluch", ["description"] = "Tötet den Dremoraritualisten Druitularg an Druitulargs Ritualaltar.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 37, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [280] = { -["points"] = 5, -["name"] = "Bittergrüns Befreier", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 59, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Bittergrüns Befreier", ["description"] = "Tötet den riesigen Guar Bittergrün den Wilden auf der Karawanenkuppe.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [281] = { -["points"] = 10, -["name"] = "Erforscher der Schwarzrankenruinen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 31, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Schwarzrankenruinen", ["description"] = "Erforscht und säubert die Schwarzrankenruinen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [282] = { -["points"] = 10, -["name"] = "Erforscher der Wurzeln von Silvenar", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Wurzeln von Silvenar", ["description"] = "Erforscht und säubert die Wurzeln von Silvenar.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 58, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [283] = { -["points"] = 5, -["name"] = "Hundezwinger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Hundezwinger", ["description"] = "Deckt den Plan des Bluthundes auf, die Grüne Dame nach Silvenar zu locken.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [284] = { -["points"] = 5, -["name"] = "Freund des Silvenars", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Freund des Silvenars", ["description"] = "Rettet den Silvenar vor seinen Entführern.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [285] = { -["points"] = 5, -["name"] = "Held von Farn und Blatt", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Held von Farn und Blatt", ["description"] = "Vereint den Silvenar mit der Grünen Dame.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [286] = { -["points"] = 10, -["name"] = "Erforscher der Ruinen von Shael", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 33, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Ruinen von Shael", ["description"] = "Erforscht und säubert die Ruinen von Shael.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 62, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [287] = { -["points"] = 15, -["name"] = "Höhlenforscher von Auridon", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 70, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher von Auridon", ["description"] = "Erforscht und säubert alle sechs Höhlen auf Auridon.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [288] = { -["points"] = 10, -["name"] = "Erforscher von Dels Grube", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 83, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Dels Grube", ["description"] = "Erforscht und säubert Dels Grube.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [289] = { -["points"] = 10, -["name"] = "Erforscher von Ondil", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 80, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Ondil", ["description"] = "Erforscht und säubert Ondil.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 55, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [290] = { -["points"] = 10, -["name"] = "Erforscher von Entilas Torheit", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 79, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Entilas Torheit", ["description"] = "Erforscht und säubert Entilas Torheit.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 34, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [291] = { -["points"] = 10, -["name"] = "Erforscher von Wansalen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 78, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Wansalen", ["description"] = "Erforscht und säubert Wansalen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 75, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [292] = { -["points"] = 10, -["name"] = "Erforscher von Mehrunes Tücke", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 71, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Mehrunes Tücke", ["description"] = "Erforscht und säubert Mehrunes Tücke.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 47, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [293] = { -["points"] = 10, -["name"] = "Erforscher von Bewan", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 76, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Bewan", ["description"] = "Erforscht und säubert Bewan.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [294] = { -["points"] = 10, -["name"] = "Sieger der Pilzgrotte I", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Pilzgrotte I", ["description"] = "Besiegt den Goblin-Kriegshäuptling und den Dreughkönig in der Pilzgrotte I.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [296] = { -["points"] = 15, -["name"] = "Höhlenforscher von Malabal Tor", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher von Malabal Tor", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Malabal Tor.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [297] = { -["points"] = 10, -["name"] = "Erforscher des Grabmals der Abtrünnigen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 35, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher des Grabmals der Abtrünnigen", ["description"] = "Erforscht und säubert das Grabmal der Abtrünnigen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 71, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [298] = { -["points"] = 10, -["name"] = "Erforscher der Reifzeckengrube", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 34, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Reifzeckengrube", ["description"] = "Erforscht und säubert die Reifzeckengrube.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 42, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [299] = { -["points"] = 10, -["name"] = "Sieger von Sanguines Domäne", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 37, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger von Sanguines Domäne", ["description"] = "Besiegt drei der Champions in Sanguines Domäne.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 48, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [300] = { -["points"] = 50, -["name"] = "Eroberer von Sanguines Domäne", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer von Sanguines Domäne", ["description"] = "Besiegt die sechs Champions in Sanguines Domäne.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [301] = { -["points"] = 10, -["name"] = "Sieger der Spindeltiefen I", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Spindeltiefen I", ["description"] = "Besiegt die Schwarmmutter und die Flüsterin in den Spindeltiefen I.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [303] = { -["points"] = 10, -["name"] = "Vergehen der Folterer", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Vergehen der Folterer", ["description"] = "Besiegt Molag Bals Folterknechte Kathutet, Amkaos und Ranyu.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [304] = { -["points"] = 10, -["name"] = "Unterwerfer der Ogrimbrüder", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Unterwerfer der Ogrimbrüder", ["description"] = "Besiegt die drei Ogrimbrüder Großwanst, Schweinskopf und Stutzer an einem Dunklen Anker.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [305] = { -["points"] = 10, -["name"] = "Schlächter der Dremorapiraten", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Schlächter der Dremorapiraten", ["description"] = "Besiegt den Dremorapiraten Velekh Sain an einem Dunklen Anker.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [306] = { -["points"] = 10, -["name"] = "Schlächter der reisenden Dremora", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Schlächter der reisenden Dremora", ["description"] = "Besiegt die reisenden Dremora Methats, Vonshala und Sumeer an einem Dunklen Anker.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [307] = { -["points"] = 10, -["name"] = "Zerstörer des Lieblingsdaedroths", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Zerstörer des Lieblingsdaedroths", ["description"] = "Besiegt Menta Na, Molag Bals liebsten Daedroth, an einem Dunklen Anker.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [308] = { -["points"] = 10, -["name"] = "Schließt das Immeroffene Auge", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Schließt das Immeroffene Auge", ["description"] = "Besiegt Yggmanei, Molag Bals besten Spion, an einem Dunklen Anker.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [309] = { -["points"] = 10, -["name"] = "Hrelvesuus Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Hrelvesuus Fluch", ["description"] = "Besiegt den Daedroth Hrelvesuu an einem Dunklen Anker.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [310] = { -["points"] = 10, -["name"] = "Zerstörer der Verschlingerin der Seelen", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Zerstörer der Verschlingerin der Seelen", ["description"] = "Besiegt Rhagothan, den Verschlinger der Seelen, an einem Dunklen Anker.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [311] = { -["points"] = 10, -["name"] = "Zerstörer des Frostfürsten", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Zerstörer des Frostfürsten", ["description"] = "Besiegt Nomeg Haga, den riesigen Frostatronachen von Kalthafen, an einem Dunklen Anker.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [312] = { -["points"] = 10, -["name"] = "Zerstörer des Sturmfürsten", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Zerstörer des Sturmfürsten", ["description"] = "Besiegt Zymel Hriz, den riesigen Sturmatronachen von Kalthafen, an einem Dunklen Anker.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [313] = { -["points"] = 10, -["name"] = "Zerstörer der Xivilai-Sklavenmeister", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Zerstörer der Xivilai-Sklavenmeister", ["description"] = "Besiegt die Xivilai-Folterknechte Anaxes und Medrike an einem Dunklen Anker.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [314] = { -["points"] = 10, -["name"] = "Zerstörer der Verführerischen Schwestern", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Zerstörer der Verführerischen Schwestern", ["description"] = "Besiegt die Schwestern Vika, Dylora und Jansa, die Dunklen Verführerinnen, an einem Dunklen Anker.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [315] = { -["points"] = 10, -["name"] = "Zerstörer der Verkarth-Vampire", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Zerstörer der Verkarth-Vampire", ["description"] = "Besiegt König Styriche von Verkarth und seine Gefährten Fangaril und Zayzahad an einem Dunklen Anker.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [316] = { -["points"] = 10, -["name"] = "Zerstörer der Sichelmond-Dremora", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Zerstörer der Sichelmond-Dremora", ["description"] = "Besiegt Fürst Dregas Volar, den Besitzer des daedrischen Halbmonds, an einem Dunklen Anker.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [317] = { -["points"] = 10, -["name"] = "Zerstörer des Lichs von Gramfeste", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Zerstörer des Lichs von Gramfeste", ["description"] = "Besiegt Gedna Relvel, den Lich von Gramfeste, an einem Dunklen Anker.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [318] = { -["points"] = 50, -["name"] = "Generalshenker", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 16, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Generalshenker", ["description"] = "Tötet alle Generäle Molag Bals, die an den Dunklen Ankern erscheinen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 16, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [322] = { -["points"] = 10, -["name"] = "Kettenbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Kettenbrecher", ["description"] = "Löst die Schlösser an den Dunklen Ankern, um die Ketten zurück nach Kalthafen zu schicken.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [324] = { -["points"] = 5, -["name"] = "Ankerzerstörer", -["nextId"] = 619, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 324, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Ankerzerstörer", ["description"] = "Zerstört 10 Dunkle Anker aus Kalthafen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 7, -["firstID"] = 324, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 619, } , [325] = { -["points"] = 10, -["name"] = "Sieger der Verbannungszellen I", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Verbannungszellen I", ["description"] = "Besiegt Schattenriss und Sippenhochfürst Rilis in den Verbannungszellen I.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [328] = { -["points"] = 15, -["name"] = "Höhlenforscher von Rift", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Höhlenforscher von Rift", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Rift.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [329] = { -["points"] = 10, -["name"] = "Erforscher von Faldars Zahn", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher von Faldars Zahn", ["description"] = "Erforscht und säubert Faldars Zahn.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 39, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [330] = { -["points"] = 10, -["name"] = "Erforscher der Bruchhelmhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Bruchhelmhöhle", ["description"] = "Erforscht und säubert die Bruchhelmhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [331] = { -["points"] = 10, -["name"] = "Erforscher von Avanchnzel", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher von Avanchnzel", ["description"] = "Erforscht und säubert Avanchnzel.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [332] = { -["points"] = 10, -["name"] = "Erforscher der Feste Grünwall", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Feste Grünwall", ["description"] = "Erforscht und säubert die Feste Grünwall.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 40, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [333] = { -["points"] = 10, -["name"] = "Erforscher des Schleierheim-Hügelgrabs", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher des Schleierheim-Hügelgrabs", ["description"] = "Erforscht und säubert das Schleierheim-Hügelgrab.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 70, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [334] = { -["points"] = 10, -["name"] = "Erforscher der Beinbruchhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Beinbruchhöhle", ["description"] = "Erforscht und säubert die Beinbruchhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 72, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [335] = { -["points"] = 5, -["name"] = "Vertreiber des Reik", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Vertreiber des Reik", ["description"] = "Vertreibt das Reik aus Rift.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [336] = { -["points"] = 5, -["name"] = "Wurmquetscher", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Wurmquetscher", ["description"] = "Besiegt Thallik Wurmvater und zerschlagt den Wurmkult.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [337] = { -["points"] = 5, -["name"] = "Ysgramors Wunder", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Ysgramors Wunder", ["description"] = "Schickt Sinmur zurück in sein Grab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , -[340] = { -["points"] = 50, -["name"] = "Assassine der Pilzgrotte II", -["nextId"] = 0, +[340] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Pilzgrotte II", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [342] = { -["points"] = 50, -["name"] = "Furchtloser Anstürmer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Furchtloser Anstürmer", ["description"] = "Besiegt Vila Theran in der Pilzgrotte II (Veteranen), ohne dass ein Mitglied Eurer Gruppe den Schutz der Obsidianhülle benutzt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [343] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 19, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Pilzgrotte II", +["description"] = "Besiegt Gamye Bandu, Mephalas Brut und Vila Theran in der Pilzgrotte II (Veteranen).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Besiegt Gamye Bandu, Mephalas Brut und Vila Theran in der Pilzgrotte II (Veteranen).", +["points"] = 10, ["Category_ID"] = 5, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 3, } , [345] = { -["points"] = 5, -["name"] = "Fluch der khajiitischen Jäger", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Fluch der khajiitischen Jäger", ["description"] = "Besiegt Indur-sa und die khajiitischen Jäger im Jägerlager.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 50, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [346] = { -["points"] = 5, -["name"] = "Trolltöter", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Trolltöter", ["description"] = "Besiegt die Trolle Frostgeifer und Graupelklaue in der Trollhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 78, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [347] = { -["points"] = 5, -["name"] = "Zerstörer des Frostatronachen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Zerstörer des Frostatronachen", ["description"] = "Besiegt den Frostatronachen Nomeg Rine in der gefrorenen Ruine.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 42, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [348] = { -["points"] = 5, -["name"] = "Geisterbanner", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Geisterbanner", ["description"] = "Bringt Ghoragham auf dem Angarvundehügel zur ewigen Ruhe.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 44, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [349] = { -["points"] = 5, -["name"] = "Riesenschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Riesenschlächter", ["description"] = "Besiegt Langschritt den Riesen und sein Mammut im Riesenlager.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 45, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [350] = { -["points"] = 5, -["name"] = "Irrlichtmuttertilger", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Irrlichtmuttertilger", ["description"] = "Verscheucht Aereus die Irrlichtmutter aus dem Irrlichthain.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 80, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [351] = { -["points"] = 5, -["name"] = "Seesoldatenrächer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 73, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Seesoldatenrächer", ["description"] = "Beendet die Bedrohung durch die Nekromanten auf dem Seelenfeuerplateau und rächt die Ersten Auridon-Seesoldaten.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 46, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [352] = { -["points"] = 5, -["name"] = "Banditenfürsten-Kopfgeldjäger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 82, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Banditenfürsten-Kopfgeldjäger", ["description"] = "Besiegt Quenyas, den Anführer der Banditen auf Auridon, im Meereshanglager.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [353] = { -["points"] = 5, -["name"] = "Vernichter des Geisterkapitäns", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 81, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Vernichter des Geisterkapitäns", ["description"] = "Besiegt Kapitän Blanchete beim Wrack der Raptor.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 37, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [354] = { -["points"] = 5, -["name"] = "Schnappkiefers Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 77, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Schnappkiefers Fluch", ["description"] = "Besiegt den Clannbann-Champion Schnappkiefer und beendet das Ermorden Unschuldiger bei den Beschwörungen des Ketzers.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 66, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [355] = { -["points"] = 5, -["name"] = "Auslöscher der Nestmutter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 74, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Auslöscher der Nestmutter", ["description"] = "Besiegt die Riesenschlange, die als Nestmutter bekannt ist, in ihrem Bau.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 53, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [356] = { -["points"] = 5, -["name"] = "Anarumes Kopfgeldjäger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 75, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Anarumes Kopfgeldjäger", ["description"] = "Besiegt Anarume im Bewährungslager des Schleiererbes, um seinen Verrat zu beenden.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [357] = { -["points"] = 10, -["name"] = "Sieger der Burg Grauenfrost", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Burg Grauenfrost", ["description"] = "Besiegt den Wächter der Flamme, den verstärkten Frostatronachen und Drodda von Eiskap in der Burg Grauenfrost.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [360] = { -["points"] = 5, -["name"] = "Lüftet den ersten Schleier", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Lüftet den ersten Schleier", ["description"] = "Richtet den Verräter in Tanzelwil im Namen von Königin Ayrenn hin.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [361] = { -["points"] = 5, -["name"] = "Lüftet den zweiten Schleier", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Lüftet den zweiten Schleier", ["description"] = "Infiltriert das Schleiererbe und lüftet sein Geheimnis.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [362] = { -["points"] = 5, -["name"] = "Lüftet den dritten Schleier", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Lüftet den dritten Schleier", ["description"] = "Besiegt die daedrische Armee und ihren Anführer in Ersthalt.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [363] = { -["points"] = 5, -["name"] = "Seuchenbeender", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Seuchenbeender", ["description"] = "Tötet Merdyndril den Alchemisten in der Obsidianschlucht und setzt der Llodos-Seuche ein Ende.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [364] = { -["points"] = 15, -["name"] = "Tempelritter", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Tempelritter", ["description"] = "Befreit den Tempel des Tribunals von den einfallenden daedrischen Truppen.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [365] = { -["points"] = 15, -["name"] = "Vox\' Verderbnis", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Vox\' Verderbnis", ["description"] = "Tötet Magistra Vox in der Phantomsenke und stellt den Frieden in Deshaan wieder her.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [367] = { -["points"] = 10, -["name"] = "Sieger von Krähenwald", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 31, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger von Krähenwald", ["description"] = "Besiegt drei der Champions in Krähenwald.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 39, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [368] = { -["points"] = 50, -["name"] = "Eroberer von Krähenwald", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 30, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer von Krähenwald", ["description"] = "Besiegt alle Champions in Krähenwald.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [369] = { -["points"] = 10, -["name"] = "Sieger der vergessenen Krypten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 38, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger der vergessenen Krypten", ["description"] = "Besiegt drei der Champions in den vergessenen Krypten.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 40, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [370] = { -["points"] = 50, -["name"] = "Eroberer der vergessenen Krypten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 35, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer der vergessenen Krypten", ["description"] = "Besiegt alle Champions in den vergessenen Krypten.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [371] = { -["points"] = 50, -["name"] = "Gruppenwagnis in der Löwengrube", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 43, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in der Löwengrube", ["description"] = "Tötet den einsamen Riesen und seine wütenden Mammuts in der Löwengrube.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [372] = { -["points"] = 50, -["name"] = "Gruppenwagnis in Sanguines Domäne", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in Sanguines Domäne", ["description"] = "Besiegt Kampfmeister Grel und seine Adepten in Sanguines Domäne.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [373] = { -["points"] = 10, -["name"] = "Sieger der Löwengrube", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 34, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger der Löwengrube", ["description"] = "Besiegt drei der Champions in der Löwengrube.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 42, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [374] = { -["points"] = 50, -["name"] = "Eroberer der Löwengrube", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer der Löwengrube", ["description"] = "Besiegt alle Champions in der Löwengrube.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [375] = { -["points"] = 10, -["name"] = "Sieger der Halle der Toten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 36, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger der Halle der Toten", ["description"] = "Besiegt drei der Champions in der Halle der Toten.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 41, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [376] = { -["points"] = 50, -["name"] = "Eroberer der Halle der Toten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer der Halle der Toten", ["description"] = "Besiegt alle Champions in der Halle der Toten.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [377] = { -["points"] = 10, -["name"] = "Sieger der Obsidiannarbe", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger der Obsidiannarbe", ["description"] = "Besiegt drei der Champions in der Obsidiannarbe.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 44, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [378] = { -["points"] = 50, -["name"] = "Eroberer der Obsidiannarbe", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer der Obsidiannarbe", ["description"] = "Besiegt alle Champions in der Obsidiannarbe.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [379] = { -["points"] = 50, -["name"] = "Gruppenwagnis im Krähenwald", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis im Krähenwald", ["description"] = "Vernichtet die Seelenerscheinungen in Krähenwald, um Ghyslain zu beschwören und ihn zu vernichten.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [380] = { -["points"] = 50, -["name"] = "Gruppenwagnis im Weihegrund", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 39, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis im Weihegrund", ["description"] = "Erschlagt die Riesenschlangenmutter im Weihegrund des Finsteren.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [381] = { -["points"] = 50, -["name"] = "Gruppenwagnis in der Halle der Toten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 42, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in der Halle der Toten", ["description"] = "Besiegt Reynir den Zerstörer und seine Diener in der Halle der Toten.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [382] = { -["points"] = 5, -["name"] = "Graufangs Jäger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 73, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Graufangs Jäger", ["description"] = "Tötet den Riesenbären Graufang am Seeblick.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 41, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [383] = { -["points"] = 5, -["name"] = "Gliederschänders Schlächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 86, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Gliederschänders Schlächter", ["description"] = "Besiegt den Schlurfer Gliederschänder am westlichen Ausblick.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 52, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [384] = { -["points"] = 5, -["name"] = "Werwolffluch", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 80, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Werwolffluch", ["description"] = "Tötet den Werwolf Salazar den Wolf im Wolfslager.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 78, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [385] = { -["points"] = 5, -["name"] = "Asards Assassine", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 69, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Asards Assassine", ["description"] = "Besiegt den Blutdorn-Zombie Asard den Verfaulten am Nordufer.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [386] = { -["points"] = 5, -["name"] = "Klappkiefers Auflauerer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 78, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Klappkiefers Auflauerer", ["description"] = "Besiegt den Wamasu Klappkiefer in Klappkiefers Bucht.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 74, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [387] = { -["points"] = 5, -["name"] = "Untergang des Blutrufers", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 75, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Untergang des Blutrufers", ["description"] = "Besiegt den Nekromanten Grivier Blutrufer auf der Leidensfeuerinsel.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [388] = { -["points"] = 50, -["name"] = "Gruppenwagnis in den Vergessenen Krypten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in den Vergessenen Krypten", ["description"] = "Beendet die Kwamaplage und tötet die Kwamawächter in den Vergessenen Krypten.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [389] = { -["points"] = 10, -["name"] = "Sieger der Zahnbrecherrinne", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger der Zahnbrecherrinne", ["description"] = "Besiegt drei der Champions in der Zahnbrecherrinne.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 50, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [390] = { -["points"] = 50, -["name"] = "Eroberer der Zahnbrecherrinne", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer der Zahnbrecherrinne", ["description"] = "Besiegt alle Champions in der Zahnbrecherrinne.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 34, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [391] = { -["points"] = 10, -["name"] = "Sieger von Volenfell", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger von Volenfell", ["description"] = "Besiegt Quintus Verres, Bebenschuppe, und das Wächerkonzil in Volenfell.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [393] = { -["points"] = 10, -["name"] = "Sieger der Gesegneten Feuerprobe", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Gesegneten Feuerprobe", ["description"] = "Besiegt das Rudel, die Bestienmeisterin und die Lavakönigin in der Gesegneten Feuerprobe.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [395] = { -["points"] = 10, -["name"] = "Sieger der Verlorenen Stadt", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger der Verlorenen Stadt", ["description"] = "Besiegt drei der Champions in der Verlorenen Stadt der Na-Totambu.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 43, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [396] = { -["points"] = 50, -["name"] = "Eroberer der Verlorenen Stadt", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer der Verlorenen Stadt", ["description"] = "Besiegt alle Champions in der Verlorenen Stadt der Na-Totambu.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [399] = { -["points"] = 5, -["name"] = "Knacker der Titanenschere", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 68, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Knacker der Titanenschere", ["description"] = "Besiegt die Schlammkrabbe Titanenschere am Schlammkrabbenstrand.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 72, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [400] = { -["points"] = 5, -["name"] = "Spinnenschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 48, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Spinnenschlächter", ["description"] = "Besiegt die alte Witwe Seide und die Blutweberinnen im Spinnennest.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 69, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [401] = { -["points"] = 5, -["name"] = "Zerstörer der Brutkönigin", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 60, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Zerstörer der Brutkönigin", ["description"] = "Besiegt die Brutmutter der Dreugh in den Dreughwassern.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [402] = { -["points"] = 5, -["name"] = "Gar Xuu Gars Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 59, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Gar Xuu Gars Fluch", ["description"] = "Besiegt den Daedroth Gar Xuu Gar und seine Diener auf dem verlassenen Hof.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 40, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [403] = { -["points"] = 5, -["name"] = "Cousin Gerippes Niedergang", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 58, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Cousin Gerippes Niedergang", ["description"] = "Besiegt den Oger mit dem Namen Cousin Gerippe in Gerippes Speisekammer.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [404] = { -["points"] = 5, -["name"] = "Die Krux mit Kruz", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 57, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Die Krux mit Kruz", ["description"] = "Besiegt den Sturmatronachen Zymel Kruz am uralten Altar.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 50, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [406] = { -["points"] = 5, -["name"] = "Voll auf die Nase", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 87, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Voll auf die Nase", ["description"] = "Springt von der Nase des Trauernden Riesen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 59, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [410] = { -["points"] = 10, -["name"] = "Sieger des Schwarzherz-Unterschlupfs", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger des Schwarzherz-Unterschlupfs", ["description"] = "Besiegt Atarus, die Hortmutter und Kapitän Schwarzherz im Schwarzherz-Unterschlupf.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [412] = { -["points"] = 10, -["name"] = "Erforscher der Ruinen von Santaki", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 38, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Ruinen von Santaki", ["description"] = "Erforscht und säubert die Ruinen von Santaki.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 66, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [413] = { -["points"] = 15, -["name"] = "Höhlenforscher der Alik\'r-Wüste", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Höhlenforscher der Alik\'r-Wüste", ["description"] = "Entdeckt und säubert alle sechs Höhlen in der Alik\'r-Wüste.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [414] = { -["points"] = 10, -["name"] = "Erforscher der Mine von Divads Verdruss", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 37, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Mine von Divads Verdruss", ["description"] = "Erforscht und säubert die Mine von Divads Verdruss.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [415] = { -["points"] = 10, -["name"] = "Berüchtigter Anwerber", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Berüchtigter Anwerber", ["description"] = "Rekrutiert alle drei berühmten Freibeuter auf Stros M\'Kai.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [416] = { -["points"] = 10, -["name"] = "Erforscher der Ruinen von Aldunz", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 33, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Ruinen von Aldunz", ["description"] = "Erforscht und säubert die Ruinen von Aldunz.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [417] = { -["points"] = 10, -["name"] = "Sieger von Selenes Netz", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger von Selenes Netz", ["description"] = "Besiegt Langkralle, Faulfell und Selene in Selenes Netz.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [419] = { -["points"] = 10, -["name"] = "Erforscher der Kaltfelsgrabungen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 30, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Kaltfelsgrabungen", ["description"] = "Erforscht und säubert die Kaltfelsgrabungen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [420] = { -["points"] = 10, -["name"] = "Erforscher der Sandumtosten Mine", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 32, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Sandumtosten Mine", ["description"] = "Erforscht und säubert die Sandumtoste Mine.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 65, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [421] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 25, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Spindeltiefen II", +["description"] = "Besiegt den Blutgolem, Praxins Geist und Vorenor Winterkind in den Spindeltiefen II (Veteranen).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Besiegt den Blutgolem, Praxins Geist und Vorenor Winterkind in den Spindeltiefen II (Veteranen).", +["points"] = 10, ["Category_ID"] = 5, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 3, } , [423] = { -["points"] = 10, -["name"] = "Erforscher der Ruinen von Yldzuun", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 31, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Ruinen von Yldzuun", ["description"] = "Erforscht und säubert die Ruinen von Yldzuun.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 81, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [424] = { -["points"] = 15, -["name"] = "Höhlenforscher von Ostmarsch", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Höhlenforscher von Ostmarsch", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Ostmarsch.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [425] = { -["points"] = 5, -["name"] = "Todsangfäller", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Todsangfäller", ["description"] = "Zerstört die verdorbenen Pflanzenwesen in der Todsanggrube in Schnittermark.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [426] = { -["points"] = 5, -["name"] = "Fluch des großen Ozur", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Fluch des großen Ozur", ["description"] = "Besiegt den großen Ozur den Oger im nach ihm benannten Tal.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [427] = { -["points"] = 5, -["name"] = "Gnadenmörder", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Gnadenmörder", ["description"] = "Besiegt die Königin der Drei Gnaden und ihre Gefolgschaft an den Wassertänzerfällen in Schnittermark.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 48, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [428] = { -["points"] = 5, -["name"] = "Unheil des Grabrufers", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Unheil des Grabrufers", ["description"] = "Besiegt Grabrufer Niramo und seine dunkle „Tochter“ Varien am Schnitterhenge.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 38, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [429] = { -["points"] = 5, -["name"] = "Ysolmarrs Fall", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Ysolmarrs Fall", ["description"] = "Besiegt den Daedroth Ysolmarr den wandelnden Scheiterhaufen nahe dem alten Steg von S\'ren-ja in Schnittermark.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 79, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [430] = { -["points"] = 5, -["name"] = "Nur-dros Niedergang", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Nur-dros Niedergang", ["description"] = "Besiegt Befehlshaber Nur-dro, einen Vampir, bei Ushmals Ruhe in Schnittermark.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 54, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [432] = { -["points"] = 10, -["name"] = "Erforscher von Aba-Loria", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Erforscher von Aba-Loria", ["description"] = "Erforscht und säubert die Aba-Loria-Höhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [433] = { -["points"] = 10, -["name"] = "Erforscher der Grotte der Laster", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Erforscher der Grotte der Laster", ["description"] = "Erforscht und säubert die Grotte der Laster.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [434] = { -["points"] = 10, -["name"] = "Erforscher der Höhle der Trophäen", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Erforscher der Höhle der Trophäen", ["description"] = "Erforscht und säubert die Höhle der Trophäen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [435] = { -["points"] = 10, -["name"] = "Erforscher des Schmiedefeuer-Gewölbes", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Erforscher des Schmiedefeuer-Gewölbes", ["description"] = "Erforscht und säubert das Gewölbe von Haman Schmiedefeuer.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [436] = { -["points"] = 10, -["name"] = "Erforscher von Mal Sorras Grabmal", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Erforscher von Mal Sorras Grabmal", ["description"] = "Erforscht und säubert Mal Sorras Grabmal.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [437] = { -["points"] = 10, -["name"] = "Erforscher des Wehklagenden Schlunds", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Erforscher des Wehklagenden Schlunds", ["description"] = "Erforscht und säubert die Höhle des Wehklagenden Schlunds.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [438] = { -["points"] = 15, -["name"] = "Höhlenforscher von Kalthafen", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 6, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Höhlenforscher von Kalthafen", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Kalthafen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [439] = { -["points"] = 5, -["name"] = "Sthorhas Unheil", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Sthorhas Unheil", ["description"] = "Besiegt den Daedroth Sthorha die Rasende in Aba-Darre.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [440] = { -["points"] = 5, -["name"] = "Eisgeistjäger", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Eisgeistjäger", ["description"] = "Besiegt den Eisgeist Duriatundur auf Duriatundurs Schlachtfeld.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [441] = { -["points"] = 5, -["name"] = "Untergang des Zenturios", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Untergang des Zenturios", ["description"] = "Besiegt den uralten Dwemerzenturio Zemarek-thul in Zemareks Senke.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [442] = { -["points"] = 5, -["name"] = "Jäger dreier Daedroth", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Jäger dreier Daedroth", ["description"] = "Besiegt das Daedratrio Nolagha, Keggahiha und Rsolignag bei der Daedroth-Fütterung.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [443] = { -["points"] = 5, -["name"] = "Brolsgerbwds Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Brolsgerbwds Fluch", ["description"] = "Besiegt die Dremora-Nekromantin Brolsgerbwd beim erhobenen Hof.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [444] = { -["points"] = 5, -["name"] = "Cynhamoths Ende", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Cynhamoths Ende", ["description"] = "Besiegt die Ernterin Cynhamoth in Cynhamoths Hain.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [445] = { -["points"] = 50, -["name"] = "Gruppenwagnis in Rulanyils Fall", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 48, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in Rulanyils Fall", ["description"] = "Besiegt die untoten Horden von Hergor dem Gefallenen in Rulanyils Fall.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [446] = { -["points"] = 50, -["name"] = "Assassine der Spindeltiefen II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Spindeltiefen II", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [448] = { -["points"] = 50, -["name"] = "Barmherziger Held", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Barmherziger Held", ["description"] = "Besiegt Vorenor Winterkind in den Spindeltiefen II (Veteranen), ohne unschuldige Opfer, die in seinen Gemächern gefangen sind, zu töten.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [449] = { -["points"] = 50, -["name"] = "Assassine der Verbannungszellen II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Verbannungszellen II", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [451] = { -["points"] = 50, -["name"] = "Verfluchter Held", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Verfluchter Held", ["description"] = "Besiegt Sippenhochfürst Rilis in den Verbannungszellen II (Veteranen), solange noch mindestens drei Daedroth leben.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [452] = { -["points"] = 15, -["name"] = "Höhlenforscher von Schnittermark", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher von Schnittermark", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Schnittermark.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [453] = { -["points"] = 10, -["name"] = "Erforscher von Kunas Grabung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Kunas Grabung", ["description"] = "Erforscht und säubert Kunas Grabung.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 45, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [454] = { -["points"] = 10, -["name"] = "Erforscher von Thibauts Steingrab", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Thibauts Steingrab", ["description"] = "Erforscht und säubert Thibauts Steingrab.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 69, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [455] = { -["points"] = 10, -["name"] = "Erforscher der Heulwindhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Heulwindhöhle", ["description"] = "Erforscht und säubert die Heulwindhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 77, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [456] = { -["points"] = 10, -["name"] = "Erforscher von Krallenhieb", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Krallenhieb", ["description"] = "Erforscht und säubert Krallenhieb.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [457] = { -["points"] = 10, -["name"] = "Erforscher von Fardirs Torheit", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Fardirs Torheit", ["description"] = "Erforscht und säubert Fardirs Torheit.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 35, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [458] = { -["points"] = 10, -["name"] = "Erforscher von Jodeslicht", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Jodeslicht", ["description"] = "Erforscht und säubert Jodeslicht.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 43, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [459] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 23, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer des Eldengrunds II", +["description"] = "Besiegt Dunkelwurz, Düsterlicht und Bogdan die Nachtflamme im Eldengrund II (Veteranen).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Besiegt Dunkelwurz, Düsterlicht und Bogdan die Nachtflamme im Eldengrund II (Veteranen).", +["points"] = 10, ["Category_ID"] = 5, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 3, } , [460] = { -["points"] = 50, -["name"] = "Gruppenwagnis in den Blutgrotten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 41, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in den Blutgrotten", ["description"] = "Besiegt Flachzahn und seine Vasallen in den Blutgrotten.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [461] = { -["points"] = 50, -["name"] = "Assassine des Eldengrunds II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine des Eldengrunds II", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [463] = { -["points"] = 50, -["name"] = "Geschlossenes Kapitel", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Geschlossenes Kapitel", ["description"] = "Besiegt Bogdan die Nachtflamme nachdem Ihr das Opus der Qual im Eldengrund II (Veteranen) gelesen habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [464] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 20, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Dunkelschattenkavernen II", +["description"] = "Besiegt den verwandelten Schwarmfürst, Grobull den Verwandelten und den Maschinenwächter in den Dunkelschattenkavernen II (Veteranen).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Besiegt den verwandelten Schwarmfürst, Grobull den Verwandelten und den Maschinenwächter in den Dunkelschattenkavernen II (Veteranen).", +["points"] = 10, ["Category_ID"] = 5, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 3, } , [465] = { -["points"] = 50, -["name"] = "Assassine der Dunkelschattenkavernen II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Dunkelschattenkavernen II", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [467] = { -["points"] = 50, -["name"] = "Tödlicher Ingenieur", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Tödlicher Ingenieur", ["description"] = "Besiegt den Maschinenwächter in den Dunkelschattenkavernen II (Veteranen), ohne dass ein Gruppenmitglied einen Maschinenhebel umlegt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [468] = { -["points"] = 50, -["name"] = "Gruppenwagnis in der Zahnbrecherrinne", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 49, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in der Zahnbrecherrinne", ["description"] = "Vernichtet Blutwurz und ihre Wächterinnen in der Zahnbrecherrinne.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [469] = { -["points"] = 50, -["name"] = "Gruppenwagnis im Düsteren Herrenhaus", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 50, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis im Düsteren Herrenhaus", ["description"] = "Besiegt die verdammten Kreaturen aus Graccus Frostexperimenten im Düsteren Herrenhaus.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [470] = { -["points"] = 50, -["name"] = "Gruppenwagnis in Wurzelbruch", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 47, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in Wurzelbruch", ["description"] = "Besiegt den Knochenkrämer und dessen Häscher in den Ruinen von Wurzelbruch.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [471] = { -["points"] = 5, -["name"] = "Angler von Glenumbra", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Glenumbra", ["description"] = "Fangt alle 12 seltenen Fische in Glenumbra.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [472] = { -["points"] = 5, -["name"] = "Angler von Sturmhafen", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Sturmhafen", ["description"] = "Fangt alle 12 seltenen Fische in Sturmhafen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [473] = { -["points"] = 5, -["name"] = "Angler von Kluftspitze", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Kluftspitze", ["description"] = "Fangt alle 12 seltenen Fische in Kluftspitze.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [474] = { -["points"] = 5, -["name"] = "Angler der Alik\'r-Wüste", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler der Alik\'r-Wüste", ["description"] = "Fangt alle 12 seltenen Fische in der Alik\'r-Wüste.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [475] = { -["points"] = 5, -["name"] = "Angler von Bangkorai", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Bangkorai", ["description"] = "Fangt alle 12 seltenen Fische in Bangkorai.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [476] = { -["points"] = 10, -["name"] = "Fischer des Bündnisses", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 5, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Fischer des Bündnisses", ["description"] = "Schließt alle Fischerei-Errungenschaften im Dolchsturz-Bündnis ab.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [477] = { -["points"] = 5, -["name"] = "Angler von Steinfälle", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Steinfälle", ["description"] = "Fangt alle 12 seltenen Fische in Steinfälle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [478] = { -["points"] = 5, -["name"] = "Angler von Deshaan", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Deshaan", ["description"] = "Fangt alle 12 seltenen Fische in Deshaan.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [479] = { -["points"] = 5, -["name"] = "Angler von Schattenfenn", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Schattenfenn", ["description"] = "Fangt alle 12 seltenen Fische in Schattenfenn.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [480] = { -["points"] = 5, -["name"] = "Angler von Ostmarsch", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Ostmarsch", ["description"] = "Fangt alle 12 seltenen Fische in Ostmarsch.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [481] = { -["points"] = 5, -["name"] = "Angler von Rift", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Rift", ["description"] = "Fangt alle 12 seltenen Fische in Rift.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [482] = { -["points"] = 10, -["name"] = "Fischer des Paktes", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 5, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Fischer des Paktes", ["description"] = "Schließt alle Fischerei-Errungenschaften im Ebenherz-Pakt ab.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [483] = { -["points"] = 5, -["name"] = "Angler von Auridon", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Auridon", ["description"] = "Fangt alle 12 seltenen Fische auf Auridon.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [484] = { -["points"] = 5, -["name"] = "Angler von Grahtwald", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Grahtwald", ["description"] = "Fangt alle 12 seltenen Fische in Grahtwald.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [485] = { -["points"] = 5, -["name"] = "Angler von Grünschatten", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Grünschatten", ["description"] = "Fangt alle 12 seltenen Fische in Grünschatten.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [486] = { -["points"] = 5, -["name"] = "Angler von Malabal Tor", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Malabal Tor", ["description"] = "Fangt alle 12 seltenen Fische in Malabal Tor.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [487] = { -["points"] = 5, -["name"] = "Angler von Schnittermark", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Schnittermark", ["description"] = "Fangt alle 12 seltenen Fische in Schnittermark.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [488] = { -["points"] = 10, -["name"] = "Fischer des Dominions", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 5, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Fischer des Dominions", ["description"] = "Schließt alle Fischerei-Errungenschaften im Aldmeri-Dominion ab.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [489] = { -["points"] = 10, -["name"] = "Angler Cyrodiils", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler Cyrodiils", ["description"] = "Fangt alle 12 seltenen Fische in Cyrodiil.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 12, -} -, -[490] = { -["points"] = 5, -["name"] = "Angler von Kalthafen", +["prevId"] = 0, +["points"] = 10, ["nextId"] = 0, +} +, +[490] = { +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Kalthafen", ["description"] = "Fangt alle 12 seltenen Fische in Kalthafen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [491] = { -["points"] = 5, -["name"] = "Angler von Stros M\'Kai", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Stros M\'Kai", ["description"] = "Fangt einen seltenen eltherischen Zackenbarsch in den Salzgewässern von Stros M\'Kai.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [492] = { -["points"] = 5, -["name"] = "Angler von Khenartis Rast", -["nextId"] = 0, -["Category"] = "Exploration", -["SubCategory"] = "Fishing", ["SubCategory_ID"] = 8, -["description"] = "Fangt einen seltenen Pyandonesischen Rochen in den Salzgewässern von Khenartis Rast.", -["prevId"] = 0, -["Category_ID"] = 6, +["numCriteria"] = 1, ["achievementIndex"] = 17, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Exploration", +["SubCategory"] = "Fishing", +["name"] = "Angler von Khenarthis Rast", +["description"] = "Fangt einen seltenen Pyandonesischen Rochen in den Salzgewässern von Khenarthis Rast.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [493] = { -["points"] = 5, -["name"] = "Angler von Ödfels", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Ödfels", ["description"] = "Fangt einen seltenen Vvardenfell-Parma in den Salzgewässern von Ödfels.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [494] = { -["points"] = 50, -["name"] = "Meisterfischer", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 8, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, -["description"] = "Schließt alle Fischerei-Errungenschaften ab.", -["prevId"] = 0, +["name"] = "Meisterfischer", +["description"] = "Beweist Euch als Meisterangler, indem Ihr die unten aufgeführten Errungenschaften abschließt.", ["Category_ID"] = 6, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 8, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [495] = { -["points"] = 5, -["name"] = "Sturz der Dünenbrecherin", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 35, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Sturz der Dünenbrecherin", ["description"] = "Besiegt den Dünenbrecher Mutter Sande bei der vergessenen Karawane.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 34, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [496] = { -["points"] = 5, -["name"] = "Unheil des einsamen Vaters", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Unheil des einsamen Vaters", ["description"] = "Besiegt den Riesen einsamer Vater im Riesenlager.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 53, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [497] = { -["points"] = 5, -["name"] = "Vettelaufruhr", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 34, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Vettelaufruhr", ["description"] = "Besiegt die Vettelschwestern Igazkad, Orochar und Ukha im Vettellager.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 43, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [498] = { -["points"] = 5, -["name"] = "Korignahs Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Korignahs Fluch", ["description"] = "Besiegt Korignah die Ernterin in der Höhle der Einsamen Herzen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 49, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [499] = { -["points"] = 5, -["name"] = "Mörder des Mumienkönigs", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Mörder des Mumienkönigs", ["description"] = "Besiegt den Mumienkönig bei der Ruhe des Königs.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 56, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [500] = { -["points"] = 5, -["name"] = "Heiligenschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 36, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Heiligenschlächter", ["description"] = "Besiegt die Goldene Heilige Staada im Niederen Kreis.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 64, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [510] = { -["points"] = 5, -["name"] = "Waldläufer des Hofes", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Waldläufer des Hofes", ["description"] = "Beschützt den Hof des Wildkönigs.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [511] = { -["points"] = 5, -["name"] = "Schleierlüfter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Schleierlüfter", ["description"] = "Beendet die Bedrohung durch das Schleiererbe in Grünschatten.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [512] = { -["points"] = 5, -["name"] = "Beschützer Valenwalds", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Beschützer Valenwalds", ["description"] = "Merzt die Verderbnis in Valenwald aus.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [516] = { -["points"] = 5, -["name"] = "Uwafas Niedergang", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Uwafas Niedergang", ["description"] = "Besiegt Uwafa und holt die Wehr der Ansei zurück.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [517] = { -["points"] = 5, -["name"] = "Alasans Vernichtung", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Alasans Vernichtung", ["description"] = "Besiegt Alasan und bringt die Wehr der Ansei zurück.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [518] = { -["points"] = 5, -["name"] = "Held der Ash\'abah", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Held der Ash\'abah", ["description"] = "Besiegt die Verdorrte Hand und holt alle Wehren der Ansei zurück.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [524] = { -["points"] = 15, -["name"] = "Meridias Lichtträger", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 5, +["name"] = "Meridias Lichtträger", ["description"] = "Sammelt alle Lichter von Meridia in Kalthafen.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [525] = { -["points"] = 10, -["name"] = "Fluch der Maormer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, -["description"] = "Verhindert, dass die Maormer einen Orkan heraufbeschwören, der Khenartis Rast zerstört.", -["prevId"] = 0, +["name"] = "Fluch der Maormer", +["description"] = "Verhindert, dass die Maormer einen Orkan heraufbeschwören, der Khenarthis Rast zerstört.", ["Category_ID"] = 7, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [526] = { -["points"] = 5, -["name"] = "Keine Macht dem Skooma", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 84, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, -["description"] = "Schreitet bei jedem Fall von Skoomamißbrauch in Khenartis Rast ein.", -["prevId"] = 0, +["name"] = "Keine Macht dem Skooma", +["description"] = "Schreitet bei jedem Fall von Skoomamißbrauch in Khenarthis Rast ein.", ["Category_ID"] = 6, -["achievementIndex"] = 64, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [536] = { -["points"] = 5, -["name"] = "Helfer der Klanmutter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Helfer der Klanmutter", ["description"] = "Verhelft der Klanmutter von Arenthia zu neuer Macht.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [537] = { -["points"] = 5, -["name"] = "Einkerkerer der Dunklen Mähne", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Einkerkerer der Dunklen Mähne", ["description"] = "Bindet die Dunkle Mähne an sein Gefängnis unterhalb von Mondhöhe.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [538] = { -["points"] = 5, -["name"] = "Pfadgänger der Zwei Monde", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Pfadgänger der Zwei Monde", ["description"] = "Beschreitet den Pfad der Zwei Monde mit der nächsten Mähne.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [539] = { -["points"] = 10, -["name"] = "Erforscher vom Trollzahnstocher", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher vom Trollzahnstocher", ["description"] = "Erforscht und säubert den Trollzahnstocher.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 76, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [540] = { -["points"] = 10, -["name"] = "Erforscher von Torogstrotz", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher von Torogstrotz", ["description"] = "Erforscht und säubert Torogstrotz.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 73, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [541] = { -["points"] = 10, -["name"] = "Erforscher der Krypta der Verstoßenen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Krypta der Verstoßenen", ["description"] = "Erforscht und säubert die Krypta der Verstoßenen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [542] = { -["points"] = 10, -["name"] = "Erforscher der Immergrünen Wacht", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Immergrünen Wacht", ["description"] = "Erforscht und säubert die Immergrüne Wacht.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 77, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [543] = { -["points"] = 10, -["name"] = "Erforscher des Trümmersporns", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher des Trümmersporns", ["description"] = "Erforscht und säubert den Trümmersporn.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 63, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [544] = { -["points"] = 10, -["name"] = "Erforscher von Klathzgar", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher von Klathzgar", ["description"] = "Erforscht und säubert Klathzgar.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 47, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [545] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 21, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Verbannungszellen II", +["description"] = "Besiegt den Schlund des Infernalen, Hüterin Imiril und Sippenhochfürst Rilis in den Verbannungszellen II (Veteranen).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Besiegt den Schlund des Infernalen, Hüterin Imiril und Sippenhochfürst Rilis in den Verbannungszellen II (Veteranen).", +["points"] = 10, ["Category_ID"] = 5, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, } , [548] = { -["points"] = 10, -["name"] = "Ozzozachars Verderben", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Ozzozachars Verderben", ["description"] = "Tötet Ozzozachar, den liebsten Titan von Molag Bal.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [550] = { -["points"] = 10, -["name"] = "Erforscher von Unterwurz", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 47, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Unterwurz", ["description"] = "Erforscht und säubert Unterwurz.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 72, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [551] = { -["points"] = 10, -["name"] = "Sieger der Stadt der Asche I", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Stadt der Asche I", ["description"] = "Besiegt den Infernalen Wächter, den Hüter des Schreins und Klingenmeister Erthas in der Stadt der Asche I.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [553] = { -["points"] = 10, -["name"] = "Erforscher von Carac Dena", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 52, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Carac Dena", ["description"] = "Erforscht und säubert Carac Dena.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [555] = { -["points"] = 10, -["name"] = "Erforscher von Gurzags Mine", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 53, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Gurzags Mine", ["description"] = "Erforscht und säubert Gurzags Mine.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 40, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [558] = { -["points"] = 10, -["name"] = "Erforscher des Zankweiberbaus", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 51, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher des Zankweiberbaus", ["description"] = "Erforscht und säubert den Zankweiberbau.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 41, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [559] = { -["points"] = 10, -["name"] = "Erforscher der Hügelgrabung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 46, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Hügelgrabung", ["description"] = "Erforscht und säubert die Hügelgrabung.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [560] = { -["points"] = 5, -["name"] = "Gathongors Jäger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 49, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Gathongors Jäger", ["description"] = "Besiegt den argonischen Behemoth Gathongor den Zermalmer in Gathongors Morast.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 36, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [561] = { -["points"] = 5, -["name"] = "König des Hügels", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 41, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "König des Hügels", ["description"] = "Besiegt den Oger Thodundor bei Thodundors Blick.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 44, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [562] = { -["points"] = 5, -["name"] = "Meereselfensorge", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 42, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Meereselfensorge", ["description"] = "Besiegt die Meereselfin Jahlasri und ihre Maormer-Gefährten im Maormer-Lager.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 61, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [563] = { -["points"] = 5, -["name"] = "Wurzwassers Vergehen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 50, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Wurzwassers Vergehen", ["description"] = "Besiegt den Schlurfer, der als das Herz von Wurzwasser bekannt ist, in der Wurzwasserquelle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 59, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [564] = { -["points"] = 5, -["name"] = "Gegenspionage", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 39, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Gegenspionage", ["description"] = "Tötet Maheelius und seine Spione.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 67, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [565] = { -["points"] = 5, -["name"] = "Zymels Verfolger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 40, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Zymels Verfolger", ["description"] = "Besiegt den Sturmatronachen Zymel Etitan in Pelda Tarn.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 80, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [567] = { -["points"] = 10, -["name"] = "Erforscht Naril Nagaia", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 48, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscht Naril Nagaia", ["description"] = "Erforscht und säubert Naril Nagaia.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 51, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [568] = { -["points"] = 15, -["name"] = "Höhlenforscher von Grünschatten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 45, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher von Grünschatten", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Grünschatten.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [570] = { -["points"] = 10, -["name"] = "Sieger der Kammern des Wahnsinns", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 4, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Kammern des Wahnsinns", ["description"] = "Besiegt Ulguna Seelenplünderer, Grothdarr, Iskra das Omen und den verrückten Architekten in den Kammern des Wahnsinns.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [572] = { -["points"] = 15, -["name"] = "Höhlenforscher von Grahtwald", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 55, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher von Grahtwald", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Grahtwald.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [573] = { -["points"] = 10, -["name"] = "Erforscher von Ne Salas", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 67, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Ne Salas", ["description"] = "Erforscht und säubert Ne Salas.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 52, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [574] = { -["points"] = 10, -["name"] = "Erforscher der Krabblergrube", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 68, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Krabblergrube", ["description"] = "Erforscht und säubert die Krabblergrube.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 60, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [575] = { -["points"] = 10, -["name"] = "Erforscher der Rankentodhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 65, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Rankentodhöhle", ["description"] = "Erforscht und säubert die Rankentodhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 74, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [576] = { -["points"] = 10, -["name"] = "Erforscher der Kettenwurz-Kwamamine", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 60, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Kettenwurz-Kwamamine", ["description"] = "Erforscht und säubert die Klettenwurz-Kwamamine.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [577] = { -["points"] = 10, -["name"] = "Erforscher der Wurmwurzeltiefen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 56, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Wurmwurzeltiefen", ["description"] = "Erforscht und säubert die Wurmwurzeltiefen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 78, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [578] = { -["points"] = 10, -["name"] = "Erforscher der Mobarmine", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 61, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Mobarmine", ["description"] = "Erforscht und säubert die Mobarmine.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 49, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [579] = { -["points"] = 15, -["name"] = "Ankerzerschmetterer des Dominions", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 15, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Ankerzerschmetterer des Dominions", ["description"] = "Zerstört jeden Dunklen Anker im Herrschaftsbereich des Aldmeri-Dominions.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 15, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [584] = { -["points"] = 15, -["name"] = "Ankerzerschmetterer des Bündnisses", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 15, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Ankerzerschmetterer des Bündnisses", ["description"] = "Zerstört jeden Dunklen Anker im Herrschaftsbereich des Dolchsturz-Bündnisses.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 15, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [585] = { -["points"] = 15, -["name"] = "Ankerzerschmetterer des Paktes", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 15, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Ankerzerschmetterer des Paktes", ["description"] = "Zerstört jeden Dunklen Anker im Herrschaftsbereich des Ebenherz-Paktes.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 15, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [586] = { -["points"] = 15, -["name"] = "Kaiserlicher Ankerzerschmetterer", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 10, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Kaiserlicher Ankerzerschmetterer", ["description"] = "Zerstört jeden Dunklen Anker in den umkämpften Landstrichen von Cyrodiil.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [587] = { -["points"] = 50, -["name"] = "Ankerzerschmetterer", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 4, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Anker gelichtet!", ["description"] = "Zerstört jeden Dunklen Anker in Tamriel.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [589] = { -["points"] = 5, -["name"] = "Held des Hauses Tamrith", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Held des Hauses Tamrith", ["description"] = "Tötet Reezal-Jul im Tamrith-Lager und rettet die Flüchtlinge aus Schattenkamm.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [590] = { -["points"] = 5, -["name"] = "Held des Hauses Dorell", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Held des Hauses Dorell", ["description"] = "Tötet Fürstin Lleraya Montclair in Nordspitz und befreit Baron Dorells Stadt.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [591] = { -["points"] = 5, -["name"] = "Schwert von Rabenwacht", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Schwert von Rabenwacht", ["description"] = "Tötet Baron Wylon Montclair und zerstört das lichtlose Überbleibsel an der Unheilsklippe, um Kluftspitze zu retten.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [593] = { -["points"] = 50, -["name"] = "Abenteurer in Steinfälle", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Abenteurer in Steinfälle", ["description"] = "Schließt 59 verschiedene Quests in Steinfälle ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [595] = { -["points"] = 50, -["name"] = "Abenteurer in Deshaan", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Abenteurer in Deshaan", ["description"] = "Schließt 55 verschiedene Quests in Deshaan ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [596] = { -["points"] = 50, -["name"] = "Abenteurer in Schattenfenn", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Abenteurer in Schattenfenn", ["description"] = "Schließt 51 verschiedene Quests in Schattenfenn ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [597] = { -["points"] = 5, -["name"] = "Riesenfreund", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Riesenfreund", ["description"] = "Tötet Warf das Beil und freundet Euch mit den Riesen in der Arena von Wiegenbruch an.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [598] = { -["points"] = 5, -["name"] = "Erlösung des Skaldenkönigs", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Erlösung des Skaldenkönigs", ["description"] = "Rettet Jorunn den Skaldenkönig in den Ruinen von Nebelwacht.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [599] = { -["points"] = 5, -["name"] = "Pfeil des Skaldenkönigs", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Pfeil des Skaldenkönigs", ["description"] = "Besiegt Fildgor Orkthane in Skuldafn und verdient Euch den Titel Pfeil von Jorunn dem Skaldenkönig.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [600] = { -["points"] = 50, -["name"] = "Abenteurer in Ostmarsch", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Abenteurer in Ostmarsch", ["description"] = "Schließt 43 verschiedene Quests in Ostmarsch ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [602] = { -["points"] = 50, -["name"] = "Abenteurer in Schnittermark", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Abenteurer in Schnittermark", ["description"] = "Schließt 45 verschiedene Quests in Schnittermark ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [603] = { -["points"] = 50, -["name"] = "Abenteurer in Rift", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Abenteurer in Rift", ["description"] = "Schließt 61 verschiedene Quests in Rift ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [604] = { -["points"] = 50, -["name"] = "Abenteurer auf Auridon", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Abenteurer auf Auridon", ["description"] = "Schließt 37 verschiedene Quests auf Auridon ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [605] = { -["points"] = 5, -["name"] = "Retter von Südspitz", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Retter von Südspitz", ["description"] = "Befreit Südspitz vom Einfluss des Daedrafürsten Sheogorath.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [606] = { -["points"] = 5, -["name"] = "Zurück aus dem Reliquiar", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Zurück aus dem Reliquiar", ["description"] = "Holt das Herz von Anumaril aus dem Reliquiar der Sterne zurück.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [607] = { -["points"] = 5, -["name"] = "Held von Falinesti", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Held von Falinesti", ["description"] = "Befreit Nairume aus ihrem Gefängnis holt Rajhins Umhang zurück.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [608] = { -["points"] = 50, -["name"] = "Abenteurer in Grahtwald", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Abenteurer in Grahtwald", ["description"] = "Schließt 38 verschiedene Quests in Grahtwald ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [610] = { -["points"] = 50, -["name"] = "Abenteurer in Grünschatten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Abenteurer in Grünschatten", ["description"] = "Schließt 40 verschiedene Quests in Grünschatten ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [611] = { -["points"] = 50, -["name"] = "Abenteurer in Malabal Tor", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Abenteurer in Malabal Tor", ["description"] = "Schließt 40 verschiedene Quests in Malabal Tor ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [612] = { -["points"] = 5, -["name"] = "Licht des Ayleïdenkönigs", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 5, +["name"] = "Licht des Ayleïdenkönigs", ["description"] = "Rettet Laloriaran Dynar, den letzten Ayleïdenkönig, aus dem lichtlosen Kerkerloch.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [613] = { -["points"] = 5, -["name"] = "Wächter des großen Magiers", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 5, +["name"] = "Wächter des großen Magiers", ["description"] = "Rettet den großen Magier Vanus Galerion, und helft ihm, Molag Bals Große Fessel zu zerstören.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [614] = { -["points"] = 5, -["name"] = "Trenner der Ebenenverschmelzung", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 5, +["name"] = "Trenner der Ebenenverschmelzung", ["description"] = "Haltet die Ebenenverschmelzung auf und vereitelt Molag Bals Eroberungsplan an der endlosen Treppe.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [616] = { -["points"] = 50, -["name"] = "Abenteurer in Kalthafen", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 5, +["name"] = "Abenteurer in Kalthafen", ["description"] = "Schließt 29 verschiedene Quests in Kalthafen ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [617] = { -["points"] = 50, +["numCriteria"] = 5, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Quests", ["name"] = "Held des Ebenherz-Paktes", +["description"] = "Beweist Euch als Abenteurer im Ebenherz-Pakt.", ["nextId"] = 0, -["Category"] = "Quests", ["prevId"] = 0, -["description"] = "Beweist Euch als Abenteurer im Ebenherz-Pakt.", +["points"] = 50, ["Category_ID"] = 7, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, } , [618] = { -["points"] = 50, +["numCriteria"] = 5, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Quests", ["name"] = "Held des Aldmeri-Dominions", +["description"] = "Beweist Euch als Abenteurer im Aldmeri-Dominion.", ["nextId"] = 0, -["Category"] = "Quests", ["prevId"] = 0, -["description"] = "Beweist Euch als Abenteurer im Aldmeri-Dominion.", +["points"] = 50, ["Category_ID"] = 7, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, } , [619] = { -["points"] = 10, -["name"] = "Ankerschädiger", -["nextId"] = 620, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 324, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Ankerschädiger", ["description"] = "Zerstört 50 Dunkle Anker aus Kalthafen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 7, -["firstID"] = 324, -["numCriteria"] = 1, +["prevId"] = 324, +["points"] = 10, +["nextId"] = 620, } , [620] = { -["points"] = 15, -["name"] = "Ankerdezimierer", -["nextId"] = 621, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 324, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Ankerdezimierer", ["description"] = "Zerstört 100 Dunkle Anker aus Kalthafen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 7, -["firstID"] = 324, -["numCriteria"] = 1, +["prevId"] = 619, +["points"] = 15, +["nextId"] = 621, } , [621] = { -["points"] = 50, -["name"] = "Ankervernichter", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 324, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Ankervernichter", ["description"] = "Zerstört 250 Dunkle Anker aus Kalthafen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 7, -["firstID"] = 324, -["numCriteria"] = 1, +["prevId"] = 620, +["points"] = 50, +["nextId"] = 0, } , [622] = { -["points"] = 50, -["name"] = "Höhlenforscher des Aldmeri-Dominions", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher des Aldmeri-Dominions", ["description"] = "Schließt alle Höhlenforscher-Errungenschaften des Aldmeri-Dominions ab.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [625] = { -["points"] = 50, -["name"] = "Höhlenforscher des Dolchsturz-Bündnisses", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Höhlenforscher des Dolchsturz-Bündnisses", ["description"] = "Schließt alle Höhlenforscher-Errungenschaften des Dolchsturz-Bündnisses ab.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [626] = { -["points"] = 50, -["name"] = "Höhlenforscher des Ebenherz-Paktes", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Höhlenforscher des Ebenherz-Paktes", ["description"] = "Schließt alle Höhlenforscher-Errungenschaften des Ebenherz-Paktes ab.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [627] = { -["points"] = 50, +["numCriteria"] = 4, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Exploration", ["name"] = "Höhlenforscher Tamriels", +["description"] = "Schließt alle Höhlenforscher-Errungenschaften Tamriels ab.", ["nextId"] = 0, -["Category"] = "Exploration", ["prevId"] = 0, -["description"] = "Schließt alle Höhlenforscher-Errungenschaften Tamriels ab.", +["points"] = 50, ["Category_ID"] = 6, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 4, } , [628] = { -["points"] = 50, +["numCriteria"] = 4, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Quests", ["name"] = "Meisterabenteurer Tamriels", +["description"] = "Beweist Euch als Abenteurer in ganz Tamriel.", ["nextId"] = 0, -["Category"] = "Quests", ["prevId"] = 0, -["description"] = "Beweist Euch als Abenteurer in ganz Tamriel.", +["points"] = 50, ["Category_ID"] = 7, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 4, } , [678] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 22, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Kanalisation von Wegesruh II", +["description"] = "Besiegt Malubeth die Auspeitscherin, Garron den Zurückgekehrten und Varaine und Allene Pellingare in der Kanalisation von Wegesruh II (Veteranen).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Besiegt Malubeth die Auspeitscherin, Garron den Zurückgekehrten und Varaine und Allene Pellingare in der Kanalisation von Wegesruh II (Veteranen).", +["points"] = 10, ["Category_ID"] = 5, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 3, } , [679] = { -["points"] = 50, -["name"] = "Assassine der Kanalisation von Wegesruh II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Kanalisation von Wegesruh II", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [681] = { -["points"] = 50, -["name"] = "Pellingare-Ghulschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Pellingare-Ghulschlächter", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [691] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, +["Category"] = "Dungeons", ["name"] = "Verliesbezwinger", +["description"] = "Tötet 100 berüchtigte Feinde in Verliesen.", ["nextId"] = 0, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Tötet 100 berüchtigte Feinde in Verliesen.", +["points"] = 10, ["Category_ID"] = 4, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, } , [696] = { -["points"] = 5, -["name"] = "Shaguras Unheil", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 62, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Shaguras Unheil", ["description"] = "Besiegt den verrückten Orkjäger Shagura in Hircines Henge.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 63, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [697] = { -["points"] = 5, -["name"] = "Monsunmarodeur", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 64, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Monsunmarodeur", ["description"] = "Besiegt die Senchetigerin Nindaeril den Monsun in Nindaerils Zuflucht.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 50, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [698] = { -["points"] = 5, -["name"] = "Wasserwacht", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 66, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Wasserwacht", ["description"] = "Besiegt die Nereïde Fürstin Trostin in deren Fenn.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 76, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [699] = { -["points"] = 5, -["name"] = "Wildererwilderer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 59, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Wildererwilderer", ["description"] = "Besiegt Otho Rufinus, den Anführer der Wilderer im Wildererlager.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 57, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [700] = { -["points"] = 5, -["name"] = "Thugrubs Zerteiler", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 57, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Thugrubs Zerteiler", ["description"] = "Tötet diesen riesigen Fleischatronachen Thugrub den Neugeformten in Thugrubs Höhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 70, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [701] = { -["points"] = 5, -["name"] = "Valanirs Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 63, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Valanirs Fluch", ["description"] = "Besiegt den Lich Valanir bei Valanirs Ruhe.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 73, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [707] = { -["points"] = 50, -["name"] = "Gruppenwagnis in Na-Totambu", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 44, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in Na-Totambu", ["description"] = "Löst das Rätsel der Wächter in der Verlorenen Stadt der Na-Totambu.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [708] = { -["points"] = 50, -["name"] = "Gruppenwagnis bei Razaks Rad", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 46, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis bei Razaks Rad", ["description"] = "Besiegt den Fleischatronachen bei Razaks Rad.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [709] = { -["points"] = 50, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Dungeons", ["name"] = "Verliesherr", +["description"] = "Besiegt 1.000 berüchtigte Feinde in Verliesen.", ["nextId"] = 0, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Besiegt 1.000 berüchtigte Feinde in Verliesen.", +["points"] = 50, ["Category_ID"] = 4, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, } , [710] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, +["Category"] = "Dungeons", ["name"] = "Verliesmarodeur", +["description"] = "Besiegt 1.000 Feinde in Verliesen.", ["nextId"] = 0, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Besiegt 1.000 Feinde in Verliesen.", +["points"] = 10, ["Category_ID"] = 4, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, } , [711] = { -["points"] = 50, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Dungeons", ["name"] = "Verliesauslöscher", +["description"] = "Besiegt 10.000 Feinde in Verliesen.", ["nextId"] = 0, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Besiegt 10.000 Feinde in Verliesen.", +["points"] = 50, ["Category_ID"] = 4, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, } , [713] = { -["points"] = 50, -["name"] = "Gruppenwagnis in der Obsidiannarbe", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 45, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in der Obsidiannarbe", ["description"] = "Besiegt den Ork Zilbash den Betrüger in der Obsidiannarbe.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [714] = { -["points"] = 50, -["name"] = "Gruppenwagnis in den Knochenknacker-Ruinen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 40, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in den Knochenknacker-Ruinen", ["description"] = "Besiegt den Ewigen in den Knochenknacker-Ruinen.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [716] = { -["points"] = 5, -["name"] = "Friedensschöpfer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 86, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Friedensschöpfer", ["description"] = "Helft bei der Annäherung der Kulturen und stärkt die Allianz in Grahtwald.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 56, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [730] = { -["points"] = 10, -["name"] = "Erforscher der Blutmähnenhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 3, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Blutmähnenhöhle", ["description"] = "Erforscht und säubert die Blutmähnenhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [731] = { -["points"] = 10, -["name"] = "Erforscher der Genickbruchhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Genickbruchhöhle", ["description"] = "Erforscht und säubert die Genickbruchhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [732] = { -["points"] = 10, -["name"] = "Erforscher der Hainödhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Hainödhöhle", ["description"] = "Erforscht und säubert die Hainödhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [733] = { -["points"] = 10, -["name"] = "Erforscher der Nisinhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Nisinhöhle", ["description"] = "Erforscht und säubert die Nisinhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [734] = { -["points"] = 10, -["name"] = "Erforscher der Strudellochkavernen", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 3, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Strudellochkavernen", ["description"] = "Erforscht und säubert die Strudellochkavernen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [735] = { -["points"] = 10, -["name"] = "Erforscher der Schlangengrubenhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Schlangengrubenhöhle", ["description"] = "Erforscht und säubert die Schlangengrubenhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [736] = { -["points"] = 10, -["name"] = "Erforscher der Kappsteinhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Kappsteinhöhle", ["description"] = "Erforscht und säubert die Kappsteinhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [737] = { -["points"] = 10, -["name"] = "Erforscher der Echohöhle", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Echohöhle", ["description"] = "Erforscht und säubert die Echohöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [738] = { -["points"] = 10, -["name"] = "Erforscher von Lipsand Tarn", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher von Lipsand Tarn", ["description"] = "Erforscht und säubert Lipsand Tarn.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [739] = { -["points"] = 10, -["name"] = "Erforscher der Rotrubinhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Rotrubinhöhle", ["description"] = "Erforscht und säubert die Rotrubinhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [740] = { -["points"] = 10, -["name"] = "Erforscher der Fliegenpilzgrube", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 5, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Fliegenpilzgrube", ["description"] = "Erforscht und säubert die Fliegenpilzgrube.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [741] = { -["points"] = 10, -["name"] = "Erforscher der Sargtuchhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Sargtuchhöhle", ["description"] = "Erforscht und säubert die Sargtuchhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [742] = { -["points"] = 10, -["name"] = "Erforscher der Berstholzhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 3, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Berstholzhöhle", ["description"] = "Erforscht und säubert die Berstholzhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [743] = { -["points"] = 10, -["name"] = "Erforscher der Königsbannerkaverne", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Königsbannerkaverne", ["description"] = "Erforscht und säubert die Königsbannerkaverne.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [744] = { -["points"] = 10, -["name"] = "Erforscher der Schlammtalkaverne", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 3, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Schlammtalkaverne", ["description"] = "Erkundet und säubert die Schlammtalkaverne.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [745] = { -["points"] = 10, -["name"] = "Erforscher der Molchhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Molchhöhle", ["description"] = "Erforscht und säubert die Molchhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [746] = { -["points"] = 10, -["name"] = "Erforscher der Schnellwasserhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher der Schnellwasserhöhle", ["description"] = "Erforscht und säubert die Schnellwasserhöhle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [747] = { -["points"] = 10, -["name"] = "Erforscher von Vahtacen", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Erforscher von Vahtacen", ["description"] = "Erforscht und säubert Vahtacen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [749] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, +["Category"] = "Dungeons", ["name"] = "Verliesrüpel", +["description"] = "Fügt 1.000.000 Schaden in Verliesen oder Gewölben zu.", ["nextId"] = 0, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Fügt 1.000.000 Schaden in Verliesen oder Gewölben zu.", +["points"] = 10, ["Category_ID"] = 4, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, } , [750] = { -["points"] = 50, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Dungeons", ["name"] = "Verliesschläger", +["description"] = "Fügt 10.000.000 Schaden in Verliesen oder Gewölben zu.", ["nextId"] = 0, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Fügt 10.000.000 Schaden in Verliesen oder Gewölben zu.", +["points"] = 50, ["Category_ID"] = 4, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, } , [751] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Dungeons", ["name"] = "Verliesheiler", +["description"] = "Heilt 1.000.000 Leben in Verliesen oder Gewölben.", ["nextId"] = 0, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Heilt 1.000.000 Leben in Verliesen oder Gewölben.", +["points"] = 10, ["Category_ID"] = 4, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, } , [752] = { -["points"] = 50, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Dungeons", ["name"] = "Guter Verliesheiler", +["description"] = "Heilt 10.000.000 Leben in Verliesen oder Gewölben.", ["nextId"] = 0, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Heilt 10.000.000 Leben in Verliesen oder Gewölben.", +["points"] = 50, ["Category_ID"] = 4, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, } , [753] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Dungeons", ["name"] = "Verliesblocker", +["description"] = "Blockt 1.000.000 Schaden in Verliesen.", ["nextId"] = 0, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Blockt 1.000.000 Schaden in Verliesen.", +["points"] = 10, ["Category_ID"] = 4, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, } , [754] = { -["points"] = 50, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Dungeons", ["name"] = "Guter Verliesblocker", +["description"] = "Blockt 10.000.000 Schaden in Verliesen.", ["nextId"] = 0, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Blockt 10.000.000 Schaden in Verliesen.", +["points"] = 50, ["Category_ID"] = 4, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, } , [758] = { -["points"] = 10, -["name"] = "Abenteurer in Bruma", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 10, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 7, +["name"] = "Abenteurer in Bruma", ["description"] = "Schließt alle Quests in Bruma einmal ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [759] = { -["points"] = 10, -["name"] = "Abenteurer in Cheydinhal", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 10, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 7, +["name"] = "Abenteurer in Cheydinhal", ["description"] = "Schließt alle Quests in Cheydinhal einmal ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [760] = { -["points"] = 10, -["name"] = "Abenteurer in Chorrol und der Weynon-Priorei", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 10, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 7, +["name"] = "Abenteurer in Chorrol und der Weynon-Priorei", ["description"] = "Schließt alle Quests in Chorrol und der Weynon-Priorei einmal ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [761] = { -["points"] = 10, -["name"] = "Abenteurer in Erntefurt", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 10, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 7, +["name"] = "Abenteurer in Erntefurt", ["description"] = "Schließt alle Quests in Erntefurt einmal ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [762] = { -["points"] = 10, -["name"] = "Abenteurer in Vlastarus", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 10, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 7, +["name"] = "Abenteurer in Vlastarus", ["description"] = "Schließt alle Quests in Vlastarus einmal ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [766] = { -["points"] = 50, -["name"] = "Höhlenforscher von Cyrodiil", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 18, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Höhlenforscher von Cyrodiil", ["description"] = "Erforscht und säubert alle 18 Höhlen in Cyrodiil.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 18, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [767] = { -["points"] = 50, +["numCriteria"] = 5, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Quests", ["name"] = "Champion Cyrodiils", +["description"] = "Beweist Euch als Abenteurer in Cyrodiil.", ["nextId"] = 0, -["Category"] = "Quests", ["prevId"] = 0, -["description"] = "Beweist Euch als Abenteurer in Cyrodiil.", +["points"] = 50, ["Category_ID"] = 7, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 5, } , [768] = { -["points"] = 5, -["name"] = "Pfadfinder von Khenarthis Rast", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 85, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder von Khenarthis Rast", ["description"] = "Entdeckt alle markanten Orte auf Khanartis Rast.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [769] = { -["points"] = 5, -["name"] = "Pfadfinder von Auridon", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, +["achievementIndex"] = 72, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder von Auridon", ["description"] = "Entdeckt alle markanten Orte auf Auridon.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [770] = { -["points"] = 5, -["name"] = "Pfadfinder von Ödfels", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 86, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Pfadfinder von Ödfels", ["description"] = "Entdeckt alle markanten Orte auf Ödfels.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [771] = { -["points"] = 5, -["name"] = "Pfadfinder von Bal Foyen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, +["achievementIndex"] = 85, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Pfadfinder von Bal Foyen", ["description"] = "Entdeckt alle markanten Orte in Bal Foyen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [772] = { -["points"] = 5, -["name"] = "Pfadfinder von Steinfälle", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 7, +["achievementIndex"] = 72, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Pfadfinder von Steinfälle", ["description"] = "Entdeckt alle markanten Orte in Steinfälle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [773] = { -["points"] = 5, -["name"] = "Pfadfinder von Stros M\'Kai", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, +["achievementIndex"] = 84, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Pfadfinder von Stros M\'Kai", ["description"] = "Entdeckt alle markanten Orte auf Stros M\'Kai.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [774] = { -["points"] = 5, -["name"] = "Pfadfinder von Betnikh", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 85, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Pfadfinder von Betnikh", ["description"] = "Entdeckt alle markanten Orte auf Betnikh.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [775] = { -["points"] = 5, -["name"] = "Pfadfinder von Glenumbra", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 74, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Pfadfinder von Glenumbra", ["description"] = "Entdeckt alle markanten Orte in Glenumbra.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [778] = { -["points"] = 15, -["name"] = "Champion von Rahni\'Za", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Champion von Rahni\'Za", ["description"] = "Löst die Mysterien von Rahni\'Za, der Schule der Krieger.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [832] = { -["points"] = 5, -["name"] = "Pfadfinder von Grahtwald", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, +["achievementIndex"] = 58, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder von Grahtwald", ["description"] = "Entdeckt alle markanten Orte in Grahtwald.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [833] = { -["points"] = 5, -["name"] = "Pfadfinder von Sturmhafen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 52, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Pfadfinder von Sturmhafen", ["description"] = "Entdeckt alle markanten Orte in Sturmhafen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [834] = { -["points"] = 5, -["name"] = "Pfadfinder von Deshaan", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 7, +["achievementIndex"] = 62, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Pfadfinder von Deshaan", ["description"] = "Entdeckt alle markanten Orte in Deshaan.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [835] = { -["points"] = 5, -["name"] = "Pfadfinder von Schnittermark", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder von Schnittermark", ["description"] = "Entdeckt alle markanten Orte in Schnittermark.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [836] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Exploration", ["name"] = "Abgeschlachtet", +["description"] = "Sterbt durch einen Schlachterfisch.", ["nextId"] = 0, -["Category"] = "Exploration", ["prevId"] = 0, -["description"] = "Sterbt durch einen Schlachterfisch.", +["points"] = 5, ["Category_ID"] = 6, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, } , [839] = { -["points"] = 5, -["name"] = "Pfadfinder von Grünschatten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, +["achievementIndex"] = 44, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder von Grünschatten", ["description"] = "Entdeckt alle markanten Orte in Grünschatten.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [840] = { -["points"] = 5, -["name"] = "Pfadfinder von Kluftspitze", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 41, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Pfadfinder von Kluftspitze", ["description"] = "Entdeckt alle markanten Orte in Kluftspitze.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [845] = { -["points"] = 5, -["name"] = "Pfadfinder von Schattenfenn", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 8, +["achievementIndex"] = 46, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Pfadfinder von Schattenfenn", ["description"] = "Entdeckt alle markanten Orte in Schattenfenn.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 8, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [849] = { -["points"] = 5, -["name"] = "Pfadfinder der Alik\'r-Wüste", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Pfadfinder der Alik\'r-Wüste", ["description"] = "Entdeckt alle markanten Orte in Alik\'r.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [850] = { -["points"] = 10, -["name"] = "Verderben der Arachniden", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Arachniden", ["description"] = "Besiegt 200 Spinnen in der Pilzgrotte II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [851] = { -["points"] = 10, -["name"] = "Verderben des Obsidians", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben des Obsidians", ["description"] = "Besiegt 425 Obsidiankrieger in der Pilzgrotte II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [852] = { -["points"] = 10, -["name"] = "Knochenbrecherveteran II", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Knochenbrecherveteran II", ["description"] = "Besiegt 120 Skelette in den Verbannungszellen II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [853] = { -["points"] = 10, -["name"] = "Schlächter von Rilis\' Dremora", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Schlächter von Rilis\' Dremora", ["description"] = "Besiegt 300 Dremora in den Verbannungszellen II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [854] = { -["points"] = 10, -["name"] = "Verderben der Schergen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Schergen", ["description"] = "Besiegt 220 vampirische Schergen in den Spindeltiefen II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [855] = { -["points"] = 10, -["name"] = "Fleischatronacheneroberer-Veteran", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Fleischatronacheneroberer-Veteran", ["description"] = "Besiegt 65 Fleischatronachen in den Spindeltiefen II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [856] = { -["points"] = 10, -["name"] = "Verderben der Kwama II", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Kwama II", ["description"] = "Besiegt 200 Kwama in den Dunkelschattenkavernen II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [857] = { -["points"] = 10, -["name"] = "Verderben der Konstrukte", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 30, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Konstrukte", ["description"] = "Besiegt 800 Dwemerkonstrukte in den Dunkelschattenkavernen II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [858] = { -["points"] = 10, -["name"] = "Verderben der Unheilsbruten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Unheilsbruten", ["description"] = "Besiegt 140 Unheilsbruten im Eldengrund II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [859] = { -["points"] = 10, -["name"] = "Verderben der Schlurfer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Schlurfer", ["description"] = "Besiegt 60 Schlurfer im Eldengrund II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [860] = { -["points"] = 10, -["name"] = "Verderben der Zombies", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Zombies", ["description"] = "Besiegt 350 Zombies in der Kanalisation von Wegesruh II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [861] = { -["points"] = 10, -["name"] = "Verderben der Kolosse", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 32, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Kolosse", ["description"] = "Besiegt 40 Knochenkolosse in der Kanalisation von Wegesruh II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [862] = { -["points"] = 5, -["name"] = "Pfadfinder von Malabal Tor", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder von Malabal Tor", ["description"] = "Entdeckt alle markanten Orte in Malabal Tor.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [863] = { -["points"] = 5, -["name"] = "Pfadfinder von Rift", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 7, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Pfadfinder von Rift", ["description"] = "Entdeckt alle markanten Orte in Rift.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [864] = { -["points"] = 5, -["name"] = "Pfadfinder von Kalthafen", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 7, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Pfadfinder von Kalthafen", ["description"] = "Entdeckt alle markanten Orte in Kalthafen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [865] = { -["points"] = 5, -["name"] = "Pfadfinder von Bangkorai", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Pfadfinder von Bangkorai", ["description"] = "Entdeckt alle markanten Orte in Bangkorai.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [866] = { -["points"] = 5, -["name"] = "Pfadfinder von Ostmarsch", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 7, +["achievementIndex"] = 34, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Pfadfinder von Ostmarsch", ["description"] = "Entdeckt alle markanten Orte in Ostmarsch.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [867] = { -["points"] = 50, +["numCriteria"] = 21, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Exploration", ["name"] = "Pionier Tamriels", +["description"] = "Entdeckt alle markanten Orte in den Kerngebieten des Aldmeri-Dominions, des Dolchsturz-Bündnisses, des Ebenherz-Paktes und von Kalthafen.", ["nextId"] = 0, -["Category"] = "Exploration", ["prevId"] = 0, -["description"] = "Entdeckt alle markanten Orte in den Kerngebieten des Aldmeri-Dominions, des Dolchsturz-Bündnisses, des Ebenherz-Paktes und von Kalthafen.", +["points"] = 50, ["Category_ID"] = 6, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 21, } , [869] = { -["points"] = 15, +["numCriteria"] = 15, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Exploration", ["name"] = "Verbrechen zahlt sich aus", +["description"] = "Erleichtert Händler in ganz Tamriel.", ["nextId"] = 0, -["Category"] = "Exploration", ["prevId"] = 0, -["description"] = "Erleichtert Händler in ganz Tamriel.", +["points"] = 15, ["Category_ID"] = 6, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 15, } , [870] = { -["points"] = 5, -["name"] = "Zitadelle von Hel Ra: Das Kriegshorn", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Zitadelle von Hel Ra: Das Kriegshorn", ["description"] = "Verwendet das Kriegshorn in der Zitadelle von Hel Ra (Veteranen) und besiegt die uralten Krieger, die dem Ruf folgen.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [871] = { -["points"] = 15, +["numCriteria"] = 15, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Exploration", ["name"] = "Gaben für die Armen", +["description"] = "Teilt Euren Reichtum mit bedürftigen Bettlern aus ganz Tamriel.", ["nextId"] = 0, -["Category"] = "Exploration", ["prevId"] = 0, -["description"] = "Teilt Euren Reichtum mit bedürftigen Bettlern aus ganz Tamriel.", +["points"] = 15, ["Category_ID"] = 6, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 15, } , [872] = { -["points"] = 15, +["numCriteria"] = 19, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Exploration", ["name"] = "Auf M\'aiqs Spuren", +["description"] = "Verfolgt M\'aiq den Lügner durch ganz Tamriel und darüber hinaus.", ["nextId"] = 0, -["Category"] = "Exploration", ["prevId"] = 0, -["description"] = "Verfolgt M\'aiq den Lügner durch ganz Tamriel und darüber hinaus.", +["points"] = 15, ["Category_ID"] = 6, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 19, } , [873] = { -["points"] = 15, +["numCriteria"] = 15, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Exploration", ["name"] = "Lichtbringer", +["description"] = "Bringt Licht an dunkle Orte der Welt.", ["nextId"] = 0, -["Category"] = "Exploration", ["prevId"] = 0, -["description"] = "Bringt Licht an dunkle Orte der Welt.", +["points"] = 15, ["Category_ID"] = 6, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 15, } , [874] = { -["points"] = 50, -["name"] = "Gruppenwagnis im Dorf der Verlorenen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 51, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis im Dorf der Verlorenen", ["description"] = "Besiegt Zatalguch im Dorf der Verlorenen.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [876] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 24, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Krypta der Herzen II", +["description"] = "Besiegt Ruzozuzalpamaz, die Ilambris-Zwillinge, das Ilambris-Amalgam und Nerien\'eth in der Krypta der Herzen II (Veteranen).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Besiegt Ruzozuzalpamaz, die Ilambris-Zwillinge, das Ilambris-Amalgam und Nerien\'eth in der Krypta der Herzen II (Veteranen).", +["points"] = 10, ["Category_ID"] = 5, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 3, } , [878] = { -["points"] = 15, +["numCriteria"] = 3, +["achievementIndex"] = 17, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Stadt der Asche II", +["description"] = "Schließt die Stadt der Asche II (Veteranen) ab, indem Ihr Horvantud den Feuerschlund, den Aschtitan und Valkyn Skoria besiegt.", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Schließt die Stadt der Asche II (Veteranen) ab, indem Ihr Horvantud den Feuerschlund, den Aschtitan und Valkyn Skoria besiegt.", +["points"] = 15, ["Category_ID"] = 5, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 3, } , [880] = { -["points"] = 15, -["name"] = "Eroberer des Gefängnisses der Kaiserstadt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, +["name"] = "Eroberer des Gefängnisses der Kaiserstadt", ["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).", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 15, +["nextId"] = 0, } , [884] = { -["points"] = 10, -["name"] = "Erforscher von Molavar", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher von Molavar", ["description"] = "Erforscht und säubert Molavar.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [885] = { -["points"] = 10, -["name"] = "Erforscher von Rkundzelft", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher von Rkundzelft", ["description"] = "Erforscht und säubert Rkundzelft.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [886] = { -["points"] = 10, -["name"] = "Erforscher des Schlangennests", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher des Schlangennests", ["description"] = "Erforscht und säubert das Schlangennest.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [887] = { -["points"] = 10, -["name"] = "Erforscher von Ilthags Unterturm", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher von Ilthags Unterturm", ["description"] = "Erforscht und säubert Ilthags Unterturm.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [888] = { -["points"] = 10, -["name"] = "Erforscher der Ruinen von Kardala", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher der Ruinen von Kardala", ["description"] = "Erforscht und säubert die Ruinen von Kardala.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [889] = { -["points"] = 10, -["name"] = "Erforscher der Kavernen von Loth\'Na", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher der Kavernen von Loth\'Na", ["description"] = "Erforscht und säubert die Kavernen von Loth\'Na.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [890] = { -["points"] = 10, -["name"] = "Erforscher von Rkhardahrk", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher von Rkhardahrk", ["description"] = "Erforscht und säubert Rkhardahrk.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [891] = { -["points"] = 10, -["name"] = "Erforscher von Haddocks Markt", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher von Haddocks Markt", ["description"] = "Erforscht und säubert Haddocks Markt.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [892] = { -["points"] = 10, -["name"] = "Erforscher der Meißelkreischmine", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher der Meißelkreischmine", ["description"] = "Erforscht und säubert die Meißelkreischmine.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [893] = { -["points"] = 10, -["name"] = "Erforscher der Vergrabenen Sande", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher der Vergrabenen Sande", ["description"] = "Erforscht und säubert die Vergrabenen Sande.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [894] = { -["points"] = 10, -["name"] = "Erforscher von Mtharnaz", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher von Mtharnaz", ["description"] = "Erforscht und säubert Mtharnaz.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [895] = { -["points"] = 10, -["name"] = "Erforscher der Heulenden Grabkammern", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher der Heulenden Grabkammern", ["description"] = "Erforscht und säubert die Heulenden Grabkammern.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [896] = { -["points"] = 10, -["name"] = "Erforscher von Balamath", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher von Balamath", ["description"] = "Erforscht und säubert Balamath.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [897] = { -["points"] = 10, -["name"] = "Erforscher der Furchtzahnkavernen", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher der Furchtzahnkavernen", ["description"] = "Erforscht und säubert die Furchtzahnkavernen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [898] = { -["points"] = 10, -["name"] = "Erforscher der Festung des Exarchen", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher der Festung des Exarchen", ["description"] = "Erforscht und säubert die Festung des Exarchen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [899] = { -["points"] = 10, -["name"] = "Erforscher von Zalgaz\' Versteck", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher von Zalgaz\' Versteck", ["description"] = "Erforscht und säubert Zalgaz\' Versteck.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [900] = { -["points"] = 10, -["name"] = "Erforscher der Grabmäler der Na-Totambu", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher der Grabmäler der Na-Totambu", ["description"] = "Erforscht und säubert die Grabmäler der Na-Totambu.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [901] = { -["points"] = 10, -["name"] = "Erforscher von Hircines Schlupfwinkel", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Erforscher von Hircines Schlupfwinkel", ["description"] = "Erforscht und säubert Hircines Schlupfwinkel.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [902] = { -["points"] = 5, -["name"] = "Pfadfinder des unteren Kargstein", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 9, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Pfadfinder des unteren Kargstein", ["description"] = "Entdeckt alle markanten Orte im unteren Kargstein.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 9, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [905] = { -["points"] = 15, -["name"] = "Fluchbrecher von Shadas Träne", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Fluchbrecher von Shadas Träne", ["description"] = "Besiegt Shada und reinigt die Wässer von Shadas Träne.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [906] = { -["points"] = 15, -["name"] = "Hartnäckiger Sucher", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Hartnäckiger Sucher", ["description"] = "Lüftet die Geheimnisse, die im Archiv des Suchers verborgen liegen.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [907] = { -["points"] = 15, -["name"] = "Verteidiger der Zaubernarbe", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Verteidiger der Zaubernarbe", ["description"] = "Verhindert eine katastrophale magische Explosion in der Zaubernarbe.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [908] = { -["points"] = 15, -["name"] = "Erhabener von Elinhir", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Erhabener von Elinhir", ["description"] = "Besiegt Yamanu-ko und beendet den Konflikt in Elinhir.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [909] = { -["points"] = 50, -["name"] = "Himmlischer Forscher", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 5, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Himmlischer Forscher", ["description"] = "Entdeckt, warum die Himmlischen in Kargstein erschienen sind.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [916] = { -["points"] = 5, -["name"] = "Angler von Kargstein", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Angler von Kargstein", ["description"] = "Fangt alle 12 seltenen Fische in Kargstein.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [936] = { -["points"] = 50, -["name"] = "Schlangen und Geheimnisse", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 3, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Schlangen und Geheimnisse", ["description"] = "Zerstreut die Truppen der Schlange und vernichtet die Erhabene Viper.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [937] = { -["points"] = 5, -["name"] = "Pfadfinder des oberen Kargstein", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 3, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Pfadfinder des oberen Kargstein", ["description"] = "Entdeckt alle markanten Orte des oberen Kargstein.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [939] = { -["points"] = 10, -["name"] = "Verderben der Spinnenkinder", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Spinnenkinder", ["description"] = "Besiegt 250 Spinnenkinder in der Krypta der Herzen II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 34, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [940] = { -["points"] = 10, -["name"] = "Verderben der Fleischatronachen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 40, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Fleischatronachen", ["description"] = "Besiegt 50 Fleischatronachen in der Krypta der Herzen II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [941] = { -["points"] = 50, -["name"] = "Assassine der Krypta der Herzen II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Krypta der Herzen II", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [942] = { -["points"] = 50, -["name"] = "Tödlicher Überlebender der Krypta", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Tödlicher Überlebender der Krypta", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [943] = { -["points"] = 15, -["name"] = "Zweifellose Herrschaft", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Zweifellose Herrschaft", ["description"] = "Besiegt eine verborgene Bedrohung für das Dominion auf Auridon.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [944] = { -["points"] = 15, -["name"] = "Ikonoklast", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Ikonoklast", ["description"] = "Ihr habt gefährliche daedrische Pläne in Grahtwald vereitelt.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [945] = { -["points"] = 15, -["name"] = "Geist der Bosmer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Geist der Bosmer", ["description"] = "Vertreibt die Verderbnis aus dem Herzen Valenwalds.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [946] = { -["points"] = 15, -["name"] = "Ehestifter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Ehestifter", ["description"] = "Bringt den Silvenar und die Grüne Dame an ihren rechtmäßigen Platz in Malabal Tor.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [947] = { -["points"] = 15, -["name"] = "Geheiligte Monde", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Geheiligte Monde", ["description"] = "Beschreitet den Pfad der Zwei Monde in Schnittermark.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [948] = { -["points"] = 15, -["name"] = "Herzen der Finsternis", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 3, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Herzen der Finsternis", ["description"] = "Sperrt die Brüder des Zwists in Steinfälle ein.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [949] = { -["points"] = 15, -["name"] = "Seuchenverschlinger", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 3, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Seuchenverschlinger", ["description"] = "Verhindert die Zerstörung von Deshaan.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [950] = { -["points"] = 15, -["name"] = "Eier und Fäulnis", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 3, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Eier und Fäulnis", ["description"] = "Ihr habt eine große Bedrohung für die Hist in Schattenfenn beseitigt.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [951] = { -["points"] = 15, -["name"] = "Blutfehde", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 3, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Blutfehde", ["description"] = "Verhindert eine große Bedrohung für den Skaldenkönig.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [952] = { -["points"] = 15, -["name"] = "Zerschlagene Überbleibsel", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 3, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Zerschlagene Überbleibsel", ["description"] = "Besiegt den Wurmkult in Rift.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [953] = { -["points"] = 15, -["name"] = "Zerstörtes Ritual", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 4, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Zerstörtes Ritual", ["description"] = "Durchkreuzt die heimtückische Pläne der Kultisten in Glenumbra.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [954] = { -["points"] = 15, -["name"] = "Böses Erwachen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Böses Erwachen", ["description"] = "Beendet die Albträume in Sturmhafen.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [955] = { -["points"] = 15, -["name"] = "Fluchbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Fluchbrecher", ["description"] = "Merzt den Blutfluch aus und stellt die Ordnung in Kluftspitze wieder her.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [956] = { -["points"] = 15, -["name"] = "Geweihter Grund", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Geweihter Grund", ["description"] = "Bettet die Toten der Alik\'r zur Ruhe.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [957] = { -["points"] = 15, -["name"] = "Strahlender Champion", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 3, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 5, +["name"] = "Strahlender Champion", ["description"] = "Trozt dem Willen Molag Bals in Kalthafen.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [958] = { -["points"] = 15, -["name"] = "Rand des Kaiserreichs", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Rand des Kaiserreichs", ["description"] = "Vertreibt die kaiserlichen Truppen aus Bangkorai.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [964] = { -["points"] = 50, -["name"] = "Meistererforscher von Glenumbra", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 70, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Meistererforscher von Glenumbra", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Glenumbra.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [965] = { -["points"] = 50, -["name"] = "Meistererforscher von Sturmhafen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 49, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Meistererforscher von Sturmhafen", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Sturmhafen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [966] = { -["points"] = 50, -["name"] = "Meistererforscher von Kluftspitze", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 39, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Meistererforscher von Kluftspitze", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Kluftspitze.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [967] = { -["points"] = 50, -["name"] = "Meistererforscher der Alik\'r-Wüste", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Meistererforscher der Alik\'r-Wüste", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in der Alik\'r-Wüste.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [968] = { -["points"] = 50, -["name"] = "Meistererforscher von Bangkorai", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Meistererforscher von Bangkorai", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Bangkorai.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [969] = { -["points"] = 50, -["name"] = "Meistererforscher des Dominions", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher des Dominions", ["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im Territorium des Aldmeri-Dominions.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [970] = { -["points"] = 50, -["name"] = "Meistererforscher von Steinfälle", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, +["achievementIndex"] = 50, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Meistererforscher von Steinfälle", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Steinfälle.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [971] = { -["points"] = 50, -["name"] = "Meistererforscher von Deshaan", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, +["achievementIndex"] = 49, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Meistererforscher von Deshaan", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Deshaan.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [972] = { -["points"] = 50, -["name"] = "Meistererforscher von Schattenfenn", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, +["achievementIndex"] = 41, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Meistererforscher von Schattenfenn", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Schattenfenn.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [973] = { -["points"] = 50, -["name"] = "Meistererforscher von Ostmarsch", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Meistererforscher von Ostmarsch", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Ostmarsch.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [974] = { -["points"] = 50, -["name"] = "Meistererforscher von Rift", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Meistererforscher von Rift", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Rift.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [975] = { -["points"] = 15, -["name"] = "Erforscher von Ödfels und Bal Foyen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, +["achievementIndex"] = 51, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Erforscher von Ödfels und Bal Foyen", ["description"] = "Entdeckt alle markanten Orte auf Ödfels und in Bal Foyen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [976] = { -["points"] = 50, -["name"] = "Meistererforscher von Auridon", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 69, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher von Auridon", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte auf Auridon.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [977] = { -["points"] = 50, -["name"] = "Meistererforscher von Grahtwald", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 54, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher von Grahtwald", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Grahtwald.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [978] = { -["points"] = 50, -["name"] = "Meistererforscher von Grünschatten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 43, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher von Grünschatten", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Grünschatten.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [979] = { -["points"] = 50, -["name"] = "Meistererforscher von Malabal Tor", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher von Malabal Tor", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Malabal Tor.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [980] = { -["points"] = 50, -["name"] = "Meistererforscher von Schnittermark", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher von Schnittermark", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Schnittermark.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [981] = { -["points"] = 15, -["name"] = "Erforscher von Stros M\'Kai und Betnikh", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 83, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erforscher von Stros M\'Kai und Betnikh", ["description"] = "Entdeckt und säubert alle markanten Orte auf Stros M\'Kai und Betnikh.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [982] = { -["points"] = 50, -["name"] = "Meistererforscher des Bündnisses", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Meistererforscher des Bündnisses", ["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im Territorium des Dolchsturz-Bündnisses.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [983] = { -["points"] = 50, -["name"] = "Meistererforscher des Pakts", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Meistererforscher des Pakts", ["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im Territorium des Ebenherz-Pakts.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [984] = { -["points"] = 50, -["name"] = "Meistererforscher von Kalthafen", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Meistererforscher von Kalthafen", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Kalthafen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [985] = { -["points"] = 15, -["name"] = "Höhlenforscher des unteren Kargstein", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Höhlenforscher des unteren Kargstein", ["description"] = "Entdeckt und säubert alle sechs Höhlen im unteren Kargstein.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [986] = { -["points"] = 50, -["name"] = "Meistererforscher des unteren Kargstein", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 2, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Meistererforscher des unteren Kargstein", ["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im unteren Kargstein.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [990] = { -["points"] = 50, -["name"] = "Ätherisches Archiv abgeschlossen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Ätherisches Archiv abgeschlossen", ["description"] = "Besiegt die Himmlische Magierin und befreit sie so vom Einfluss der Schlange.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [991] = { -["points"] = 50, -["name"] = "Zitadelle von Hel Ra abgeschlossen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Zitadelle von Hel Ra abgeschlossen", ["description"] = "Besiegt den Himmlischen Krieger und befreit ihn so vom Einfluss der Schlange.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [992] = { -["points"] = 50, -["name"] = "Champion der Drachenstern-Arena", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Champion der Drachenstern-Arena", ["description"] = "Besiegt alle Herausforderer und verdient Euch den Titel des Champions der Drachenstern-Arena.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [993] = { -["points"] = 10, -["name"] = "Seelenberaubt in Kalthafen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Seelenberaubt in Kalthafen", ["description"] = "Schließt Kapitel 1 der Hauptgeschichte ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [994] = { -["points"] = 10, -["name"] = "Die Zuflucht", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Die Zuflucht", ["description"] = "Schließt Kapitel 1.5 der Hauptgeschichte ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [995] = { -["points"] = 10, -["name"] = "Tochter der Riesen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Tochter der Riesen", ["description"] = "Schließt Kapitel 2 der Hauptgeschichte ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [996] = { -["points"] = 10, -["name"] = "Auf Schattenjagd", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Auf Schattenjagd", ["description"] = "Schließt Kapitel 2.5 der Hauptgeschichte ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [997] = { -["points"] = 10, -["name"] = "Das Schloss des Wurms", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Das Schloss des Wurms", ["description"] = "Schließt Kapitel 3 der Hauptgeschichte ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [998] = { -["points"] = 10, -["name"] = "Der Tharn spricht", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Der Tharn spricht", ["description"] = "Schließt Kapitel 3.5 der Hauptgeschichte ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [999] = { -["points"] = 10, -["name"] = "Die Hallen der Qual", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Die Hallen der Qual", ["description"] = "Schließt Kapitel 4 der Hauptgeschichte ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1000] = { -["points"] = 10, -["name"] = "Das Tal der Klingen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Das Tal der Klingen", ["description"] = "Schließt Kapitel 4.5 der Hauptgeschichte ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1001] = { -["points"] = 10, -["name"] = "Der Schatten von Sancre Tor", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Der Schatten von Sancre Tor", ["description"] = "Schließt Kapitel 5 der Hauptgeschichte ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1002] = { -["points"] = 10, -["name"] = "Der Rat der Fünf Gefährten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Der Rat der Fünf Gefährten", ["description"] = "Schließt Kapitel 5.5 der Hauptgeschichte ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1003] = { -["points"] = 10, -["name"] = "Der Gott der Intrigen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Der Gott der Intrigen", ["description"] = "Schließt Kapitel 6 der Hauptgeschichte ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1014] = { -["points"] = 15, -["name"] = "Zerschmetterer der Schuppen", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Zerschmetterer der Schuppen", ["description"] = "Besiegt Exarch Arnoth und vertreibt den Schuppenhof und dessen Verbündete aus der Feste Himmelsgriff.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1015] = { -["points"] = 15, -["name"] = "Sieger über Virmaril", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Sieger über Virmaril", ["description"] = "Besiegt Virmaril den Verräter und seine untoten Legionen in den Katakomben von Himmelsgriff.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1016] = { -["points"] = 15, -["name"] = "Wächter des Gipfels", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Wächter des Gipfels", ["description"] = "Besiegt Aetherion und stellt die nedischen Schutzzauber im Gipfel von Himmelsgriff wieder her.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1049] = { -["points"] = 50, -["name"] = "Eroberer von Wurzelbruch", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer von Wurzelbruch", ["description"] = "Besiegt alle Champions in Wurzelbruch.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1050] = { -["points"] = 50, -["name"] = "Eroberer von Rulanyils Fall", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer von Rulanyils Fall", ["description"] = "Besiegt alle Champions von Rulanyils Fall.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1051] = { -["points"] = 50, -["name"] = "Eroberer der Blutgrotten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer der Blutgrotten", ["description"] = "Besiegt alle Champions der Blutgrotten.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1052] = { -["points"] = 50, -["name"] = "Eroberer des Düsteren Herrenhauses", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer des Düsteren Herrenhauses", ["description"] = "Besiegt alle Champions im Düsteren Herrenhaus.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1053] = { -["points"] = 50, -["name"] = "Eroberer des Weihegrunds des Finsteren", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer des Weihegrunds des Finsteren", ["description"] = "Besiegt alle Champions im Weihegrund des Finsteren.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1054] = { -["points"] = 50, -["name"] = "Eroberer der Knochenknacker-Ruinen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer der Knochenknacker-Ruinen", ["description"] = "Besiegt alle Champions in den Knochenknacker-Ruinen.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1055] = { -["points"] = 50, -["name"] = "Eroberer von Razaks Rad", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer von Razaks Rad", ["description"] = "Besiegt alle Champions in Razaks Rad.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1056] = { -["points"] = 50, -["name"] = "Eroberer des Dorfs der Verlorenen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 32, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer des Dorfs der Verlorenen", ["description"] = "Besiegt alle Champions im Dorf der Verlorenen.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 35, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1057] = { -["points"] = 10, -["name"] = "Sieger von Wurzelbruch", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger von Wurzelbruch", ["description"] = "Besiegt drei der Champions in Wurzelbruch.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 46, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1058] = { -["points"] = 10, -["name"] = "Sieger von Rulanyils Fall", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger von Rulanyils Fall", ["description"] = "Besiegt drei der Champions von Rulanyils Fall.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 47, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1059] = { -["points"] = 10, -["name"] = "Sieger der Blutgrotten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger der Blutgrotten", ["description"] = "Besiegt drei der Champions der Blutgrotten.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 38, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1060] = { -["points"] = 10, -["name"] = "Sieger des Düsteren Herrenhauses", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger des Düsteren Herrenhauses", ["description"] = "Besiegt drei der Champions im Düsteren Herrenhaus.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 49, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1061] = { -["points"] = 10, -["name"] = "Sieger des Weihegrunds des Finsteren", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger des Weihegrunds des Finsteren", ["description"] = "Besiegt drei der Champions im Weihegrund des Finsteren.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 36, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1062] = { -["points"] = 10, -["name"] = "Sieger der Knochenknacker-Ruinen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger der Knochenknacker-Ruinen", ["description"] = "Besiegt drei der Champions in den Knochenknacker-Ruinen.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 37, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1063] = { -["points"] = 10, -["name"] = "Sieger von Razaks Rad", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger von Razaks Rad", ["description"] = "Besiegt drei der Champions in Razaks Rad", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 45, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1064] = { -["points"] = 10, -["name"] = "Sieger des Dorfs der Verlorenen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 33, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sieger des Dorfs der Verlorenen", ["description"] = "Besiegt drei der Champions im Dorf der Verlorenen.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 51, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1068] = { -["points"] = 50, -["name"] = "Eroberer des Ebenherz-Pakts", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer des Ebenherz-Pakts", ["description"] = "Besiegt alle Champions der offenen Verliese im Ebenherz-Pakt.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1069] = { -["points"] = 50, -["name"] = "Eroberer des Aldmeri-Dominions", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer des Aldmeri-Dominions", ["description"] = "Besiegt alle Champions der offenen Verliese im Aldmeri-Dominion.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1070] = { -["points"] = 50, -["name"] = "Eroberer des Dolchsturz-Bündnisses", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Eroberer des Dolchsturz-Bündnisses", ["description"] = "Besiegt alle Champions der offenen Verliese im Dolchsturz-Bündnis.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1071] = { -["points"] = 50, -["name"] = "Gegen die Uhr", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 7, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Gegen die Uhr", ["description"] = "Bewältigt die angegebenen Zeit-Herausforderungen.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1072] = { -["points"] = 50, -["name"] = "Bewältigt alle höchsten Schwierigkeitsstufen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 8, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Bewältigt alle höchsten Schwierigkeitsstufen", ["description"] = "Bewältigt die angegebenen Verliese auf höchster Schwierigkeitsstufe.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 8, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1073] = { -["points"] = 50, -["name"] = "Sieger des Pakts", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger des Pakts", ["description"] = "Besiegt alle Anführer der Gruppenverliese im Ebenherz-Pakt.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1074] = { -["points"] = 50, -["name"] = "Sieger des Bündnisses", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger des Bündnisses", ["description"] = "Besiegt alle Anführer der Gruppenverliese im Dolchsturz-Bündnis.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1075] = { -["points"] = 50, -["name"] = "Sieger des Dominions", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger des Dominions", ["description"] = "Besiegt alle Anführer der Gruppenverliese im Aldmeri-Dominion.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1078] = { -["points"] = 50, -["name"] = "Prüfung oder Arena der Woche", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Prüfung oder Arena der Woche", ["description"] = "Schließt eine Prüfung oder Arena der Woche ab.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1079] = { -["points"] = 50, -["name"] = "Gegen die Uhr: Prüfung oder Arena der Woche", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Gegen die Uhr: Prüfung oder Arena der Woche", ["description"] = "Schließt eine Veteranenprüfung oder Veteranenarena der Woche innerhalb von 33 Minuten ab.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1080] = { -["points"] = 50, -["name"] = "Gegen die Uhr: Zitadelle von Hel Ra", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Gegen die Uhr: Zitadelle von Hel Ra", ["description"] = "Schließt die Zitadelle von Hel Ra (Veteranen) innerhalb des Zeitlimits von 33 Minuten ab.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1081] = { -["points"] = 50, -["name"] = "Gegen die Uhr: Ätherisches Archiv", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Gegen die Uhr: Ätherisches Archiv", ["description"] = "Schließt das Ätherische Archive (Veteranen) innerhalb des Zeitlimits von 33 Minuten ab.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1082] = { -["points"] = 10, +["numCriteria"] = 12, +["achievementIndex"] = 16, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Unerschrockener Retter", +["description"] = "Rettet alle Mitglieder der fehlgeschlagenen Expedition der Unerschrockenen in der Stadt der Asche II.", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Rettet alle Mitglieder der fehlgeschlagenen Expedition der Unerschrockenen in der Stadt der Asche II.", +["points"] = 10, ["Category_ID"] = 5, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 12, } , [1084] = { -["points"] = 50, -["name"] = "Auf Klinges Schneide", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Auf Klinges Schneide", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1105] = { -["points"] = 10, -["name"] = "Schlächter von Mehrunes Dremora", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Schlächter von Mehrunes Dremora", ["description"] = "Besiegt 300 Dremora in der Stadt der Asche II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1106] = { -["points"] = 10, -["name"] = "Verderben der Flammenkolosse", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 35, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Flammenkolosse", ["description"] = "Besiegt 50 Flammenkolosse in der Stadt der Asche II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1107] = { -["points"] = 50, -["name"] = "Tödlicher Überlebender der Totenländer", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Tödlicher Überlebender der Totenländer", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1108] = { -["points"] = 50, -["name"] = "Assassine der Stadt der Asche II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Stadt der Asche II", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1109] = { -["points"] = 15, +["numCriteria"] = 12, +["achievementIndex"] = 17, +["firstID"] = 0, +["Category"] = "Imperial City", ["name"] = "Unterwerfer der Kanalisation", +["description"] = "Tötet alle benannten Champions der daedrischen Truppen in der Kanalisation der Kaiserstadt.", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Tötet alle benannten Champions der daedrischen Truppen in der Kanalisation der Kaiserstadt.", -["Category_ID"] = 43, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 15, +["Category_ID"] = 44, } , [1111] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Ein Zuckerschlecken", +["description"] = "Erforscht die kulinarischen Traditionen der Dremora.", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Erforscht die kulinarischen Traditionen der Dremora.", +["points"] = 5, ["Category_ID"] = 5, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, } , [1112] = { -["points"] = 15, -["name"] = "Pilger in Kargstein", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Pilger in Kargstein", ["description"] = "Schließt die Pilgerreise durch den Grauen Lauf innerhalb der vorgegebenen Zeit ab.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1113] = { -["points"] = 5, -["name"] = "Sanctum Ophidia: Futtergrube", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Sanctum Ophidia: Futtergrube", ["description"] = "Verwendet den Futterhaufen im Sanctum Ophidia und überlebt den darauf folgenden Kampf.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [1114] = { -["points"] = 50, -["name"] = "Eine Welt in Brand", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Eine Welt in Brand", ["description"] = "Schließt einen Pakt mit dem Eisigen Folianten und besiegt dann Valkyn Skoria in der Stadt der Asche II (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1115] = { -["points"] = 10, -["name"] = "Prüfungsrüpel", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Prüfungsrüpel", ["description"] = "Verursacht 1.000.000 Schaden in Prüfungen.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1116] = { -["points"] = 10, -["name"] = "Prüfungsheiler", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Prüfungsheiler", ["description"] = "Heilt 1.000.000 Leben in Prüfungen.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1117] = { -["points"] = 10, -["name"] = "Prüfungsblocker", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Prüfungsblocker", ["description"] = "Blockt 1.000.000 Schaden in Prüfungen.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1120] = { -["points"] = 15, -["name"] = "Eroberer des Weißgoldturms", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, +["name"] = "Eroberer des Weißgoldturms", ["description"] = "Besiegt die Richtmeisterin, die Elitewache, die Ebenenhemmerin und Molag Kena im Weißgoldturm (Veteranen).", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 15, +["nextId"] = 0, } , [1121] = { -["points"] = 5, -["name"] = "Weltliche Besitztümer", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Weltliche Besitztümer", ["description"] = "Findet Geldrion Schneisenschlags Lager in Belkarth.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [1122] = { -["points"] = 5, -["name"] = "Gesprengte Ketten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, +["name"] = "Gesprengte Ketten", ["description"] = "Befreit die Gefangenen aus den Zellenblöcken des Gefängnisbezirks der Kaiserstadt.", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 5, +["nextId"] = 0, } , [1123] = { -["points"] = 50, -["name"] = "Sanctum Ophidia abgeschlossen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Sanctum Ophidia abgeschlossen", ["description"] = "Besiegt die Himmlische Schlange.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1124] = { -["points"] = 50, -["name"] = "Gegen die Uhr: Sanctum Ophidia", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Gegen die Uhr: Sanctum Ophidia", ["description"] = "Schließt das Sanctum Ophidia (Veteranen) innerhalb des Zeitlimits von 33 Minuten ab.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1126] = { -["points"] = 50, -["name"] = "Meistererforscher des oberen Kargstein", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 2, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Meistererforscher des oberen Kargstein", ["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte im oberen Kargstein.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1127] = { -["points"] = 15, -["name"] = "Höhlenforscher des oberen Kargstein", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 6, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Höhlenforscher des oberen Kargstein", ["description"] = "Entdeckt und säubert alle sechs Höhlen im oberen Kargstein.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1128] = { -["points"] = 50, -["name"] = "Kein Gefängnis hält mich", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, +["name"] = "Kein Gefängnis hält mich", ["description"] = "Besiegt alle Anführer, einschließlich allen mächtigen Anführern 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.", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1129] = { -["points"] = 50, -["name"] = "Lebenslänglich", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, +["name"] = "Lebenslänglich", ["description"] = "Besiegt alle Anführer, einschließlich allen mächtigen Anführern im Gefängnis der Kaiserstadt (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1130] = { -["points"] = 10, -["name"] = "Schlächter wachsamer Beobachter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, +["name"] = "Schlächter wachsamer Beobachter", ["description"] = "Besiegt 50 wachsame Beobachter im Gefängnis der Kaiserstadt (Veteranen).", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1131] = { -["points"] = 10, -["name"] = "Schlächter der Geistberaubten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, +["name"] = "Schlächter der Geistberaubten", ["description"] = "Besiegt 300 Geistberaubte im Gefängnis der Kaiserstadt (Veteranen).", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1132] = { -["points"] = 50, -["name"] = "Herausforderer der Kaiserstadt", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, +["name"] = "Herausforderer der Kaiserstadt", ["description"] = "Bewältigt die angegebenen Herausforderungen für die Verliese der Kaiserstadt (Veteranen).", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 50, +["nextId"] = 0, } , [1133] = { -["points"] = 50, -["name"] = "Außer Sicht", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, +["name"] = "Außer Sicht", ["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.", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1136] = { -["points"] = 50, -["name"] = "Schwierigkeiten der Zitadelle von Hel Ra", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Schwierigkeiten der Zitadelle von Hel Ra", ["description"] = "Besiegt den Himmlischen Krieger, nachdem Ihr ihn durch die Zerstörung seiner Statuenarmee erzürnt habt.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1137] = { -["points"] = 50, -["name"] = "Schwierigkeiten im Ätherischen Archiv", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Schwierigkeiten im Ätherischen Archiv", ["description"] = "Besiegt die Himmlische Magierin, nachdem Ihr sie durch das Zerschlagen der Ätherischen Kugeln verspottet habt.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1138] = { -["points"] = 50, -["name"] = "Schwierigkeiten im Sanctum Ophidia", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Schwierigkeiten im Sanctum Ophidia", ["description"] = "Besiegt die Himmlische Schlange, nachdem Ihr die heiligen Banner des Schuppenhofs entweiht habt.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1139] = { -["points"] = 50, -["name"] = "Eroberer der Prüfungen von Kargstein", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Eroberer der Prüfungen von Kargstein", ["description"] = "Schließt die Zitadelle von Hel Ra, das Ätherische Archiv und das Sanctum Ophidia auf der schwierigsten Stufe ab.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1140] = { -["points"] = 50, -["name"] = "Eroberer der Drachenstern-Arena", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Eroberer der Drachenstern-Arena", ["description"] = "Besiegt alle Herausforderer im Veteranenmodus der Drachenstern-Arena.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1142] = { -["points"] = 50, -["name"] = "Dunkellicht-Tänzer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, +["name"] = "Dunkellicht-Tänzer", ["description"] = "Besiegt Hochwärter Dämmer im Gefängnis der Kaiserstadt, während weder Ihr noch Eure Gruppe von Dunkellicht-Ausbrüchen getroffen werdet.", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1143] = { -["points"] = 50, -["name"] = "Kargstein komplettiert", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Kargstein komplettiert", ["description"] = "Beseitigt die Bedrohung durch die Schlange und ihren Schuppenhof in ganz Kargstein.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1150] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 1150, +["Category"] = "Dungeons", ["name"] = "Gelöbniserfüller", +["description"] = "Erfüllt ein Gelöbnis der Unerschrockenen von Maj al-Ragath.", ["nextId"] = 1151, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Erfüllt ein Gelöbnis der Unerschrockenen von Maj al-Ragath.", +["points"] = 5, ["Category_ID"] = 4, -["achievementIndex"] = 3, -["firstID"] = 1150, -["numCriteria"] = 1, } , [1151] = { -["points"] = 10, -["name"] = "Wiederkehrender Unerschrockener", -["nextId"] = 1152, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 1150, ["Category"] = "Dungeons", -["prevId"] = 0, +["name"] = "Wiederkehrender Unerschrockener", ["description"] = "Erfüllt 10 Gelöbnisse der Unerschrockenen von Maj al-Ragath.", +["nextId"] = 1152, +["prevId"] = 1150, +["points"] = 10, ["Category_ID"] = 4, -["achievementIndex"] = 3, -["firstID"] = 1150, -["numCriteria"] = 1, } , [1152] = { -["points"] = 15, -["name"] = "Täglich Unerschrocken", -["nextId"] = 1153, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 1150, ["Category"] = "Dungeons", -["prevId"] = 0, +["name"] = "Täglich Unerschrocken", ["description"] = "Erfüllt 50 Gelöbnisse der Unerschrockenen von Maj al-Ragath.", +["nextId"] = 1153, +["prevId"] = 1151, +["points"] = 15, ["Category_ID"] = 4, -["achievementIndex"] = 3, -["firstID"] = 1150, -["numCriteria"] = 1, } , [1153] = { -["points"] = 50, -["name"] = "Majs Helfer", -["nextId"] = 0, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 1150, ["Category"] = "Dungeons", -["prevId"] = 0, +["name"] = "Majs Helfer", ["description"] = "Erfüllt 100 Gelöbnisse der Unerschrockenen von Maj al-Ragath.", +["nextId"] = 0, +["prevId"] = 1152, +["points"] = 50, ["Category_ID"] = 4, -["achievementIndex"] = 3, -["firstID"] = 1150, -["numCriteria"] = 1, } , [1154] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 1154, +["Category"] = "Dungeons", ["name"] = "Bewiesenes Gegenteil", +["description"] = "Erfüllt ein Gelöbnis der Unerschrockenen von Glirion dem Rotbart.", ["nextId"] = 1155, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Erfüllt ein Gelöbnis der Unerschrockenen von Glirion dem Rotbart.", +["points"] = 5, ["Category_ID"] = 4, -["achievementIndex"] = 4, -["firstID"] = 1154, -["numCriteria"] = 1, } , [1155] = { -["points"] = 10, -["name"] = "Noch nicht der letzte Atemzug", -["nextId"] = 1156, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 1154, ["Category"] = "Dungeons", -["prevId"] = 0, +["name"] = "Noch nicht der letzte Atemzug", ["description"] = "Erfüllt 10 Gelöbnisse der Unerschrockenen von Glirion dem Rotbart.", +["nextId"] = 1156, +["prevId"] = 1154, +["points"] = 10, ["Category_ID"] = 4, -["achievementIndex"] = 4, -["firstID"] = 1154, -["numCriteria"] = 1, } , [1156] = { -["points"] = 15, -["name"] = "Erneut dem Tod entkommen", -["nextId"] = 1157, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 1154, ["Category"] = "Dungeons", -["prevId"] = 0, +["name"] = "Erneut dem Tod entkommen", ["description"] = "Erfüllt 50 Gelöbnisse der Unerschrockenen von Glirion dem Rotbart.", +["nextId"] = 1157, +["prevId"] = 1155, +["points"] = 15, ["Category_ID"] = 4, -["achievementIndex"] = 4, -["firstID"] = 1154, -["numCriteria"] = 1, } , [1157] = { -["points"] = 50, -["name"] = "Glirions Vasall", -["nextId"] = 0, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 1154, ["Category"] = "Dungeons", -["prevId"] = 0, +["name"] = "Glirions Vasall", ["description"] = "Erfüllt 100 Gelöbnisse der Unerschrockenen von Glirion dem Rotbart.", +["nextId"] = 0, +["prevId"] = 1156, +["points"] = 50, ["Category_ID"] = 4, -["achievementIndex"] = 4, -["firstID"] = 1154, -["numCriteria"] = 1, } , [1158] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, +["Category"] = "Dungeons", ["name"] = "Ruf der Unerschrockenen", +["description"] = "Erreicht Stufe 45 und sichert Euch die Aufmerksamkeit der Unerschrockenen Elite.", ["nextId"] = 0, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Erreicht Stufe 45 und sichert Euch die Aufmerksamkeit der Unerschrockenen Elite.", +["points"] = 10, ["Category_ID"] = 4, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, } , [1159] = { -["points"] = 50, +["numCriteria"] = 8, +["achievementIndex"] = 27, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Vertrautheit mit den Totenländern", +["description"] = "Schließt die folgenden Errungenschaften der Stadt der Asche II ab.", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Schließt die folgenden Errungenschaften der Stadt der Asche II ab.", +["points"] = 50, ["Category_ID"] = 5, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 8, } , [1160] = { -["points"] = 15, +["numCriteria"] = 13, +["achievementIndex"] = 14, +["firstID"] = 0, +["Category"] = "Imperial City", ["name"] = "Himmelsscherbenjäger der Kaiserstadt", +["description"] = "Findet alle 13 Himmelsscherben in der Kaiserstadt.", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Findet alle 13 Himmelsscherben in der Kaiserstadt.", -["Category_ID"] = 43, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 13, +["points"] = 15, +["Category_ID"] = 44, } , [1169] = { -["points"] = 10, -["name"] = "Pfadfinder der Kanalisation der Kaiserstadt", -["nextId"] = 0, +["numCriteria"] = 6, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Imperial City", -["prevId"] = 0, +["name"] = "Pfadfinder der Kanalisation der Kaiserstadt", ["description"] = "Entdeckt alle markanten Orte der Kanalisation der Kaiserstadt.", -["Category_ID"] = 43, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 6, -} -, -[1171] = { -["points"] = 10, -["name"] = "Schlosser der Kaiserstadt", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Stellt die Schlüssel für alle Tröphäentruhen in der Kaiserstadt her.", -["Category_ID"] = 43, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["Category_ID"] = 44, } , -[1172] = { -["points"] = 50, -["name"] = "Schlüsselsammler", -["nextId"] = 0, -["Category"] = "Imperial City", -["prevId"] = 0, -["description"] = "Stellt insgesamt 25 Schlüssel für die Trophäenkammern der Kaiserstadt her.", -["Category_ID"] = 43, +[1174] = { +["numCriteria"] = 12, ["achievementIndex"] = 12, ["firstID"] = 0, -["numCriteria"] = 1, -} -, -[1174] = { -["points"] = 15, +["Category"] = "Imperial City", ["name"] = "Patrouillenschreck", +["description"] = "Besiegt jeden der patrouillierenden Schrecken in der Kaiserstadt.", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Besiegt jeden der patrouillierenden Schrecken in der Kaiserstadt.", -["Category_ID"] = 43, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 15, +["Category_ID"] = 44, } , [1175] = { -["points"] = 15, +["numCriteria"] = 7, +["achievementIndex"] = 18, +["firstID"] = 0, +["Category"] = "Imperial City", ["name"] = "Der Hohe Beschützer", +["description"] = "Setzt Molag Bals geheimen Plan in der Kaiserstadt ein Ende.", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Setzt Molag Bals geheimen Plan in der Kaiserstadt ein Ende.", -["Category_ID"] = 43, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 7, +["points"] = 15, +["Category_ID"] = 44, } , [1176] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 1176, +["Category"] = "Imperial City", ["name"] = "Rekrut der Kaiserstadt", +["description"] = "Tötet 1 Spieler in der Kaiserstadt.", ["nextId"] = 1177, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Tötet 1 Spieler in der Kaiserstadt.", -["Category_ID"] = 43, -["achievementIndex"] = 8, -["firstID"] = 1176, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 44, } , [1177] = { -["points"] = 10, -["name"] = "Veteran der Kaiserstadt", -["nextId"] = 1178, -["Category"] = "Imperial City", -["prevId"] = 0, -["description"] = "Tötet 50 Spieler in der Kaiserstadt.", -["Category_ID"] = 43, +["numCriteria"] = 1, ["achievementIndex"] = 8, ["firstID"] = 1176, -["numCriteria"] = 1, +["Category"] = "Imperial City", +["name"] = "Veteran der Kaiserstadt", +["description"] = "Tötet 50 Spieler in der Kaiserstadt.", +["nextId"] = 1178, +["prevId"] = 1176, +["points"] = 10, +["Category_ID"] = 44, } , [1178] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 1176, +["Category"] = "Imperial City", ["name"] = "Kriegsherr der Kaiserstadt", +["description"] = "Tötet 100 Spieler in der Kaiserstadt.", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Tötet 100 Spieler in der Kaiserstadt.", -["Category_ID"] = 43, -["achievementIndex"] = 8, -["firstID"] = 1176, -["numCriteria"] = 1, +["points"] = 15, +["Category_ID"] = 44, } , [1179] = { -["points"] = 15, -["name"] = "Volltreffer", -["nextId"] = 0, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 1314, ["Category"] = "Imperial City", -["prevId"] = 0, +["name"] = "Volltreffer", ["description"] = "Erhaltet 900 Tel\'Var-Steine auf einmal.", -["Category_ID"] = 43, -["achievementIndex"] = 15, -["firstID"] = 1314, -["numCriteria"] = 1, +["nextId"] = 0, +["prevId"] = 1315, +["points"] = 15, +["Category_ID"] = 44, } , [1181] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Imperial City", ["name"] = "Meister des Stils der Xivkyn", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Xivkyn“, die Ihr in daedrischen Truhen in der Kaiserstadt finden könnt.", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Xivkyn“, die Ihr in daedrischen Truhen in der Kaiserstadt finden könnt.", -["Category_ID"] = 43, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 44, } , [1182] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 1182, +["Category"] = "Imperial City", ["name"] = "Verfolger der Gierskampen", +["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 1 Gierskampen.", ["nextId"] = 1269, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 1 Gierskampen.", -["Category_ID"] = 43, -["achievementIndex"] = 18, -["firstID"] = 1182, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 44, } , [1184] = { -["points"] = 15, +["numCriteria"] = 4, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Imperial City", ["name"] = "Champion der kaiserlichen Arena", +["description"] = "Macht Euch einen Namen in der kaiserlichen Arena, indem Ihr gegen die Ringmeisterin und ihre Diener besteht.", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Macht Euch einen Namen in der kaiserlichen Arena, indem Ihr gegen die Ringmeisterin und ihre Diener besteht.", -["Category_ID"] = 43, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 15, +["Category_ID"] = 44, } , [1185] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Imperial City", ["name"] = "Beschützer des Glaubens", +["description"] = "Schließt das Ereignis „Tempel der Kaiserstadt“ ab, indem Ihr den daedrischen Titan Uzuruz besiegt.", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Schließt das Ereignis „Tempel der Kaiserstadt“ ab, indem Ihr den daedrischen Titan Uzuruz besiegt.", -["Category_ID"] = 43, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["Category_ID"] = 44, } , [1186] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 13, +["firstID"] = 0, +["Category"] = "Imperial City", ["name"] = "Angler der Kaiserstadt", +["description"] = "Fangt alle 12 seltenen Fische in der Kaiserstadt.", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in der Kaiserstadt.", -["Category_ID"] = 43, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, +["Category_ID"] = 44, } , [1235] = { -["points"] = 50, -["name"] = "Gruppenwagnis in Rkindaleft", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Gruppenwagnis in Rkindaleft", ["description"] = "Aktiviert den uralten Zenturio in Rkindaleft.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1236] = { -["points"] = 50, -["name"] = "Eroberer von Rkindaleft", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Eroberer von Rkindaleft", ["description"] = "Besiegt alle Champions in Rkindaleft.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [1237] = { -["points"] = 15, -["name"] = "Sieger von Rkindaleft", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sieger von Rkindaleft", ["description"] = "Besiegt drei der Champions in dem offenen Verlies Rkindaleft.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 15, +["nextId"] = 0, } , [1238] = { -["points"] = 50, -["name"] = "Gruppenwagnis im alten Orsinium", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Gruppenwagnis im alten Orsinium", ["description"] = "Widersetzt Euch dem Ansturm der Kultisten im alten Orsinium.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1239] = { -["points"] = 50, -["name"] = "Eroberer des alten Orsinium", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Eroberer des alten Orsinium", ["description"] = "Besiegt alle Champions im alten Orsinium.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, +["nextId"] = 0, } , [1240] = { -["points"] = 15, -["name"] = "Sieger des alten Orsinium", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sieger des alten Orsinium", ["description"] = "Besiegt einige der Champions im offenen Verlies des alten Orsiniums.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 15, +["nextId"] = 0, } , [1241] = { -["points"] = 10, -["name"] = "Neuankömmling Wrothgars", -["nextId"] = 1242, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 1241, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Neuankömmling Wrothgars", ["description"] = "Schließt 3 Quests in Wrothgar ab.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 6, -["firstID"] = 1241, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 1242, } , [1242] = { -["points"] = 10, -["name"] = "Erforscher Wrothgars", -["nextId"] = 1243, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 1241, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Erforscher Wrothgars", ["description"] = "Schließt 9 Quests in Wrothgar ab.", -["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 6, -["firstID"] = 1241, -["numCriteria"] = 1, +["Category_ID"] = 43, +["prevId"] = 1241, +["points"] = 10, +["nextId"] = 1243, } , [1243] = { -["points"] = 10, -["name"] = "Pionier Wrothgars", -["nextId"] = 1244, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 1241, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Pionier Wrothgars", ["description"] = "Schließt 15 Quests in Wrothgar ab.", -["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 6, -["firstID"] = 1241, -["numCriteria"] = 1, +["Category_ID"] = 43, +["prevId"] = 1242, +["points"] = 10, +["nextId"] = 1244, } , [1244] = { -["points"] = 10, -["name"] = "Pfadfinder Wrothgars", -["nextId"] = 1245, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 1241, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Pfadfinder Wrothgars", ["description"] = "Schließt 21 Quests in Wrothgar ab.", -["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 6, -["firstID"] = 1241, -["numCriteria"] = 1, +["Category_ID"] = 43, +["prevId"] = 1243, +["points"] = 10, +["nextId"] = 1245, } , [1245] = { -["points"] = 10, -["name"] = "Abenteurer Wrothgars", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 1241, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Abenteurer Wrothgars", ["description"] = "Schließt 27 verschiedene Quests in Wrothgar ab.", -["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 6, -["firstID"] = 1241, -["numCriteria"] = 1, +["Category_ID"] = 43, +["prevId"] = 1244, +["points"] = 10, +["nextId"] = 0, } , [1247] = { -["points"] = 10, -["name"] = "Ein letztes Handgemenge", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Ein letztes Handgemenge", ["description"] = "Gewährt einem alternden Orkkrieger einen ruhmreichen Tod.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1248] = { -["points"] = 50, +["numCriteria"] = 6, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Orsinium", ["name"] = "Held von Wrothgar", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held Wrothgars zu werden.", ["nextId"] = 0, -["Category"] = "Orsinium", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held Wrothgars zu werden.", -["Category_ID"] = 42, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 50, +["Category_ID"] = 43, } , [1249] = { -["points"] = 15, -["name"] = "Verteidiger Orsiniums", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verteidiger Orsiniums", ["description"] = "Besiegt 4 Anführer in der offenen Welt in Wrothgar.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 15, +["nextId"] = 0, } , [1250] = { -["points"] = 15, +["numCriteria"] = 20, +["achievementIndex"] = 7, +["firstID"] = 1250, +["Category"] = "Orsinium", ["name"] = "Reliktjäger Wrothgars", +["description"] = "Sammelt 16 Relikte für das Museum: Haus des Ruhms der Orsimer.", ["nextId"] = 1324, -["Category"] = "Orsinium", ["prevId"] = 0, -["description"] = "Sammelt 16 Relikte für das Museum: Haus des Ruhms der Orsimer.", -["Category_ID"] = 42, -["achievementIndex"] = 4, -["firstID"] = 1250, -["numCriteria"] = 20, +["points"] = 15, +["Category_ID"] = 43, } , [1257] = { -["points"] = 15, -["name"] = "Verliesschlächter Wrothgars", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Eroberer der Verliese Wrothgars", ["description"] = "Schließt in Wrothgar beide Errungenschaften für Anführer in offenen Verliesen ab.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [1260] = { -["points"] = 15, -["name"] = "Königsmacher", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Königsmacher", ["description"] = "Schließt Wrothgars Hauptgeschichte ab.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 15, +["nextId"] = 0, } , [1261] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 1261, +["Category"] = "Imperial City", ["name"] = "Assassine der Xivkyn", +["description"] = "Bezwingt 1 Mitglied der Kalthafen-Elitegarde.", ["nextId"] = 1262, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Bezwingt 1 Mitglied der Kalthafen-Elitegarde.", -["Category_ID"] = 43, -["achievementIndex"] = 19, -["firstID"] = 1261, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 44, } , [1262] = { -["points"] = 15, -["name"] = "Geißel der Xivkyn", -["nextId"] = 1263, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 1261, ["Category"] = "Imperial City", -["prevId"] = 0, +["name"] = "Geißel der Xivkyn", ["description"] = "Bezwingt 50 Mitglieder der Kalthafen-Elitegarde.", -["Category_ID"] = 43, -["achievementIndex"] = 19, -["firstID"] = 1261, -["numCriteria"] = 1, +["nextId"] = 1263, +["prevId"] = 1261, +["points"] = 15, +["Category_ID"] = 44, } , [1263] = { -["points"] = 50, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 1261, +["Category"] = "Imperial City", ["name"] = "Fluch der Xivkyn", +["description"] = "Bezwingt 100 Mitglieder der Kalthafen-Elitegarde.", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Bezwingt 100 Mitglieder der Kalthafen-Elitegarde.", -["Category_ID"] = 43, -["achievementIndex"] = 19, -["firstID"] = 1261, -["numCriteria"] = 1, +["points"] = 50, +["Category_ID"] = 44, } , [1267] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, +["Category"] = "Imperial City", ["name"] = "Gladiator der Allianz", +["description"] = "Tötet 100 Spieler innerhalb der kaiserlichen Arena.", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Tötet 100 Spieler innerhalb der kaiserlichen Arena.", -["Category_ID"] = 43, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["Category_ID"] = 44, } , [1268] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 1268, +["Category"] = "Imperial City", ["name"] = "Verfolger der Listskampen", +["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 1 Listskampen.", ["nextId"] = 1271, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 1 Listskampen.", -["Category_ID"] = 43, -["achievementIndex"] = 2, -["firstID"] = 1268, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 44, } , [1269] = { -["points"] = 15, -["name"] = "Schlächter der Gierskampen", -["nextId"] = 1270, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 1182, ["Category"] = "Imperial City", -["prevId"] = 0, +["name"] = "Schlächter der Gierskampen", ["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 5 Gierskampen.", -["Category_ID"] = 43, -["achievementIndex"] = 18, -["firstID"] = 1182, -["numCriteria"] = 1, +["nextId"] = 1270, +["prevId"] = 1182, +["points"] = 15, +["Category_ID"] = 44, } , [1270] = { -["points"] = 50, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 1182, +["Category"] = "Imperial City", ["name"] = "Auslöscher der Gierskampen", +["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 10 Gierskampen.", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 10 Gierskampen.", -["Category_ID"] = 43, -["achievementIndex"] = 18, -["firstID"] = 1182, -["numCriteria"] = 1, +["points"] = 50, +["Category_ID"] = 44, } , [1271] = { -["points"] = 15, -["name"] = "Schlächter der Listskampen", -["nextId"] = 1272, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 1268, ["Category"] = "Imperial City", -["prevId"] = 0, +["name"] = "Schlächter der Listskampen", ["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 5 Listskampen.", -["Category_ID"] = 43, -["achievementIndex"] = 2, -["firstID"] = 1268, -["numCriteria"] = 1, +["nextId"] = 1272, +["prevId"] = 1268, +["points"] = 15, +["Category_ID"] = 44, } , [1272] = { -["points"] = 50, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 1268, +["Category"] = "Imperial City", ["name"] = "Auslöscher der Listskampen", +["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 10 Listskampen.", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 10 Listskampen.", -["Category_ID"] = 43, -["achievementIndex"] = 2, -["firstID"] = 1268, -["numCriteria"] = 1, +["points"] = 50, +["Category_ID"] = 44, } , [1273] = { -["points"] = 50, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Imperial City", ["name"] = "Kaiserlicher Lichtbringer", +["description"] = "Schließt das Ereignis „Barathrum Centrata“ tief unter der Kaiserstadt ab.", ["nextId"] = 0, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Schließt das Ereignis „Barathrum Centrata“ tief unter der Kaiserstadt ab.", -["Category_ID"] = 43, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["Category_ID"] = 44, } , [1275] = { -["points"] = 50, -["name"] = "Turmspitzenstürmer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, +["name"] = "Turmspitzenstürmer", ["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.", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1276] = { -["points"] = 50, -["name"] = "Einer Tharn zum Trotz", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, +["name"] = "Einer Tharn zum Trotz", ["description"] = "Besiegt die Richtmeisterin, die Wachen der Kaiserinregentin, die Ebenenhemmerin und Molag Kena im Weißgoldturm (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1277] = { -["points"] = 10, -["name"] = "Hornbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, +["name"] = "Hornbrecher", ["description"] = "Besiegt 100 Xivkyn im Weißgoldturm (Veteranen).", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1278] = { -["points"] = 10, -["name"] = "Daedrothrichter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, +["name"] = "Daedrothrichter", ["description"] = "Besiegt 75 Daedroth im Weißgoldturm (Veteranen).", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1279] = { -["points"] = 50, -["name"] = "Auge des Sturms", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, +["name"] = "Auge des Sturms", ["description"] = "Vollführt das Ritual aus dem Obeliskenwälzer und besiegt dann Molag Kena im Weißgoldturm (Veteranen).", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1280] = { -["points"] = 10, -["name"] = "Kein Zutritt", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, +["name"] = "Kein Zutritt", ["description"] = "Zerstört alle Portale, um sicherzustellen, dass die Ebenenhemmerin im Weißgoldturm (Veteranen) keine Verstärkung erhält.", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1281] = { -["points"] = 5, -["name"] = "Kaiserliche Verfehlungen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, +["name"] = "Kaiserliche Verfehlungen", ["description"] = "Findet und interagiert mit allen sprechenden Steinen im Weißgoldturm.", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 5, +["nextId"] = 0, } , [1285] = { -["points"] = 10, -["name"] = "Echaterehenker", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Echaterehenker", ["description"] = "Besiegt die alte Snagara, die Echatere im Wildererlager.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1286] = { -["points"] = 10, -["name"] = "Dolmenbruch", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Dolmenbruch", ["description"] = "Besiegt Zandadunoz den Wiedergeborenen beim unvollendeten Dolmen.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1287] = { -["points"] = 10, -["name"] = "Entthronung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Entthronung", ["description"] = "Besiegt Königshäuptling Edu, den Regenten der Riekr beim Thron des Königshäuptlings.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1288] = { -["points"] = 10, -["name"] = "Schrecken der Winterkinder", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Schrecken der Winterkinder", ["description"] = "Besiegt Corintthac die Abscheulichkeit, den Dornenherzen-Krieger der Winterkinder, in der verfluchten Kinderkrippe.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1289] = { -["points"] = 10, -["name"] = "Wider den Wahn", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Wider den Wahn", ["description"] = "Besiegt den verrückten Urkazbur am Altar des verrückten Ogers.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1290] = { -["points"] = 10, -["name"] = "Eisiges Erwachen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Eisiges Erwachen", ["description"] = "Besiegt Nyzchaleft, den Dwemerzenturio, bei den Nyzchaleft-Fällen.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1297] = { -["points"] = 5, -["name"] = "Erforscher von Nikolvaras Zwinger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Nikolvaras Zwinger", ["description"] = "Erkundet und säubert Nikolvaras Zwinger.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, -} -, -[1298] = { ["points"] = 5, -["name"] = "Erforscher der Kaltpferchkaverne", ["nextId"] = 0, +} +, +[1298] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Kaltpferchkaverne", ["description"] = "Erkundet und säubert die Kaltpferchkaverne.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1299] = { -["points"] = 5, -["name"] = "Erforscher der Argentummine", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Argentummine", ["description"] = "Erkundet und säubert die Argentummine.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1300] = { -["points"] = 5, -["name"] = "Erforscher von Thukhozods Heiligtum", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Thukhozods Heiligtum", ["description"] = "Erkundet und säubert Thukhozods Heiligtum.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1301] = { -["points"] = 5, -["name"] = "Erforscher der Spähwacht", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Spähwacht", ["description"] = "Erkundet und säubert die Spähwacht.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1302] = { -["points"] = 5, -["name"] = "Erforscher von Zthenganaz", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Zthenganaz", ["description"] = "Erforscht und säubert Zthenganaz.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1303] = { -["points"] = 50, -["name"] = "Vergeltung des Hochwärters", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, +["name"] = "Vergeltung des Hochwärters", ["description"] = "Zerstört den Folianten des Hochwärters und besiegt dann Hochwärter Dämmer im Gefängnis der Kaiserstadt (Veteranen).", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1304] = { -["points"] = 15, -["name"] = "Champion der Mahlstrom-Arena", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 9, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Maelstrom Arena", -["SubCategory_ID"] = 3, +["name"] = "Champion der Mahlstrom-Arena", ["description"] = "Besiegt alle Herausforderer und verdient Euch den Titel des Champions der Mahlstrom-Arena.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 9, +["points"] = 15, +["nextId"] = 0, } , [1305] = { -["points"] = 50, -["name"] = "Eroberer der Mahlstrom-Arena", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 9, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Maelstrom Arena", -["SubCategory_ID"] = 3, +["name"] = "Eroberer der Mahlstrom-Arena", ["description"] = "Besiegt alle Herausforderer im Veteranenmodus der Mahlstrom-Arena.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 9, +["points"] = 50, +["nextId"] = 0, } , [1306] = { -["points"] = 15, -["name"] = "Raus aus der Pfanne", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, +["name"] = "Raus aus der Pfanne", ["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.", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, -} -, -[1307] = { -["points"] = 10, -["name"] = "Schlosser der Verliese der Kaiserstadt", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Imperial City", -["prevId"] = 0, -["description"] = "Stellt einen Schlüssel für jede der Trophäentruhen im Weißgoldturm und im Gefängnis der Kaiserstadt her.", -["Category_ID"] = 43, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, } , [1311] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 1311, +["Category"] = "Imperial City", ["name"] = "Tel\'Var-Sammler", +["description"] = "Sammelt mit beliebigen Charakteren insgesamt 1.000 Tel\'Var-Steine.", ["nextId"] = 1312, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Sammelt mit beliebigen Charakteren insgesamt 1.000 Tel\'Var-Steine.", -["Category_ID"] = 43, -["achievementIndex"] = 16, -["firstID"] = 1311, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 44, } , [1312] = { -["points"] = 15, -["name"] = "Tel\'Var-Baron", -["nextId"] = 1313, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 1311, ["Category"] = "Imperial City", -["prevId"] = 0, +["name"] = "Tel\'Var-Baron", ["description"] = "Sammelt mit beliebigen Charakteren insgesamt 10.000 Tel\'Var-Steine.", -["Category_ID"] = 43, -["achievementIndex"] = 16, -["firstID"] = 1311, -["numCriteria"] = 1, +["nextId"] = 1313, +["prevId"] = 1311, +["points"] = 15, +["Category_ID"] = 44, } , [1313] = { -["points"] = 50, -["name"] = "Tel\'Var-Meister", -["nextId"] = 0, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 1311, ["Category"] = "Imperial City", -["prevId"] = 0, +["name"] = "Tel\'Var-Meister", ["description"] = "Sammelt mit beliebigen Charakteren insgesamt 100.000 Tel\'Var-Steine.", -["Category_ID"] = 43, -["achievementIndex"] = 16, -["firstID"] = 1311, -["numCriteria"] = 1, +["nextId"] = 0, +["prevId"] = 1312, +["points"] = 50, +["Category_ID"] = 44, } , [1314] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 1314, +["Category"] = "Imperial City", ["name"] = "Überraschende Beute", +["description"] = "Erhaltet 300 Tel\'Var-Steine auf einmal.", ["nextId"] = 1315, -["Category"] = "Imperial City", ["prevId"] = 0, -["description"] = "Erhaltet 300 Tel\'Var-Steine auf einmal.", -["Category_ID"] = 43, -["achievementIndex"] = 15, -["firstID"] = 1314, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 44, } , [1315] = { -["points"] = 10, -["name"] = "Ein Glücksfall", -["nextId"] = 1179, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 1314, ["Category"] = "Imperial City", -["prevId"] = 0, +["name"] = "Ein Glücksfall", ["description"] = "Erhaltet 600 Tel\'Var-Steine auf einmal.", -["Category_ID"] = 43, -["achievementIndex"] = 15, -["firstID"] = 1314, -["numCriteria"] = 1, +["nextId"] = 1179, +["prevId"] = 1314, +["points"] = 10, +["Category_ID"] = 44, } , [1316] = { -["points"] = 5, -["name"] = "Unterstützer Orsiniums", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Unterstützer Orsiniums", ["description"] = "Spendet einmal bei der Stadtvertreterin von Orsinium.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1320] = { -["points"] = 15, -["name"] = "Himmelsscherbenjäger von Wrothgar", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 17, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Himmelsscherbenjäger von Wrothgar", ["description"] = "Findet alle 17 Himmelsscherben in Wrothgar.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 17, +["points"] = 15, +["nextId"] = 0, } , [1321] = { -["points"] = 15, -["name"] = "Höhlenforscher von Wrothgar", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher von Wrothgar", ["description"] = "Entdeckt und säubert alle sechs Höhlen in Wrothgar.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 15, +["nextId"] = 0, } , [1322] = { -["points"] = 10, -["name"] = "Meistersucher Wrothgars", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meistersucher Wrothgars", ["description"] = "Entdeckt alle markanten Orte in Wrothgar.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["nextId"] = 0, } , [1323] = { -["points"] = 15, -["name"] = "Meistererforscher von Wrothgar", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher von Wrothgar", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Wrothgar.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [1324] = { -["points"] = 50, +["numCriteria"] = 20, +["achievementIndex"] = 7, +["firstID"] = 1250, +["Category"] = "Orsinium", ["name"] = "Meisterreliktjäger Wrothgars", +["description"] = "Sammelt alle 20 Relikte für das Haus des Ruhms der Orsimer.", ["nextId"] = 0, -["Category"] = "Orsinium", ["prevId"] = 0, -["description"] = "Sammelt alle 20 Relikte für das Haus des Ruhms der Orsimer.", -["Category_ID"] = 42, -["achievementIndex"] = 4, -["firstID"] = 1250, -["numCriteria"] = 20, +["points"] = 50, +["Category_ID"] = 43, } , [1325] = { -["points"] = 10, -["name"] = "Ratsherr des Orkkönigs", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ratsherr des Orkkönigs", ["description"] = "Schließt die Quest „Ein Problem von königlicher Größe“ in Wrothgar ab.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1326] = { -["points"] = 10, -["name"] = "Marschall des Orkkönigs", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Marschall des Orkkönigs", ["description"] = "Schließt die Quest „Der Zorn eines Königs“ in Wrothgar ab.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1327] = { -["points"] = 10, -["name"] = "Eroberer des Orkkönigs", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Eroberer des Orkkönigs", ["description"] = "Schließt die Quest „Blut an den Händen eines Königs“ in Wrothgar ab.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1328] = { -["points"] = 15, -["name"] = "Großabenteurer Wrothgars", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Großabenteurer Wrothgars", ["description"] = "Schließt 40 verschiedene Quests in Wrothgar ab.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [1330] = { -["points"] = 50, -["name"] = "Mahlstrom-Arena: Der perfekte Durchlauf", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Maelstrom Arena", -["SubCategory_ID"] = 3, +["name"] = "Mahlstrom-Arena: Der perfekte Durchlauf", ["description"] = "Schließt die Mahlstrom-Arena (Veteranen) während eines einzigen Aufenthalts ab, ohne zu sterben oder die Arena zu verlassen.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1331] = { -["points"] = 5, -["name"] = "Klippenspringer Wrothgars", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Klippenspringer Wrothgars", ["description"] = "Springt von der Klippe westlich des Frostbruchkamms und überlebt.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1333] = { -["points"] = 5, -["name"] = "Einer nach dem anderen", -["nextId"] = 1334, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 1333, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Einer nach dem anderen", ["description"] = "Schließt in Wrothgar 1 täglichen Auftrag gegen Anführer in der offenen Welt für Arzorag in Orsinium ab.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 7, -["firstID"] = 1333, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 1334, } , [1334] = { -["points"] = 10, -["name"] = "Glückssieben", -["nextId"] = 1335, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 1333, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Glückssieben", ["description"] = "Schließt in Wrothgar 7 tägliche Aufträge gegen Anführer in der offenen Welt für Arzorag in Orsinium ab.", -["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 7, -["firstID"] = 1333, -["numCriteria"] = 1, +["Category_ID"] = 43, +["prevId"] = 1333, +["points"] = 10, +["nextId"] = 1335, } , [1335] = { -["points"] = 15, -["name"] = "Monsterjäger des Monats", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 1333, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Monsterjäger des Monats", ["description"] = "Schließt in Wrothgar 30 tägliche Aufträge gegen Anführer in der offenen Welt für Arzorag in Orsinium ab.", -["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 7, -["firstID"] = 1333, -["numCriteria"] = 1, +["Category_ID"] = 43, +["prevId"] = 1334, +["points"] = 15, +["nextId"] = 0, } , [1336] = { -["points"] = 5, -["name"] = "Gewölbeabstecher", -["nextId"] = 1337, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 1336, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Gewölbeabstecher", ["description"] = "Schließt in Wrothgar 1 täglichen Auftrag für Guruzug in der Morkul-Festung ab.", +["Category_ID"] = 43, ["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 8, -["firstID"] = 1336, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 1337, } , [1337] = { -["points"] = 10, -["name"] = "Gewölbewoche in Wrothgar", -["nextId"] = 1338, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 1336, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Gewölbewoche in Wrothgar", ["description"] = "Schließt in Wrothgar 10 tägliche Aufträge für Guruzug in der Morkul-Festung ab.", -["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 8, -["firstID"] = 1336, -["numCriteria"] = 1, +["Category_ID"] = 43, +["prevId"] = 1336, +["points"] = 10, +["nextId"] = 1338, } , [1338] = { -["points"] = 15, -["name"] = "Gewölbemonat in Wrothgar", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 1336, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Gewölbemonat in Wrothgar", ["description"] = "Schließt in Wrothgar 30 tägliche Aufträge für Guruzug in der Morkul-Festung ab.", -["prevId"] = 0, -["Category_ID"] = 42, -["achievementIndex"] = 8, -["firstID"] = 1336, -["numCriteria"] = 1, +["Category_ID"] = 43, +["prevId"] = 1337, +["points"] = 15, +["nextId"] = 0, } , [1339] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Orsinium", ["name"] = "Wrothgars ganz großer Fang", +["description"] = "Fangt den seltenen Krabbenknackschlächter in Wrothgar.", ["nextId"] = 0, -["Category"] = "Orsinium", ["prevId"] = 0, -["description"] = "Fangt den seltenen Krabbenknackschlächter in Wrothgar.", -["Category_ID"] = 42, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 43, } , [1340] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Orsinium", ["name"] = "Meisterangler von Wrothgar", +["description"] = "Fangt alle 12 seltenen Fische in Wrothgar.", ["nextId"] = 0, -["Category"] = "Orsinium", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Wrothgar.", -["Category_ID"] = 42, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, +["Category_ID"] = 43, } , [1341] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Orsinium", ["name"] = "Meister des Stils der Orkahnen", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Orkahnen“ aus Wrothgar, die Ihr bei Widersachern im alten Orsinium und in Rkindaleft erbeuten könnt.", ["nextId"] = 0, -["Category"] = "Orsinium", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Orkahnen“ aus Wrothgar, die Ihr bei Widersachern im alten Orsinium und in Rkindaleft erbeuten könnt.", -["Category_ID"] = 42, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 43, } , [1342] = { -["points"] = 10, -["name"] = "Himmelsscherbenjäger der Goldküste", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Himmelsscherbenjäger der Goldküste", ["description"] = "Findet alle 6 Himmelsscherben an der Goldküste.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["nextId"] = 0, } , [1343] = { -["points"] = 15, -["name"] = "Schlund von Lorkhaj abgeschlossen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, +["name"] = "Schlund von Lorkhaj abgeschlossen", ["description"] = "Treibt die dro-m\'Athra zurück in die Leere und schließt den Schlund von Lorkhaj im normalen Modus.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [1344] = { -["points"] = 50, -["name"] = "Schwierigkeiten im Schlund von Lorkhaj", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, +["name"] = "Schwierigkeiten im Schlund von Lorkhaj", ["description"] = "Besiegt Rakkhat, nachdem Ihr ihn an den Mondschreinen im Schlund von Lorkhaj (Veteranen) gestärkt habt.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1345] = { -["points"] = 10, -["name"] = "Sieger des Gefängnisses der Kaiserstadt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, +["name"] = "Sieger des Gefängnisses der Kaiserstadt", ["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.", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["nextId"] = 0, } , [1346] = { -["points"] = 10, -["name"] = "Sieger des Weißgoldturms", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, +["name"] = "Sieger des Weißgoldturms", ["description"] = "Besiegt die Richtmeisterin, die Wachen der Kaiserinregentin, die Ebenenhemmerin und Molag Kena im Weißgoldturm.", +["Category_ID"] = 44, ["prevId"] = 0, -["Category_ID"] = 43, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 10, +["nextId"] = 0, } , [1347] = { -["points"] = 10, +["numCriteria"] = 6, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Thieves Guild", ["name"] = "Himmelsscherbenjäger von Hews Fluch", +["description"] = "Findet alle 6 Himmelsscherben auf Hews Fluch.", ["nextId"] = 0, -["Category"] = "Thieves Guild", ["prevId"] = 0, -["description"] = "Findet alle 6 Himmelsscherben auf Hews Fluch.", -["Category_ID"] = 41, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["Category_ID"] = 42, } , [1349] = { -["points"] = 5, -["name"] = "Aufbrechen und Eindringen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Aufbrechen und Eindringen", ["description"] = "Dringt in 7 geschützte Bereiche in Abahs Landung ein.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 7, +["points"] = 5, +["nextId"] = 0, } , [1350] = { -["points"] = 5, -["name"] = "Die Dame in der Zisterne", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Die Dame in der Zisterne", ["description"] = "Erfahrt jedes Gerücht über die Statue im Diebesnest.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 7, +["points"] = 5, +["nextId"] = 0, } , [1351] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Thieves Guild", ["name"] = "Meisterangler von Hews Fluch", +["description"] = "Fangt alle 12 seltenen Fische von Hews Fluch.", ["nextId"] = 0, -["Category"] = "Thieves Guild", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische von Hews Fluch.", -["Category_ID"] = 41, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, +["Category_ID"] = 42, } , [1352] = { -["points"] = 10, -["name"] = "Tiefste Untiefen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Tiefste Untiefen", ["description"] = "Tötet Syvarra aus der Tiefe bei Ko Estaran.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1353] = { -["points"] = 10, -["name"] = "Den Kiel abschneiden", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Den Kiel abschneiden", ["description"] = "Tötet Kapitän Virindi Sklavennehmer in der Sklavenbucht.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1354] = { -["points"] = 15, -["name"] = "Verteidiger von Hews Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verteidiger von Hews Fluch", ["description"] = "Tötet die beiden Anführer in der offenen Welt auf Hews Fluch.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [1355] = { -["points"] = 5, -["name"] = "Erforscher von Bahrahas Düsternis", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Bahrahas Düsternis", ["description"] = "Erkundet und säubert Bahrahas Düsternis.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1356] = { -["points"] = 5, -["name"] = "Erforscher der Haizahngrotte", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Haizahngrotte", ["description"] = "Erkundet und säubert die Haizahngrotte.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1357] = { -["points"] = 10, -["name"] = "Höhlenforscher von Hews Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher von Hews Fluch", ["description"] = "Entdeckt und säubert beide Höhlen auf Hews Fluch.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["nextId"] = 0, } , [1358] = { -["points"] = 10, -["name"] = "Pfadfinder von Hews Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder von Hews Fluch", ["description"] = "Entdeckt alle markanten Orte auf Hews Fluch.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 10, +["nextId"] = 0, } , [1359] = { -["points"] = 15, -["name"] = "Meistererforscher von Hews Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher von Hews Fluch", ["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte auf Hews Fluch.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [1360] = { -["points"] = 10, -["name"] = "Stets getrennt reisen", -["nextId"] = 1370, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 1360, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Stets getrennt reisen", ["description"] = "Schließt die Quest „Hausräumung“ auf Hews Fluch ab.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 2, -["firstID"] = 1360, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 1370, } , [1361] = { -["points"] = 10, -["name"] = "Niemals von der Gilde stehlen", -["nextId"] = 1362, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 1360, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Niemals von der Gilde stehlen", ["description"] = "Schließt die Quest „Ein todsicherer Plan“ auf Hews Fluch ab.", -["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 2, -["firstID"] = 1360, -["numCriteria"] = 1, +["Category_ID"] = 42, +["prevId"] = 1370, +["points"] = 10, +["nextId"] = 1362, } , [1362] = { -["points"] = 10, -["name"] = "Hochzeitsstürmer", -["nextId"] = 1363, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 1360, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Hochzeitsstürmer", ["description"] = "Schließt die Quest „Das ewige Schweigen“ auf Hews Fluch ab.", -["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 2, -["firstID"] = 1360, -["numCriteria"] = 1, +["Category_ID"] = 42, +["prevId"] = 1361, +["points"] = 10, +["nextId"] = 1363, } , [1363] = { -["points"] = 10, -["name"] = "Gebrochenes Rad", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 1360, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Gebrochenes Rad", ["description"] = "Schließt die Quest „Gefängnisausbruch“ auf Hews Fluch ab.", -["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 2, -["firstID"] = 1360, -["numCriteria"] = 1, +["Category_ID"] = 42, +["prevId"] = 1362, +["points"] = 10, +["nextId"] = 0, } , [1364] = { -["points"] = 15, -["name"] = "Abenteurer von Hews Fluch", -["nextId"] = 1366, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 1364, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Abenteurer von Hews Fluch", ["description"] = "Schließt 12 verschiedene Quests der Erzählung von Hews Fluch ab.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 3, -["firstID"] = 1364, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 1366, } , [1365] = { -["points"] = 50, +["numCriteria"] = 5, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Thieves Guild", ["name"] = "Held von Hews Fluch", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held von Hews Fluch zu werden.", ["nextId"] = 0, -["Category"] = "Thieves Guild", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held von Hews Fluch zu werden.", -["Category_ID"] = 41, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, +["Category_ID"] = 42, } , [1366] = { -["points"] = 50, -["name"] = "Großabenteurer von Hews Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 1364, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Großabenteurer von Hews Fluch", ["description"] = "Schließt 16 verschiedene Quests der Erzählung von Hews Fluch ab.", -["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 3, -["firstID"] = 1364, -["numCriteria"] = 1, +["Category_ID"] = 42, +["prevId"] = 1364, +["points"] = 50, +["nextId"] = 0, } , [1367] = { -["points"] = 50, -["name"] = "Gegen die Uhr: Schlund von Lorkhaj", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, +["name"] = "Gegen die Uhr: Schlund von Lorkhaj", ["description"] = "Schließt den Schlund von Lorkhaj (Veteranen) innerhalb des Zeitlimits von 40 Minuten ab. Die Zeit läuft, sobald Ihr den Tempel der sieben Rätsel betretet.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1368] = { -["points"] = 50, -["name"] = "Eroberer des Schlunds von Lorkhaj", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, +["name"] = "Eroberer des Schlunds von Lorkhaj", ["description"] = "Besiegt Rakkhat, den Reißzahn Lorkhajs, und seine Legionen der dro-m\'Athra im Schlund von Lorkhaj (Veteranen).", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1369] = { -["points"] = 5, -["name"] = "Entfesselter Hinterhalt", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, +["name"] = "Entfesselter Hinterhalt", ["description"] = "Benutzt beide Kettenschalter innerhalb von zehn Sekunden im Schlund von Lorkhaj (Veteranen) und besiegt dann die dro-m\'Athra-Eindringlinge.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1370] = { -["points"] = 10, -["name"] = "Unterwanderung des Eisenrads", -["nextId"] = 1361, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 1360, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Unterwanderung des Eisenrads", ["description"] = "Schließt die Quest „Das lange Spiel“ auf Hews Fluch ab.", -["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 2, -["firstID"] = 1360, -["numCriteria"] = 1, +["Category_ID"] = 42, +["prevId"] = 1360, +["points"] = 10, +["nextId"] = 1361, } , [1371] = { -["points"] = 10, -["name"] = "Willkommen in der Diebesgilde", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Willkommen in der Diebesgilde", ["description"] = "Tretet der Diebesgilde bei, indem Ihr auf Hews Fluch die Quest „Komplizen“ abschließt.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1372] = { -["points"] = 5, -["name"] = "Frischgebackener Dieb", -["nextId"] = 1373, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 1372, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Frischgebackener Dieb", ["description"] = "Schließt einen Beutezug vom Brett für Beutezüge für die Diebesgilde ab.", -["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 9, -["firstID"] = 1372, -["numCriteria"] = 1, +["Category_ID"] = 42, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 1373, } , [1373] = { -["points"] = 10, -["name"] = "Erfahrener Gelegenheitsdieb", -["nextId"] = 1374, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 1372, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Erfahrener Gelegenheitsdieb", ["description"] = "Schließt 7 Beutezüge vom Brett für Beutezüge für die Diebesgilde ab.", -["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 9, -["firstID"] = 1372, -["numCriteria"] = 1, +["Category_ID"] = 42, +["prevId"] = 1372, +["points"] = 10, +["nextId"] = 1374, } , [1374] = { -["points"] = 15, -["name"] = "Professioneller Langfinger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 1372, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Professioneller Langfinger", ["description"] = "Schließt 15 Beutezüge vom Brett für Beutezüge für die Diebesgilde ab.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 9, -["firstID"] = 1372, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [1375] = { -["points"] = 10, -["name"] = "Ein verzögertes Leben", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ein verzögertes Leben", ["description"] = "Schließt die Quest „Sein größter Schatz“ auf Hews Fluch ab.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1376] = { -["points"] = 10, -["name"] = "Unbestellte Saat", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Unbestellte Saat", ["description"] = "Schließt die Quest „Was verloren ging“ auf Hews Fluch ab.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1377] = { -["points"] = 10, -["name"] = "Zu welchem Preis, Freiheit?", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Zu welchem Preis, Freiheit?", ["description"] = "Schließt die Quest „Jeder hat einen Preis“ auf Hews Fluch ab.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1378] = { -["points"] = 10, -["name"] = "Keine halben Sachen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Keine halben Sachen", ["description"] = "Schließt die Quest „Einsame Flucht“ auf Hews Fluch ab.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1379] = { -["points"] = 15, -["name"] = "Durchwühlt das Dominion", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Durchwühlt das Dominion", ["description"] = "Stehlt die Schätze von Karis Wunschliste aus jedem der Territorien des Aldmeri-Dominions und bringt sie ins Diebesnest.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 15, +["nextId"] = 0, } , [1380] = { -["points"] = 15, -["name"] = "Bestehlt das Bündnis", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Bestehlt das Bündnis", ["description"] = "Stehlt die Schätze von Karis Wunschliste aus jedem der Territorien des Dolchsturz-Bündnisses und bringt sie ins Diebesnest.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 15, +["nextId"] = 0, } , [1381] = { -["points"] = 15, -["name"] = "Plündert den Pakt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Plündert den Pakt", ["description"] = "Stehlt die Schätze von Karis Wunschliste aus jedem der Territorien des Ebenherz-Pakts und bringt sie ins Diebesnest.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 15, +["nextId"] = 0, } , [1382] = { -["points"] = 15, -["name"] = "Leert die Landung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Leert die Landung", ["description"] = "Stehlt die Schätze von Karis Wunschliste aus Abahs Landung und bringt sie ins Diebesnest.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [1383] = { -["points"] = 50, -["name"] = "Überflieger unter den Taschendieben", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Überflieger unter den Taschendieben", ["description"] = "Stehlt alle Schätze von Karis Wunschliste und bringt sie ins Diebesnest.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [1385] = { -["points"] = 10, -["name"] = "Schattenschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, +["name"] = "Schattenschlächter", ["description"] = "Besiegt 25 Leerenrufer im Schlund von Lorkhaj.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1386] = { -["points"] = 15, -["name"] = "Makellose Seelen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, +["name"] = "Makellose Seelen", ["description"] = "Besiegt Rakkhat, den Reißzahn Lorkhajs, ohne dass jemand unter dem Leerenfluch stirbt.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [1388] = { -["points"] = 15, -["name"] = "Tanz der Zwei Monde", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, +["name"] = "Tanz der Zwei Monde", ["description"] = "Zwingt Rakkhat innerhalb von zwei Mondzyklen im Schlund von Lorkhaj (Veteranen) in seine Endphase und besiegt ihn dann.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [1389] = { -["points"] = 15, -["name"] = "Vermeidete Leere", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, +["name"] = "Vermeidete Leere", ["description"] = "Besiegt Rakkhat im Schlund von Lorkhaj (Veteranen) mit maximal zwei Spielern, die vom Odem von Lorkhaj betroffen sind.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [1390] = { -["points"] = 15, -["name"] = "Verbissener Reißzahn", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, +["name"] = "Verbissener Reißzahn", ["description"] = "Besiegt Rakkhat im Schlund von Lorkhaj (Veteranen) mit mindestens drei überlebenden dro-m\'Athra-Unheilspirschern.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [1391] = { -["points"] = 50, -["name"] = "Champion der Monde", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, +["name"] = "Champion der Monde", ["description"] = "Schließt alle Errungenschaften im Zusammenhang mit dem Sieg über Rakkhat, den Reißzahn Lorkhajs, im Schlund von Lorkhaj (Veteranen) ab.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, +["nextId"] = 0, } , [1392] = { -["points"] = 50, -["name"] = "Unbefleckter Sieg", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, +["name"] = "Unbefleckter Sieg", ["description"] = "Schließt den Schlund von Lorkhaj (Veteranen) ab, ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1393] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Orsinium", ["name"] = "Ein Geschenk aus Orsinium", +["description"] = "Besucht die vor Kurzem wiederaufgebaute Hauptstadt der Orks: Orsinium!", ["nextId"] = 0, -["Category"] = "Orsinium", ["prevId"] = 0, -["description"] = "Besucht die vor Kurzem wiederaufgebaute Hauptstadt der Orks: Orsinium!", -["Category_ID"] = 42, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 43, } , [1394] = { -["points"] = 5, -["name"] = "Fünf-Finger-Rabatt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Fünf-Finger-Rabatt", ["description"] = "Begeht in jedem der vier beliebtesten Läden von Abahs Landung erfolgreich Taschendiebstahl.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 5, +["nextId"] = 0, } , [1395] = { -["points"] = 5, -["name"] = "Finderlohn", -["nextId"] = 1396, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 1395, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Finderlohn", ["description"] = "Entdeckt und leert ein Diebesgut der Diebesgilde.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 18, -["firstID"] = 1395, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 1396, } , [1396] = { -["points"] = 10, -["name"] = "Ein Auge für Kleinigkeiten", -["nextId"] = 1397, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 1395, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Ein Auge für Kleinigkeiten", ["description"] = "Entdeckt und leert 5 Diebesgüter der Diebesgilde.", -["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 18, -["firstID"] = 1395, -["numCriteria"] = 1, +["Category_ID"] = 42, +["prevId"] = 1395, +["points"] = 10, +["nextId"] = 1397, } , [1397] = { -["points"] = 15, -["name"] = "Keine Gelegenheit ausgelassen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 1395, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Keine Gelegenheit ausgelassen", ["description"] = "Entdeckt und leert 15 Diebesgüter der Diebesgilde.", -["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 18, -["firstID"] = 1395, -["numCriteria"] = 1, +["Category_ID"] = 42, +["prevId"] = 1396, +["points"] = 15, +["nextId"] = 0, } , [1398] = { -["points"] = 5, -["name"] = "Unerfahrener Strauchdieb", -["nextId"] = 1399, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 1398, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Unerfahrener Strauchdieb", ["description"] = "Schließt Euren ersten täglichen Auftrag vom Brett für Aufträge für die Diebesgilde ab.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 10, -["firstID"] = 1398, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 1399, } , [1399] = { -["points"] = 10, -["name"] = "Erprobter Vagabund", -["nextId"] = 1400, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 1398, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Erprobter Vagabund", ["description"] = "Schließt 10 tägliche Aufträge vom Brett für Aufträge für die Diebesgilde ab.", -["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 10, -["firstID"] = 1398, -["numCriteria"] = 1, +["Category_ID"] = 42, +["prevId"] = 1398, +["points"] = 10, +["nextId"] = 1400, } , [1400] = { -["points"] = 15, -["name"] = "Erfahrener Schattenwandler", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 1398, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Erfahrener Schattenwandler", ["description"] = "Schließt 30 tägliche Aufträge vom Brett für Aufträge für die Diebesgilde ab.", -["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 10, -["firstID"] = 1398, -["numCriteria"] = 1, +["Category_ID"] = 42, +["prevId"] = 1399, +["points"] = 15, +["nextId"] = 0, } , [1401] = { -["points"] = 50, -["name"] = "Ehre unter Dieben", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ehre unter Dieben", ["description"] = "Unterstützt jedes Mitglied der Diebesgilde bei ihren persönlichen Angelegenheiten.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [1402] = { -["points"] = 5, -["name"] = "Und weg waren sie", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Und weg waren sie", ["description"] = "Entkommt dem Gesetz, indem Ihr von der Fähigkeit „zeitiges Entkommen“ der Diebesgilde, sowie dem freundlichen Strauchdieb, Gebrauch macht.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1403] = { -["points"] = 10, -["name"] = "Meister der Schatten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meister der Schatten", ["description"] = "Schließt einen Beutezug für die Diebesgilde ab, ohne dabei entdeckt zu werden.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1404] = { -["points"] = 15, -["name"] = "Große Taschen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Große Taschen", ["description"] = "Erhaltet die höchste Belohnung in 5 Beutezügen für die Diebesgilde.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [1405] = { -["points"] = 15, -["name"] = "Das behütete Ei des Adlers", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Das behütete Ei des Adlers", ["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf des Aldmeri-Dominions 4.000 Gold durch das Verkaufen von Gegenständen.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 15, +["nextId"] = 0, } , [1406] = { -["points"] = 15, -["name"] = "Der Hort des Drachen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Der Hort des Drachen", ["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf des Ebenherz-Pakts 4.000 Gold durch das Verkaufen von Gegenständen.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 15, +["nextId"] = 0, } , [1407] = { -["points"] = 15, -["name"] = "Der goldene Stolz des Löwen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Der goldene Stolz des Löwen", ["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf des Dolchsturz-Bündnisses 4.000 Gold durch das Verkaufen von Gegenständen.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 15, +["nextId"] = 0, } , [1408] = { -["points"] = 10, -["name"] = "Handelsfürstliche Schatzkammer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Handelsfürstliche Schatzkammer", ["description"] = "Erhaltet im Diebesnest von Abahs Landung 4.000 Gold durch durch den Verkauf von Gegenständen bei Hehlern.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1409] = { -["points"] = 50, -["name"] = "Der großmütige Magnat", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Der großmütige Magnat", ["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf der Allianzgebiete und im Diebesnest 4.000 Gold durch das Verkaufen von Gegenständen.", +["Category_ID"] = 42, ["prevId"] = 0, -["Category_ID"] = 41, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [1410] = { -["points"] = 50, +["numCriteria"] = 16, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Dark Brotherhood", ["name"] = "Litanei des Bluts", +["description"] = "Erledigt alle Ziele aus der Litanei des Bluts und erhaltet Eure Belohnung.", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", ["prevId"] = 0, -["description"] = "Erledigt alle Ziele aus der Litanei des Bluts und erhaltet Eure Belohnung.", -["Category_ID"] = 40, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 16, +["points"] = 50, +["Category_ID"] = 41, } , [1411] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Orsinium", ["name"] = "Meister des Stils von Trinimac", +["description"] = "Lernt jedes Kapitel des Buchs „Stil von Trinimac“ aus Wrothgar, die Ihr für den Abschluss von täglichen Aufträgen für Guruzug in Morkul erhalten könnt.", ["nextId"] = 0, -["Category"] = "Orsinium", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil von Trinimac“ aus Wrothgar, die Ihr für den Abschluss von täglichen Aufträgen für Guruzug in Morkul erhalten könnt.", -["Category_ID"] = 42, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 43, } , [1412] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Orsinium", ["name"] = "Meister des Stils von Malacath", +["description"] = "Lernt jedes Kapitel des Buchs „Stil von Malacath“ aus Wrothgar, die Ihr für den Abschluss von täglichen Aufträgen für Arzorag in Skalars Herberge erhalten könnt.", ["nextId"] = 0, -["Category"] = "Orsinium", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil von Malacath“ aus Wrothgar, die Ihr für den Abschluss von täglichen Aufträgen für Arzorag in Skalars Herberge erhalten könnt.", -["Category_ID"] = 42, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 43, } , [1413] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Thieves Guild", ["name"] = "Die Ausbeute von Abahs Landung", +["description"] = "Reist in den berüchtigten Freihafen Abahs Landung!", ["nextId"] = 0, -["Category"] = "Thieves Guild", ["prevId"] = 0, -["description"] = "Reist in den berüchtigten Freihafen Abahs Landung!", -["Category_ID"] = 41, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 42, } , [1417] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Thieves Guild", ["name"] = "Meister des Stils der Gesetzlosen", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Gesetzlosen“ aus Hews Fluch, das Ihr für das Bezwingen von Anführern erhalten könnt.", ["nextId"] = 0, -["Category"] = "Thieves Guild", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Gesetzlosen“ aus Hews Fluch, das Ihr für das Bezwingen von Anführern erhalten könnt.", -["Category_ID"] = 41, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 42, } , [1419] = { -["points"] = 10, -["name"] = "Besiegt Limenauruus", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Besiegt Limenauruus", ["description"] = "Besiegt Limenauruus den besessenen Minotauren und die Schatten in der Tribunentorheit.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1420] = { -["points"] = 10, -["name"] = "Erobert die Arena von Kvatch", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erobert die Arena von Kvatch", ["description"] = "Stellt Euch der Arena von Kvatch und besiegt alle Herausforderer.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1421] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Dark Brotherhood", ["name"] = "Goldküstenurlauber", +["description"] = "Besucht die Goldküste und genießt die Sehenswürdigkeiten.", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", ["prevId"] = 0, -["description"] = "Besucht die Goldküste und genießt die Sehenswürdigkeiten.", -["Category_ID"] = 40, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 41, } , [1422] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Thieves Guild", ["name"] = "Meister des Stils von Abahs Wacht", +["description"] = "Lernt jedes Kapitel des Buchs „Stil von Abahs Wacht“, die Ihr für Quests vom Brett für Aufträge der Diebesgilde erhalten könnt.", ["nextId"] = 0, -["Category"] = "Thieves Guild", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil von Abahs Wacht“, die Ihr für Quests vom Brett für Aufträge der Diebesgilde erhalten könnt.", -["Category_ID"] = 41, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 42, } , [1423] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Thieves Guild", ["name"] = "Meister des Stils der Diebesgilde", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Diebesgilde“ aus Hews Fluch, das Ihr für den Abschluss von Beutezügen der Gilde erhalten könnt.", ["nextId"] = 0, -["Category"] = "Thieves Guild", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Diebesgilde“ aus Hews Fluch, das Ihr für den Abschluss von Beutezügen der Gilde erhalten könnt.", -["Category_ID"] = 41, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 42, } , [1424] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Dark Brotherhood", ["name"] = "Meister des Stils des Assassinenbundes", +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Assassinenbundes“ von der Goldküste, das Ihr für das Bezwingen von Anführern erhalten könnt.", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Assassinenbundes“ von der Goldküste, das Ihr für das Bezwingen von Anführern erhalten könnt.", -["Category_ID"] = 40, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 41, } , [1425] = { -["points"] = 15, -["name"] = "Verteidiger der Goldküste", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verteidiger der Goldküste", ["description"] = "Besiegt die beiden Anführer in der offenen Welt an der Goldküste.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [1426] = { -["points"] = 5, -["name"] = "Erforscher der Hrotahöhle", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Hrotahöhle", ["description"] = "Erforscht und säubert die Hrotahöhle.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1427] = { -["points"] = 5, -["name"] = "Erforscher von Garlas Agea", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Garlas Agea", ["description"] = "Erforscht und säubert Garlas Agea.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1428] = { -["points"] = 15, -["name"] = "Meistererforscher der Goldküste", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher der Goldküste", ["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte der Goldküste.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [1429] = { -["points"] = 10, -["name"] = "Höhlenforscher der Goldküste", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher der Goldküste", ["description"] = "Entdeckt und säubert beide Höhlen der Goldküste.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["nextId"] = 0, } , [1430] = { -["points"] = 10, -["name"] = "Pfadfinder der Goldküste", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder der Goldküste", ["description"] = "Entdeckt alle markanten Orte der Goldküste.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["nextId"] = 0, } , [1431] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Dark Brotherhood", ["name"] = "Meisterangler der Goldküste", +["description"] = "Fangt alle 12 seltenen Fische der Goldküste.", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische der Goldküste.", -["Category_ID"] = 40, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, +["Category_ID"] = 41, } , [1432] = { -["points"] = 15, -["name"] = "Abenteurer der Goldküste", -["nextId"] = 1433, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 1432, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Abenteurer der Goldküste", ["description"] = "Schließt 14 verschiedene Quests der Erzählung der Goldküste ab.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 1, -["firstID"] = 1432, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 1433, } , [1433] = { -["points"] = 50, -["name"] = "Großabenteurer der Goldküste", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 1432, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Großabenteurer der Goldküste", ["description"] = "Schließt 17 verschiedene Quests der Erzählung der Goldküste ab.", -["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 1, -["firstID"] = 1432, -["numCriteria"] = 1, +["Category_ID"] = 41, +["prevId"] = 1432, +["points"] = 50, +["nextId"] = 0, } , [1434] = { -["points"] = 50, +["numCriteria"] = 5, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Dark Brotherhood", ["name"] = "Fluch der Goldküste", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Verliese, um der Fluch der Goldküste zu werden.", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Verliese, um der Fluch der Goldküste zu werden.", -["Category_ID"] = 40, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, +["Category_ID"] = 41, } , [1435] = { -["points"] = 10, -["name"] = "Das erste Blut", -["nextId"] = 1436, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 1435, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Das erste Blut", ["description"] = "Tretet der Dunklen Bruderschaft bei und schließt die Quest „Stimmen im Dunkel“ ab.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 2, -["firstID"] = 1435, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 1436, } , [1436] = { -["points"] = 10, -["name"] = "Dunkler Initiand", -["nextId"] = 1437, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 1435, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Dunkler Initiand", ["description"] = "Schließt die Quest „Gezeichnet in Blut“ der Dunklen Bruderschaft an der Goldküste ab.", -["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 2, -["firstID"] = 1435, -["numCriteria"] = 1, +["Category_ID"] = 41, +["prevId"] = 1435, +["points"] = 10, +["nextId"] = 1437, } , [1437] = { -["points"] = 10, -["name"] = "Neuklinge", -["nextId"] = 1438, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 1435, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Neuklinge", ["description"] = "Schließt die Quest „Willkommen daheim“ der Dunklen Bruderschaft an der Goldküste ab.", -["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 2, -["firstID"] = 1435, -["numCriteria"] = 1, +["Category_ID"] = 41, +["prevId"] = 1436, +["points"] = 10, +["nextId"] = 1438, } , [1438] = { -["points"] = 10, -["name"] = "Unterdrücker der Prediger", -["nextId"] = 1439, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 1435, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Unterdrücker der Prediger", ["description"] = "Schließt die Quest „Eine Lektion im Schweigen“ der Dunklen Bruderschaft an der Goldküste ab.", -["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 2, -["firstID"] = 1435, -["numCriteria"] = 1, +["Category_ID"] = 41, +["prevId"] = 1437, +["points"] = 10, +["nextId"] = 1439, } , [1439] = { -["points"] = 10, -["name"] = "Wohltätiger Bruder", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 1435, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Wohltätiger Bruder", ["description"] = "Schließt die Quest „Glaubensfragen“ der Dunklen Bruderschaft an der Goldküste ab.", -["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 2, -["firstID"] = 1435, -["numCriteria"] = 1, +["Category_ID"] = 41, +["prevId"] = 1438, +["points"] = 10, +["nextId"] = 0, } , [1440] = { -["points"] = 10, -["name"] = "Assassine", -["nextId"] = 1441, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 1440, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Assassine", ["description"] = "Schließt die Quest „Eine besondere Bitte“ der Dunklen Bruderschaft an der Goldküste ab.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 3, -["firstID"] = 1440, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 1441, } , [1441] = { -["points"] = 10, -["name"] = "Düstere Entdeckung", -["nextId"] = 1442, -["Category"] = "Dark Brotherhood", -["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["description"] = "Schließt die Quest „Düstere Offenbarungen“ der Dunklen Bruderschaft an der Goldküste ab.", -["prevId"] = 0, -["Category_ID"] = 40, +["numCriteria"] = 1, ["achievementIndex"] = 3, ["firstID"] = 1440, -["numCriteria"] = 1, +["Category"] = "Dark Brotherhood", +["SubCategory"] = "Quests", +["name"] = "Düstere Entdeckung", +["description"] = "Schließt die Quest „Düstere Offenbarungen“ der Dunklen Bruderschaft an der Goldküste ab.", +["Category_ID"] = 41, +["prevId"] = 1440, +["points"] = 10, +["nextId"] = 1442, } , [1442] = { -["points"] = 10, -["name"] = "Dunkler Ermittler", -["nextId"] = 1443, -["Category"] = "Dark Brotherhood", -["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["description"] = "Schließt die Quest „Ein Geist aus der Vergangenheit“ der Dunklen Bruderschaft an der Goldküste ab.", -["prevId"] = 0, -["Category_ID"] = 40, +["numCriteria"] = 1, ["achievementIndex"] = 3, ["firstID"] = 1440, -["numCriteria"] = 1, +["Category"] = "Dark Brotherhood", +["SubCategory"] = "Quests", +["name"] = "Dunkler Ermittler", +["description"] = "Schließt die Quest „Ein Geist aus der Vergangenheit“ der Dunklen Bruderschaft an der Goldküste ab.", +["Category_ID"] = 41, +["prevId"] = 1441, +["points"] = 10, +["nextId"] = 1443, } , [1443] = { -["points"] = 10, -["name"] = "Der Zorn von Sithis", -["nextId"] = 1444, -["Category"] = "Dark Brotherhood", -["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["description"] = "Schließt die Quest „Der Zorn von Sithis“ der Dunklen Bruderschaft an der Goldküste ab.", -["prevId"] = 0, -["Category_ID"] = 40, +["numCriteria"] = 1, ["achievementIndex"] = 3, ["firstID"] = 1440, -["numCriteria"] = 1, +["Category"] = "Dark Brotherhood", +["SubCategory"] = "Quests", +["name"] = "Der Zorn von Sithis", +["description"] = "Schließt die Quest „Der Zorn von Sithis“ der Dunklen Bruderschaft an der Goldküste ab.", +["Category_ID"] = 41, +["prevId"] = 1442, +["points"] = 10, +["nextId"] = 1444, } , [1444] = { -["points"] = 10, -["name"] = "Schweigender", -["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["description"] = "Schließt die Quest „Das Füllen der Leere“ der Dunklen Bruderschaft an der Goldküste ab.", -["prevId"] = 0, -["Category_ID"] = 40, +["numCriteria"] = 1, ["achievementIndex"] = 3, ["firstID"] = 1440, -["numCriteria"] = 1, +["Category"] = "Dark Brotherhood", +["SubCategory"] = "Quests", +["name"] = "Schweigender", +["description"] = "Schließt die Quest „Das Füllen der Leere“ der Dunklen Bruderschaft an der Goldküste ab.", +["Category_ID"] = 41, +["prevId"] = 1443, +["points"] = 10, +["nextId"] = 0, } , [1445] = { -["points"] = 5, -["name"] = "Erstes Sakrament", -["nextId"] = 1446, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 1445, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erstes Sakrament", ["description"] = "Schließt Euren ersten Auftrag des Schwarzen Sakraments ab, wie der Sprecher es befahl.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 11, -["firstID"] = 1445, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 1446, } , [1446] = { -["points"] = 10, -["name"] = "Siebtes Sakrament", -["nextId"] = 1447, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 1445, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Siebtes Sakrament", ["description"] = "Schließt 7 Kontrakte des Schwarzen Sakraments ab, wie der Sprecher es befahl.", -["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 11, -["firstID"] = 1445, -["numCriteria"] = 1, +["Category_ID"] = 41, +["prevId"] = 1445, +["points"] = 10, +["nextId"] = 1447, } , [1447] = { -["points"] = 15, -["name"] = "Fünfzehntes Sakrament", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 1445, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Fünfzehntes Sakrament", ["description"] = "Schließt 15 Kontrakte des Schwarzen Sakraments ab, wie der Sprecher es befahl.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 11, -["firstID"] = 1445, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [1448] = { -["points"] = 15, -["name"] = "Reibungsloses Sakrament", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Reibungsloses Sakrament", ["description"] = "Schließt 5 Kontrakte des Schwarzen Sakraments mit der höchstmöglichen Belohnung ab.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [1449] = { -["points"] = 10, -["name"] = "Verborgenes Sakrament", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verborgenes Sakrament", ["description"] = "Schließt ein Schwarzes Sakrament ab, ohne gesehen zu werden.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1450] = { -["points"] = 15, -["name"] = "Blutiges Sakrament", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 21, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Blutiges Sakrament", ["description"] = "Schaltet alle Ziele der Schwarzen Sakramente aus, so wie es der Sprecher befohlen hat.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 21, +["points"] = 15, +["nextId"] = 0, } , [1451] = { -["points"] = 5, -["name"] = "Erster Kontrakt", -["nextId"] = 1452, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 1451, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erster Kontrakt", ["description"] = "Schließt Euren ersten Auftragsmord aus dem Folianten „Zum Tode auserkoren“ ab.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 15, -["firstID"] = 1451, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 1452, } , [1452] = { -["points"] = 10, -["name"] = "Zehnter Kontrakt", -["nextId"] = 1453, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 1451, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Zehnter Kontrakt", ["description"] = "Schließt 10 Auftragsmorde aus dem Folianten „Zum Tode auserkoren“ ab.", -["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 15, -["firstID"] = 1451, -["numCriteria"] = 1, +["Category_ID"] = 41, +["prevId"] = 1451, +["points"] = 10, +["nextId"] = 1453, } , [1453] = { -["points"] = 15, -["name"] = "Dreißigster Kontrakt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 1451, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Dreißigster Kontrakt", ["description"] = "Schließt 30 Auftragsmorde aus dem Folianten „Zum Tode auserkoren“ ab.", -["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 15, -["firstID"] = 1451, -["numCriteria"] = 1, +["Category_ID"] = 41, +["prevId"] = 1452, +["points"] = 15, +["nextId"] = 0, } , [1454] = { -["points"] = 5, -["name"] = "Einsamer Wächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Einsamer Wächter", ["description"] = "Beobachtet die stumme Wacht des Ayleïden-Wachpostens in Beldaburo an der Goldküste aus der Nähe.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1455] = { -["points"] = 5, -["name"] = "Mordserie in Kvatch", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Mordserie in Kvatch", ["description"] = "Ermordet 20 Unschuldige an der Goldküste in Kvatch.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1456] = { -["points"] = 5, -["name"] = "Mordserie in Anwil", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Mordserie in Anwil", ["description"] = "Ermordet 20 Unschuldige an der Goldküste in Anwil.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1457] = { -["points"] = 10, -["name"] = "Blutbad", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Blutbad", ["description"] = "Ermordet in jeder Hauptstadt der Allianzen jeweils einen Unschuldigen mit der Leidensklinge.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [1458] = { -["points"] = 15, -["name"] = "Goldküsten-Verbindungen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Goldküsten-Verbindungen", ["description"] = "Helft allen besonderen Personen bei ihren Unternehmungen an der Goldküste.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 7, +["points"] = 15, +["nextId"] = 0, } , [1459] = { -["points"] = 5, -["name"] = "Anschnitt", -["nextId"] = 1460, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 1459, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Anschnitt", ["description"] = "Begeht Euren ersten Mord mit der Leidensklinge.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 20, -["firstID"] = 1459, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 1460, } , [1460] = { -["points"] = 10, -["name"] = "Fünfundzwanzigster Schnitt", -["nextId"] = 1461, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 1459, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Fünfundzwanzigster Schnitt", ["description"] = "Ermordet 25 Unschuldige mit der Leidensklinge.", -["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 20, -["firstID"] = 1459, -["numCriteria"] = 1, +["Category_ID"] = 41, +["prevId"] = 1459, +["points"] = 10, +["nextId"] = 1461, } , [1461] = { -["points"] = 15, -["name"] = "Einhundertster Schnitt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 1459, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Einhundertster Schnitt", ["description"] = "Ermordet 100 Unschuldige mit der Leidensklinge.", -["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 20, -["firstID"] = 1459, -["numCriteria"] = 1, +["Category_ID"] = 41, +["prevId"] = 1460, +["points"] = 15, +["nextId"] = 0, } , [1462] = { -["points"] = 50, -["name"] = "Eroberer des Sanctum Ophidia", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Eroberer des Sanctum Ophidia", ["description"] = "Besiegt die Himmlische Schlange im Sanctum Ophidia (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1463] = { -["points"] = 50, -["name"] = "Makelloses Sakrament", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Makelloses Sakrament", ["description"] = "Schließt alle Errungenschaften rund um die Erfüllung der Kontrakte des Sprechers zu den Schwarzen Sakramenten ab.", +["Category_ID"] = 41, ["prevId"] = 0, -["Category_ID"] = 40, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 50, +["nextId"] = 0, } , [1474] = { -["points"] = 50, -["name"] = "Eroberer der Zitadelle von Hel Ra", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Eroberer der Zitadelle von Hel Ra", ["description"] = "Besiegt den Himmlischen Krieger in der Zitadelle von Hel Ra (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1503] = { -["points"] = 50, -["name"] = "Eroberer des ätherischen Archivs", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Eroberer des ätherischen Archivs", ["description"] = "Besiegt die Himmlische Magierin im Ätherischen Archiv (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1504] = { -["points"] = 10, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Shadows of the Hist", ["name"] = "Sieger der Ruinen von Mazzatun", +["description"] = "Besiegt Zatzu die Schuppenspalterin, den Mächtigen Chudan, Xal-Nur den Sklaventreiber und die Baumhirtin Na-Kesh in den Ruinen von Mazzatun.", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", ["prevId"] = 0, -["description"] = "Besiegt Zatzu die Schuppenspalterin, den Mächtigen Chudan, Xal-Nur den Sklaventreiber und die Baumhirtin Na-Kesh in den Ruinen von Mazzatun.", -["Category_ID"] = 39, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 10, +["Category_ID"] = 40, } , [1505] = { -["points"] = 10, -["name"] = "Eroberer der Ruinen von Mazzatun", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer der Ruinen von Mazzatun", ["description"] = "Besiegt Zatzu die Schuppenspalterin, den Mächtigen Chudan, Xal-Nur den Sklaventreiber und die Baumhirtin Na-Kesh in den Ruinen von Mazzatun (Veteranen).", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 10, +["nextId"] = 0, } , [1506] = { -["points"] = 50, -["name"] = "Wahnsinn der Baumhirtin", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Wahnsinn der Baumhirtin", ["description"] = "Besiegt in den Ruinen von Mazzatun (Veteranen) Baumhirtin Na-Kesh, nachdem sie erzürnt ist, indem Ihr ihre Notizen zum Bernsteinplasma zerstört.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1507] = { -["points"] = 50, -["name"] = "Zugrunderichten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Zugrunderichten", ["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.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1508] = { -["points"] = 50, -["name"] = "Ungebeugt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Ungebeugt", ["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.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1509] = { -["points"] = 10, -["name"] = "Schlammwerferschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schlammwerferschlächter", ["description"] = "Besiegt 50 Xit-Xaht-Schlammwerfer in den Ruinen von Mazzatun (Veteranen).", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1510] = { -["points"] = 10, -["name"] = "Xit-Xaht-Schlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Xit-Xaht-Schlächter", ["description"] = "Besiegt 600 Mitglieder des Stammes der Xit-Xaht in den Ruinen von Mazzatun (Veteranen).", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1511] = { -["points"] = 50, -["name"] = "Herausforderer der Ruinen von Mazzatun", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer der Ruinen von Mazzatun", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Ruinen von Mazzatun (Veteranen) .", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [1512] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Shadows of the Hist", ["name"] = "Mazzatun-Massaker", +["description"] = "Besiegt Baumhirtin Na-Kesh, nachdem Ihr zunächst alle anderen Feinde in den Ruinen von Mazzatun ausgelöscht habt.", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", ["prevId"] = 0, -["description"] = "Besiegt Baumhirtin Na-Kesh, nachdem Ihr zunächst alle anderen Feinde in den Ruinen von Mazzatun ausgelöscht habt.", -["Category_ID"] = 39, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 40, } , [1513] = { -["points"] = 10, -["name"] = "Retter der Su-Zahleel", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Retter der Su-Zahleel", ["description"] = "Rettet alle sechs Ältesten der Su-Zahleel aus der Ritualkammer in den Ruinen von Mazzatun (Veteranen).", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1514] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Shadows of the Hist", ["name"] = "Kein Freiwurf", +["description"] = "Schließt die Ruinen von Mazzatun ab, ohne dass ein Schlammwerfer einen seiner Verbündeten mit Bernsteinplasma stärken kann.", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", ["prevId"] = 0, -["description"] = "Schließt die Ruinen von Mazzatun ab, ohne dass ein Schlammwerfer einen seiner Verbündeten mit Bernsteinplasma stärken kann.", -["Category_ID"] = 39, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 40, } , [1515] = { -["points"] = 10, -["name"] = "Haj-Mota-Matador", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Haj-Mota-Matador", ["description"] = "Besiegt den Mächtigen Chudan in den Ruinen von Mazzatun (Veteranen), ohne das ein Mitglied vom Moorlauf getroffen wird.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1516] = { -["points"] = 10, -["name"] = "Gehorsamsübung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Gehorsamsübung", ["description"] = "Besiegt Xal-Nur den Sklaventreiber in den Ruinen von Mazzatun (Veteranen), ohne dass Euch ein Wamasu beistehen muss.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1517] = { -["points"] = 10, -["name"] = "Peinlichst reinlich", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Peinlichst reinlich", ["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.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1518] = { -["points"] = 10, -["name"] = "Glückstreffer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Glückstreffer", ["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.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1519] = { -["points"] = 10, -["name"] = "Köpfchen trotz klebriger Lage", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Köpfchen trotz klebriger Lage", ["description"] = "Besiegt Baumhirtin Na-Kesh in den Ruinen von Mazzatun (Veteranen), ohne dass ein Gruppenmitglied vom glühenden Bernstein getroffen wird.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1520] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Shadows of the Hist", ["name"] = "Erforscher der Schatten des Hist", +["description"] = "Betretet die Ruinen von Mazzatun oder die Wiege der Schatten zum ersten Mal.", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", ["prevId"] = 0, -["description"] = "Betretet die Ruinen von Mazzatun oder die Wiege der Schatten zum ersten Mal.", -["Category_ID"] = 39, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 40, } , [1522] = { -["points"] = 10, +["numCriteria"] = 5, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Shadows of the Hist", ["name"] = "Sieger der Wiege der Schatten", +["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.", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", ["prevId"] = 0, -["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.", -["Category_ID"] = 39, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["Category_ID"] = 40, } , [1523] = { -["points"] = 10, -["name"] = "Eroberer der Wiege der Schatten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer der Wiege der Schatten", ["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).", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [1524] = { -["points"] = 50, -["name"] = "Velidreths Vergeltung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Velidreths Vergeltung", ["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.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1525] = { -["points"] = 50, -["name"] = "Kammerjäger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Kammerjäger", ["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.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1526] = { -["points"] = 50, -["name"] = "Leuchtfeuer in der Nacht", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Leuchtfeuer in der Nacht", ["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.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1527] = { -["points"] = 10, -["name"] = "Ketzer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Ketzer", ["description"] = "Zerstört 50 Statuen der Hingabe an Velidreth in der Wiege der Schatten (Veteranen).", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1528] = { -["points"] = 10, -["name"] = "Spinnenkultschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Spinnenkultschlächter", ["description"] = "Besiegt 600 Mitglieder des Seidenrings oder ihre Verbündeten unter den Spinnenkindern in der Wiege der Schatten (Veteranen).", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1529] = { -["points"] = 50, -["name"] = "Herausforderer der Wiege der Schatten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer der Wiege der Schatten", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Wiege der Schatten (Veteranen).", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [1530] = { -["points"] = 10, -["name"] = "Keine Angst im Dunkeln", -["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["SubCategory"] = "Veteran", ["SubCategory_ID"] = 1, -["description"] = "Durchquert die Spinnenhöhlen in der Wiege der Schatten (Veteranen), ohne mehr als zwei Feuerschalen zu entzünden.", -["prevId"] = 0, -["Category_ID"] = 39, +["numCriteria"] = 1, ["achievementIndex"] = 9, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Shadows of the Hist", +["SubCategory"] = "Veteran", +["name"] = "Keine Angst im Dunkeln", +["description"] = "Durchquert die Spinnenhöhlen in der Wiege der Schatten (Veteranen), ohne weitere Feuerschalen zu entzünden.", +["Category_ID"] = 40, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1531] = { -["points"] = 10, -["name"] = "Schattenspiel", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schattenspiel", ["description"] = "Besiegt Khephidaen das Spinnenkind in der Wiege der Schatten (Veteranen), ohne eine erloschene Feuerschale erneut zu entzünden.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1532] = { -["points"] = 10, -["name"] = "Getrennt gefallen", -["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["SubCategory"] = "Veteran", ["SubCategory_ID"] = 1, -["description"] = "Besiegt Dranos Velador in der Wiege der Schatten (Veteranen), ohne eine Kugel aufzunehmen.", -["prevId"] = 0, -["Category_ID"] = 39, +["numCriteria"] = 1, ["achievementIndex"] = 11, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Shadows of the Hist", +["SubCategory"] = "Veteran", +["name"] = "Getrennt gefallen", +["description"] = "Besiegt Dranos Velador in der Wiege der Schatten (Veteranen), ohne eine Essenz vom Boden aufzusammeln.", +["Category_ID"] = 40, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1533] = { -["points"] = 10, -["name"] = "Netzläufer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Netzläufer", ["description"] = "Besiegt Velidreth in der Wiege der Schatten (Veteranen), ohne dass Gruppenmitglieder in den Katakomben sterben.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1534] = { -["points"] = 10, -["name"] = "Umarmt die Schatten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Umarmt die Schatten", ["description"] = "Besiegt Velidreth in der Wiege der Schatten (Veteranen), ohne die Atronachenlicht-Synergie zu nutzen.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1535] = { -["points"] = 10, -["name"] = "Hier gibt es nichts zu sehen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Hier gibt es nichts zu sehen", ["description"] = "Besiegt Velidreth in der Wiege der Schatten (Veteranen), ohne das ein Gruppenmitglied von ihrem Schattensinn erfasst wird.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1536] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Shadows of the Hist", ["name"] = "Gewieft gegen Gift", +["description"] = "Besiegt Velidreth in der Wiege der Schatten, ohne dass ein Gruppenmitglied von einem ihrer Giftbeutel getroffen wird.", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", ["prevId"] = 0, -["description"] = "Besiegt Velidreth in der Wiege der Schatten, ohne dass ein Gruppenmitglied von einem ihrer Giftbeutel getroffen wird.", -["Category_ID"] = 39, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 40, } , [1538] = { -["points"] = 50, -["name"] = "Höhlenforscher im Schatten des Hist", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher im Schatten des Hist", ["description"] = "Schließt die Wiege der Schatten (Veteranen) und die Ruinen von Mazzatun (Veteranen) ab.", +["Category_ID"] = 40, ["prevId"] = 0, -["Category_ID"] = 39, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["nextId"] = 0, } , [1549] = { -["points"] = 10, +["numCriteria"] = 5, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Verbannungszellen I", +["description"] = "Besiegt Zellenspuk, Schattenriss, Angata die Clannbannzähmerin, den Skelett-Zerstörer und Sippenhochfürst Rilis in den Verbannungszellen I (Veteranen).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Besiegt Zellenspuk, Schattenriss, Angata die Clannbannzähmerin, den Skelett-Zerstörer und Sippenhochfürst Rilis in den Verbannungszellen I (Veteranen).", +["points"] = 10, ["Category_ID"] = 5, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, } , [1550] = { -["points"] = 10, -["name"] = "Skelettschlächterveteran I", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Skelettschlächterveteran I", ["description"] = "Besiegt 350 Skelette in den Verbannungszellen I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1551] = { -["points"] = 10, -["name"] = "Verderben der Daedra", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Daedra", ["description"] = "Besiegt 100 Daedra in den Verbannungszellen I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1552] = { -["points"] = 50, -["name"] = "Assassine der Verbannungszellen I", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Verbannungszellen I", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1553] = { -["points"] = 50, -["name"] = "Überlebender der Verbannungszellen I", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Verbannungszellen I", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1554] = { -["points"] = 50, -["name"] = "Seelenspalter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Seelenspalter", ["description"] = "Besiegt Sippenhochfürst Rilis in den Verbannungszellen I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1555] = { -["points"] = 10, -["name"] = "Sieger der Verbannungszellen II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Verbannungszellen II", ["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.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1556] = { -["points"] = 10, +["numCriteria"] = 5, +["achievementIndex"] = 15, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Pilzgrotte I", +["description"] = "Besiegt Tazkad den Rudelführer, Kriegshäuptling Ozozai, die Brutbringerin, Klapperschere und Kra\'gh den Dreughkönig in der Pilzgrotte I.", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Besiegt Tazkad den Rudelführer, Kriegshäuptling Ozozai, die Brutbringerin, Klapperschere und Kra\'gh den Dreughkönig in der Pilzgrotte I.", +["points"] = 10, ["Category_ID"] = 5, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, } , [1557] = { -["points"] = 10, -["name"] = "Verderben der Goblins", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Goblins", ["description"] = "Besiegt 450 Goblins in der Pilzgrotte I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1558] = { -["points"] = 10, -["name"] = "Verderben der Dreugh", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Dreugh", ["description"] = "Besiegt 50 Dreugh in der Pilzgrotte I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1559] = { -["points"] = 50, -["name"] = "Assassine der Pilzgrotte I", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Pilzgrotte I", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1560] = { -["points"] = 50, -["name"] = "Überlebender der Pilzgrotte I", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Pilzgrotte I", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1561] = { -["points"] = 50, -["name"] = "Fang des Tages", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Fang des Tages", ["description"] = "Besiegt den Dreughkönig in der Pilzgrotte I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1562] = { -["points"] = 10, -["name"] = "Sieger der Pilzgrotte II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Pilzgrotte II", ["description"] = "Besiegt Mephalas Biss, Gamye Bandu, Ciirenas die Hirtin, Mephalas Brut, Reggr Dunkeldämmern und Vila Theran in der Pilzgrotte II.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1563] = { -["points"] = 50, -["name"] = "Überlebender der Pilzgrotte II", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Pilzgrotte II", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1564] = { -["points"] = 50, -["name"] = "Überlebender der Verbannungszellen II", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Verbannungszellen II", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1565] = { -["points"] = 10, +["numCriteria"] = 5, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Spindeltiefen I", +["description"] = "Besiegt Spindelbrut, die Schwarmmutter, Cerise die Witwenmacherin, Rabbu den Großen und die Flüsterin in den Spindeltiefen I (Veteranen).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Besiegt Spindelbrut, die Schwarmmutter, Cerise die Witwenmacherin, Rabbu den Großen und die Flüsterin in den Spindeltiefen I (Veteranen).", +["points"] = 10, ["Category_ID"] = 5, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 5, } , [1566] = { -["points"] = 10, -["name"] = "Verderben der Spinnen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Spinnen", ["description"] = "Besiegt 600 Spinnen in den Spindeltiefen I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1567] = { -["points"] = 10, -["name"] = "Verderben der Verdorbenen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Verdorbenen", ["description"] = "Besiegt 350 Verdorbene in den Spindeltiefen I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1568] = { -["points"] = 50, -["name"] = "Assassine der Spindeltiefen I", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Spindeltiefen I", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1569] = { -["points"] = 50, -["name"] = "Überlebender der Spindeltiefen I", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Spindeltiefen I", ["description"] = "Besiegt die Schwarmmutter und die Flüsterin in den Spindeltiefen I (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1570] = { -["points"] = 50, -["name"] = "Endlich Stille", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Endlich Stille", ["description"] = "Besiegt die Flüsterin in den Spindeltiefen I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1571] = { -["points"] = 10, -["name"] = "Sieger der Spindeltiefen II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Spindeltiefen II", ["description"] = "Besiegt Mortine den Verrückten, Blutbrut, Praxin Douare, die drei Fleischatronachen, Urvan Veleth und Vorenor Winterkind in den Spindeltiefen II.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1572] = { -["points"] = 50, -["name"] = "Überlebender der Spindeltiefen II", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Spindeltiefen II", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1573] = { -["points"] = 10, +["numCriteria"] = 6, +["achievementIndex"] = 26, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer des Eldengrunds I", +["description"] = "Besiegt Akash gra-Mal, den uralten Zweigling, Würgedorn, Nenesh gro-Mal, Blattgärer und Stiftsvogt Oraneth im Eldengrund I (Veteranen).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Besiegt Akash gra-Mal, den uralten Zweigling, Würgedorn, Nenesh gro-Mal, Blattgärer und Stiftsvogt Oraneth im Eldengrund I (Veteranen).", +["points"] = 10, ["Category_ID"] = 5, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 6, } , [1574] = { -["points"] = 10, -["name"] = "Verderben des Dunkelfarns", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben des Dunkelfarns", ["description"] = "Besiegt 400 Dunkelfarnorks im Eldengrund I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1575] = { -["points"] = 10, -["name"] = "Verderben der Alit", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Alit", ["description"] = "Besiegt 100 Alit im Eldengrund I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1576] = { -["points"] = 50, -["name"] = "Assassine des Eldengrunds I", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine des Eldengrunds I", ["description"] = "Besiegt Akash gra-Mal, den uralten Zweigling, Würgedorn, Nenesh gro-Mal, Blattgärer und Stiftsvogt Oraneth im Eldengrund I (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Gruppe Thalmor angegriffen habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1577] = { -["points"] = 50, -["name"] = "Überlebender des Eldengrunds I", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender des Eldengrunds I", ["description"] = "Besiegt Akash gra-Mal, den uralten Zweigling, Würgedorn, Nenesh gro-Mal, Blattgärer und Stiftsvogt Oraneth im Eldengrund I (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1578] = { -["points"] = 50, -["name"] = "Stiftsvogtsplünderer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Stiftsvogtsplünderer", ["description"] = "Besiegt Stiftsvogt Oraneth im Eldengrund I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1579] = { -["points"] = 10, -["name"] = "Sieger des Eldengrunds II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger des Eldengrunds II", ["description"] = "Besiegt Dubroze den Heimsucher, Dunkelwurz, Azara die Furchtbringerin, Düsterlicht, die Schattenwache und Bogdan die Nachtflamme im Eldengrund II.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1580] = { -["points"] = 50, -["name"] = "Überlebender des Eldengrunds II", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender des Eldengrunds II", ["description"] = "Besiegt Dubroze den Heimsucher, Dunkelwurz, Azara die Furchtbringerin, Düsterlicht, die Schattenwache und Bogdan die Nachtflamme in Eldenwurz II, ohne dass ein Gruppenmitglied getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1581] = { -["points"] = 10, +["numCriteria"] = 6, +["achievementIndex"] = 13, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Dunkelschattenkavernen I", +["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).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["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, ["Category_ID"] = 5, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, } , [1582] = { -["points"] = 10, -["name"] = "Verderben der Grubenratten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Grubenratten", ["description"] = "Besiegt 175 Grubenratten-Haudraufe in den Dunkelschattenkavernen I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1583] = { -["points"] = 10, -["name"] = "Verderben der Kwama", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Kwama", ["description"] = "Besiegt 300 Kwama in den Dunkelschattenkavernen I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1584] = { -["points"] = 50, -["name"] = "Assassine der Dunkelschattenkavernen I", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Dunkelschattenkavernen I", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1585] = { -["points"] = 50, -["name"] = "Überlebender der Dunkelschattenkavernen I", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Dunkelschattenkavernen I", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1586] = { -["points"] = 50, -["name"] = "Garantie längst abgelaufen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Garantie längst abgelaufen", ["description"] = "Besiegt den Wachposten von Rkugamz in den Dunkelschattenkavernen I, nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1587] = { -["points"] = 10, -["name"] = "Sieger der Dunkelschattenkavernen II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Dunkelschattenkavernen II", ["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.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1588] = { -["points"] = 50, -["name"] = "Überlebender der Dunkelschattenkavernen II", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Dunkelschattenkavernen II", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1589] = { -["points"] = 10, +["numCriteria"] = 6, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Kanalisation von Wegesruh I", +["description"] = "Besiegt Schleimkropf, Ermittler Garron, den Rattenflüsterer, Uulgarg den Hungrigen, Varaine Pellingare und Allene Pellingare in der Kanalisation von Wegesruh I (Veteranen).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["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, ["Category_ID"] = 5, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 6, } , [1590] = { -["points"] = 10, -["name"] = "Verderben der Skeever", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 31, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Skeever", ["description"] = "Besiegt 800 Skeever in der Kanalisation von Wegesruh I.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1591] = { -["points"] = 10, -["name"] = "Verderben der Söldner", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Söldner", ["description"] = "Besiegt 500 Pellingare-Söldner in der Kanalisation von Wegesruh I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1592] = { -["points"] = 50, -["name"] = "Assassine der Kanalisation von Wegesruh I", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Kanalisation von Wegesruh I", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1593] = { -["points"] = 50, -["name"] = "Überlebender der Kanalisation von Wegesruh I", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Kanalisation von Wegesruh I", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1594] = { -["points"] = 50, -["name"] = "Ab in die Gosse", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Ab in die Gosse", ["description"] = "Besiegt Allene Pellingare in der Kanalisation von Wegesruh I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1595] = { -["points"] = 10, -["name"] = "Sieger der Kanalisation von Wegesruh II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Kanalisation von Wegesruh II", ["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.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1596] = { -["points"] = 50, -["name"] = "Überlebender der Kanalisation von Wegesruh II", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Kanalisation von Wegesruh II", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1597] = { -["points"] = 15, +["numCriteria"] = 6, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Stadt der Asche I", +["description"] = "Besiegt den Infernalen Wächter, Golor den Unheilsbrutbändiger, den Hüter des Schreins, Dunkelglut, Rothariel Flammenherz und Klingenmeister Erthas in der Stadt der Asche I (Veteranen).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Besiegt den Infernalen Wächter, Golor den Unheilsbrutbändiger, den Hüter des Schreins, Dunkelglut, Rothariel Flammenherz und Klingenmeister Erthas in der Stadt der Asche I (Veteranen).", +["points"] = 15, ["Category_ID"] = 5, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 6, } , [1598] = { -["points"] = 10, -["name"] = "Verderben der Unheilsbruten der Totenländer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 33, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Unheilsbruten der Totenländer", ["description"] = "Besiegt 550 Unheilsbruten in der Stadt der Asche I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1599] = { -["points"] = 10, -["name"] = "Verderben der Flammenatronachen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 34, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Flammenatronachen", ["description"] = "Besiegt 60 Flammenatronachen in der Stadt der Asche I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1600] = { -["points"] = 50, -["name"] = "Assassine der Stadt der Asche I", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Stadt der Asche I", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1601] = { -["points"] = 50, -["name"] = "Überlebender der Stadt der Asche I", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Stadt der Asche I", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1602] = { -["points"] = 50, -["name"] = "Feuerbrigade", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Feuerbrigade", ["description"] = "Besiegt Klingenmeister Erthas in der Stadt der Asche I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1603] = { -["points"] = 10, -["name"] = "Sieger der Stadt der Asche II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Stadt der Asche II", ["description"] = "Besiegt Horvantud den Feuerschlund, den Aschtitan und Valkyn Skoria in der Stadt der Asche II.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1604] = { -["points"] = 15, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer von Arx Corinium", +["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.", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["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, ["Category_ID"] = 5, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 6, } , [1605] = { -["points"] = 10, -["name"] = "Verderben der Lamien", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 36, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Lamien", ["description"] = "Besiegt 400 Lamien in Arx Corinium (Veteranen)", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1606] = { -["points"] = 10, -["name"] = "Verderben der Schlangen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 37, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Schlangen", ["description"] = "Besiegt 175 Riesenschlangen in Arx Corinium (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1607] = { -["points"] = 50, -["name"] = "Assassine von Arx Corinium", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine von Arx Corinium", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1608] = { -["points"] = 50, -["name"] = "Überlebender von Arx Corinium", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender von Arx Corinium", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1609] = { -["points"] = 50, -["name"] = "Schlangenhäuter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Schlangenhäuter", ["description"] = "Besiegt Sellistrix die Lamienkönigin in Arx Corinium (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1610] = { -["points"] = 10, +["numCriteria"] = 6, +["achievementIndex"] = 12, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Krypta der Herzen I", +["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).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["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, ["Category_ID"] = 5, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 6, } , [1611] = { -["points"] = 10, -["name"] = "Verderben der Zombies der Krypta", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 39, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Zombies der Krypta", ["description"] = "Besiegt 400 Zombies in der Krypta der Herzen I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1612] = { -["points"] = 10, -["name"] = "Verderben der Kryptaskelette", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 38, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Kryptaskelette", ["description"] = "Besiegt 400 Skelette in der Krypta der Herzen I (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1613] = { -["points"] = 50, -["name"] = "Assassine der Krypta der Herzen I", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Krypta der Herzen I", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1614] = { -["points"] = 50, -["name"] = "Überlebender der Krypta der Herzen I", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Krypta der Herzen I", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1615] = { -["points"] = 50, -["name"] = "Eine Krypta für Zwei", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Eine Krypta für Zwei", ["description"] = "Besiegt die Ilambriszwillinge in der Krypta der Herzen I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1616] = { -["points"] = 10, -["name"] = "Sieger der Krypta der Herzen II", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Krypta der Herzen II", ["description"] = "Besiegt Ibelgast, Ruzozuzalpamaz, den Kammerwächter, die Ilambris-Zwillinge, das Ilambris-Amalgam, Mezeluth und Nerien\'eth in der Krypta der Herzen II.", -["prevId"] = 0, ["Category_ID"] = 4, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1617] = { -["points"] = 15, +["numCriteria"] = 6, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Orkaninsel", +["description"] = "Schließt die Orkaninsel (Veteranen) ab, indem Ihr Sonolia die Matriarchin, Valaran Sturmrufer, Yalorasse die Sprecherin, Sturmfaust, Kommodore Ohmanil und Sturmvogt Neidir besiegt.", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["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, ["Category_ID"] = 5, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 6, } , [1618] = { -["points"] = 10, -["name"] = "Verderben der Lamien der Orkaninsel", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 42, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Lamien der Orkaninsel", ["description"] = "Besiegt 600 Lamien auf der Orkaninsel (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 36, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1619] = { -["points"] = 10, -["name"] = "Verderben der Seevipern", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 41, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Seevipern", ["description"] = "Besiegt 550 Seevipern auf der Orkaninsel (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 35, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1620] = { -["points"] = 50, -["name"] = "Assassine der Orkaninsel", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Orkaninsel", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1621] = { -["points"] = 50, -["name"] = "Überlebender der Orkaninsel", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Orkaninsel", ["description"] = "Besiegt Sonolia die Matriarchin, Valaran Sturmrufer, Yalorasse die Sprecherin, Sturmfaust, Kommodore Ohmanil und Sturmvogt Neidir auf der Orkaninsel (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1622] = { -["points"] = 50, -["name"] = "Seebestattung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Seebestattung", ["description"] = "Besiegt Sturmvogt Neidir auf der Orkaninsel (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1623] = { -["points"] = 15, +["numCriteria"] = 6, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer von Burg Grauenfrost", +["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).", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["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, ["Category_ID"] = 5, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 6, } , [1624] = { -["points"] = 10, -["name"] = "Verderben der Draugr", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 43, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Draugr", ["description"] = "Besiegt 325 Draugr auf Burg Grauenfrost.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 37, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1625] = { -["points"] = 10, -["name"] = "Verderben der Eisskelette", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 44, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Eisskelette", ["description"] = "Besiegt 350 Eisskelette auf Burg Grauenfrost (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 38, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1626] = { -["points"] = 50, -["name"] = "Assassine der Burg Grauenfrost", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Burg Grauenfrost", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1627] = { -["points"] = 50, -["name"] = "Überlebender der Burg Grauenfrost", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Burg Grauenfrost", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1628] = { -["points"] = 50, -["name"] = "Kalt abserviert", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Kalt abserviert", ["description"] = "Besiegt Drodda von Eiskap auf Burg Grauenfrost (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1629] = { -["points"] = 15, +["numCriteria"] = 6, +["achievementIndex"] = 11, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer von Volenfell", +["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.", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["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, ["Category_ID"] = 5, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 6, } , [1630] = { -["points"] = 10, -["name"] = "Verderben der Schatzjäger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Schatzjäger", ["description"] = "Besiegt 250 Schatzjäger in Volenfell (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 40, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1631] = { -["points"] = 10, -["name"] = "Verderben der Dwemerkonstrukte", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Dwemerkonstrukte", ["description"] = "Besiegt 300 Dwemerkonstrukte in Volenfell (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 39, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1632] = { -["points"] = 50, -["name"] = "Assassine von Volenfell", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine von Volenfell", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1633] = { -["points"] = 50, -["name"] = "Überlebender von Volenfell", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender von Volenfell", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1634] = { -["points"] = 50, -["name"] = "Die waren nur eingerostet", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Die waren nur eingerostet", ["description"] = "Besiegt die Konstrukte des Wächters in Volenfell (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1635] = { -["points"] = 15, +["numCriteria"] = 6, +["achievementIndex"] = 14, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer von Selenes Netz", +["description"] = "Schließt Selenes Netz (Veteranen) ab, indem Ihr Baumthane Kerninn, Langkralle, Königin Aklayah, Faulfell, Mennir Vielbein und Selene besiegt.", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["description"] = "Schließt Selenes Netz (Veteranen) ab, indem Ihr Baumthane Kerninn, Langkralle, Königin Aklayah, Faulfell, Mennir Vielbein und Selene besiegt.", +["points"] = 15, ["Category_ID"] = 5, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 6, } , [1636] = { -["points"] = 10, -["name"] = "Verderben von Selenes Netz", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben von Selenes Netz", ["description"] = "Besiegt 250 Bosmer in Selenes Netz (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 41, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1637] = { -["points"] = 10, -["name"] = "Verderben der Spinnen von Selenes Netz", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 45, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Spinnen von Selenes Netz", ["description"] = "Besiegt 250 Spinnen in Selenes Netz (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 42, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1638] = { -["points"] = 50, -["name"] = "Assassine von Selenes Netz", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine von Selenes Netz", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1639] = { -["points"] = 50, -["name"] = "Überlebender von Selenes Netz", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender von Selenes Netz", ["description"] = "Besiegt Baumthane Kerninn, Langkralle, Königin Aklayah, Faulfell, Mennir Vielbein und Selene in Selenes Netz (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1640] = { -["points"] = 50, -["name"] = "Alles abgewickelt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Alles abgewickelt", ["description"] = "Besiegt Selene in Selenes Netz (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1641] = { -["points"] = 15, +["numCriteria"] = 6, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Gesegneten Feuerprobe", +["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.", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["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, ["Category_ID"] = 5, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 6, } , [1642] = { -["points"] = 10, -["name"] = "Verderben der Gladiatoren", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 47, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Gladiatoren", ["description"] = "Besiegt 500 Gladiatoren in der Gesegneten Feuerprobe (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 44, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1643] = { -["points"] = 10, -["name"] = "Verderben der Durzog", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 46, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Durzog", ["description"] = "Besiegt 150 Durzog in der Gesegneten Feuerprobe (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 43, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1644] = { -["points"] = 50, -["name"] = "Assassine der Gesegneten Feuerprobe", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Gesegneten Feuerprobe", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1645] = { -["points"] = 50, -["name"] = "Überlebender der Gesegneten Feuerprobe", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Gesegneten Feuerprobe", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1646] = { -["points"] = 50, -["name"] = "Feuerkrönung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Feuerkrönung", ["description"] = "Besiegt die Lavakönigin in der Gesegneten Feuerprobe (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1647] = { -["points"] = 15, +["numCriteria"] = 6, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer des Schwarzherz-Unterschlupfs", +["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.", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["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, ["Category_ID"] = 5, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 6, } , [1648] = { -["points"] = 10, -["name"] = "Verderben der Piraten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Piraten", ["description"] = "Besiegt 500 Unterschlupf-Piraten im Schwarzherz-Unterschlupf (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 46, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1649] = { -["points"] = 10, -["name"] = "Verderben der Harpyien", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 48, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Harpyien", ["description"] = "Besiegt 400 Harpyien im Schwarzherz-Unterschlupf (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 45, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1650] = { -["points"] = 50, -["name"] = "Assassine des Schwarzherz-Unterschlupfs", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine des Schwarzherz-Unterschlupfs", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1651] = { -["points"] = 50, -["name"] = "Überlebender des Schwarzherz-Unterschlupfs", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender des Schwarzherz-Unterschlupfs", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1652] = { -["points"] = 50, -["name"] = "Sorgfältig geplündert", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Sorgfältig geplündert", ["description"] = "Besiegt Kapitän Schwarzherz im Schwarzherz-Unterschlupf (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1653] = { -["points"] = 15, +["numCriteria"] = 8, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Veteran Dungeons", ["name"] = "Eroberer der Kammern des Wahnsinns", +["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.", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", ["prevId"] = 0, -["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, ["Category_ID"] = 5, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 8, } , [1654] = { -["points"] = 10, -["name"] = "Dremora-Veteranenzerstörer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Dremora-Veteranenzerstörer", ["description"] = "Besiegt 150 Dremora in den Kammern des Wahnsinns (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 47, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1655] = { -["points"] = 10, -["name"] = "Verderben der verwilderten Beraubten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Verderben der verwilderten Beraubten", ["description"] = "Besiegt 750 verwilderte Beraubte in den Kammern des Wahnsinns (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 48, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1656] = { -["points"] = 50, -["name"] = "Assassine der Kammern des Wahnsinns", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Kammern des Wahnsinns", ["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.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1657] = { -["points"] = 50, -["name"] = "Überlebender der Kammern des Wahnsinns", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Überlebender der Kammern des Wahnsinns", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1658] = { -["points"] = 50, -["name"] = "Der neue Bürgermeister der verrückten Stadt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Der neue Bürgermeister der verrückten Stadt", ["description"] = "Besiegt den Verrückten Architekten in den Kammern des Wahnsinns (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["prevId"] = 0, ["Category_ID"] = 5, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1659] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Thieves Guild", ["name"] = "Meister des Stils der dro-m\'Athra", +["description"] = "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.", ["nextId"] = 0, -["Category"] = "Thieves Guild", ["prevId"] = 0, -["description"] = "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.", -["Category_ID"] = 41, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 42, } , [1660] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Dark Brotherhood", ["name"] = "Meister des Stils des Ordens der Stunde", +["description"] = "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.", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", ["prevId"] = 0, -["description"] = "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.", -["Category_ID"] = 40, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 41, } , [1661] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Dark Brotherhood", ["name"] = "Meister des Stils der Dunklen Bruderschaft", +["description"] = "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.", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", ["prevId"] = 0, -["description"] = "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.", -["Category_ID"] = 40, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 41, } , [1662] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Dark Brotherhood", ["name"] = "Meister des Stils der Minotauren", +["description"] = "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.", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", ["prevId"] = 0, -["description"] = "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.", -["Category_ID"] = 40, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 41, } , [1663] = { -["points"] = 15, -["name"] = "Anomaler Gelehrter", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 5, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Anomaler Gelehrter", ["description"] = "Entdeckt und bewältigt alle fünf magischen Anomalien in Kargstein.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1664] = { -["points"] = 15, -["name"] = "Entweiher der Anka-Ra", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 5, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Entweiher der Anka-Ra", ["description"] = "Entdeckt und bewältigt alle fünf Stätten der Anka-Ra in Kargstein.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1665] = { -["points"] = 15, -["name"] = "Nirnkruxinspekteur", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 5, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Nirnkruxinspekteur", ["description"] = "Entdeckt und bewältigt alle fünf Nirnkruxminen der Eisenorks in Kargstein.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1690] = { -["points"] = 10, +["numCriteria"] = 6, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Horns of the Reach", ["name"] = "Sieger der Blutquellschmiede", +["description"] = "Besiegt Mathgamain, Caillaoife, Steinherz, Galchobhar, Gherig Bullenblut und seine Bediensteten sowie das Erdbluter-Amalgam in der Blutquellschmiede.", ["nextId"] = 0, -["Category"] = "Horns of the Reach", ["prevId"] = 0, -["description"] = "Besiegt Mathgamain, Caillaoife, Steinherz, Galchobhar, Gherig Bullenblut und seine Bediensteten sowie das Erdbluter-Amalgam in der Blutquellschmiede.", -["Category_ID"] = 38, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["Category_ID"] = 39, } , [1691] = { -["points"] = 10, -["name"] = "Eroberer der Blutquellschmiede", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer der Blutquellschmiede", ["description"] = "Besiegt Mathgamain, Caillaoife, Steinherz, Galchobhar, Gherig Bullenblut und seine Bediensteten sowie das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen).", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["nextId"] = 0, } , [1692] = { -["points"] = 10, -["name"] = "Verderben der Feuerhäute", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Verderben der Feuerhäute", ["description"] = "Besiegt 50 Grauenshorn-Feuerhäute in der Blutquellschmiede (Veteranen).", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1693] = { -["points"] = 10, -["name"] = "Verderben der Grauenshorn-Krieger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Verderben der Grauenshorn-Krieger", ["description"] = "Besiegt 300 Grauenshorn-Klingenträger, Menschenjäger und Klanschlächter in der Blutquellschmiede (Veteranen).", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1694] = { -["points"] = 50, -["name"] = "Das Übel an der Wurzel packen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Das Übel an der Wurzel packen", ["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.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1695] = { -["points"] = 50, -["name"] = "Verdorrte Erde", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Verdorrte Erde", ["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.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1696] = { -["points"] = 50, -["name"] = "Gedämpfter Wutanfall", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Gedämpfter Wutanfall", ["description"] = "Besiegt das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1697] = { -["points"] = 5, +["numCriteria"] = 2, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Horns of the Reach", ["name"] = "Blut, Schweiß und Feuer", +["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.", ["nextId"] = 0, -["Category"] = "Horns of the Reach", ["prevId"] = 0, -["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.", -["Category_ID"] = 38, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 5, +["Category_ID"] = 39, } , [1698] = { -["points"] = 10, +["numCriteria"] = 5, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Horns of the Reach", ["name"] = "Sieger von Falkenring", +["description"] = "Besiegt Morrigh Bullenblut, das Belagerungsmammut, Cernunnon, Todesfürst Bjarfrud Skjoralmor und Domihaus den Blutgehörnten in Falkenring.", ["nextId"] = 0, -["Category"] = "Horns of the Reach", ["prevId"] = 0, -["description"] = "Besiegt Morrigh Bullenblut, das Belagerungsmammut, Cernunnon, Todesfürst Bjarfrud Skjoralmor und Domihaus den Blutgehörnten in Falkenring.", -["Category_ID"] = 38, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["Category_ID"] = 39, } , [1699] = { -["points"] = 10, -["name"] = "Eroberer von Falkenring", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer von Falkenring", ["description"] = "Besiegt Morrigh Bullenblut, das Belagerungsmammut, Cernunnon, Todesfürst Bjarfrud Skjoralmor und Domihaus den Blutgehörnten in Falkenring (Veteranen).", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [1700] = { -["points"] = 10, -["name"] = "Verderben der Minotauren", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Verderben der Minotauren", ["description"] = "Besiegt 60 Grauenshorn-Trampler in Falkenring (Veteranen).", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1701] = { -["points"] = 10, -["name"] = "Verderben der Grauenshorn-Magier", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Verderben der Grauenshorn-Magier", ["description"] = "Besiegt 150 Grauenshorn-Einreißer, Wildzähmer und Heißsporne in Falkenring (Veteranen).", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1702] = { -["points"] = 50, -["name"] = "Im Bullengalopp", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Im Bullengalopp", ["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.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1703] = { -["points"] = 50, -["name"] = "Ohne Fehl und Tadel", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Ohne Fehl und Tadel", ["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.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1704] = { -["points"] = 50, -["name"] = "Den Bullen bei den Hörnern packen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Den Bullen bei den Hörnern packen", ["description"] = "Besiegt Domihaus den Blutgehörnten in Falkenring (Veteranen), nachdem Ihr in der Halle das Jarls ins Kriegshorn geblasen habt.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1705] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Horns of the Reach", ["name"] = "Respekt für die geehrten Toten", +["description"] = "Reinigt 1.000 Leichname in der Halle der Toten von Falkenring.", ["nextId"] = 0, -["Category"] = "Horns of the Reach", ["prevId"] = 0, -["description"] = "Reinigt 1.000 Leichname in der Halle der Toten von Falkenring.", -["Category_ID"] = 38, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 39, } , [1707] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 1707, +["Category"] = "Dungeons", ["name"] = "Kein Grünschnabel mehr", +["description"] = "Schließt ein Gelöbnis der Unerschrockenen von Urgarlag Häuptlingsfluch ab.", ["nextId"] = 1708, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Schließt ein Gelöbnis der Unerschrockenen von Urgarlag Häuptlingsfluch ab.", +["points"] = 5, ["Category_ID"] = 4, -["achievementIndex"] = 2, -["firstID"] = 1707, -["numCriteria"] = 1, } , [1708] = { -["points"] = 10, -["name"] = "Ein blutiges Geschäft", -["nextId"] = 1709, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 1707, ["Category"] = "Dungeons", -["prevId"] = 0, +["name"] = "Ein blutiges Geschäft", ["description"] = "Schließt 10 Gelöbnisse der Unerschrockenen von Urgarlag Häuptlingsfluch ab.", +["nextId"] = 1709, +["prevId"] = 1707, +["points"] = 10, ["Category_ID"] = 4, -["achievementIndex"] = 2, -["firstID"] = 1707, -["numCriteria"] = 1, } , [1709] = { -["points"] = 15, -["name"] = "Der nach dem Unbekannten sucht", -["nextId"] = 1710, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 1707, ["Category"] = "Dungeons", -["prevId"] = 0, +["name"] = "Der nach dem Unbekannten sucht", ["description"] = "Schließt 50 Gelöbnisse der Unerschrockenen von Urgarlag Häuptlingsfluch ab.", +["nextId"] = 1710, +["prevId"] = 1708, +["points"] = 15, ["Category_ID"] = 4, -["achievementIndex"] = 2, -["firstID"] = 1707, -["numCriteria"] = 1, } , [1710] = { -["points"] = 50, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 1707, +["Category"] = "Dungeons", ["name"] = "Urgarlags Kohorte", +["description"] = "Schließt 100 Gelöbnisse der Unerschrockenen von Urgarlag Häuptlingsfluch ab.", ["nextId"] = 0, -["Category"] = "Dungeons", ["prevId"] = 0, -["description"] = "Schließt 100 Gelöbnisse der Unerschrockenen von Urgarlag Häuptlingsfluch ab.", +["points"] = 50, ["Category_ID"] = 4, -["achievementIndex"] = 2, -["firstID"] = 1707, -["numCriteria"] = 1, } , [1712] = { -["points"] = 50, +["numCriteria"] = 30, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Jäger der Ahnengräber", +["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.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["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, ["Category_ID"] = 19, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 30, } , [1795] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Shadows of the Hist", ["name"] = "Meister des Stils von Mazzatun", +["description"] = "Lernt jedes Kapitel des Buchs „Stil von Mazzatun“ aus Mazzatun, das Ihr gelegentlich beim Abschluss des Verlieses erhalten könnt.", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil von Mazzatun“ aus Mazzatun, das Ihr gelegentlich beim Abschluss des Verlieses erhalten könnt.", -["Category_ID"] = 39, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 40, } , [1796] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Shadows of the Hist", ["name"] = "Meister des Stils des Seidenrings", +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Seidenrings“ aus der Wiege der Schatten, das Ihr gelegentlich beim Abschluss des Verlieses erhalten könnt.", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Seidenrings“ aus der Wiege der Schatten, das Ihr gelegentlich beim Abschluss des Verlieses erhalten könnt.", -["Category_ID"] = 39, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 40, } , [1802] = { -["points"] = 10, -["name"] = "Bezwinger des Singvogels", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Bezwinger des Singvogels", ["description"] = "Besiegt die Nereïde Kimbrudhil der Singvogel in der Schiffwrackbucht.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1803] = { -["points"] = 10, -["name"] = "Salothans Fluchbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Salothans Fluchbrecher", ["description"] = "Besiegt Orator Salothan, Regent Beleth, General Tanasa und Ratsherr Raynis im Rat von Salothan.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1804] = { -["points"] = 10, -["name"] = "Gemahlsschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Gemahlsschlächter", ["description"] = "Besiegt den Gemahl der Königin in der Eiermine von Missir-Dadalit.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, -} -, -[1805] = { +["prevId"] = 0, ["points"] = 10, -["name"] = "Brecher des Ungebrochenen", ["nextId"] = 0, +} +, +[1805] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Brecher des Ungebrochenen", ["description"] = "Besiegt den Nixochsen Nilthog den Ungebrochenen in Nilthogs Senke.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1806] = { -["points"] = 10, -["name"] = "Wuyuvus\' Schlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Wuyuvus\' Schlächter", ["description"] = "Besiegt Wuyuvus den Hunger auf dem Sulipund-Gehöft.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1807] = { -["points"] = 10, -["name"] = "Einschüchter des Einschüchterers", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Einschüchter des Einschüchterers", ["description"] = "Besiegt den Skaafin, Mehz der Einschüchterer, am Turm von Dubdil Alar und versiegelt den Riss ins Reich des Vergessens.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1808] = { -["points"] = 15, -["name"] = "Abgefertigt", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Abgefertigt", ["description"] = "Besiegt den Montagegeneral und helft Divayth Fyr, die Flut von Animunkuli aufzuhalten, die aus den Hallen der Fertigung strömt.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1809] = { -["points"] = 50, -["name"] = "Gegen die Uhr: Hallen der Fertigung", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Gegen die Uhr: Hallen der Fertigung", ["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.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1810] = { -["points"] = 50, -["name"] = "Eroberer der Hallen der Fertigung", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Eroberer der Hallen der Fertigung", ["description"] = "Besiegt den Montagegeneral in den Hallen der Fertigung.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1811] = { -["points"] = 50, -["name"] = "Gut geölte Maschine", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Gut geölte Maschine", ["description"] = "Schließt die Hallen der Fertigung (Veteranen) ab, ohne dass ein Gruppenmitglied getötet wird.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1816] = { -["points"] = 10, -["name"] = "Kühlen Fuß bewahren", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Kühlen Fuß bewahren", ["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.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1817] = { -["points"] = 10, -["name"] = "Feuerball", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Feuerball", ["description"] = "Schließt die Blutquellschmiede (Veteranen) ab, ohne dass ein Mitglied Eurer Gruppe von einer Lavakugel getroffen wird, die ein Feuerschröter spuckt.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1818] = { -["points"] = 10, -["name"] = "Magmamatscher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Magmamatscher", ["description"] = "Benutzt Galchobhars Mantelbrecher-Angriff, um in der Blutquellschmiede (Veteranen) den von einem Feuerschröter abgefeuerten Lavaball zu beseitigen.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1819] = { -["points"] = 10, -["name"] = "Hort der Wildnis", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Hort der Wildnis", ["description"] = "Besiegt Caillaoife in der Blutquellschmiede (Veteranen), ohne dass eine Nirnblutkreatur länger als drei Sekunden innerhalb ihrer Erhaltung der Natur verbleibt.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1820] = { -["points"] = 10, -["name"] = "Felsenducker", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Felsenducker", ["description"] = "Besiegt Galchobhar in der Blutquellschmiede (Veteranen), ohne dass ein Mitglied Eurer Gruppe von seinen Angriffen verbrannte Erde und Flammen von Galchobhar getroffen wird.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1821] = { -["points"] = 10, -["name"] = "Schröterschoner", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schröterschoner", ["description"] = "Besiegt Galchobhar, ohne dass ein Mitglied Eurer Gruppe während des Kampfes in der Blutquellschmiede (Veteranen) einen Feuerschröter tötet.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1822] = { -["points"] = 10, -["name"] = "Handgemachter Sieg", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Handgemachter Sieg", ["description"] = "Besiegt das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen), ohne dass ein Gruppenmitglied den Steinfeuertiegel oder den Flammenseekessel aktiviert.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1823] = { -["points"] = 10, -["name"] = "Schmerzenskünstler", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schmerzenskünstler", ["description"] = "Benutzt selbst sowohl den Sternfeuertiegel als auch den Flammenseekessel, um das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen) zu besiegen.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1824] = { -["points"] = 15, +["numCriteria"] = 36, +["achievementIndex"] = 14, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Lehrenmeister", +["description"] = "Lest alle 36 Lektionen Vivecs, die auf ganz Vvardenfell verstreut sind.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Lest alle 36 Lektionen Vivecs, die auf ganz Vvardenfell verstreut sind.", +["points"] = 15, ["Category_ID"] = 19, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 36, } , [1825] = { -["points"] = 5, -["name"] = "Partner der Aschländer", -["nextId"] = 1878, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 1825, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Partner der Aschländer", ["description"] = "Schließt Euren ersten täglichen Auftrag für Jagdmeister Sorim-Nakar oder Numani-Rasi ab.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 2, -["firstID"] = 1825, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 1878, } , [1826] = { -["points"] = 5, +["numCriteria"] = 7, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Schreiterkarawanenreiter", +["description"] = "Besucht den Schlickschreiterführer an jedem der Halte auf Vvardenfell.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Besucht den Schlickschreiterführer an jedem der Halte auf Vvardenfell.", +["points"] = 5, ["Category_ID"] = 19, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 7, } , [1827] = { -["points"] = 5, +["numCriteria"] = 7, +["achievementIndex"] = 13, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Der Pfad des Pilgers", +["description"] = "Besucht die Schreine der Sieben Gnaden und lest deren Inschriften.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Besucht die Schreine der Sieben Gnaden und lest deren Inschriften.", +["points"] = 5, ["Category_ID"] = 19, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 7, } , [1828] = { -["points"] = 10, -["name"] = "Daedrischer Erforscher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 25, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Daedrischer Erforscher", ["description"] = "Besucht alle daedrischen Ruinen Vvardenfells.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 25, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1829] = { -["points"] = 50, -["name"] = "Sieger der Hallen der Fertigung", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Hallen der Fertigung", ["description"] = "Besiegt den Montagegeneral, nachdem Ihr die Sicherung in den Hallen der Fertigung (Veteranen) zurückgesetzt habt.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1830] = { -["points"] = 10, -["name"] = "Schlächter der Rekonstruktionen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Schlächter der Rekonstruktionen", ["description"] = "Besiegt 100 Kalfaktoren, Kondensatoren und Zerteiler in den Hallen der Fertigung (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1831] = { -["points"] = 15, -["name"] = "Kraftwerk", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Kraftwerk", ["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.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1832] = { -["points"] = 15, -["name"] = "Geplante Überalterung", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Geplante Überalterung", ["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.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1833] = { -["points"] = 15, -["name"] = "Umweltbewusst", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Umweltbewusst", ["description"] = "Besiegt den Montagegeneral in den Hallen der Fertigung (Veteranen), ohne dass ein Gruppenmitglied durch Fallen oder andere Gefahren stirbt.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1834] = { -["points"] = 15, -["name"] = "Schalttafel-Ausschalter", -["nextId"] = 0, -["Category"] = "Morrowind", -["SubCategory"] = "Halls of Fabrication", ["SubCategory_ID"] = 3, -["description"] = "Besiegt den Montagegeneral in den Hallen der Fertigung (Veteranen), ohne dass auch nur eine Schalttafel ihre Aktivierungssequenz abschließen kann.", -["prevId"] = 0, -["Category_ID"] = 19, +["numCriteria"] = 1, ["achievementIndex"] = 16, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Morrowind", +["SubCategory"] = "Halls of Fabrication", +["name"] = "Schalttafel-Ausschalter", +["description"] = "Besiegt den Montagegeneral in den Hallen der Fertigung (Veteranen), ohne dass auch nur eine Nebenschaltstelle ihre Aktivierungssequenz abschließen kann.", +["Category_ID"] = 19, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1835] = { -["points"] = 10, -["name"] = "Keine Faxen mit Faksimiles", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Keine Faxen mit Faksimiles", ["description"] = "Besiegt auf einer beliebigen Schwierigkeitsstufe jedes der 6 taktischen Faksimiles, die der Montagegeneral erschafft.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1836] = { -["points"] = 50, -["name"] = "Dynamo", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 7, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Dynamo", ["description"] = "Schließt alle folgenden Errungenschaften ab, die mit dem Sieg über den Montagegeneral zu tun haben.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1837] = { -["points"] = 50, -["name"] = "Belastungstest bestanden", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Belastungstest bestanden", ["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 getötet wird.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1838] = { -["points"] = 50, -["name"] = "Wie ein Uhrwerk", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Wie ein Uhrwerk", ["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 getötet wird. Ihr dürft dafür insgesamt nur 40 Minuten benötigen. Die Zeit läuft, sobald Ihr die Abanabihöhle betreten habt.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1839] = { -["points"] = 10, -["name"] = "Tötungsvorgang", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Tötungsvorgang", ["description"] = "Zerstört in den Hallen der Fertigung (Veteranen) einen der Abfänger-Mechanoiden, während der andere noch mindestens die Hälfte seines Lebens besitzt, und zerstört erst dann das verbleibende Exemplar.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1840] = { -["points"] = 10, -["name"] = "Erzaufseher", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Erzaufseher", ["description"] = "Besiegt in den Hallen der Fertigung (Veteranen) den Erzaufseher mit sechs Schockpylonen oder weniger und nutzt dabei jede Gelegenheit mit ihnen zu unterbrechen.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1841] = { -["points"] = 10, -["name"] = "Gelehrter der Mysterien Sehts", -["nextId"] = 0, -["Category"] = "Morrowind", -["SubCategory"] = "Halls of Fabrication", ["SubCategory_ID"] = 3, -["description"] = "Entdeckt alle Notizen, die in den Hallen der Fertigung verteilt sind.", -["prevId"] = 0, -["Category_ID"] = 19, +["numCriteria"] = 4, ["achievementIndex"] = 14, ["firstID"] = 0, -["numCriteria"] = 4, +["Category"] = "Morrowind", +["SubCategory"] = "Halls of Fabrication", +["name"] = "Gelehrter der Mysterien Sehts", +["description"] = "Entdeckt alle Notizen, die in den Hallen der Fertigung verteilt sind.", +["Category_ID"] = 19, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1842] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Fluch der Klippenschreiter", +["description"] = "Tragt dazu bei, die Klippenschreiterplage zu beseitigen, indem Ihr 100 Klippenschreiter oder Klippenflitzer auf Vvardenfell tötet.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Tragt dazu bei, die Klippenschreiterplage zu beseitigen, indem Ihr 100 Klippenschreiter oder Klippenflitzer auf Vvardenfell tötet.", +["points"] = 5, ["Category_ID"] = 19, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, } , [1843] = { -["points"] = 10, +["numCriteria"] = 18, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Himmelsscherbenjäger von Vvardenfell", +["description"] = "Entdeckt alle 18 Himmelsscherben auf Vvardenfell.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Entdeckt alle 18 Himmelsscherben auf Vvardenfell.", +["points"] = 10, ["Category_ID"] = 19, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 18, } , [1844] = { -["points"] = 10, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Clockwork City", ["name"] = "Himmelsscherbenjäger der Stadt der Uhrwerke", +["description"] = "Entdeckt alle 6 Himmelsscherben in der Stadt der Uhrwerke.", ["nextId"] = 0, -["Category"] = "Clockwork City", ["prevId"] = 0, -["description"] = "Entdeckt alle 6 Himmelsscherben in der Stadt der Uhrwerke.", -["Category_ID"] = 37, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["Category_ID"] = 38, } , [1845] = { -["points"] = 10, +["numCriteria"] = 18, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Summerset", ["name"] = "Himmelsscherbenjäger von Sommersend", +["description"] = "Entdeckt alle 18 Himmelsscherben auf Sommersend.", ["nextId"] = 0, -["Category"] = "Summerset", ["prevId"] = 0, -["description"] = "Entdeckt alle 18 Himmelsscherben auf Sommersend.", +["points"] = 10, ["Category_ID"] = 18, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 18, } , [1846] = { -["points"] = 50, -["name"] = "Nchuleftingth-Gruppenwagnis", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Nchuleftingth-Gruppenwagnis", ["description"] = "Besiegt Nchulaeon den Ewigen in Nchuleftingth.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1847] = { -["points"] = 5, -["name"] = "Schleifenstörer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Schleifenstörer", ["description"] = "Rettet Dubdil Alar vor den Konsequenzen seiner Zeitexperimente.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [1848] = { -["points"] = 15, -["name"] = "Verteidiger Vvardenfells", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verteidiger Vvardenfells", ["description"] = "Besiegt alle sechs Anführer in der offenen Welt auf Vvardenfell.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1849] = { -["points"] = 10, -["name"] = "Stimme der gescheiterten Fleischgewordenen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Stimme der gescheiterten Fleischgewordenen", ["description"] = "Entkräftet die gefährlichen Ansprüche des Aschländers Chodala.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1850] = { -["points"] = 10, -["name"] = "Träger des gesegneten Stabes", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Träger des gesegneten Stabes", ["description"] = "Nehmt dem Aschländer Chodala den gesegneten Stab, Sunna\'rah, ab und entlarvt die wahre Natur der Bedrohung für Fürst Vivec.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1851] = { -["points"] = 10, -["name"] = "Hand eines Lebenden Gottes", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Hand eines Lebenden Gottes", ["description"] = "Folgt einer ernsthaften Bedrohung in die Stadt der Uhrwerke und stellt Fürst Vivecs gestohlene Macht wieder her.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1852] = { -["points"] = 50, -["name"] = "Champion Vivecs", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Champion Vivecs", ["description"] = "Stellt Fürst Vivecs verlorene Macht wieder her, rettet die Stadt Vivec und werdet zum Champion Vivecs.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1853] = { -["points"] = 10, -["name"] = "Sieger von Nchuleftingth", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sieger von Nchuleftingth", ["description"] = "Besiegt drei der Champions in Nchuleftingth.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1854] = { -["points"] = 50, -["name"] = "Eroberer von Nchuleftingth", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Eroberer von Nchuleftingth", ["description"] = "Besiegt alle Champions in Nchuleftingth.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1855] = { -["points"] = 50, -["name"] = "Gruppenwagnis im vergessenen Ödland", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Gruppenwagnis im vergessenen Ödland", ["description"] = "Besiegt Steinkocher Omalas, Einbrenner Releth und Bergruferin Hlaren im vergessenen Ödland.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1856] = { -["points"] = 10, -["name"] = "Sieger des vergessenen Ödlands", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sieger des vergessenen Ödlands", ["description"] = "Besiegt drei der Champions im vergessenen Ödland.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1857] = { -["points"] = 50, -["name"] = "Eroberer des vergessenen Ödlands", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Eroberer des vergessenen Ödlands", ["description"] = "Besiegt alle Champions im vergessenen Ödland.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1858] = { -["points"] = 5, -["name"] = "Erforscher von Khartagspitz", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Khartagspitz", ["description"] = "Erforscht und säubert Khartagspitz.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [1859] = { -["points"] = 5, -["name"] = "Erforscher von Ashalmawia", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Ashalmawia", ["description"] = "Erforscht und säubert Ashalmawia.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [1860] = { -["points"] = 5, -["name"] = "Erforscher von Zainsipilu", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Zainsipilu", ["description"] = "Erforscht und säubert Zainsipilu.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [1861] = { -["points"] = 5, -["name"] = "Erforscher der Eiermine von Matus-Akin", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Eiermine von Matus-Akin", ["description"] = "Erforscht und säubert die Eiermine von Matus-Akin.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [1862] = { -["points"] = 5, -["name"] = "Erforscher von Pulk", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Pulk", ["description"] = "Erforscht und säubert Pulk.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [1863] = { -["points"] = 5, -["name"] = "Erforscher von Nchuleft", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Nchuleft", ["description"] = "Erforscht und säubert Nchuleft", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [1864] = { -["points"] = 15, -["name"] = "Höhlenforscher von Vvardenfell", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher von Vvardenfell", ["description"] = "Erforscht und säubert alle sechs zu erforschenden Höhlen auf Vvardenfell.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1865] = { -["points"] = 10, -["name"] = "Pfadfinder von Vvardenfell", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 9, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder von Vvardenfell", ["description"] = "Entdeckt alle markanten Orte auf Vvardenfell.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 9, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1866] = { -["points"] = 15, -["name"] = "Meistererforscher von Vvardenfell", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher von Vvardenfell", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte auf Vvardenfell.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1867] = { -["points"] = 50, -["name"] = "Großabenteurer von Vvardenfell", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Großabenteurer von Vvardenfell", ["description"] = "Schließt 32 verschiedene Quests auf Vvardenfell ab.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [1868] = { -["points"] = 50, +["numCriteria"] = 7, +["achievementIndex"] = 12, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Retter Morrowinds", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter Morrowinds zu werden.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter Morrowinds zu werden.", +["points"] = 50, ["Category_ID"] = 19, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 7, } , [1869] = { -["points"] = 10, -["name"] = "Aufgehende Sonne", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Aufgehende Sonne", ["description"] = "Helft der argonischen Sklavin Sonne-im-Schatten, ihre Freiheit zu erlangen.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1870] = { -["points"] = 10, -["name"] = "Naryus Vertrauter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Naryus Vertrauter", ["description"] = "Helft Naryu Virian und der Morag Tong in und um Balmora.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1871] = { -["points"] = 10, -["name"] = "Scharlachroter Richter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Scharlachroter Richter", ["description"] = "Helft dem Scharlachroten Richter, Marschall Hlarens Plan in Suran zu vereiteln.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1872] = { -["points"] = 10, -["name"] = "Kwamaminenarbeiter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Kwamaminenarbeiter", ["description"] = "Rettet die Bewohner von Gnisis vor dem wirtschaftlichen Ruin, indem Ihr die Zukunft ihrer Kwamamine sichert.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1873] = { -["points"] = 10, -["name"] = "Hand der Herrin", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Hand der Herrin", ["description"] = "Vereitelt den Plan eines Eindringlings und helft Herrin Dratha bei der Umsetzung ihrer Pläne zur Verlängerung ihres Lebens.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1874] = { -["points"] = 10, -["name"] = "Beschützer der Pilger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Beschützer der Pilger", ["description"] = "Beendet die Bedrohung für die Pilger in Molag Mar.", -["prevId"] = 0, -["Category_ID"] = 19, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 19, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1875] = { -["points"] = 10, -["name"] = "Narsis\' Lehrling", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Narsis\' Lehrling", ["description"] = "Helft Narsis Dren dabei, das Geheimnis des Veloth-Ahnengrabs zu lüften.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1876] = { -["points"] = 10, -["name"] = "Ald\'ruhn-Chronist", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ald\'ruhn-Chronist", ["description"] = "Enthüllt das Geheimnis des Hleran-Grabmals.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [1877] = { -["points"] = 5, -["name"] = "Ebenerzvollstrecker", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ebenerzvollstrecker", ["description"] = "Deckt die Wahrheit hinter dem plötzlichen Anstieg der Produktion in der Ebenerzmine von Vassir-Didanat auf.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [1878] = { -["points"] = 10, -["name"] = "Aschschreiter", -["nextId"] = 1879, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 1825, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Aschschreiter", ["description"] = "Schließt 10 tägliche Aufträge für Jagdmeister Sorim-Nakar oder Numani-Rasi ab.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 2, -["firstID"] = 1825, -["numCriteria"] = 1, +["prevId"] = 1825, +["points"] = 10, +["nextId"] = 1879, } , [1879] = { -["points"] = 15, -["name"] = "Klanfreund", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 1825, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Klanfreund", ["description"] = "Schließt 30 tägliche Aufträge für Jagdmeister Sorim-Nakar oder Numani-Rasi ab.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 2, -["firstID"] = 1825, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [1880] = { -["points"] = 5, -["name"] = "Aschlande-Pirscher", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Aschlande-Pirscher", ["description"] = "Schließt alle sieben täglichen Aufträge für Jagdmeister Sorim-Nakar ab.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [1881] = { -["points"] = 5, -["name"] = "Bewahrer der Aschlandrelikte", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Bewahrer der Aschlandrelikte", ["description"] = "Schließt alle sieben täglichen Aufträge zur Bewahrung der Relikte ab, die Ihr von Numani-Rasi erhaltet.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [1882] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 11, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Meisterangler von Vvardenfell", +["description"] = "Fangt alle 12 seltenen Fische auf Vvardenfell.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische auf Vvardenfell.", +["points"] = 5, ["Category_ID"] = 19, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 12, } , [1932] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Meister des Stils der Aschländer", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Aschländer“. Die Kapitel können manchmal als Belohnung für das Abschließen täglicher Aufträge der Jagdmeister Sorim-Nakar und Numani-Rasi ergattert werden.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Aschländer“. Die Kapitel können manchmal als Belohnung für das Abschließen täglicher Aufträge der Jagdmeister Sorim-Nakar und Numani-Rasi ergattert werden.", +["points"] = 50, ["Category_ID"] = 19, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 14, } , [1933] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Meister des Stils der Morag Tong", +["description"] = "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.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "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, ["Category_ID"] = 19, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 14, } , [1934] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Meister des Stils der Kriegswappenträger", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Kriegswappenträger“. Die Kapitel können manchmal in Schatztruhen auf ganz Vvardenfell gefunden werden.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Kriegswappenträger“. Die Kapitel können manchmal in Schatztruhen auf ganz Vvardenfell gefunden werden.", +["points"] = 50, ["Category_ID"] = 19, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 14, } , [1937] = { -["points"] = 50, -["name"] = "Höhlenforscher der Hörner des Reik", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher der Hörner des Reik", ["description"] = "Schließt Falkenring und die Blutquellschmiede (Veteranen) ab.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["nextId"] = 0, } , [1940] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Horns of the Reach", ["name"] = "Erforscher der Hörner des Reik", +["description"] = "Betretet Falkenring oder die Blutquellschmiede zum ersten Mal.", ["nextId"] = 0, -["Category"] = "Horns of the Reach", ["prevId"] = 0, -["description"] = "Betretet Falkenring oder die Blutquellschmiede zum ersten Mal.", -["Category_ID"] = 38, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 39, } , [1941] = { -["points"] = 50, -["name"] = "Herausforderer der Blutquellschmiede", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer der Blutquellschmiede", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Blutquellschmiede (Veteranen).", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [1942] = { -["points"] = 50, -["name"] = "Herausforderer von Falkenring", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer von Falkenring", ["description"] = "Bewältigt die angegebenen Errungenschaften für Falkenring (Veteranen).", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [1945] = { -["points"] = 5, +["numCriteria"] = 4, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Horns of the Reach", ["name"] = "Kriegschronist", +["description"] = "Entdeckt das dringende Sendschreiben, den unvollendeten Brief an Marika, „Bezüglich der Gerüchte“ und das Epitaph von Bjarfrud Skjoralmor in Falkenring.", ["nextId"] = 0, -["Category"] = "Horns of the Reach", ["prevId"] = 0, -["description"] = "Entdeckt das dringende Sendschreiben, den unvollendeten Brief an Marika, „Bezüglich der Gerüchte“ und das Epitaph von Bjarfrud Skjoralmor in Falkenring.", -["Category_ID"] = 38, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 5, +["Category_ID"] = 39, } , [1946] = { -["points"] = 5, -["name"] = "Abtaucher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Abtaucher", ["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.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1947] = { -["points"] = 5, -["name"] = "Eidbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eidbrecher", ["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.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1948] = { -["points"] = 5, -["name"] = "Episches Unterfangen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Episches Unterfangen", ["description"] = "Reinigt 15 Leichname innerhalb von fünf Sekunden, während Ihr in Falkenring (Veteranen) gegen Todesfürst Bjarfrud Skjoralmor kämpft.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1949] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Horns of the Reach", ["name"] = "Wild und wollig", +["description"] = "Besiegt das Belagerungsmammut in Falkenring, ohne dass Ihr unter dem Einfluss einer feindlichen Fähigkeit mit Betäubung, Taumeln oder Zurückschlagen steht.", ["nextId"] = 0, -["Category"] = "Horns of the Reach", ["prevId"] = 0, -["description"] = "Besiegt das Belagerungsmammut in Falkenring, ohne dass Ihr unter dem Einfluss einer feindlichen Fähigkeit mit Betäubung, Taumeln oder Zurückschlagen steht.", -["Category_ID"] = 38, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 39, } , [1950] = { -["points"] = 5, -["name"] = "Den Elementen trotzen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Den Elementen trotzen", ["description"] = "Besiegt Domihaus den Blutgehörnten in Falkenring (Veteranen), während mindestens ein Atronach jeder Art weiterhin besteht.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1951] = { -["points"] = 5, -["name"] = "Säulenbehüter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Säulenbehüter", ["description"] = "Besiegt Domihaus den Blutgehörnten in Falkenring (Veteranen), während in der Halle des Jarls mindestens zwei Säulen stehen bleiben.", +["Category_ID"] = 39, ["prevId"] = 0, -["Category_ID"] = 38, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [1958] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Clockwork City", ["name"] = "Vorläufermodell", +["description"] = "Sammelt und montiert alle Teile, die es braucht, um das Vorläufer-Faktotum zu rekonstruieren.", ["nextId"] = 0, -["Category"] = "Clockwork City", ["prevId"] = 0, -["description"] = "Sammelt und montiert alle Teile, die es braucht, um das Vorläufer-Faktotum zu rekonstruieren.", -["Category_ID"] = 37, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 38, } , [1959] = { -["points"] = 5, +["numCriteria"] = 5, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Dragon Bones", ["name"] = "Sieger des Krallenhortes", +["description"] = "Besiegt Lizabet Charnis, die Kadavermenagerie, Caluurion, Ulfnor und Sabina Cedus sowie Orryn den Schwarzen und Thurvokun im Krallenhort.", ["nextId"] = 0, -["Category"] = "Dragon Bones", ["prevId"] = 0, -["description"] = "Besiegt Lizabet Charnis, die Kadavermenagerie, Caluurion, Ulfnor und Sabina Cedus sowie Orryn den Schwarzen und Thurvokun im Krallenhort.", -["Category_ID"] = 36, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 5, +["Category_ID"] = 37, } , [1960] = { -["points"] = 5, -["name"] = "Eroberer des Krallenhorts", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer des Krallenhorts", ["description"] = "Besiegt Lizabet Charnis, die Kadavermenagerie, Caluurion, Ulfnor und Sabina Cedus sowie Orryn den Schwarzen und Thurvokun im Krallenhort (Veteranen).", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 5, +["nextId"] = 0, } , [1961] = { -["points"] = 10, -["name"] = "Verderben der Skelette", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Verderben der Skelette", ["description"] = "Besiegt 500 Skelette im Krallenhort (Veteranen).", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1962] = { -["points"] = 10, -["name"] = "Verderben der Nekromanten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Verderben der Nekromanten", ["description"] = "Besiegt 350 Schwarzmark-Nekromanten im Krallenhort (Veteranen).", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1963] = { -["points"] = 50, -["name"] = "Die Lebenden und die Toten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Die Lebenden und die Toten", ["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.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1964] = { -["points"] = 50, -["name"] = "Keine Statistik", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Keine Statistik", ["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.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1965] = { -["points"] = 50, -["name"] = "Lasst die Vergangenheit ruhen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Lasst die Vergangenheit ruhen", ["description"] = "Besiegt Orryn den Schwarzen und Thurvokun, nachdem Ihr Orryns Notizen im Krallenhort (Veteranen) gelesen habt.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1966] = { -["points"] = 50, -["name"] = "Herausforderer des Krallenhorts", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer des Krallenhorts", ["description"] = "Bewältigt die angegebenen Errungenschaften für den Krallenhort (Veteranen).", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [1967] = { -["points"] = 10, -["name"] = "Minimale Animosität", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Minimale Animosität", ["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.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1968] = { -["points"] = 10, -["name"] = "Pilzfrei", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Pilzfrei", ["description"] = "Besiegt die Kadavermenagerie im Krallenhort (Veteranen), ohne dass ein Gruppenmitglied durch instabile Pilze Schaden erleidet.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1969] = { -["points"] = 10, -["name"] = "Ausgehungerte Käfer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Ausgehungerte Käfer", ["description"] = "Schließt den Kampf ab, ohne dass jemand im Krallenhort (Veteranen) von der degenerativen Säure des Riesenskarabäus getroffen wird.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1970] = { -["points"] = 10, -["name"] = "Verstümmelnder Gehorsam", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Verstümmelnder Gehorsam", ["description"] = "Besiegt die Kadavermenagerie im Krallenhort (Veteranen), ohne dass ein Gruppenmitglied durch den Todesgriff des Kadaversenches stirbt.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1971] = { -["points"] = 10, -["name"] = "Elementare Anatomie", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Elementare Anatomie", ["description"] = "Deaktiviert jedes von Caluurions Relikten, indem Ihr die elementaren Knochenteufel im Krallenhort (Veteranen) nutzt.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [1972] = { -["points"] = 10, -["name"] = "Nicht verdutzt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Nicht verdutzt", ["description"] = "Besiegt Ulfnor und Sabina Cedus im Krallenhort (Veteranen), ohne dass ein Gruppenmitglied durch Sabina Cedus\' spukendes Gespenst beeinträchtigt wird.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1973] = { -["points"] = 10, -["name"] = "Eiskaltes Streben", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eiskaltes Streben", ["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.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1974] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Dragon Bones", ["name"] = "Schrecklicher Mundgeruch", +["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.", ["nextId"] = 0, -["Category"] = "Dragon Bones", ["prevId"] = 0, -["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.", -["Category_ID"] = 36, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 37, } , [1975] = { -["points"] = 5, +["numCriteria"] = 5, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Dragon Bones", ["name"] = "Sieger des Gipfels der Schuppenruferin", +["description"] = "Besiegt Rinaerus den Ranzigen und Orzun den Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan die Schuppenruferin am Gipfel der Schuppenruferin.", ["nextId"] = 0, -["Category"] = "Dragon Bones", ["prevId"] = 0, -["description"] = "Besiegt Rinaerus den Ranzigen und Orzun den Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan die Schuppenruferin am Gipfel der Schuppenruferin.", -["Category_ID"] = 36, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 5, +["Category_ID"] = 37, } , [1976] = { -["points"] = 5, -["name"] = "Eroberer des Gipfels der Schuppenruferin", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer des Gipfels der Schuppenruferin", ["description"] = "Besiegt Rinaerus den Ranzigen und Orzun den Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan die Schuppenruferin am Gipfel der Schuppenruferin (Veteranen).", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 5, +["nextId"] = 0, } , [1977] = { -["points"] = 10, -["name"] = "Verderben der Oger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Verderben der Oger", ["description"] = "Besiegt 50 Oger am Gipfel der Schuppenruferin (Veteranen).", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1978] = { -["points"] = 10, -["name"] = "Kultisten-Veteranenzerstörer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Kultisten-Veteranenzerstörer", ["description"] = "Besiegt 120 Kultisten am Gipfel der Schuppenruferin (Veteranen).", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1979] = { -["points"] = 50, -["name"] = "Höchstleistung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Höchstleistung", ["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.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1980] = { -["points"] = 50, -["name"] = "Ganz oben", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Ganz oben", ["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 getötet wird.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1981] = { -["points"] = 50, -["name"] = "Zauberbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Zauberbrecher", ["description"] = "Besiegt Zaan die Schuppenruferin, nachdem Ihr Zaans Ritualschriftrolle am Gipfel der Schuppenruferin (Veteranen) gelesen habt.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1982] = { -["points"] = 50, -["name"] = "Herausforderer des Gipfels der Schuppenruferin", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer des Gipfels der Schuppenruferin", ["description"] = "Bewältigt die angegebenen Errungenschaften für den Gipfel der Schuppenruferin (Veteranen).", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [1983] = { -["points"] = 50, -["name"] = "Berggott", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Berggott", ["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 getötet wird, nachdem Ihr Zaans Ritualschriftrolle gelesen habt.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [1984] = { -["points"] = 10, -["name"] = "Pesteiterprobleme", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Pesteiterprobleme", ["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.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1985] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Dragon Bones", ["name"] = "Retter der Schuppenruferin", +["description"] = "Sammelt beide notwendigen Zutaten und heilt Jorvuld Davaux von der Seuche des Kults.", ["nextId"] = 0, -["Category"] = "Dragon Bones", ["prevId"] = 0, -["description"] = "Sammelt beide notwendigen Zutaten und heilt Jorvuld Davaux von der Seuche des Kults.", -["Category_ID"] = 36, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 37, } , [1986] = { -["points"] = 10, -["name"] = "Steiniger Weg", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Steiniger Weg", ["description"] = "Besiegt Doylemish Eisenherz am Gipfel der Schuppenruferin (Veteranen), ohne dass ein Gruppenmitglied vom Steinblick versteinert wird.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1987] = { -["points"] = 10, -["name"] = "Bebenbedrängnis", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Bebenbedrängnis", ["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.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1988] = { -["points"] = 10, -["name"] = "Ärztliche Anweisungen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Ärztliche Anweisungen", ["description"] = "Besiegt Seuchenbrauer Mortieu am Gipfel der Schuppenruferin (Veteranen) mit vier lebenden Gruppenmitgliedern, die alle gleichzeitig an zwei der Seuchen Mortieus leiden.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1989] = { -["points"] = 10, -["name"] = "Passt auf, wo Ihr hintretet", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Passt auf, wo Ihr hintretet", ["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.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [1990] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Dragon Bones", ["name"] = "Bleibt standhaft", +["description"] = "Besiegt Zaan die Schuppenruferin, ohne von ihrem Schild zurückgeschlagen zu werden.", ["nextId"] = 0, -["Category"] = "Dragon Bones", ["prevId"] = 0, -["description"] = "Besiegt Zaan die Schuppenruferin, ohne von ihrem Schild zurückgeschlagen zu werden.", -["Category_ID"] = 36, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 37, } , [1991] = { -["points"] = 10, -["name"] = "Daedravermeidung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 30, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Daedravermeidung", ["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.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2001] = { -["points"] = 5, -["name"] = "Erforscher des Königshafenpasses", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher des Königshafenpasses", ["description"] = "Erforscht und säubert den Königshafenpass.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2002] = { -["points"] = 5, -["name"] = "Erforscher der Grotte von Eton Nir", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Grotte von Eton Nir", ["description"] = "Erforscht und säubert die Grotte von Eton Nir.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2003] = { -["points"] = 5, -["name"] = "Erforscher des Hains des Archonten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher des Hains des Archonten", ["description"] = "Erforscht und säubert das Gewölbe des Archonten.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2004] = { -["points"] = 5, -["name"] = "Erforscher von Tor-Hame-Khard", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Tor-Hame-Khard", ["description"] = "Erforscht und säubert Tor-Hame-Khard.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2005] = { -["points"] = 5, -["name"] = "Erforscher von Korallwasten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Korallwasten", ["description"] = "Erforscht und säubert Korallwasten.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2006] = { -["points"] = 5, -["name"] = "Erforscher des Verrätergewölbes", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher des Verrätergewölbes", ["description"] = "Erforscht und säubert das Verrätergewölbe.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2007] = { -["points"] = 15, -["name"] = "Höhlenforscher von Sommersend", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher von Sommersend", ["description"] = "Erforscht und säubert alle sechs zu erforschenden Höhlen auf Sommersend.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2008] = { -["points"] = 10, -["name"] = "Pfadfinder von Sommersend", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 10, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder von Sommersend", ["description"] = "Entdeckt alle markanten Orte auf Sommersend.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2010] = { -["points"] = 15, -["name"] = "Meistererforscher von Sommersend", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher von Sommersend", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte auf Sommersend.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2016] = { -["points"] = 5, -["name"] = "Erforscher der Hallen der Regulierung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Hallen der Regulierung", ["description"] = "Erforscht und säubert die Hallen der Regulierung.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2017] = { -["points"] = 5, -["name"] = "Erforscher der Schattenklamm", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Schattenklamm", ["description"] = "Erforscht und säubert die Schattenklamm.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2018] = { -["points"] = 15, -["name"] = "Meistererforscher der Stadt der Uhrwerke", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher der Stadt der Uhrwerke", ["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte in der Stadt der Uhrwerke.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [2019] = { -["points"] = 10, -["name"] = "Höhlenforscher der Stadt der Uhrwerke", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher der Stadt der Uhrwerke", ["description"] = "Entdeckt und säubert beide Höhlen der Stadt der Uhrwerke.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["nextId"] = 0, } , [2020] = { -["points"] = 10, -["name"] = "Pfadfinder der Stadt der Uhrwerke", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder der Stadt der Uhrwerke", ["description"] = "Entdeckt alle markanten Orte in der Stadt der Uhrwerke.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["nextId"] = 0, } , [2021] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Meister des Stils der Hlaalu", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Hlaalu“, die Ihr aus den Heimen und Taschen der Bewohner Morrowinds stehlen könnt.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Hlaalu“, die Ihr aus den Heimen und Taschen der Bewohner Morrowinds stehlen könnt.", +["points"] = 50, ["Category_ID"] = 19, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 14, } , [2022] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Meister des Stils der Redoran", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Redoran“, die Ihr aus den Heimen und Taschen der Bewohner Morrowinds stehlen könnt.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Redoran“, die Ihr aus den Heimen und Taschen der Bewohner Morrowinds stehlen könnt.", +["points"] = 50, ["Category_ID"] = 19, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 14, } , [2023] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Meister des Stils der Telvanni", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Telvanni“, die Ihr aus den Heimen und Taschen der Bewohner Morrowinds stehlen könnt.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Telvanni“, die Ihr aus den Heimen und Taschen der Bewohner Morrowinds stehlen könnt.", +["points"] = 50, ["Category_ID"] = 19, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 14, } , [2024] = { -["points"] = 50, -["name"] = "Meister des Stils der Rekonstruktion", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 14, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Meister des Stils der Rekonstruktion", ["description"] = "Sammelt und erlernt jedes Kapitel des Buchs „Stil der Rekonstruktion“ in den Hallen der Fertigung.", -["prevId"] = 0, ["Category_ID"] = 19, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 14, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2027] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Clockwork City", ["name"] = "Meisterangler der Uhrwerke", +["description"] = "Fangt alle 12 seltenen Fische in der Stadt der Uhrwerke.", ["nextId"] = 0, -["Category"] = "Clockwork City", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in der Stadt der Uhrwerke.", -["Category_ID"] = 37, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, +["Category_ID"] = 38, } , [2028] = { -["points"] = 10, -["name"] = "Unvollendet", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Unvollendet", ["description"] = "Besiegt den Unvollendeten im Hort der Verifikation.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2036] = { -["points"] = 10, -["name"] = "Riffräuber", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Riffräuber", ["description"] = "Besiegt die Königin des Riffs in der Brutstätte der Königin.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2037] = { -["points"] = 10, -["name"] = "Beendetes Matriarchat", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Beendetes Matriarchat", ["description"] = "Besiegt Caanerin bei der Indriktollerei.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2038] = { -["points"] = 10, -["name"] = "Seekreckenschläger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Seekreckenschläger", ["description"] = "Besiegt den Seekrecken B\'Korgen in der Wellsippenbucht.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2039] = { -["points"] = 10, -["name"] = "Krallenklauer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Krallenklauer", ["description"] = "Besiegt Haeliata und Nagravia in Greifenlauf.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2040] = { -["points"] = 10, -["name"] = "Amphibischer Agitator", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Amphibischer Agitator", ["description"] = "Besiegt Graveld in Gravelds Versteck.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2041] = { -["points"] = 10, -["name"] = "Kielholer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Kielholer", ["description"] = "Biesiegt Kielspalter in Kielspalters Nest.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2042] = { -["points"] = 15, -["name"] = "Verteidiger von Sommersend", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verteidiger von Sommersend", ["description"] = "Besiegt alle sechs Anführer in der offenen Welt auf Sommersend.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2044] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Clockwork City", ["name"] = "Meister des Stils der Apostel", +["description"] = "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 Aufträgen für die Messingfeste in den Gewölben der Stadt der Uhrwerke und gegen die Anführer in der offenen Welt erhaltet.", ["nextId"] = 0, -["Category"] = "Clockwork City", ["prevId"] = 0, -["description"] = "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 Aufträgen für die Messingfeste in den Gewölben der Stadt der Uhrwerke und gegen die Anführer in der offenen Welt erhaltet.", -["Category_ID"] = 37, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 38, } , [2045] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Clockwork City", ["name"] = "Meister der Ebenschattenstils", +["description"] = "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 Aufträgen für den Schwarzfederhof in den Gewölben der Stadt der Uhrwerke und gegen die Anführer in der offenen Welt erhaltet.", ["nextId"] = 0, -["Category"] = "Clockwork City", ["prevId"] = 0, -["description"] = "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 Aufträgen für den Schwarzfederhof in den Gewölben der Stadt der Uhrwerke und gegen die Anführer in der offenen Welt erhaltet.", -["Category_ID"] = 37, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 38, } , [2046] = { -["points"] = 10, -["name"] = "Krähenschwarm", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Krähenschwarm", ["description"] = "Besiegt Ithoxis, Abathoth und Ssatinot im Austritt des Exarchen.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2047] = { -["points"] = 15, -["name"] = "Verteidiger der Stadt der Uhrwerke", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verteidiger der Stadt der Uhrwerke", ["description"] = "Besiegt die beiden Anführer in der offenen Welt in der Stadt der Uhrwerke.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [2048] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Clockwork City", ["name"] = "Schätze der Messingfeste", +["description"] = "Reist in die Messingfeste der Stadt der Uhrwerke.", ["nextId"] = 0, -["Category"] = "Clockwork City", ["prevId"] = 0, -["description"] = "Reist in die Messingfeste der Stadt der Uhrwerke.", -["Category_ID"] = 37, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 38, } , [2049] = { -["points"] = 50, +["numCriteria"] = 5, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Clockwork City", ["name"] = "Held der Stadt der Uhrwerke", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held der Stadt der Uhrwerke zu werden.", ["nextId"] = 0, -["Category"] = "Clockwork City", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held der Stadt der Uhrwerke zu werden.", -["Category_ID"] = 37, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, +["Category_ID"] = 38, } , [2050] = { -["points"] = 10, -["name"] = "Land der Getriebe und Zahnräder", -["nextId"] = 2058, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2050, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Land der Getriebe und Zahnräder", ["description"] = "Schließt die Quest „Zur Stadt der Uhrwerke“ ab.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 2, -["firstID"] = 2050, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2058, } , [2058] = { -["points"] = 10, -["name"] = "Bewohner der Stadt der Uhrwerke", -["nextId"] = 2059, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2050, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Bewohner der Stadt der Uhrwerke", ["description"] = "Schließt die Quest „Auf der Suche nach einem Bürgen“ ab.", -["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 2, -["firstID"] = 2050, -["numCriteria"] = 1, +["Category_ID"] = 38, +["prevId"] = 2050, +["points"] = 10, +["nextId"] = 2059, } , [2059] = { -["points"] = 10, -["name"] = "Schall und Rauch", -["nextId"] = 2060, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2050, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Schall und Rauch", ["description"] = "Schließt die Quest „Das Seltsame an Seht“ ab.", -["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 2, -["firstID"] = 2050, -["numCriteria"] = 1, +["Category_ID"] = 38, +["prevId"] = 2058, +["points"] = 10, +["nextId"] = 2060, } , [2060] = { -["points"] = 10, -["name"] = "Mittelsmann", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2050, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Mittelsmann", ["description"] = "Schließt die Quest „Tiefere Schatten“ ab.", -["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 2, -["firstID"] = 2050, -["numCriteria"] = 1, +["Category_ID"] = 38, +["prevId"] = 2059, +["points"] = 10, +["nextId"] = 0, } , [2061] = { -["points"] = 10, -["name"] = "Vom gleichen Schlag", -["nextId"] = 2062, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2061, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Vom gleichen Schlag", ["description"] = "Schließt die Quest „Verloren in Immergrau“ ab.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 3, -["firstID"] = 2061, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2062, } , [2062] = { -["points"] = 10, -["name"] = "Schattenboxen", -["nextId"] = 2063, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2061, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Schattenboxen", ["description"] = "Schließt die Quest „Hinein in die Schwärze“ ab.", -["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 3, -["firstID"] = 2061, -["numCriteria"] = 1, +["Category_ID"] = 38, +["prevId"] = 2061, +["points"] = 10, +["nextId"] = 2063, } , [2063] = { -["points"] = 10, -["name"] = "Der wahre Sotha Sil", -["nextId"] = 2064, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2061, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Der wahre Sotha Sil", ["description"] = "Schließt die Quest „Wo die Schatten ruhen“ ab.", -["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 3, -["firstID"] = 2061, -["numCriteria"] = 1, +["Category_ID"] = 38, +["prevId"] = 2062, +["points"] = 10, +["nextId"] = 2064, } , [2064] = { -["points"] = 10, -["name"] = "Die Last des Wissens", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2061, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Die Last des Wissens", ["description"] = "Schließt die Quest „Das Licht des Wissens“ ab.", -["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 3, -["firstID"] = 2061, -["numCriteria"] = 1, +["Category_ID"] = 38, +["prevId"] = 2063, +["points"] = 10, +["nextId"] = 0, } , [2065] = { -["points"] = 5, -["name"] = "Krähen zum Gefallen", -["nextId"] = 2066, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2065, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Krähen zum Gefallen", ["description"] = "Schließt in der Stadt der Uhrwerke 1 täglichen Einzelauftrag für den Schatzmeister der Tribute in der Messingfeste ab.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 5, -["firstID"] = 2065, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 2066, } , [2066] = { -["points"] = 10, -["name"] = "Schwarzfederdiener", -["nextId"] = 2067, -["Category"] = "Clockwork City", -["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["description"] = "Schließt in der Stadt der Uhrwerke 7 tägliche Einzelaufträge für den Schatzmeister der Tribute in der Messingfeste ab.", -["prevId"] = 0, -["Category_ID"] = 37, +["numCriteria"] = 1, ["achievementIndex"] = 5, ["firstID"] = 2065, -["numCriteria"] = 1, +["Category"] = "Clockwork City", +["SubCategory"] = "Quests", +["name"] = "Schwarzfederdiener", +["description"] = "Schließt in der Stadt der Uhrwerke 7 tägliche Einzelaufträge für den Schatzmeister der Tribute in der Messingfeste ab.", +["Category_ID"] = 38, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 2067, } , [2067] = { -["points"] = 15, -["name"] = "Schwarzfeder ehrenhalber", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2065, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Schwarzfeder ehrenhalber", ["description"] = "Schließt in der Stadt der Uhrwerke 30 tägliche Einzelaufträge für den Schatzmeister der Tribute in der Messingfeste ab.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 5, -["firstID"] = 2065, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2068] = { -["points"] = 15, -["name"] = "Abenteurer der Stadt der Uhrwerke", -["nextId"] = 2069, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2068, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Abenteurer der Stadt der Uhrwerke", ["description"] = "Schließt 20 verschiedene Quests der Erzählung der Stadt der Uhrwerke ab.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 1, -["firstID"] = 2068, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 2069, } , [2069] = { -["points"] = 50, -["name"] = "Großabenteurer der Stadt der Uhrwerke", -["nextId"] = 0, -["Category"] = "Clockwork City", -["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["description"] = "Schließt 24 verschiedene Quests der Erzählung der Stadt der Uhrwerke ab.", -["prevId"] = 0, -["Category_ID"] = 37, +["numCriteria"] = 1, ["achievementIndex"] = 1, ["firstID"] = 2068, -["numCriteria"] = 1, +["Category"] = "Clockwork City", +["SubCategory"] = "Quests", +["name"] = "Großabenteurer der Stadt der Uhrwerke", +["description"] = "Schließt 24 verschiedene Quests der Erzählung der Stadt der Uhrwerke ab.", +["Category_ID"] = 38, +["prevId"] = 2068, +["points"] = 50, +["nextId"] = 0, } , [2070] = { -["points"] = 5, -["name"] = "Helfer der Messingfeste", -["nextId"] = 2071, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 2070, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Helfer der Messingfeste", ["description"] = "Schließt in der Stadt der Uhrwerke 1 täglichen Einzelauftrag für Razgurug in der Messingfeste ab.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 6, -["firstID"] = 2070, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 2071, } , [2071] = { -["points"] = 10, -["name"] = "Versorger der Messingfeste", -["nextId"] = 2072, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 2070, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Versorger der Messingfeste", ["description"] = "Schließt in der Stadt der Uhrwerke 7 tägliche Einzelaufträge für Razgurug in der Messingfeste ab.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 6, -["firstID"] = 2070, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2072, } , [2072] = { -["points"] = 15, -["name"] = "Quartiermeister der Messingfeste", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 2070, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Quartiermeister der Messingfeste", ["description"] = "Schließt in der Stadt der Uhrwerke 30 tägliche Einzelaufträge für Razgurug in der Messingfeste ab.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 6, -["firstID"] = 2070, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2073] = { -["points"] = 10, -["name"] = "Glück und Schicksal", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Glück und Schicksal", ["description"] = "Erfahrt von der Zukunft.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2074] = { -["points"] = 5, -["name"] = "Aufziehkammerjäger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Aufziehkammerjäger", ["description"] = "Verlangsamt das Verbreiten von Geheimnissen, indem Ihr 100 Skeevomaten zerstört.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2075] = { -["points"] = 50, -["name"] = "Erlöser der Anstalt Sanctorium", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, +["name"] = "Erlöser der Anstalt Sanctorium", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Anstalt Sanctorium.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, +["nextId"] = 0, } , [2076] = { -["points"] = 15, -["name"] = "Anstalt Sanctorium abgeschlossen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, +["name"] = "Anstalt Sanctorium abgeschlossen", ["description"] = "Besiegt den Heiligen Olms, den Gerechten, den Heiligen Llothis, den Frommen, und den Heiligen Felms, den Tapferen, in der Anstalt Sanctorium.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2077] = { -["points"] = 50, -["name"] = "Eroberer der Anstalt Sanctorium", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, +["name"] = "Eroberer der Anstalt Sanctorium", ["description"] = "Besiegt den Heiligen Olms, den Gerechten, den Heiligen Llothis, den Frommen, und den Heiligen Felms, den Tapferen, in der Anstalt Sanctorium (Veteranen).", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2078] = { -["points"] = 50, -["name"] = "Streiter der Anstalt Sanctorium", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, +["name"] = "Streiter der Anstalt Sanctorium", ["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.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2079] = { -["points"] = 50, -["name"] = "Sieger der Anstalt Sanctorium", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, +["name"] = "Sieger der Anstalt Sanctorium", ["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.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2080] = { -["points"] = 50, -["name"] = "Heilig", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, +["name"] = "Heilig", ["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.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2081] = { -["points"] = 50, -["name"] = "Schnelles Erbarmen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, +["name"] = "Schnelles Erbarmen", ["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.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2082] = { -["points"] = 50, -["name"] = "Glückselige Schlägerei", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, +["name"] = "Glückselige Schlägerei", ["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.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2083] = { -["points"] = 15, -["name"] = "Seelenruhige Projektionen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, +["name"] = "Seelenruhige Projektionen", ["description"] = "Besiegt den Heiligen Felms, den Tapferen, ohne dass seine Pneumaprojektionen in der Anstalt Sanctorium (Veteranen) erzürnen.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2084] = { -["points"] = 15, -["name"] = "Unvollendete Anwesenheit", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, +["name"] = "Unvollendete Anwesenheit", ["description"] = "Besiegt den Heiligen Llothis, den Frommen ohne die unvollendeten Diener in der Anstalt Sanctorium (Veteranen) zu zerlegen.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2085] = { -["points"] = 10, -["name"] = "Gerechte Verdammung", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, +["name"] = "Gerechte Verdammung", ["description"] = "Besiegt den Heiligen Olms den Gerechten und den Heiligen Llothis den Frommen im selben Kampf in der Anstalt Sanctorium (Veteranen).", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2086] = { -["points"] = 10, -["name"] = "Henkersspruch", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, +["name"] = "Henkersspruch", ["description"] = "Besiegt den Heiligen Olms den Gerechten und den Heiligen Felms den Tapferen im selben Kampf in der Anstalt Sanctorium (Veteranen).", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2087] = { -["points"] = 10, -["name"] = "Perfekte Läuterung", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, +["name"] = "Perfekte Läuterung", ["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.", +["Category_ID"] = 38, ["prevId"] = 0, -["Category_ID"] = 37, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2093] = { -["points"] = 50, -["name"] = "Eroberer von Sonnenfeste", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Eroberer von Sonnenfeste", ["description"] = "Besiegt alle Champions in Sonnenfeste.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2094] = { -["points"] = 50, -["name"] = "Eroberer von Karnwasten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Eroberer von Karnwasten", ["description"] = "Besiegt alle Champions in Karnwasten.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2095] = { -["points"] = 50, -["name"] = "Gruppenwagnis in Sonnenfeste", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Gruppenwagnis in Sonnenfeste", ["description"] = "Unterbrecht die Henker und besiegt Konnugil den Leviathan in Sonnenfeste.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2096] = { -["points"] = 50, -["name"] = "Gruppenwagnis in Karnwasten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Gruppenwagnis in Karnwasten", ["description"] = "Besiegt die Seekreckin N\'Garza in Karnwasten.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2097] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Horns of the Reach", ["name"] = "Meister des Stils des Grauenshorn-Klans", +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Grauenshorn-Klans“, die Ihr gelegentlich bei der Befreiung Falkenrings erlangen könnt.", ["nextId"] = 0, -["Category"] = "Horns of the Reach", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Grauenshorn-Klans“, die Ihr gelegentlich bei der Befreiung Falkenrings erlangen könnt.", -["Category_ID"] = 38, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 39, } , [2098] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Horns of the Reach", ["name"] = "Meister des Stils der Blutquellschmiede", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Blutquellschmiede“, die Ihr gelegentlich bei der Eroberung der Blutquellschmiede erlangen könnt.", ["nextId"] = 0, -["Category"] = "Horns of the Reach", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Blutquellschmiede“, die Ihr gelegentlich bei der Eroberung der Blutquellschmiede erlangen könnt.", -["Category_ID"] = 38, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 39, } , [2099] = { -["points"] = 50, +["numCriteria"] = 20, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Summerset", ["name"] = "Relikte von Sommersend", +["description"] = "Holt die 20 gefährlichen Relikte zurück, die aus dem Gewölbe von Moawita gestohlen wurden.", ["nextId"] = 0, -["Category"] = "Summerset", ["prevId"] = 0, -["description"] = "Holt die 20 gefährlichen Relikte zurück, die aus dem Gewölbe von Moawita gestohlen wurden.", +["points"] = 50, ["Category_ID"] = 18, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 20, } , [2100] = { -["points"] = 5, -["name"] = "Korken rein", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Korken rein", ["description"] = "Zerstört die Kluftperlen aller Kluftgeysire auf Sommersend.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2101] = { -["points"] = 15, -["name"] = "Zurück in die Kluft", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 10, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Zurück in die Kluft", ["description"] = "Besiegt alle folgenden Anführer, die aus Kluftgeysiren erscheinen können.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2102] = { -["points"] = 50, -["name"] = "Hals und Gebeinbruch", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Hals und Gebeinbruch", ["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.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2103] = { -["points"] = 50, -["name"] = "Höhlenforscher der Drachenknochen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher der Drachenknochen", ["description"] = "Besteht den Krallenhort und den Gipfel der Schuppenruferin in der Veteranenfassung.", +["Category_ID"] = 37, ["prevId"] = 0, -["Category_ID"] = 36, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["nextId"] = 0, } , [2104] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Dragon Bones", ["name"] = "Erforscher der Drachenknochen", +["description"] = "Betretet den Krallenhort oder den Gipfel der Schuppenruferin zum ersten Mal.", ["nextId"] = 0, -["Category"] = "Dragon Bones", ["prevId"] = 0, -["description"] = "Betretet den Krallenhort oder den Gipfel der Schuppenruferin zum ersten Mal.", -["Category_ID"] = 36, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 37, } , [2131] = { -["points"] = 15, -["name"] = "Ruhe in Wolkenruh", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Ruhe in Wolkenruh", ["description"] = "Besiegt Z\'Maja, Siroria, Relequen und Galenwe in Wolkenruh.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2132] = { -["points"] = 50, -["name"] = "Streiter von Wolkenruh", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Streiter von Wolkenruh", ["description"] = "Besiegt Z\'Maja, Siroria, Relequen und Galenwe in Wolkenruh im selben Kampf.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2133] = { -["points"] = 50, -["name"] = "Eroberer von Wolkenruh", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Eroberer von Wolkenruh", ["description"] = "Besiegt Z\'Maja, Siroria, Relequen und Galenwe in Wolkenruh (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2134] = { -["points"] = 50, -["name"] = "Eine Krecke und ihr Schatten", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Eine Krecke und ihr Schatten", ["description"] = "Besiegt Z\'Maja mit einem Welkynarschatten an ihrer Seite in Wolkenruh (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2135] = { -["points"] = 50, -["name"] = "Tödliches Trio", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Tödliches Trio", ["description"] = "Besiegt Z\'Maja mit zwei Welkynarschatten an ihrer Seite in Wolkenruh (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2136] = { -["points"] = 50, -["name"] = "Sieger von Wolkenruh", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Sieger von Wolkenruh", ["description"] = "Besiegt Z\'Maja mit Siroria, Relequen und Galenwe im selben Kampf in Wolkenruh (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2137] = { -["points"] = 50, -["name"] = "Im Kreckengalopp", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Im Kreckengalopp", ["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.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2138] = { -["points"] = 50, -["name"] = "Todlose Schatten", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Todlose Schatten", ["description"] = "Besiegt Z\'Maja mit Siroria, Relequen und Galenwe in Wolkenruh (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2139] = { -["points"] = 50, -["name"] = "Der Pfad nach Alaxon", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Der Pfad nach Alaxon", ["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 getötet wird. Die Zeit läuft, sobald Ihr den Horst von Wolkenruh betretet.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2140] = { -["points"] = 50, -["name"] = "Retter von Wolkenruh", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 10, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Retter von Wolkenruh", ["description"] = "Bewältigt die angegebenen Errungenschaften für Wolkenruh.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2150] = { -["points"] = 10, -["name"] = "Verderben der Schattenwölfe", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Schattenwölfe", ["description"] = "Besiegt 200 Schattenwölfe oder boshafte Schattenwölfe in der Mondjägerfeste (Veteranen).", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2151] = { -["points"] = 10, -["name"] = "Verderben der schwerfälligen Werwölfe", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Verderben der schwerfälligen Werwölfe", ["description"] = "Tötet 50 schwerfällige Werwölfe in der Mondjägerfeste (Veteranen)", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2152] = { -["points"] = 10, -["name"] = "Sieger der Mondjägerfeste", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Sieger der Mondjägerfeste", ["description"] = "Besiegt Kerkermeister Melitus, den Wirrrankenwächter, Mylenne Mondruferin, Archivar Ernarde und Vykosa die Aufgestiegene in der Mondjägerfeste.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2153] = { -["points"] = 10, -["name"] = "Eroberer der Mondjägerfeste", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eroberer der Mondjägerfeste", ["description"] = "Besiegt Kerkermeister Melitus, den Wirrrankenwächter, Mylenne Mondruferin, Archivar Ernarde und Vykosa die Aufgestiegene in der Mondjägerfeste (Veteranen).", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2154] = { -["points"] = 50, -["name"] = "Alpharäuber", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Alpharäuber", ["description"] = "Besiegt Vykosa die Aufgestiegene in der Mondjägerfeste (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht gelesen habt.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2155] = { -["points"] = 50, -["name"] = "Rudel auf Streifzug", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Rudel auf Streifzug", ["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.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2156] = { -["points"] = 50, -["name"] = "Rudelbande", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Rudelbande", ["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.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2157] = { -["points"] = 5, -["name"] = "Erforscher der Wolfsjäger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Wolfsjäger", ["description"] = "Betretet die Mondjägerfeste oder die Marsch der Aufopferung zum ersten Mal.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2158] = { -["points"] = 50, -["name"] = "Herausforderer der Mondjägerfeste", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Herausforderer der Mondjägerfeste", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Mondjägerfeste (Veteranen).", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [2159] = { -["points"] = 50, -["name"] = "Reine Mondsucht", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Reine Mondsucht", ["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.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2160] = { -["points"] = 10, -["name"] = "Verderben der Blutfährte", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Blutfährte", ["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).", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2161] = { -["points"] = 10, -["name"] = "Verderben der Irrlichtmütter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Irrlichtmütter", ["description"] = "Besiegt 50 Irrlichtmütter in der Marsch der Aufopferung (Veteranen).", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2162] = { -["points"] = 10, -["name"] = "Sieger der Marsch der Aufopferung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Sieger der Marsch der Aufopferung", ["description"] = "Besiegt die Wyrdschwestern, Aghaedh von der Sonnenwende, Dagrund den Fülligen, Tarcyr und Balorgh in der Marsch der Aufopferung.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2163] = { -["points"] = 10, -["name"] = "Eroberer der Marsch der Aufopferung", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eroberer der Marsch der Aufopferung", ["description"] = "Besiegt die Wyrdschwestern, Aghaedh von der Sonnenwende, Dagrund den Fülligen, Tarcyr und Balorgh in der Marsch der Aufopferung (Veteranen).", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2164] = { -["points"] = 50, -["name"] = "Hircines Champion", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Hircines Champion", ["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.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2165] = { -["points"] = 50, -["name"] = "Reiner Instinkt", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Reiner Instinkt", ["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.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2166] = { -["points"] = 50, -["name"] = "Überleben der Stärkeren", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Überleben der Stärkeren", ["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.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2167] = { -["points"] = 50, -["name"] = "Herausforderer der Marsch der Aufopferung", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Herausforderer der Marsch der Aufopferung", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Marsch der Aufopferung (Veteranen).", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [2168] = { -["points"] = 50, -["name"] = "Spitze der Nahrungskette", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Spitze der Nahrungskette", ["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.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2170] = { -["points"] = 50, -["name"] = "Höhlenforscher der Wolfsjäger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Höhlenforscher der Wolfsjäger", ["description"] = "Schließt sowohl die Mondjägerfeste (Veteranen) als auch die Marsch der Aufopferung (Veteranen) ab.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["nextId"] = 0, } , [2171] = { -["points"] = 15, -["name"] = "Ein Buch und sein Einband", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Ein Buch und sein Einband", ["description"] = "Schließt die Untersuchungen von Amtmann Naramin bezüglich Choixth ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2178] = { -["points"] = 5, -["name"] = "Kluftstürmer", -["nextId"] = 2179, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2178, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Kluftstürmer", ["description"] = "Zerstört 10 Kluftgeysire.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 2, -["firstID"] = 2178, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 2179, } , [2179] = { -["points"] = 10, -["name"] = "Kluftvernichter", -["nextId"] = 2180, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2178, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Kluftvernichter", ["description"] = "Zerstört 25 Kluftgeysire.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 2, -["firstID"] = 2178, -["numCriteria"] = 1, +["prevId"] = 2178, +["points"] = 10, +["nextId"] = 2180, } , [2180] = { -["points"] = 15, -["name"] = "Kluftzerstörer", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2178, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Kluftzerstörer", ["description"] = "Zerstört 50 Kluftgeysire.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 2, -["firstID"] = 2178, -["numCriteria"] = 1, +["prevId"] = 2179, +["points"] = 15, +["nextId"] = 0, } , [2181] = { -["points"] = 10, -["name"] = "Sieger von Karnwasten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sieger von Karnwasten", ["description"] = "Besiegt drei der Champions in Karnwasten.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2182] = { -["points"] = 10, -["name"] = "Sieger von Sonnenfeste", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sieger von Sonnenfeste", ["description"] = "Besiegt drei der Champions in Sonnenfeste.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2183] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, +["Category"] = "Summerset", ["name"] = "Zaubermeisterduell", +["description"] = "Gewinnt 5 Duelle gegen Spieler im Kolosseum der Alten Wege auf Artaeum.", ["nextId"] = 0, -["Category"] = "Summerset", ["prevId"] = 0, -["description"] = "Gewinnt 5 Duelle gegen Spieler im Kolosseum der Alten Wege auf Artaeum.", +["points"] = 5, ["Category_ID"] = 18, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, } , [2184] = { -["points"] = 10, -["name"] = "Entklaut", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Entklaut", ["description"] = "Besiegt Ruella Tausendkrallen an einem Kluftgeysir.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2185] = { -["points"] = 10, -["name"] = "Churugs Pein", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Churugs Pein", ["description"] = "Besiegt Churug aus der Kluft an einem Kluftgeysdir.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2186] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Summerset", ["name"] = "Meister des Stils der Psijiker", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Psijiker“ aus Sommersend, das Ihr für das Bezwingen von Anführern und in Schatztruhen finden könnt.", ["nextId"] = 0, -["Category"] = "Summerset", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Psijiker“ aus Sommersend, das Ihr für das Bezwingen von Anführern und in Schatztruhen finden könnt.", +["points"] = 50, ["Category_ID"] = 18, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, } , [2187] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Summerset", ["name"] = "Meister des Stils der Sapiarchen", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Sapiarchen“. Die Kapitel können manchmal als Belohnung für das Abschließen täglicher Aufträge der Göttlichen Strafbehörde ergattert werden.", ["nextId"] = 0, -["Category"] = "Summerset", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Sapiarchen“. Die Kapitel können manchmal als Belohnung für das Abschließen täglicher Aufträge der Göttlichen Strafbehörde ergattert werden.", +["points"] = 50, ["Category_ID"] = 18, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 14, } , [2189] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Dragon Bones", ["name"] = "Meister des Stils der Schuppenruferin", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Schuppenruferin“, die Ihr gelegentlich bei der Bewältigung des Gipfels der Schuppenruferin erlangen könnt.", ["nextId"] = 0, -["Category"] = "Dragon Bones", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Schuppenruferin“, die Ihr gelegentlich bei der Bewältigung des Gipfels der Schuppenruferin erlangen könnt.", -["Category_ID"] = 36, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 37, } , [2190] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Dragon Bones", ["name"] = "Meister des Stils des Krallenhorts", +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Krallenhorts“, die Ihr gelegentlich bei der Bewältigung des Krallenhorts erlangen könnt.", ["nextId"] = 0, -["Category"] = "Dragon Bones", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Krallenhorts“, die Ihr gelegentlich bei der Bewältigung des Krallenhorts erlangen könnt.", -["Category_ID"] = 36, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 37, } , [2191] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 11, +["firstID"] = 0, +["Category"] = "Summerset", ["name"] = "Meisterangler von Sommersend", +["description"] = "Fangt alle 12 seltenen Fische auf Sommersend.", ["nextId"] = 0, -["Category"] = "Summerset", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische auf Sommersend.", +["points"] = 5, ["Category_ID"] = 18, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 12, } , [2193] = { -["points"] = 50, +["numCriteria"] = 7, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Summerset", ["name"] = "Retter von Sommersend", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter Sommersends zu werden.", ["nextId"] = 0, -["Category"] = "Summerset", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter Sommersends zu werden.", +["points"] = 50, ["Category_ID"] = 18, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 7, } , [2194] = { -["points"] = 50, -["name"] = "Das Wohl der Vielen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 9, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Das Wohl der Vielen", ["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.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 9, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2195] = { -["points"] = 5, -["name"] = "Göttlicher Vertreter", -["nextId"] = 2196, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 2195, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Göttlicher Vertreter", ["description"] = "Schließt Euren ersten Auftrag von Justiziar Tanorian für die Göttliche Strafbehörde ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 7, -["firstID"] = 2195, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 2196, } , [2196] = { -["points"] = 10, -["name"] = "Göttlicher Advokat", -["nextId"] = 2197, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 2195, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Göttlicher Advokat", ["description"] = "Schließt zehn Aufträge von Justiziar Tanorian für die Göttliche Strafbehörde ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 7, -["firstID"] = 2195, -["numCriteria"] = 1, +["prevId"] = 2195, +["points"] = 10, +["nextId"] = 2197, } , [2197] = { -["points"] = 15, -["name"] = "Göttlicher Magistrat", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 2195, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Göttlicher Magistrat", ["description"] = "Schließt 30 Aufträge von Justiziar Tanorian für die Göttliche Strafbehörde ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 7, -["firstID"] = 2195, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2198] = { -["points"] = 5, -["name"] = "Göttlicher Strafverfolger", -["nextId"] = 2199, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2198, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Göttlicher Strafverfolger", ["description"] = "Schließt Euren ersten Auftrag von Justiziarin Farowel für die Göttliche Strafbehörde ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 8, -["firstID"] = 2198, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 2199, } , [2199] = { -["points"] = 10, -["name"] = "Göttlicher Richter", -["nextId"] = 2200, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2198, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Göttlicher Richter", ["description"] = "Schließt zehn Aufträge von Justiziarin Farowel für die Göttliche Strafbehörde ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 8, -["firstID"] = 2198, -["numCriteria"] = 1, +["prevId"] = 2198, +["points"] = 10, +["nextId"] = 2200, } , [2200] = { -["points"] = 15, -["name"] = "Göttlicher Henker", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2198, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Göttlicher Henker", ["description"] = "Schließt 30 Aufträge von Justiziarin Farowel für die Göttliche Strafbehörde ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 8, -["firstID"] = 2198, -["numCriteria"] = 1, +["prevId"] = 2199, +["points"] = 15, +["nextId"] = 0, } , [2201] = { -["points"] = 10, -["name"] = "Für die Königin", -["nextId"] = 2202, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2201, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Für die Königin", ["description"] = "Schließt die Quest „Der Erlass der Königin“ ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 5, -["firstID"] = 2201, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 2202, } , [2202] = { -["points"] = 10, -["name"] = "Perlenglanz", -["nextId"] = 2203, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2201, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Perlenglanz", ["description"] = "Schließt die Quest „Eine Perle von großem Wert“ ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 5, -["firstID"] = 2201, -["numCriteria"] = 1, +["prevId"] = 2201, +["points"] = 10, +["nextId"] = 2203, } , [2203] = { -["points"] = 10, -["name"] = "Verstandesspiele", -["nextId"] = 2204, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2201, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Verstandesspiele", ["description"] = "Schließt die Quest „Begrabene Erinnerungen“ ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 5, -["firstID"] = 2201, -["numCriteria"] = 1, +["prevId"] = 2202, +["points"] = 10, +["nextId"] = 2204, } , [2204] = { -["points"] = 10, -["name"] = "Entschlossener Wächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2201, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Entschlossener Wächter", ["description"] = "Schließt die Quest „Die Turmwächter“ ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 5, -["firstID"] = 2201, -["numCriteria"] = 1, +["prevId"] = 2203, +["points"] = 10, +["nextId"] = 0, } , [2205] = { -["points"] = 10, -["name"] = "Süße Träume", -["nextId"] = 2206, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2205, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Süße Träume", ["description"] = "Schließt die Quest „Die Traumhöhle“ ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 6, -["firstID"] = 2205, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 2206, } , [2206] = { -["points"] = 10, -["name"] = "Unverlässliche Geschichten", -["nextId"] = 2207, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2205, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Unverlässliche Geschichten", ["description"] = "Schließt die Quest „Stimmen aus vergessenen Zeiten“ ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 6, -["firstID"] = 2205, -["numCriteria"] = 1, +["prevId"] = 2205, +["points"] = 10, +["nextId"] = 2207, } , [2207] = { -["points"] = 10, -["name"] = "Der Feind meines Feindes", -["nextId"] = 2208, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2205, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Der Feind meines Feindes", ["description"] = "Schließt die Quest „Eine notwendige Allianz“ ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 6, -["firstID"] = 2205, -["numCriteria"] = 1, +["prevId"] = 2206, +["points"] = 10, +["nextId"] = 2208, } , [2208] = { -["points"] = 10, -["name"] = "Was getan werden muss", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2205, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Was getan werden muss", ["description"] = "Schließt die Quest „Der Kristallturm“ ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 6, -["firstID"] = 2205, -["numCriteria"] = 1, +["prevId"] = 2207, +["points"] = 10, +["nextId"] = 0, } , [2209] = { -["points"] = 50, -["name"] = "Großabenteurer von Sommersend", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Großabenteurer von Sommersend", ["description"] = "Schließt 33 verschiedene Quests auf Sommersend ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2210] = { -["points"] = 10, -["name"] = "Psijik-Weiser", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2254, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijik-Weiser", ["description"] = "Schließt die Quest „Der Sturz der Türme“ des Psijik-Ordens auf Sommersend ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 4, -["firstID"] = 2254, -["numCriteria"] = 1, +["prevId"] = 2257, +["points"] = 10, +["nextId"] = 0, } , [2211] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Summerset", ["name"] = "Flaschenpost", +["description"] = "Erfahrt vom Schicksal des verlorenen Seefahrers.", ["nextId"] = 0, -["Category"] = "Summerset", ["prevId"] = 0, -["description"] = "Erfahrt vom Schicksal des verlorenen Seefahrers.", +["points"] = 5, ["Category_ID"] = 18, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, } , [2212] = { -["points"] = 5, -["name"] = "Schlangenslalom", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Schlangenslalom", ["description"] = "Besiegt Kielspalter ohne auf eine der Schlangen zu treten.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2213] = { -["points"] = 10, -["name"] = "In die Tiefen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "In die Tiefen", ["description"] = "Besiegt Sheefar aus den Tiefen an einem Kluftgeysir.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2220] = { -["points"] = 10, -["name"] = "Ruhe und Kalkül", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Ruhe und Kalkül", ["description"] = "Besiegt Girawell die Wechselhafte an einem Kluftgeysir.", -["prevId"] = 0, -["Category_ID"] = 18, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 18, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2221] = { -["points"] = 10, -["name"] = "Wellenbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Wellenbrecher", ["description"] = "Besiegt Muustikar Wellenfresser an einem Kluftgeysir.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2222] = { -["points"] = 10, -["name"] = "Hammer trifft Nagel", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Hammer trifft Nagel", ["description"] = "Besiegt Riffhammer an einem Kluftgeysir.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2231] = { -["points"] = 50, -["name"] = "Ein Kern, nicht mehr", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Ein Kern, nicht mehr", ["description"] = "Besiegt Z\'Maja in Wolkenruh (Veteranen), wobei jedes Gruppenmitglied nur einen boshaften Kern aufhebt und zerstört.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2232] = { -["points"] = 50, -["name"] = "Ein Unglück kommt selten allein", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Ein Unglück kommt selten allein", ["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.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2233] = { -["points"] = 15, -["name"] = "Licht und tödliche Schatten", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Licht und tödliche Schatten", ["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.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2234] = { -["points"] = 15, -["name"] = "Kernkoordination", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Kernkoordination", ["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 6 Sekunden drei boshafte Kerne.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2235] = { -["points"] = 15, -["name"] = "Yaghrablockade", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Yaghrablockade", ["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.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2236] = { -["points"] = 15, -["name"] = "Eis des Mystikers", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Eis des Mystikers", ["description"] = "Sorgt dafür, dass Galenwes Schatten in Wolkenruh 20 umherziehende Raureifzyklone mit dorniges Eis zerstört.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2237] = { -["points"] = 10, -["name"] = "Schockinstinkt", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Schockinstinkt", ["description"] = "Lasst nicht zu, dass ein Spieler im Kampf gegen Relequens Schatten durch voltaische Überladung getroffen wird oder voltaischer Strom überspringen lässt.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2238] = { -["points"] = 10, -["name"] = "Tapfere Verbrennung", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Tapfere Verbrennung", ["description"] = "Verteilt im Kampf gegen Sirorias Schatten allein in Wolkenruh jede einzelne lodernde Fackel auf jeweils mindestens 6 Spieler auf.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2240] = { -["points"] = 5, +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Summerset", ["name"] = "Meisterangler von Artaeum", +["description"] = "Fangt alle 3 seltenen Fische auf Artaeum.", ["nextId"] = 0, -["Category"] = "Summerset", ["prevId"] = 0, -["description"] = "Fangt alle 3 seltenen Fische auf Artaeum.", +["points"] = 5, ["Category_ID"] = 18, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 3, } , [2241] = { -["points"] = 10, -["name"] = "Tödliche Verlockung", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Tödliche Verlockung", ["description"] = "Besiegt Dunkelsturm die Verlockende an einem Kluftgeysir.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2242] = { -["points"] = 10, -["name"] = "Strahlende Randale", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Strahlende Randale", ["description"] = "Besiegt Eejoba die Strahlende an einem Kluftgeysir.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2243] = { -["points"] = 10, -["name"] = "Gezeitengrab", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Gezeitengrab", ["description"] = "Besiegt Gezeitenbruch an einem Kluftgeysir.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2244] = { -["points"] = 10, -["name"] = "Schlangenbeschwörer", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Schlangenbeschwörer", ["description"] = "Besiegt Vsskalvor an einem Kluftgeysir.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2249] = { -["points"] = 10, -["name"] = "Psijik-Erhörender", -["nextId"] = 2250, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2249, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijik-Erhörender", ["description"] = "Schließt die Quest „Der Ruf der Psijiker“ des Psijik-Ordens auf Sommersend ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 3, -["firstID"] = 2249, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 2250, } , [2250] = { -["points"] = 10, -["name"] = "Psijik-Verfolger", -["nextId"] = 2251, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2249, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijik-Verfolger", ["description"] = "Schließt die Quest „Risse in der Bucht“ des Psijik-Ordens auf Sommersend ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 3, -["firstID"] = 2249, -["numCriteria"] = 1, +["prevId"] = 2249, +["points"] = 10, +["nextId"] = 2251, } , [2251] = { -["points"] = 10, -["name"] = "Psijik-Koordinator", -["nextId"] = 2252, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2249, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijik-Koordinator", ["description"] = "Schließt die Quest „Risse von Frost und Feuer“ des Psijik-Ordens auf Sommersend ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 3, -["firstID"] = 2249, -["numCriteria"] = 1, +["prevId"] = 2250, +["points"] = 10, +["nextId"] = 2252, } , [2252] = { -["points"] = 10, -["name"] = "Psijik-Wiederhersteller", -["nextId"] = 2253, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2249, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijik-Wiederhersteller", ["description"] = "Schließt die Quest „Der zersplitterte Stab“ des Psijik-Ordens auf Sommersend ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 3, -["firstID"] = 2249, -["numCriteria"] = 1, +["prevId"] = 2251, +["points"] = 10, +["nextId"] = 2253, } , [2253] = { -["points"] = 10, -["name"] = "Psijik-Förster", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2249, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijik-Förster", ["description"] = "Schließt die Quest „Ein Riss inmitten der Bäume“ des Psijik-Ordens auf Sommersend ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 3, -["firstID"] = 2249, -["numCriteria"] = 1, +["prevId"] = 2252, +["points"] = 10, +["nextId"] = 0, } , [2254] = { -["points"] = 10, -["name"] = "Psijik-Marschmarschierer", -["nextId"] = 2255, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2254, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijik-Marschmarschierer", ["description"] = "Schließt die Quest „Eine Zeit für Schlamm und Pilze“ des Psijik-Ordens auf Sommersend ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 4, -["firstID"] = 2254, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 2255, } , [2255] = { -["points"] = 10, -["name"] = "Psijik-Stabfinder", -["nextId"] = 2256, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2254, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijik-Stabfinder", ["description"] = "Schließt die Quest „Die Überreste der Türme“ des Psijik-Ordens auf Sommersend ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 4, -["firstID"] = 2254, -["numCriteria"] = 1, +["prevId"] = 2254, +["points"] = 10, +["nextId"] = 2256, } , [2256] = { -["points"] = 10, -["name"] = "Psijik-Schattenläufer", -["nextId"] = 2257, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2254, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijik-Schattenläufer", ["description"] = "Schließt die Quest „Die Zeit im Schatten der Unheilsklippe“ des Psijik-Ordens auf Sommersend ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 4, -["firstID"] = 2254, -["numCriteria"] = 1, +["prevId"] = 2255, +["points"] = 10, +["nextId"] = 2257, } , [2257] = { -["points"] = 10, -["name"] = "Psijik-Chronologe", -["nextId"] = 2210, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2254, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijik-Chronologe", ["description"] = "Schließt die Quest „Ein Riss jenseits der Kargheit“ des Psijik-Ordens auf Sommersend ab.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 4, -["firstID"] = 2254, -["numCriteria"] = 1, +["prevId"] = 2256, +["points"] = 10, +["nextId"] = 2210, } , [2258] = { -["points"] = 10, -["name"] = "Verderben der Rieklinge", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Rieklinge", ["description"] = "Besiegt 200 Rieklinge im Frostgewölbe (Veteranen).", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2259] = { -["points"] = 10, -["name"] = "Verderben der Zenturionen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Zenturionen", ["description"] = "Besiegt 20 Zenturionen im Frostgewölbe (Veteranen).", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2260] = { -["points"] = 10, -["name"] = "Sieger des Frostgewölbes", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Sieger des Frostgewölbes", ["description"] = "Besiegt Eispirscher, Kriegsfürst Tzogvin, den Gewölbebeschützer, Rizzuk Knochenkälte und den Steinwahrer im Frostgewölbe.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2261] = { -["points"] = 10, -["name"] = "Eroberer des Frostgewölbes", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eroberer des Frostgewölbes", ["description"] = "Besiegt Eispirscher, Kriegsfürst Tzogvin, den Gewölbebeschützer, Rizzuk Knochenkälte und den Steinwahrer im Frostgewölbe (Veteranen).", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2262] = { -["points"] = 50, -["name"] = "Gewölbeknacker", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Gewölbeknacker", ["description"] = "Besiegt den Steinwahrer im Frostgewölbe (Veteranen), nachdem Ihr den Verazitätsverifizierer benutzt habt.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2263] = { -["points"] = 50, -["name"] = "Doppelt zuschlagen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Doppelt zuschlagen", ["description"] = "Besiegt zusätzlich zu Eispirscher, Kriegsfürst Tzogvin, dem Gewölbebeschützer, Rizzuk Knochenkälte und dem Steinwahrer alle Gegner im Frostgewölbe (Veteranen), innerhalb von 30 Minuten. Die Zeit läuft, sobald Ihr in einen Kampf verwickelt werdet.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2264] = { -["points"] = 50, -["name"] = "Sicher verwahrt", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Sicher verwahrt", ["description"] = "Besiegt zusätzlich zu Eispirscher, Kriegsfürst Tzogvin, dem Gewölbebeschützer, Rizzuk Knochenkälte und dem Steinwahrer alle Gegner im Frostgewölbe (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2265] = { -["points"] = 5, -["name"] = "Erforscher des Grollsteins", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Erforscher des Grollsteins", ["description"] = "Betretet das Frostgewölbe oder die Tiefen von Malatar zum ersten Mal.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2266] = { -["points"] = 50, -["name"] = "Herausforder des Frostgewölbes", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Herausforder des Frostgewölbes", ["description"] = "Bewältigt die angegebenen Errungenschaften für das Frostgewölbe (Veteranen).", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [2267] = { -["points"] = 50, -["name"] = "Ruchloser Räuber", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Ruchloser Räuber", ["description"] = "Besiegt zusätzlich zu Eispirscher, Kriegsfürst Tzogvin, den Gewölbebeschützer, Rizzuk Knochenkälte und den Steinwahrer, nachdem Ihr den Verazitätsverifizierer benutzt habt, alle Gegner im Frostgewölbe (Veteranen) innerhalb von 30 Minuten und ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2268] = { -["points"] = 10, -["name"] = "Verderben der Geläuterten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Geläuterten", ["description"] = "Besiegt 350 von Meridias Geläuterten in den Tiefen von Malatar (Veteranen).", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2269] = { -["points"] = 10, -["name"] = "Verderben der Steinwächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Verderben der Steinwächter", ["description"] = "Zerstört 150 Steinwächter in den Tiefen von Malatar (Veteranen).", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2270] = { -["points"] = 10, -["name"] = "Sieger der Tiefen von Malatar", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Sieger der Tiefen von Malatar", ["description"] = "Besiegt den Raubschlund, die Trauernde, die Dunkle Sphäre, König Narilmor und die Sinfonie der Klingen in den Tiefen von Malatar.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2271] = { -["points"] = 10, -["name"] = "Eroberer der Tiefen von Malatar", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eroberer der Tiefen von Malatar", ["description"] = "Besiegt den Raubschlund, die Trauernde, die Dunkle Sphäre, König Narilmor und die Sinfonie der Klingen in den Tiefen von Malatar (Veteranen).", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2272] = { -["points"] = 50, -["name"] = "Schattenwurf", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Schattenwurf", ["description"] = "Besiegt die Sinfonie der Klingen in den Tiefen von Malatar (Veteranen), nachdem Ihr die Diktate der Herrin des Lichts zerstört habt.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2273] = { -["points"] = 50, -["name"] = "Lichtgeschwindigkeit", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Lichtgeschwindigkeit", ["description"] = "Besiegt den Raubschlund, die Trauernde, die Dunkle Sphäre, König Narilmor und die Sinfonie der Klingen in den Tiefen von Malatar (Veteranen) innerhalb von 30 Minuten. Die Zeit läuft, sobald Ihr in einen Kampf verwickelt werdet.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2274] = { -["points"] = 50, -["name"] = "Geläutert", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Geläutert", ["description"] = "Besiegt den Raubschlund, die Trauernde, die Dunkle Sphäre, König Narilmor und die Sinfonie der Klingen in den Tiefen von Malatar (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2275] = { -["points"] = 50, -["name"] = "Herausforder der Tiefen von Malatar", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Herausforder der Tiefen von Malatar", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Tiefen von Malatar (Veteranen).", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [2276] = { -["points"] = 50, -["name"] = "Verächter der Tiefen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Verächter der Tiefen", ["description"] = "Besiegt den Raubschlund, die Trauernde, die Dunkle Sphäre, König Narilmor und die Sinfonie der Klingen in den Tiefen von Malatar (Veteranen), nachdem Ihr die Diktate der Herrin des Lichts zerstört habt, innerhalb von 30 Minuten und ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2277] = { -["points"] = 50, -["name"] = "Höhlenforscher des Grollsteins", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Höhlenforscher des Grollsteins", ["description"] = "Schließt sowohl das Frostgewölbe (Veteranen) als auch die Tiefen von Malatar (Veteranen) ab.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["nextId"] = 0, } , [2285] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Summerset", ["name"] = "Meister des Stils der Pyandonesier", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Pyandonesier“ aus Sommersend, das Ihr gelegentlich beim Fischen finden könnt.", ["nextId"] = 0, -["Category"] = "Summerset", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Pyandonesier“ aus Sommersend, das Ihr gelegentlich beim Fischen finden könnt.", +["points"] = 50, ["Category_ID"] = 18, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 14, } , [2286] = { -["points"] = 5, -["name"] = "Erforscher der Tsofeerkaverne", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Tsofeerkaverne", ["description"] = "Erforscht und säubert die Tsofeerkaverne.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2287] = { -["points"] = 5, -["name"] = "Erforscher der Zähne von Sithis", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Zähne von Sithis", ["description"] = "Erforscht und säubert die Zähne von Sithis.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2288] = { -["points"] = 15, -["name"] = "Meistererforscher von Trübmoor", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher von Trübmoor", ["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte in Trübmoor.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [2289] = { -["points"] = 10, -["name"] = "Höhlenforscher von Trübmoor", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher von Trübmoor", ["description"] = "Entdeckt und säubert beide Höhlen in Trübmoor.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["nextId"] = 0, } , [2290] = { -["points"] = 10, -["name"] = "Pfadfinder von Trübmoor", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder von Trübmoor", ["description"] = "Entdeckt alle markanten Orte in Trübmoor.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["nextId"] = 0, } , [2291] = { -["points"] = 10, +["numCriteria"] = 6, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Murkmire", ["name"] = "Himmelsscherbenjäger von Trübmoor", +["description"] = "Entdeckt alle 6 Himmelsscherben in Trübmoor", ["nextId"] = 0, -["Category"] = "Murkmire", ["prevId"] = 0, -["description"] = "Entdeckt alle 6 Himmelsscherben in Trübmoor", -["Category_ID"] = 34, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["Category_ID"] = 35, } , [2292] = { -["points"] = 15, -["name"] = "Verteidiger von Trübmoor", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verteidiger von Trübmoor", ["description"] = "Besiegt die beiden Anführer in der offenen Welt in Trübmoor.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [2293] = { -["points"] = 10, -["name"] = "Feind des Fenns", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Feind des Fenns", ["description"] = "Besiegt den Nekromanten Baxilt-Gah in Bok-Xul.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2294] = { -["points"] = 10, -["name"] = "Dämpfer des Donners", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Dämpfer des Donners", ["description"] = "Besiegt den Morastmergler Schritte-wie-Donner in der hallenden Senke.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2295] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Murkmire", ["name"] = "Meisterangler von Trübmoor", +["description"] = "Fangt alle 12 seltenen Fische in Trübmoor.", ["nextId"] = 0, -["Category"] = "Murkmire", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Trübmoor.", -["Category_ID"] = 34, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, +["Category_ID"] = 35, } , [2297] = { -["points"] = 10, -["name"] = "Endloser Zorn", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Endloser Zorn", ["description"] = "Besiegt Mylenne Mondruferin in der Mondjägerfeste (Veteranen), ohne ihren Zorn aufzuheben.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2298] = { -["points"] = 10, -["name"] = "Schwerfällige Hilfe", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Schwerfällige Hilfe", ["description"] = "Besiegt Archivar Ernarde in der Mondjägerfeste, ohne den ersten schwerfälligen Werwolf zu töten.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2299] = { -["points"] = 5, -["name"] = "Bücherwissen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Bücherwissen", ["description"] = "Besiegt den Archivar in der Mondjägerfeste, ohne dass ein Gruppenmitglied Schaden durch Zeichen von Xarxes erleidet.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2300] = { -["points"] = 5, -["name"] = "An der kurzen Leine", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "An der kurzen Leine", ["description"] = "Besiegt Vykosa die Aufgestiegene in der Mondjägerfeste (Veteranen), ohne dass ein Gruppenmitglied durch einen festgeketteten Wolf Schaden erleidet.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2301] = { -["points"] = 5, -["name"] = "Strangulierende Feigheit", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Strangulierende Feigheit", ["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.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2302] = { -["points"] = 5, -["name"] = "Die große Indrikjagd", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Die große Indrikjagd", ["description"] = "Schließt alle drei Jagden auf den Goldenen Indrik in der Marsch der Aufopferung ab und erhaltet ihre Segen.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 5, +["nextId"] = 0, } , [2303] = { -["points"] = 5, -["name"] = "Jagdsaisons", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Jagdsaisons", ["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.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2304] = { -["points"] = 5, -["name"] = "Leicht zu Fuß", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Leicht zu Fuß", ["description"] = "Besiegt Dagrund den Fülligen in der Marsch der Aufopferung, während Ihr immer seinem Umbruch ausweicht.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2305] = { -["points"] = 5, -["name"] = "Nebelgänger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Nebelgänger", ["description"] = "Besiegt Tarcyr in der Marsch der Aufopferung (Veteranen), ohne dass ein Gruppenmitglied durch seinen verhüllenden Nebel teleportiert wird.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2306] = { -["points"] = 5, -["name"] = "Trick und Falle", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Trick und Falle", ["description"] = "Lockt Balorgh in der Marsch der Aufopferung 10 mal in Tharas Falle.", -["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 36, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2307] = { -["points"] = 5, -["name"] = "Blutgelage", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Blutgelage", ["description"] = "Besiegt Kerkermeister Melitus in der Mondjägerfeste, ohne durch seine blutigen Geysire Schaden zu erleiden.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2308] = { -["points"] = 5, -["name"] = "Umgangene Würgepartie", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Umgangene Würgepartie", ["description"] = "Besiegt den Wirrrankenwächter in den Gärten der Mondjägerfeste (Veteranen), ohne dass ein Gruppenmitglied von einem Würger verlangsamt wird.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2309] = { -["points"] = 5, -["name"] = "Wurzel des Übels", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Wurzel des Übels", ["description"] = "Besiegt den Wirrrankenwächter in der Mondjägerfeste (Veteranen), ohne dass ein Gruppenmitglied von seinen Wurzeln festgehalten wird.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2310] = { -["points"] = 10, -["name"] = "Standhafte Schwesternschaft", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Standhafte Schwesternschaft", ["description"] = "Besiegt die Wyrdschwestern in der Marsch der Aufopferung (Veteranen), ohne dass sie sich mit ihren Auren gegenseitig stärken können.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2311] = { -["points"] = 10, -["name"] = "Überraschungsmoment", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Überraschungsmoment", ["description"] = "Besiegt Balorgh in der Marsch der Aufopferung (Veteranen) und vermeidet dabei sowohl das geladene Wasser als auch die giftigen Pflanzen.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2312] = { -["points"] = 10, -["name"] = "Perfekte Jagd", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Perfekte Jagd", ["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.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2317] = { -["points"] = 50, -["name"] = "Meister des Stils des Jägers", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Meister des Stils des Jägers", ["description"] = "Lernt jedes Kapitel des Buchs „Stil des Jägers“ aus der Marsch der Aufopferung, das Ihr gelegentlich beim Abschluss des Verlieses erhalten könnt.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["nextId"] = 0, } , [2318] = { -["points"] = 50, -["name"] = "Meister des Stils des Silbermorgens", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Meister des Stils des Silbermorgens", ["description"] = "Lernt jedes Kapitel des Buchs „Stil des Silbermorgens“ aus der Mondjägerfeste, das Ihr gelegentlich beim Abschluss des Verlieses erhalten könnt.", +["Category_ID"] = 36, ["prevId"] = 0, -["Category_ID"] = 35, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["nextId"] = 0, } , [2319] = { -["points"] = 50, -["name"] = "Meister des Stils der Welkynare", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Meister des Stils der Welkynare", ["description"] = "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.", -["prevId"] = 0, ["Category_ID"] = 18, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 14, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2320] = { -["points"] = 50, +["numCriteria"] = 12, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Murkmire", ["name"] = "Chronik-Chronologe", +["description"] = "Sammelt alle Steintafeln des Xinchei-Konu, einem alten argonischen Kalender, und bringt sie zurück.", ["nextId"] = 0, -["Category"] = "Murkmire", ["prevId"] = 0, -["description"] = "Sammelt alle Steintafeln des Xinchei-Konu, einem alten argonischen Kalender, und bringt sie zurück.", -["Category_ID"] = 34, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 50, +["Category_ID"] = 35, } , [2321] = { -["points"] = 10, +["numCriteria"] = 4, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Murkmire", ["name"] = "Von verschlungenen Jahreszeiten", +["description"] = "Besiegt die vier Morastmergler, die die Xinchei-Konu-Tafeln verschlungen haben.", ["nextId"] = 0, -["Category"] = "Murkmire", ["prevId"] = 0, -["description"] = "Besiegt die vier Morastmergler, die die Xinchei-Konu-Tafeln verschlungen haben.", -["Category_ID"] = 34, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 10, +["Category_ID"] = 35, } , [2330] = { -["points"] = 5, -["name"] = "Verstohlen beschattet", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verstohlen beschattet", ["description"] = "Trefft die Schattenschuppe, die besonderes Interesse an Euren Aktivitäten in Trübmoor gezeigt hat.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 5, +["nextId"] = 0, } , [2331] = { -["points"] = 50, +["numCriteria"] = 5, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Murkmire", ["name"] = "Held von Trübmoor", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held von Trübmoor zu werden.", ["nextId"] = 0, -["Category"] = "Murkmire", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held von Trübmoor zu werden.", -["Category_ID"] = 34, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, +["Category_ID"] = 35, } , [2332] = { -["points"] = 15, -["name"] = "Abenteurer in Trübmoor", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Abenteurer in Trübmoor", ["description"] = "Schließt 20 verschiedene Quests der Erzählung von Trübmoor ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2333] = { -["points"] = 10, -["name"] = "Fallen und Schätze", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Fallen und Schätze", ["description"] = "Schließt die Quest „Versunkene Schätze“ ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2334] = { -["points"] = 10, -["name"] = "Suche nach dem Vergessenen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Suche nach dem Vergessenen", ["description"] = "Schließt die Quest „Vermisst in Trübmoor“ ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2335] = { -["points"] = 10, -["name"] = "Mysterien des Residuums", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Mysterien des Residuums", ["description"] = "Schließt die Quest „Flüstern im Wald“ ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2336] = { -["points"] = 10, -["name"] = "Saftschläfer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Saftschläfer", ["description"] = "Schließt die Quest „Tod und Träumen“ ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2337] = { -["points"] = 10, -["name"] = "Schatten der Vergangenheit", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Schatten der Vergangenheit", ["description"] = "Schließt die Quest „Der Sumpf und die Schlange“ ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2338] = { -["points"] = 10, -["name"] = "Unerreichter Traum", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Unerreichter Traum", ["description"] = "Schließt die Quest „Das Residuum von Argon“ ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2339] = { -["points"] = 10, -["name"] = "Der Fluss der Wiedergeburt", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Der Fluss der Wiedergeburt", ["description"] = "Schließt die Quest „Mit Fluss und Wurzel“ ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2340] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Murkmire", ["name"] = "Das Faulige Juwel", +["description"] = "Reist nach Lilmoth in Trübmoor.", ["nextId"] = 0, -["Category"] = "Murkmire", ["prevId"] = 0, -["description"] = "Reist nach Lilmoth in Trübmoor.", -["Category_ID"] = 34, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 35, } , [2341] = { -["points"] = 5, -["name"] = "Verse des Nichts", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verse des Nichts", ["description"] = "Lest Nisswo Xeewulms fünf Reime nahe den Sithis-Schreinen Trübmoors.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 5, +["nextId"] = 0, } , [2342] = { -["points"] = 5, -["name"] = "Voriplasmaschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Voriplasmaschlächter", ["description"] = "Besiegt 100 Voriplasmen in Trübmoor.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2343] = { -["points"] = 5, -["name"] = "Feindliche Flora", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Feindliche Flora", ["description"] = "Erntet eine Krabbelblüte und entschärft eine Gasblüte, eine Blitzkanne, Katapultkohl und Laternenanbeterinnen.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 5, +["nextId"] = 0, } , [2344] = { -["points"] = 5, -["name"] = "Kuriositäten sammeln", -["nextId"] = 2345, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 2344, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Kuriositäten sammeln", ["description"] = "Schließt in Trübmoor 1 täglichen Auftrag für Varo Hosidias in Lilmoth ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 5, -["firstID"] = 2344, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 2345, } , [2345] = { -["points"] = 10, -["name"] = "Antiquitäten akquirieren", -["nextId"] = 2346, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 2344, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Antiquitäten akquirieren", ["description"] = "Schließt in Trübmoor 10 tägliche Aufträge für Varo Hosidias in Lilmoth ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 5, -["firstID"] = 2344, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2346, } , [2346] = { -["points"] = 15, -["name"] = "Erbstücke erlangen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 2344, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Erbstücke erlangen", ["description"] = "Schließt in Trübmoor 30 tägliche Aufträge für Varo Hosidias in Lilmoth ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 5, -["firstID"] = 2344, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2347] = { -["points"] = 5, -["name"] = "Stark wie ein Naga", -["nextId"] = 2348, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2347, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Stark wie ein Naga", ["description"] = "Schließt in Trübmoor 1 täglichen Auftrag gegen Anführer in der offenen Welt für Bolu in Lilmoth ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 6, -["firstID"] = 2347, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 2348, } , [2348] = { -["points"] = 10, -["name"] = "Mutig wie ein Naga", -["nextId"] = 2349, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2347, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Mutig wie ein Naga", ["description"] = "Schließt in Trübmoor 10 tägliche Aufträge gegen Anführer in der offenen Welt für Bolu in Lilmoth ab.", -["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 6, -["firstID"] = 2347, -["numCriteria"] = 1, +["Category_ID"] = 35, +["prevId"] = 2347, +["points"] = 10, +["nextId"] = 2349, } , [2349] = { -["points"] = 15, -["name"] = "Kühn wie ein Naga", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2347, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Kühn wie ein Naga", ["description"] = "Schließt in Trübmoor 30 tägliche Aufträge gegen Anführer in der offenen Welt für Bolu in Lilmoth ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 6, -["firstID"] = 2347, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2350] = { -["points"] = 5, -["name"] = "Flüsternde Wurzeln", -["nextId"] = 2351, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 2350, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Flüsternde Wurzeln", ["description"] = "Schließt in Trübmoor 1 täglichen Einzelauftrag für Tuwul im Wurzelflüsterdorf ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 7, -["firstID"] = 2350, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 2351, } , [2351] = { -["points"] = 5, -["name"] = "Wurzelheilung", -["nextId"] = 2352, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 2350, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Wurzelheilung", ["description"] = "Schließt in Trübmoor 10 tägliche Einzelaufträge für Tuwul im Wurzelflüsterdorf ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 7, -["firstID"] = 2350, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 2352, } , [2352] = { -["points"] = 50, -["name"] = "Prächtiger Wurzelheiler", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 2350, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Prächtiger Wurzelheiler", ["description"] = "Schließt in Trübmoor 30 tägliche Einzelaufträge für Tuwul im Wurzelflüsterdorf ab.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 7, -["firstID"] = 2350, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2353] = { -["points"] = 10, -["name"] = "Die Nachkommen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Die Nachkommen", ["description"] = "Helft den Hellhälsen dabei, die Zukunft ihres Stammes zu sichern.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2354] = { -["points"] = 10, -["name"] = "Kaltblütig mit warmem Herz", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Kaltblütig mit warmem Herz", ["description"] = "Helft den Totwasser dabei, ihren Weg zu beschreiten.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2355] = { -["points"] = 15, -["name"] = "Freund von Trübmoor", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Freund von Trübmoor", ["description"] = "Freundet Euch mit dem Hellhalsstamm, dem Totwasserstamm und dem Wurzelflüsterstamm an, indem Ihr ihnen in Zeiten der Not beisteht.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 15, +["nextId"] = 0, } , [2357] = { -["points"] = 5, -["name"] = "Rankenzungen-Reisender", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Rankenzungen-Reisender", ["description"] = "Lest die sechs Bücher über Rankenzungen, indem Ihr mit den verschiedenen Rankenzungen in ganz Trübmoor interagiert.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 5, +["nextId"] = 0, } , [2358] = { -["points"] = 10, -["name"] = "Sumpfretter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sumpfretter", ["description"] = "Rettet Dorfbewohner von vier verschiedenen Stämmen Trübmoors.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["nextId"] = 0, } , [2359] = { -["points"] = 50, -["name"] = "Meister des Stils der Ehrengarde", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 14, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Meister des Stils der Ehrengarde", ["description"] = "Lernt jedes Kapitel des Buchs „Stil der Ehrengarde“, die Ihr gelegentlich bei der Bewältigung des Schwarzrosengefängnisses erlangen könnt.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["nextId"] = 0, } , [2360] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Murkmire", ["name"] = "Meister des Stils der Totwasser", +["description"] = "Lernt jedes Kapitel des Buchs „Stil von Totwasser“. Die Kapitel können gelegentlich in den Behältern gefunden werden, die Ihr als Belohnung für das Erfüllen täglicher Aufträge in Trübmoor gegen die Anführer in der offenen Welt und für die Hilfe beim Wiederaufbau von Wurzelflüster erhaltet.", ["nextId"] = 0, -["Category"] = "Murkmire", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil von Totwasser“. Die Kapitel können gelegentlich in den Behältern gefunden werden, die Ihr als Belohnung für das Erfüllen täglicher Aufträge in Trübmoor gegen die Anführer in der offenen Welt und für die Hilfe beim Wiederaufbau von Wurzelflüster erhaltet.", -["Category_ID"] = 34, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 35, } , [2361] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Murkmire", ["name"] = "Meister des Stils der alten Argonier", +["description"] = "Lernt jedes Kapitel des Buchs „Stil von Totwasser“. Die Kapitel können gelegentlich in den Behältern gefunden werden, die Ihr als Questbelohnung für das tägliche Erfüllen von Aufträgen in Trübmoor gegen die Anführer in der offenen Welt und für die Hilfe beim Wiederaufbau von Wurzelflüster erhaltet.", ["nextId"] = 0, -["Category"] = "Murkmire", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil von Totwasser“. Die Kapitel können gelegentlich in den Behältern gefunden werden, die Ihr als Questbelohnung für das tägliche Erfüllen von Aufträgen in Trübmoor gegen die Anführer in der offenen Welt und für die Hilfe beim Wiederaufbau von Wurzelflüster erhaltet.", -["Category_ID"] = 34, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 35, } , [2362] = { -["points"] = 15, -["name"] = "Sieger des Schwarzrosengefängnisses", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Sieger des Schwarzrosengefängnisses", ["description"] = "Besiegt Kampfmagierin Ennodius, Zähmt-die-Bestien, Fürstin Minara und Drakeeh den Entfesselten im Schwarzrosengefängnis.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 15, +["nextId"] = 0, } , [2363] = { -["points"] = 50, -["name"] = "Eroberer des Schwarzrosengefängnisses", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Eroberer des Schwarzrosengefängnisses", ["description"] = "Besiegt Kampfmagierin Ennodius, Zähmt-die-Bestien, Fürstin Minara und Drakeeh den Entfesselten im Schwarzrosengefängnis (Veteranen).", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, +["nextId"] = 0, } , [2364] = { -["points"] = 50, -["name"] = "Siegelstich", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Siegelstich", ["description"] = "Besiegt Kampfmagierin Ennodius, Zähmt-die-Bestien, Fürstin Minara und Drakeeh den Entfesselten im Schwarzrosengefängnis, ohne dabei Siegel einzusetzen.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2365] = { -["points"] = 50, -["name"] = "Ungebunden und untot", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Ungebunden und untot", ["description"] = "Besiegt Kampfmagierin Ennodius, Zähmt-die-Bestien, Fürstin Minara und Drakeeh den Entfesselten im Schwarzrosengefängnis, ohne dass ein Gruppenmitglied dabei getötet wird.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2366] = { -["points"] = 50, -["name"] = "Spießrutengalopp", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Spießrutengalopp", ["description"] = "Besiegt Kampfmagierin Ennodius, Zähmt-die-Bestien, Fürstin Minara und Drakeeh den Entfesselten im Schwarzrosengefängnis (Veteranen) innerhalb von 30 Minuten. Die Zeit beginnt mit der ersten Arena.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2367] = { -["points"] = 50, -["name"] = "Schwarzrosenfreibeuter", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Schwarzrosenfreibeuter", ["description"] = "Besiegt Kampfmagierin Ennodius, Zähmt-die-Bestien, Fürstin Minara und Drakeeh den Entfesselten im Schwarzrosengefängnis (Veteranen) innerhalb von 40 Minuten und ohne dass ein Gruppenmitglied getötet wird. Die Zeit beginnt mit der ersten Arena.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2368] = { -["points"] = 50, -["name"] = "Gott des Spießrutenlaufs", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Gott des Spießrutenlaufs", ["description"] = "Besiegt Kampfmagierin Ennodius, Zähmt-die-Bestien, Fürstin Minara und Drakeeh den Entfesselten im Schwarzrosengefängnis (Veteranen) innerhalb von 40 Minuten und ohne dass ein Gruppenmitglied getötet oder ein Siegel benutzt wird. Die Zeit beginnt mit der ersten Arena.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2369] = { -["points"] = 10, -["name"] = "Schneller als Flammen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Schneller als Flammen", ["description"] = "Besiegt Kampfmagierin Ennodius im Schwarzrosengefängnis (Veteranen), ohne dass ein Gruppenmitglied Flammenschaden erleidet, während ihr Flammenerguss aktiv ist.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2370] = { -["points"] = 10, -["name"] = "Entwurzelt", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Entwurzelt", ["description"] = "Besiegt Zähmt-die-Bestien im Schwarzrosengefängnis (Veteranen), ohne dass ein Gruppenmitglied durch die erdrückenden Wurzeln gefangen wird.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2371] = { -["points"] = 10, -["name"] = "Skelettbeschwörung", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Skelettbeschwörung", ["description"] = "Besiegt Fürstin Minara im Schwarzrosengefängnis (Veteranen), nachdem drei Knochenkolosse beschworen wurden und die Runde vor höchstens 30 Sekunden begonnen hat.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2372] = { -["points"] = 10, -["name"] = "Aufregender Dreier", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Aufregender Dreier", ["description"] = "Besiegt Kampfmagierin Ennodius, Fürstin Minara und Zähmt-die-Bestien im Schwarzrosengefängnis (Veteranen) mit höchstens 20 Sekunden zwischen ihnen.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2373] = { -["points"] = 10, -["name"] = "Geistentzweiung", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Geistentzweiung", ["description"] = "Besiegt Drakeeh den Entfesselten im Schwarzrosengefängnis (Veteranen), nachdem er immer mindestens 2 Geister absorbiert hat, bevor er Geisterschrei eingesetzt habt.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2374] = { -["points"] = 10, -["name"] = "Meteorwahn", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Meteorwahn", ["description"] = "Benutzt Kampfmagierin Ennodius\' Meteor in der ersten Arena des Schwarzrosengefängnisses, um alle vier Atronachen gleichzeitig zu betäuben.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2375] = { -["points"] = 10, -["name"] = "Aufstieg der Gefallenen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Aufstieg der Gefallenen", ["description"] = "Benutzt im Schwarzrosengefängnis ein Siegel der Wiederbelebung, um drei Gruppenmitglieder gleichzeitig wiederzubeleben.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2376] = { -["points"] = 10, -["name"] = "Reinigen der Verdammten", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, +["name"] = "Reinigen der Verdammten", ["description"] = "Sorgt dafür, dass ein einzelnes Gruppenmitglied mindestens drei von Drakeehs Zielen während seiner Geisterentzündung aufnimmt und sich dann reinigt, ohne zu sterben.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2378] = { -["points"] = 5, -["name"] = "Sumpfquallensammler", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sumpfquallensammler", ["description"] = "Interagiert mit einer Sumpfqualle und erbeutet ihre Ressourcen.", +["Category_ID"] = 35, ["prevId"] = 0, -["Category_ID"] = 34, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2380] = { -["points"] = 5, -["name"] = "Prüde Prügel", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Prüde Prügel", ["description"] = "Sorgt im Frostgewölbe dafür, dass Eispirscher während seines erzürnten Prügelns seine Verbündeten trifft.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2381] = { -["points"] = 5, -["name"] = "Im rechten Winkel", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Im rechten Winkel", ["description"] = "Weicht im Frostgewölbe allen von Kriegsfürst Tzogvins ruchlosen Anstürmen aus.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2382] = { -["points"] = 5, -["name"] = "Drei Fähnchen im Wind", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Drei Fähnchen im Wind", ["description"] = "Bringt im Frostgewölbe Kriegsfürst Tzogvin dazu, alle drei seiner Banner mit tobenden Winden zu zerstören.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2383] = { -["points"] = 10, -["name"] = "Kollateralschaden", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Kollateralschaden", ["description"] = "Zerstört im Frostgewölbe 20 Konstrukte des Gewölbebeschützers, indem Ihr instabile Sphären in deren Nähe explodieren lasst.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2384] = { -["points"] = 10, -["name"] = "Kalte Kartoffel", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Kalte Kartoffel", ["description"] = "Besiegt Rizzuk und Lawine im Frostgewölbe (Veteranen), nachdem jedes Gruppenmitglied im Kampf mindestens einmal in Lawines Gletschergefängnis gefangen war.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2385] = { -["points"] = 5, -["name"] = "Falltest", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Falltest", ["description"] = "Stoßt im Frostgewölbe 20 Feinde von der Plattform des Steinwahrers.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2386] = { -["points"] = 10, -["name"] = "Unmengen Ungeziefer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Unmengen Ungeziefer", ["description"] = "Steuert im Frostgewölbe (Veteranen) jede Art von angepasstem Skeevomat mindestens einmal. Diese sind während des Exterminierungsprotokolls des Steinwahrers verfügbar, nachdem der Verazitätsverifizierer aktiviert wurde. Ihr dürft zum Ende des Kampfes weder Metallschrott noch tot sein.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [2387] = { -["points"] = 10, -["name"] = "Rattenrennen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Rattenrennen", ["description"] = "Beendet im Frostgewölbe das Exterminierungsprotokoll des Steinwahrers mithilfe von Tharayyas Skeevomaten innerhalb von 35 Sekunden nach deren Beschwörung. Die Zeit beginnt mit ihrer Warnung.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2388] = { -["points"] = 10, -["name"] = "Versteckspiel", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Versteckspiel", ["description"] = "Verhindert in den Tiefen von Malatar (Veteranen), dass die Jagdrüssel des Raubschlunds zerspringen und lasst Euch nicht von dessen Schattenformen treffen.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2389] = { -["points"] = 5, -["name"] = "Schlittschuhlaufen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Schlittschuhlaufen", ["description"] = "Besiegt die Trauernde, ohne dass ein Gruppenmitglied von Vergletscherung in den Tiefen von Malatar (Veteranen) getroffen wird.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2390] = { -["points"] = 10, -["name"] = "Farbenblind", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Farbenblind", ["description"] = "Zerstört in den Tiefen von Malatar (Veteranen) keine der farbigen Sphären im Kampf gegen die Dunkle Sphäre.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2391] = { -["points"] = 5, -["name"] = "Seelengefährten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Seelengefährten", ["description"] = "Hindert Quintus in den Tiefen von Malatar daran, während des Kampfs mit König Narilmor jemals gegen Tharayya anzukommen.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2392] = { -["points"] = 5, -["name"] = "Regenbogenernte", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Regenbogenernte", ["description"] = "Besiegt in den Tiefen von Malatar im Kampf gegen die Sinfonie der Klingen alle Farben an Auroranern.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2393] = { -["points"] = 10, -["name"] = "Formationslos", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Formationslos", ["description"] = "Verhindert, dass die Sinfonie der Klingen in den Tiefen von Malatar (Veteranen) die auroranische Phalanx durchschreitet und von Meridias Licht gestärkt wird.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2394] = { -["points"] = 10, -["name"] = "Eisbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eisbrecher", ["description"] = "Zerstört in den Tiefen von Malatar (Veteranen) im Kampf gegen die Sinfonie der Klingen fünf Eissäulen mit Sonnenschwallmeteoren.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2395] = { -["points"] = 10, -["name"] = "Mangelhaft", -["nextId"] = 0, -["Category"] = "Wrathstone", -["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["description"] = "Besiegt die Sinfonie der Klingen in den Tiefen von Malatar (Veteranen), nachdem Ihr die Diktate der Fürstin des Lichts gelesen und die farbigen Sphären im Kampf zerstört habt.", -["prevId"] = 0, -["Category_ID"] = 33, +["numCriteria"] = 1, ["achievementIndex"] = 25, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Wrathstone", +["SubCategory"] = "Veteran", +["name"] = "Mangelhaft", +["description"] = "Betretet nach dem Verlesen der Diktate der Fürstin des Lichts Farbenspiel im Kampf gegen die Sinfonie der Klingen in den Tiefen von Malatar (Veteranen), ohne farbige Sphären am Leben gelassen zu haben.", +["Category_ID"] = 34, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2396] = { -["points"] = 5, -["name"] = "Erforscher des Hortes der Schmach", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher des Hortes der Schmach", ["description"] = "Erforscht und säubert den Hort der Schmach.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2397] = { -["points"] = 5, -["name"] = "Erforscher der Raubtiermesa", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Raubtiermesa", ["description"] = "Erforscht und säubert die Raubtiermesa.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2398] = { -["points"] = 5, -["name"] = "Erforscher der Wüstenwind-Kavernen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Wüstenwind-Kavernen", ["description"] = "Erforscht und säubert die Wüstenwind-Kavernen.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2399] = { -["points"] = 5, -["name"] = "Erforscher des Grabmals der Schlangen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher des Grabmals der Schlangen", ["description"] = "Erforscht und säubert das Grabmal der Schlangen.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2400] = { -["points"] = 5, -["name"] = "Erforscher der Düsterbeckenmine", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Düsterbeckenmine", ["description"] = "Erforscht und säubert die Düsterbeckenmine.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2401] = { -["points"] = 5, -["name"] = "Erforscher des Gestrüpps", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher des Gestrüpps", ["description"] = "Erforscht und säubert das Gestrüpp.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2402] = { -["points"] = 15, -["name"] = "Höhlenforscher des nördlichen Elsweyr", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher des nördlichen Elsweyr", ["description"] = "Erforscht und säubert alle sechs zu erforschenden Höhlen im nördlichen Elsweyr.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2403] = { -["points"] = 10, -["name"] = "Pfadfinder des nördlichen Elsweyr", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder des nördlichen Elsweyr", ["description"] = "Entdeckt alle markanten Orte im nördlichen Elsweyr.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2404] = { -["points"] = 15, -["name"] = "Meistererforscher des nördlichen Elsweyr", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher des nördlichen Elsweyr", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte im nördlichen Elsweyr.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2405] = { -["points"] = 10, -["name"] = "Schädelbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Schädelbrecher", ["description"] = "Besiegt die Schädelwache, Na\'ruzz den Knochenweber, in der Knochengrube.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2406] = { -["points"] = 10, -["name"] = "Albtraumplateau eingeebnet", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Albtraumplateau eingeebnet", ["description"] = "Besiegt den dro-m\'Athra, Zalsheem, auf dem Albtraumplateau.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2407] = { -["points"] = 10, -["name"] = "Schreckensvogelschrecken", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Schreckensvogelschrecken", ["description"] = "Besiegt den Schreckensvogel, die listige Kee\'va, an der Klauenschlucht.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2408] = { -["points"] = 10, -["name"] = "Grabwächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Grabwächter", ["description"] = "Besiegt den Nekromanten, Thannar der Grabpirscher, am Narbenrand.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2409] = { -["points"] = 10, -["name"] = "Schwerttrenner", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Schwerttrenner", ["description"] = "Besiegt Schwertmeisterin Vhysradue auf dem Hügel der Zerschlagenen Schwerter.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2410] = { -["points"] = 10, -["name"] = "Rothändige Selbstjustiz", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Rothändige Selbstjustiz", ["description"] = "Besiegt das Verbrecherpärchen, Zav\'i und Akumjhargo, beim Rothandlauf.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2411] = { -["points"] = 15, -["name"] = "Verteidiger des nördlichen Elsweyr", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verteidiger des nördlichen Elsweyr", ["description"] = "Besiegt alle sechs Anführer in der offenen Welt im nördlichen Elsweyr.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2412] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Elsweyr", ["name"] = "Meisterangler des nördlichen Elsweyr", +["description"] = "Fangt alle 12 seltenen Fische im nördlichen Elsweyr.", ["nextId"] = 0, -["Category"] = "Elsweyr", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische im nördlichen Elsweyr.", +["points"] = 5, ["Category_ID"] = 17, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 12, } , [2413] = { -["points"] = 10, -["name"] = "Hohlzahn-Klanschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Hohlzahn-Klanschlächter", ["description"] = "Besiegt 200 Hohlzahn-Klanvampire in der Mondgrab-Tempelstadt (Veteranen). Hohlzahn-Schreckensschlunde und -Blutpanther zählen hierfür nicht.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2414] = { -["points"] = 10, -["name"] = "Hohlzahn-Schreckensschlundschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Hohlzahn-Schreckensschlundschlächter", ["description"] = "Besiegt 25 Hohlzahn-Schreckensschlünde in der Mondgrab-Tempelstadt (Veteranen).", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2415] = { -["points"] = 10, -["name"] = "Sieger der Mondgrab-Tempelstadt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Sieger der Mondgrab-Tempelstadt", ["description"] = "Besiegt die erwachten Trümmer, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf in der Mondgrab-Tempelstadt.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2416] = { -["points"] = 10, -["name"] = "Eroberer der Mondgrab-Tempelstadt", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eroberer der Mondgrab-Tempelstadt", ["description"] = "Besiegt die erwachten Trümmer, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf in der Mondgrab-Tempelstadt (Veteranen).", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2417] = { -["points"] = 50, -["name"] = "Trunken vor Macht", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Trunken vor Macht", ["description"] = "Besiegt Grundwulf in der Mondgrab-Tempelstadt (Veteranen), nachdem Ihr den Sangiin-Hämoheloten benutzt habt.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2418] = { -["points"] = 50, -["name"] = "Blutrausch", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["description"] = "Besiegt zusätzlich zu den erwachten Trümmern, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf alle Gegner in der Mondgrab-Tempelstadt (Veteranen). Die Zeit läuft, sobald Ihr die erste Gruppe angreift.", -["prevId"] = 0, -["Category_ID"] = 32, +["numCriteria"] = 1, ["achievementIndex"] = 7, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Scalebreaker", +["SubCategory"] = "Veteran", +["name"] = "Blutrausch", +["description"] = "Besiegt zusätzlich zu den erwachten Trümmern, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf alle Gegner in der Mondgrab-Tempelstadt (Veteranen) innerhalb von 30 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe angreift.", +["Category_ID"] = 33, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2419] = { -["points"] = 50, -["name"] = "Grabesflucht", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Grabesflucht", ["description"] = "Besiegt zusätzlich zu den erwachten Trümmern, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf alle Gegner in der Mondgrab-Tempelstadt (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2420] = { -["points"] = 5, -["name"] = "Erforscher der Schuppenbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Schuppenbrecher", ["description"] = "Betretet die Mondgrab-Tempelstadt oder den Hort von Maarselok zum ersten Mal.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2421] = { -["points"] = 50, -["name"] = "Herausforderer der Mondgrab-Tempelstadt", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Herausforderer der Mondgrab-Tempelstadt", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Mondgrab-Tempelstadt (Veteranen).", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [2422] = { -["points"] = 50, -["name"] = "Entzahnter Verschlinger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Entzahnter Verschlinger", ["description"] = "Besiegt zusätzlich zu den erwachten Trümmern, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf nach Benutzung des Sangiin-Hämoheloten alle Gegner in der Mondgrab-Tempelstadt (Veteranen) innerhalb von 30 Minuten und ohne dass ein Gruppenmitglied getötet wird. Die Zeit läuft, sobald Ihr die erste Gruppe angreift.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2423] = { -["points"] = 10, -["name"] = "Schlächter der Azurfäule-Infizierten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Schlächter der Azurfäule-Infizierten", ["description"] = "Besiegt 400 Azurfäule-Infizierte im Hort von Maarselok (Veteranen).", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2424] = { -["points"] = 10, -["name"] = "Schlächter der Azurfäule-Konstrukte", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["description"] = "Besiegt 50 Azurfäule-Schlurfer oder Azurfäule-Befaller im Hort von Maarselok (Veteranen).", -["prevId"] = 0, -["Category_ID"] = 32, +["numCriteria"] = 1, ["achievementIndex"] = 22, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Scalebreaker", +["SubCategory"] = "Veteran", +["name"] = "Schlächter der Azurfäule-Konstrukte", +["description"] = "Besiegt 50 Azurfäule-Schlurfer oder Azurfäule-Befall im Hort von Maarselok (Veteranen).", +["Category_ID"] = 33, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2425] = { -["points"] = 10, -["name"] = "Sieger des Horts von Maarselok", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Sieger des Horts von Maarselok", ["description"] = "Besiegt Selene, Maarselok im Flug, den Azurfäule-Kankroid, Maarselok in seinem Ausblick und Maarselok in seinem Nest im Hort von Maarselok.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2426] = { -["points"] = 10, -["name"] = "Eroberer des Horts von Maarselok", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eroberer des Horts von Maarselok", ["description"] = "Besiegt Selene, Maarselok im Flug, den Azurfäule-Kankroid, Maarselok in seinem Ausblick und Maarselok in seinem Nest im Hort von Maarselok (Veteranen).", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2427] = { -["points"] = 50, -["name"] = "Selenes Retter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Selenes Retter", ["description"] = "Besiegt Maarselok in seinem Nest im Hort von Maarselok (Veteranen), nachdem Ihr die Azurfäule-Saat benutzt habt.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2428] = { -["points"] = 50, -["name"] = "Meisterjäter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Meisterjäter", ["description"] = "Besiegt zusätzlich zu Selene, Maarselok im Flug, dem Azurfäule-Kankroid, Maarselok in seinem Ausblick und Maarselok in seinem Nest alle Gegner im Hort von Maarselok (Veteranen) innerhalb von 35 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe von Feinden angreift.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2429] = { -["points"] = 50, -["name"] = "Unvergängliche Beständigkeit", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Unvergängliche Beständigkeit", ["description"] = "Besiegt zusätzlich zu Selene, Maarselok im Flug, dem Azurfäule-Kankroid, Maarselok in seinem Ausblick und Maarselok alle Gegner im Hort von Maarselok (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2430] = { -["points"] = 50, -["name"] = "Herausforderer des Horts von Maarselok", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Herausforderer des Horts von Maarselok", ["description"] = "Bewältigt die angegebenen Errungenschaften für den Hort von Maarselok (Veteranen).", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [2431] = { -["points"] = 50, -["name"] = "Zorn der Natur", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Zorn der Natur", ["description"] = "Besiegt zusätzlich zu Selene, Maarselok im Flug, dem Azurfäule-Kankroid, Maarselok in seinem Ausblick und Maarselok in seinem Nest, nachdem Ihr die Azurfäule-Saat benutzt habt, alle Gegner im Hort von Maarselok (Veteranen) innerhalb von 35 Minuten und ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2432] = { -["points"] = 50, -["name"] = "Höhlenforscher der Schuppenbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Höhlenforscher der Schuppenbrecher", ["description"] = "Schließt sowohl die Mondgrab-Tempelstadt (Veteranen) als auch den Hort von Maarselok (Veteranen) ab.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["nextId"] = 0, } , [2433] = { -["points"] = 10, -["name"] = "Sonnspitz abgeschlossen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Sonnspitz abgeschlossen", ["description"] = "Besiegt Yolnahkriin, Lokkestiiz und Nahviintaas in Sonnspitz.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2434] = { -["points"] = 50, -["name"] = "Sonnspitzsprinter", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Sonnspitzsprinter", ["description"] = "Besiegt alle Feinde zusätzlich zu Yolnahkriin, Lokkestiiz und Nahviintaas in Sonnspitz (Veteranen) innerhalb von 30 Minuten nach Betreten des Tempels. Die Zeit läuft, sobald Ihr den Korridor zwischen Vestibül und Tempelhof betretet.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2435] = { -["points"] = 10, -["name"] = "Eroberer von Sonnspitz", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Eroberer von Sonnspitz", ["description"] = "Besiegt Yolnahkriin, Lokkestiiz und Nahviintaas in Sonnspitz (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2436] = { -["points"] = 50, -["name"] = "Drachenfluch", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Drachenfluch", ["description"] = "Besiegt alle Feinde zusätzlich zu Yolnahkriin, Lokkestiiz und Nahviintaas in Sonnspitz (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2437] = { -["points"] = 10, -["name"] = "Senche-raht-Schlächter", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Senche-raht-Schlächter", ["description"] = "Besiegt 100 von Alkoshs Brüllen, Jones Sturmkrallen oder Jodes Feuerzähnen in Sonnspitz.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2438] = { -["points"] = 10, -["name"] = "Drachenzöglingvernichter", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Drachenzöglingvernichter", ["description"] = "Besiegt 200 Manifestationen von Alkoshs Schicksal, Alkoshs Wille, Alkoshs Raserei oder Alkoshs Verderben in Sonnspitz.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2440] = { -["points"] = 50, -["name"] = "Eroberer der Nekropole von Krempen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Eroberer der Nekropole von Krempen", ["description"] = "Besiegt alle Champions in der Nekropole von Krempen.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2441] = { -["points"] = 10, -["name"] = "Sieger der Nekropole von Krempen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sieger der Nekropole von Krempen", ["description"] = "Besiegt drei der Champions der Nekropole von Krempen.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2442] = { -["points"] = 50, -["name"] = "Eroberer von Orkruh", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Eroberer von Orkruh", ["description"] = "Besiegt alle Champions in Orkruh.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2443] = { -["points"] = 10, -["name"] = "Sieger von Orkruh", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sieger von Orkruh", ["description"] = "Besiegt drei der Champions in Orkruh.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2444] = { -["points"] = 50, -["name"] = "Gruppenwagnis der Nekropole von Krempen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Gruppenwagnis der Nekropole von Krempen", ["description"] = "Besiegt den Aspekt von Darloc Brae und den Champion von Mehrunnez in der Nekropole von Krempen.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2445] = { -["points"] = 50, -["name"] = "Gruppenwagnis von Orkruh", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Gruppenwagnis von Orkruh", ["description"] = "Besiegt die Krähenplage in Orkruh.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2461] = { -["points"] = 10, +["numCriteria"] = 18, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Elsweyr", ["name"] = "Himmelsscherbenjäger des nördlichen Elsweyr", +["description"] = "Entdeckt alle 18 Himmelsscherben im nördlichen Elsweyr", ["nextId"] = 0, -["Category"] = "Elsweyr", ["prevId"] = 0, -["description"] = "Entdeckt alle 18 Himmelsscherben im nördlichen Elsweyr", +["points"] = 10, ["Category_ID"] = 17, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 18, } , [2462] = { -["points"] = 15, -["name"] = "Gelehrter über die Drachengarde", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 13, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Gelehrter über die Drachengarde", ["description"] = "Lest alle 13 Drachengarde-Tafeln im verborgenen akavirischen Schrein, der als Dov-Vahl-Schrein bekannt ist.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 13, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2463] = { -["points"] = 50, +["numCriteria"] = 17, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Elsweyr", ["name"] = "Reliefreparateur", +["description"] = "Sammelt alle Fragmente des Rithana-di-Renada, einem alten khajiitischen Wandrelief, und bringt sie ins Historienhaus.", ["nextId"] = 0, -["Category"] = "Elsweyr", ["prevId"] = 0, -["description"] = "Sammelt alle Fragmente des Rithana-di-Renada, einem alten khajiitischen Wandrelief, und bringt sie ins Historienhaus.", +["points"] = 50, ["Category_ID"] = 17, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 17, } , [2466] = { -["points"] = 50, -["name"] = "Sieger von Sonnspitz", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Sieger von Sonnspitz", ["description"] = "Besiegt Yolnahkriin, Lokkestiiz und Nahviintaas in Sonnspitz (Veteranen), nachdem Ihr alle ihre Opferfeuer gelöscht habt.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2467] = { -["points"] = 50, -["name"] = "Gottschlächter von Sonnspitz", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Gottschlächter von Sonnspitz", ["description"] = "Besiegt Yolnahkriin, Lokkestiiz und Nahviintaas zusammen mit ihrem gesamten Gefolge in Sonnspitz (Veteranen), nachdem Ihr deren Opferfeuer gelöscht habt und ohne dass ein Gruppenmitglied getötet wird, innerhalb von 30 Minuten nach Betreten des Tempels. Die Zeit läuft, sobald Ihr den Korridor zwischen Vestibül und Tempelhof betretet.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2468] = { -["points"] = 50, -["name"] = "Drachenbruch in Sonnspitz", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 10, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Drachenbruch in Sonnspitz", ["description"] = "Bewältigt die angegebenen Errungenschaften für Sonnspitz.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , -[2469] = { -["points"] = 15, -["name"] = "Das Feuer schüren", -["nextId"] = 0, +[2469] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Das Feuer schüren", ["description"] = "Besiegt Yolnahkriin in Sonnspitz (Veteranen), nachdem Ihr dessen Opferfeuer gelöscht habt.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2470] = { -["points"] = 15, -["name"] = "Sturmjäger", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Sturmjäger", ["description"] = "Besiegt Lokkestiiz in Sonnspitz (Veteranen), nachdem Ihr dessen Opferfeuer gelöscht habt.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2471] = { -["points"] = 10, -["name"] = "Grollstein-Späher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Grollstein-Späher", ["description"] = "Schließt sowohl das Frostgewölbe als auch die Tiefen von Malatar ab.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["nextId"] = 0, } , [2474] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 2474, +["Category"] = "Elsweyr", ["name"] = "Drachentöter von Anequina", +["description"] = "Tötet einen Drachen in der Wildnis des nördlichen Elsweyr.", ["nextId"] = 2475, -["Category"] = "Elsweyr", ["prevId"] = 0, -["description"] = "Tötet einen Drachen in der Wildnis des nördlichen Elsweyr.", +["points"] = 5, ["Category_ID"] = 17, -["achievementIndex"] = 6, -["firstID"] = 2474, -["numCriteria"] = 1, } , [2475] = { -["points"] = 10, -["name"] = "Drachenpirscher von Anequina", -["nextId"] = 2476, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 2474, ["Category"] = "Elsweyr", -["prevId"] = 0, +["name"] = "Drachenpirscher von Anequina", ["description"] = "Tötet 25 Drachen in der Wildnis des nördlichen Elsweyr.", +["nextId"] = 2476, +["prevId"] = 2474, +["points"] = 10, ["Category_ID"] = 17, -["achievementIndex"] = 6, -["firstID"] = 2474, -["numCriteria"] = 1, } , [2476] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 2474, +["Category"] = "Elsweyr", ["name"] = "Drachenjäger von Anequina", +["description"] = "Tötet 50 Drachen in der Wildnis des nördlichen Elsweyr.", ["nextId"] = 0, -["Category"] = "Elsweyr", ["prevId"] = 0, -["description"] = "Tötet 50 Drachen in der Wildnis des nördlichen Elsweyr.", +["points"] = 15, ["Category_ID"] = 17, -["achievementIndex"] = 6, -["firstID"] = 2474, -["numCriteria"] = 1, } , [2482] = { -["points"] = 10, -["name"] = "Tharns Adjutant", -["nextId"] = 2483, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 2482, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Tharns Adjutant", ["description"] = "Schließt die Quest „Die Wut der Drachen“ im nördlichen Elsweyr ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 3, -["firstID"] = 2482, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 2483, } , [2483] = { -["points"] = 10, -["name"] = "Unsichere Unterredung", -["nextId"] = 2484, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 2482, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Unsichere Unterredung", ["description"] = "Schließt die Quest „Die Usurpatorkönigin“ im nördlichen Elsweyr ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 3, -["firstID"] = 2482, -["numCriteria"] = 1, +["prevId"] = 2482, +["points"] = 10, +["nextId"] = 2484, } , [2484] = { -["points"] = 10, -["name"] = "Verteidiger von Stromfeste", -["nextId"] = 2485, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 2482, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Verteidiger von Stromfeste", ["description"] = "Schließt die Quest „Die Schlacht um Stromfeste“ im nördlichen Elsweyr ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 3, -["firstID"] = 2482, -["numCriteria"] = 1, +["prevId"] = 2483, +["points"] = 10, +["nextId"] = 2485, } , [2485] = { -["points"] = 10, -["name"] = "Revolution in Krempen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 2482, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Revolution in Krempen", ["description"] = "Schließt die Quest „Zwei Königinnen von Anequina“ im nördlichen Elsweyr ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 3, -["firstID"] = 2482, -["numCriteria"] = 1, +["prevId"] = 2484, +["points"] = 10, +["nextId"] = 0, } , [2486] = { -["points"] = 10, -["name"] = "Attentatsstopp", -["nextId"] = 2487, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2486, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Attentatsstopp", ["description"] = "Schließt die Quest „Der letzte Befehl“ im nördlichen Elsweyr ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 4, -["firstID"] = 2486, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 2487, } , [2487] = { -["points"] = 10, -["name"] = "Verräterbrecher", -["nextId"] = 2488, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2486, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Verräterbrecher", ["description"] = "Schließt die Quest „Cadwell der Verräter“ im nördlichen Elsweyr ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 4, -["firstID"] = 2486, -["numCriteria"] = 1, +["prevId"] = 2486, +["points"] = 10, +["nextId"] = 2488, } , [2488] = { -["points"] = 10, -["name"] = "Mondschreiter", -["nextId"] = 2489, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2486, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Mondschreiter", ["description"] = "Schließt die Quest „Jodes Kern“ im nördlichen Elsweyr ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 4, -["firstID"] = 2486, -["numCriteria"] = 1, +["prevId"] = 2487, +["points"] = 10, +["nextId"] = 2489, } , [2489] = { -["points"] = 10, -["name"] = "Königinnenmacher", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2486, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Königinnenmacher", ["description"] = "Schließt die Quest „Die Erbin von Anequina“ im nördlichen Elsweyr ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 4, -["firstID"] = 2486, -["numCriteria"] = 1, +["prevId"] = 2488, +["points"] = 10, +["nextId"] = 0, } , [2490] = { -["points"] = 5, -["name"] = "Baandari-Mietling", -["nextId"] = 2491, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2490, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Baandari-Mietling", ["description"] = "Schließt im nördlichen Elsweyr 1 täglichen Auftrag für Nisuzi die Baandari in Krempen ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 7, -["firstID"] = 2490, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 2491, } , [2491] = { -["points"] = 10, -["name"] = "Baandari-Partner", -["nextId"] = 2492, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2490, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Baandari-Partner", ["description"] = "Schließt im nördlichen Elsweyr 10 tägliche Aufträge für Nisuzi die Baandari in Krempen ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 7, -["firstID"] = 2490, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 2492, } , [2492] = { -["points"] = 15, -["name"] = "Baandari-Agent", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2490, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Baandari-Agent", ["description"] = "Schließt im nördlichen Elsweyr 30 tägliche Aufträge für Nisuzi die Baandari in Krempen ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 7, -["firstID"] = 2490, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2493] = { -["points"] = 5, -["name"] = "Monsterjäger von Anequina", -["nextId"] = 2494, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2493, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Monsterjäger von Anequina", ["description"] = "Schließt im nördlichen Elsweyr 1 täglichen Auftrag gegen Anführer in der offenen Welt für Ri\'hirr in Krempen ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 5, -["firstID"] = 2493, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 2494, } , [2494] = { -["points"] = 10, -["name"] = "Monsterschlächter von Anequina", -["nextId"] = 2495, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2493, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Monsterschlächter von Anequina", ["description"] = "Schließt im nördlichen Elsweyr 10 tägliche Aufträge gegen Anführer in der offenen Welt für Ri\'hirr in Krempen ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 5, -["firstID"] = 2493, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 2495, } , [2495] = { -["points"] = 15, -["name"] = "Monsterauslöscher von Anequina", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2493, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Monsterauslöscher von Anequina", ["description"] = "Schließt im nördlichen Elsweyr 30 tägliche Aufträge gegen Anführer in der offenen Welt für Ri\'hirr in Krempen ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 5, -["firstID"] = 2493, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2496] = { -["points"] = 5, -["name"] = "Drachenfolger", -["nextId"] = 2497, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 2496, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Drachenfolger", ["description"] = "Schließt 1 tägliche Drachenjagd für Schlachtenvogt Tanerline im nördlichen Elsweyr ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 6, -["firstID"] = 2496, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 2497, } , [2497] = { -["points"] = 10, -["name"] = "Drachenassassine", -["nextId"] = 2498, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 2496, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Drachenassassine", ["description"] = "Schließt 10 tägliche Drachenjagden für Schlachtenvogt Tanerline im nördlichen Elsweyr ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 6, -["firstID"] = 2496, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 2498, } , [2498] = { -["points"] = 15, -["name"] = "Drachenauslöscher", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 2496, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Drachenauslöscher", ["description"] = "Schließt 30 tägliche Drachenjagden für Schlachtenvogt Tanerline im nördlichen Elsweyr ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 6, -["firstID"] = 2496, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2499] = { -["points"] = 10, -["name"] = "Solange das Eisen heiß ist", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Solange das Eisen heiß ist", ["description"] = "Besiegt Yolnahkriin in Sonnspitz, während Ihr seine Eisendiener nur zerstört, wenn sie erzürnt werden.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2500] = { -["points"] = 10, -["name"] = "Schneller als der Blitz", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Schneller als der Blitz", ["description"] = "Besiegt Lokkestiiz in Sonnspitz, ohne dass ein Gruppenmitglied von Sturmodem getroffen wird.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2501] = { -["points"] = 10, -["name"] = "Im Gleichschritt", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Im Gleichschritt", ["description"] = "Besiegt Nahviintaas in Sonnspitz (Veteranen), ohne dass ein Gruppenmitglied mehr als einmal per Zeitverschiebung durch einen Zeitriss springt.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2503] = { -["points"] = 50, -["name"] = "Meister des Stils der Kälteknacker", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Meister des Stils der Kälteknacker", ["description"] = "Lernt jedes Kapitel des Buchs „Stil der Kälteknacker“, die Ihr gelegentlich bei der Bewältigung des Frostgewölbes erlangen könnt.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["nextId"] = 0, } , [2504] = { -["points"] = 50, -["name"] = "Meister des Stils von Meridia", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Meister des Stils von Meridia", ["description"] = "Lernt jedes Kapitel des Buchs „Stil von Meridia“, die Ihr gelegentlich bei der Bewältigung der Tiefen von Malatar erlangen könnt.", +["Category_ID"] = 34, ["prevId"] = 0, -["Category_ID"] = 33, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["nextId"] = 0, } , [2505] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Elsweyr", ["name"] = "Meister des Stils von Anequina", +["description"] = "Lernt jedes Kapitel des Buchs „Stil aus Anequina“, die ihr für den Abschluss täglicher Aufträge für Ri\'hirr und Nisuzi erhaltet.", ["nextId"] = 0, -["Category"] = "Elsweyr", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil aus Anequina“, die ihr für den Abschluss täglicher Aufträge für Ri\'hirr und Nisuzi erhaltet.", +["points"] = 50, ["Category_ID"] = 17, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, } , [2506] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Elsweyr", ["name"] = "Meister des Stils aus Pellitine", +["description"] = "Lernt jedes Kapitel des Buchs „Stil aus Pellitine“, die ihr für den Abschluss täglicher Drachenjagden erhaltet.", ["nextId"] = 0, -["Category"] = "Elsweyr", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil aus Pellitine“, die ihr für den Abschluss täglicher Drachenjagden erhaltet.", +["points"] = 50, ["Category_ID"] = 17, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, } , [2507] = { -["points"] = 50, -["name"] = "Meister des Stils von Sonnspitz", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Meister des Stils von Sonnspitz", ["description"] = "Lernt jedes Kapitel des Buchs „Stil von Sonnspitz“, das Ihr in der Sonnspitz-Prüfung erhalten könnt.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 14, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2508] = { -["points"] = 50, -["name"] = "Großabenteurer von Elsweyr", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Großabenteurer von Elsweyr", ["description"] = "Schließt 32 verschiedene Quests im nördlichen Elsweyr ab.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2509] = { -["points"] = 50, +["numCriteria"] = 7, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Elsweyr", ["name"] = "Retter von Elsweyr", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter Elsweyrs zu werden.", ["nextId"] = 0, -["Category"] = "Elsweyr", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter Elsweyrs zu werden.", +["points"] = 50, ["Category_ID"] = 17, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 7, } , [2519] = { -["points"] = 10, -["name"] = "Alfiqmumienmeister", -["nextId"] = 0, -["Category"] = "Elsweyr", -["SubCategory"] = "Exploration", ["SubCategory_ID"] = 1, -["description"] = "Sammelt mumifizierte Alfiqteile aus der Nekropole von Krempen und belebt das grausige Mumienkätzchen wieder.", -["prevId"] = 0, -["Category_ID"] = 17, -["achievementIndex"] = 24, -["firstID"] = 0, ["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, +["Category"] = "Elsweyr", +["SubCategory"] = "Exploration", +["name"] = "Alfiqmumienmeister", +["description"] = "Sammelt mumifizierte Alfiqteile aus der Nekropole von Krempen und belebt das grausige Mumienkätzchen wieder.", +["Category_ID"] = 17, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2520] = { -["points"] = 10, -["name"] = "Peryite-Seuchenkleiderflicker", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Peryite-Seuchenkleiderflicker", ["description"] = "Erlangt in Orkruh zehn Stücke seuchendurchtränkter Stoff und benutzt diese, um die Robe des Peryite-Widerlings herzustellen.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2522] = { -["points"] = 50, -["name"] = "Champion von Anequina", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 8, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Champion von Anequina", ["description"] = "Stürzt die Usurpatorkönigin, bezwingt Mulaamnir und helft dabei, den Adel von Krempen wieder einzusetzen, während eine Schar Drachen das nördliche Elsweyr bedroht.", -["prevId"] = 0, ["Category_ID"] = 17, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 8, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2523] = { -["points"] = 50, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Thieves Guild", ["name"] = "Fertigkeitsmeister der Diebesgilde", +["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie der Diebesgilde.", ["nextId"] = 0, -["Category"] = "Thieves Guild", ["prevId"] = 0, -["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie der Diebesgilde.", -["Category_ID"] = 41, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["Category_ID"] = 42, } , [2524] = { -["points"] = 50, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Dark Brotherhood", ["name"] = "Fertigkeitsmeister der Dunklen Bruderschaft", +["description"] = "Erreicht den höchsten Rang der Fertigkeitslinie der Dunklen Bruderschaft.", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", ["prevId"] = 0, -["description"] = "Erreicht den höchsten Rang der Fertigkeitslinie der Dunklen Bruderschaft.", -["Category_ID"] = 40, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["Category_ID"] = 41, } , [2525] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Elsweyr", ["name"] = "Drachenvasallenmörder", +["description"] = "Tötet 100 Flammenwyrme, Flammenatronachen und Eisenatronachen im Kampf gegen Drachen.", ["nextId"] = 0, -["Category"] = "Elsweyr", ["prevId"] = 0, -["description"] = "Tötet 100 Flammenwyrme, Flammenatronachen und Eisenatronachen im Kampf gegen Drachen.", +["points"] = 10, ["Category_ID"] = 17, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 3, } , [2534] = { -["points"] = 50, +["numCriteria"] = 12, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Dragonhold", ["name"] = "Geschichtsfetzen", +["description"] = "Sammelt Fetzen des unbezahlbaren khajiitischen Wandteppichs, Khajiit der Monde, um die Geschichte zu ehren und die Bewohner Senchals zu inspirieren.", ["nextId"] = 0, -["Category"] = "Dragonhold", ["prevId"] = 0, -["description"] = "Sammelt Fetzen des unbezahlbaren khajiitischen Wandteppichs, Khajiit der Monde, um die Geschichte zu ehren und die Bewohner Senchals zu inspirieren.", -["Category_ID"] = 31, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 50, +["Category_ID"] = 32, } , [2537] = { -["points"] = 10, -["name"] = "Reikmannenschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Reikmannenschlächter", ["description"] = "Besiegt 200 Reikkrieger in Eiskap (Veteranen).", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2538] = { -["points"] = 10, -["name"] = "Frostatronachenschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Frostatronachenschlächter", ["description"] = "Besiegt 45 Frostatronachen in Eiskap (Veteranen).", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2539] = { -["points"] = 10, -["name"] = "Eiskap-Überwältiger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Eiskap-Überwältiger", ["description"] = "Besiegt Kjarg Hauerkratzer, Schwester Skelga, Vearogh den Schlurfenden, den sturmgeborenen Wiedergänger und den Eiskap-Zirkel in Eiskap.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2540] = { -["points"] = 10, -["name"] = "Eroberer von Eiskap", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eroberer von Eiskap", ["description"] = "Besiegt Kjarg Hauerkratzer, Schwester Skelga, Vearogh den Schlurfenden, den sturmgeborenen Wiedergänger und den Eiskap-Zirkel in Eiskap (Veteranen).", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2541] = { -["points"] = 50, -["name"] = "Kaltblütiger Mörder", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Kaltblütiger Mörder", ["description"] = "Besiegt den Eiskap-Zirkel in Eiskap (Veteranen), nachdem Ihr dessen heiliges Weidentotem niedergebrannt habt.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2542] = { -["points"] = 50, -["name"] = "Im Thanenschritt", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Im Thanenschritt", ["description"] = "Besiegt Kjarg Hauerkratzer, Schwester Skelga, Vearogh den Schlurfenden, den sturmgeborenen Wiedergänger und den Eiskap-Zirkel innerhalb von 30 Minuten, nachdem Ihr Eiskap (Veteranen) betreten habt. Die Zeit läuft, sobald Ihr in einen Kampf verwickelt werdet.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2543] = { -["points"] = 50, -["name"] = "Fluchgeprüft", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Fluchgeprüft", ["description"] = "Besiegt zusätzlich zu Kjarg Hauerkratzer, Schwester Skelga, Vearogh den Schlurfenden, dem sturmgeborenen Wiedergänger und dem Eiskap-Zirkel alle Gegner in Eiskap (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2544] = { -["points"] = 5, -["name"] = "Erforscher des Gramsturms", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Erforscher des Gramsturms", ["description"] = "Betretet Eiskap oder das Unheilige Grab zum ersten Mal.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2545] = { -["points"] = 50, -["name"] = "Herausforderer von Eiskap", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Herausforderer von Eiskap", ["description"] = "Bewältigt die angegebenen Errungenschaften für das Eiskap (Veteranen).", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [2546] = { -["points"] = 50, -["name"] = "Kein Frieden für das Böse", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Kein Frieden für das Böse", ["description"] = "Besiegt zusätzlich zu Kjarg Hauerkratzer, Schwester Skelga, Vearogh dem Schlurfenden, dem sturmgeborenen Wiedergänger und dem Eiskap-Zirkel, nachdem dessen Weidentotem verbrannt wurde, alle Gegner in Eiskap (Veteranen) innerhalb von 30 Minuten und ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2547] = { -["points"] = 10, -["name"] = "Draugrbrutschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Draugrbrutschlächter", ["description"] = "Besiegt 200 Draugrbrutkrieger im Unheiligen Grab (Veteranen).", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2548] = { -["points"] = 10, -["name"] = "Knochenkolossschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Knochenkolossschlächter", ["description"] = "Besiegt 10 Knochenkolosse im Unheiligen Grab (Veteranen).", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2549] = { -["points"] = 10, -["name"] = "Sieger des Unheiligen Grabs", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Sieger des Unheiligen Grabs", ["description"] = "Besiegt Hakgrym den Heuler, die Bewahrerin der Feuerkammer, die ewige Ägis, Ondagore den Verrückten und Kjalnar Grabskalde im Unheiligen Grab.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2550] = { -["points"] = 10, -["name"] = "Eroberer des Unheiligen Grabs", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eroberer des Unheiligen Grabs", ["description"] = "Besiegt Hakgrym den Heuler, die Bewahrerin der Feuerkammer, die ewige Ägis, Ondagore den Verrückten und Kjalnar Grabskalde im Unheiligen Grab (Veteranen).", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2551] = { -["points"] = 50, -["name"] = "Schädelschmetterer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Schädelschmetterer", ["description"] = "Besiegt Kjalnar Grabskalde im Unheiligen Grab (Veteranen), nachdem Ihr Kjalnars Schädeltotem zerstört habt.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2552] = { -["points"] = 50, -["name"] = "Grabräuber", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Grabräuber", ["description"] = "Besiegt zusätzlich zu Hakgrym dem Heuler, der Bewahrerin der Feuerkammer, der ewigen Ägis, Ondagore dem Verrückten und Kjalnar Grabskalde alle Gegner im Unheiligen Grab (Veteranen) innerhalb von 30 Minuten. Die Zeit läuft, sobald Ihr in einen Kampf verwickelt werdet. Ihr müsst Vorias Heiligtum nicht betreten.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2553] = { -["points"] = 50, -["name"] = "Unversehrtes Grab", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Unversehrtes Grab", ["description"] = "Besiegt zusätzlich zu Hakgrym dem Heuler, der Bewahrerin der Feuerkammer, der ewigen Ägis, Ondagore dem Verrückten und Kjalnar Grabskalde alle Gegner im Unheiligen Grab (Veteranen), ohne dass ein Gruppenmitglied getötet wird. Ihr müsst Vorias Heiligtum nicht betreten.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2554] = { -["points"] = 50, -["name"] = "Herausforderer des Unheiligen Grabs", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Herausforderer des Unheiligen Grabs", ["description"] = "Bewältigt die angegebenen Errungenschaften für das Unheilige Grab (Veteranen).", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [2555] = { -["points"] = 50, -["name"] = "Dem Tod zum Trotz", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Dem Tod zum Trotz", ["description"] = "Besiegt innerhalb von 30 Minuten und ohne dass ein Gruppenmitglied getötet wird alle Gegner im Unheiligen Grab (Veteranen) zusätzlich zu Hakgrym dem Heuler, der Bewahrerin der Feuerkammer, der ewigen Ägis, Ondagore dem Verrückten und Kjalnar Grabskalde, nachdem Ihr Kjalnars Schädeltotem zerstört habt. Ihr müsst Vorias Heiligtum nicht betreten.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2556] = { -["points"] = 50, -["name"] = "Höhlenforscher des Gramsturms", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Höhlenforscher des Gramsturms", ["description"] = "Schließt sowohl Eiskap (Veteranen) als auch das Unheilige Grab (Veteranen) ab.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["nextId"] = 0, } , [2557] = { -["points"] = 5, -["name"] = "Erforscher der aufgegebenen Zitadelle", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der aufgegebenen Zitadelle", ["description"] = "Erforscht und säubert die aufgegebene Zitadelle.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2558] = { -["points"] = 5, -["name"] = "Erforscher des Mondscheingewölbes", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher des Mondscheingewölbes", ["description"] = "Erforscht und säubert das Mondscheingewölbe.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2559] = { -["points"] = 15, -["name"] = "Meistererforscher des südlichen Elsweyr", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher des südlichen Elsweyr", ["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im südlichen Elsweyr.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [2560] = { -["points"] = 10, -["name"] = "Höhlenforscher des südlichen Elsweyr", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher des südlichen Elsweyr", ["description"] = "Entdeckt und säubert beide Höhlen des südlichen Elsweyr.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["nextId"] = 0, } , [2561] = { -["points"] = 10, -["name"] = "Pfadfinder von Pellitine", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder von Pellitine", ["description"] = "Entdeckt alle markanten Orte im südlichen Elsweyr.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["nextId"] = 0, } , [2562] = { -["points"] = 10, +["numCriteria"] = 6, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Dragonhold", ["name"] = "Himmelsscherbenjäger des südlichen Elsweyr", +["description"] = "Entdeckt alle 6 Himmelsscherben im südlichen Elsweyr.", ["nextId"] = 0, -["Category"] = "Dragonhold", ["prevId"] = 0, -["description"] = "Entdeckt alle 6 Himmelsscherben im südlichen Elsweyr.", -["Category_ID"] = 31, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["Category_ID"] = 32, } , [2563] = { -["points"] = 15, -["name"] = "Verteidiger von Pellitine", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verteidiger von Pellitine", ["description"] = "Besiegt beide Anführer in der offenen Welt im südlichen Elsweyr.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [2564] = { -["points"] = 10, -["name"] = "Tempelwächterschrecken", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Tempelwächterschrecken", ["description"] = "Besiegt den Tempelwächter Iratan den Lichtbringer am Schrein des Neugeschmiedeten.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2565] = { -["points"] = 10, -["name"] = "Ende des Exils", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Ende des Exils", ["description"] = "Besiegt den ausgestoßenen Adepten Ri\'Atahrashi auf seinem Übungsgelände.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2566] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Dragonhold", ["name"] = "Meisterangler von Pellitine", +["description"] = "Fangt alle 12 seltenen Fische im südlichen Elsweyr.", ["nextId"] = 0, -["Category"] = "Dragonhold", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische im südlichen Elsweyr.", -["Category_ID"] = 31, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, +["Category_ID"] = 32, } , [2569] = { -["points"] = 5, -["name"] = "Unblutige Tötung", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Unblutige Tötung", ["description"] = "Besiegt die erwachten Trümmer in der Mondgrab-Tempelstadt (Veteranen), ohne dass Ihr einen Hämoheloten mithilfe der Synergie „Sangiin-Opfer“ erschafft.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2570] = { -["points"] = 5, -["name"] = "Blutige Tötung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Blutige Tötung", ["description"] = "Besiegt Dro\'zakar in der Mondgrab-Tempelstadt, nachdem Ihr einen Hämoheloten, den er verschlingt, zerschlagen habt.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2571] = { -["points"] = 5, -["name"] = "Würfel", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Würfel", ["description"] = "Besiegt Kujo Kethba in der Mondgrab-Tempelstadt (Veteranen) und blockt drei Geysire mit jeweils höchstens 3 Sekunden Abstand.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2572] = { -["points"] = 5, -["name"] = "Den Durst stillen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Den Durst stillen", ["description"] = "Erzielt mit einem Hämohelot einen Todesstoß gegen Sangiins Durst in der Mondgrab-Tempelstadt (Veteranen).", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2573] = { -["points"] = 5, -["name"] = "Verfehlte Transfusion", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Verfehlte Transfusion", ["description"] = "Besiegt Nisaazda und Grundwulf in der Mondgrab-Tempelstadt (Veteranen), ohne dass Nisaazda ihr Leben mit „Blutbande“ ausgleicht", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2574] = { -["points"] = 5, -["name"] = "Geteilte Erfahrung", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Geteilte Erfahrung", ["description"] = "Besiegt Grundwulf in der Mondgrab-Tempelstadt (Veteranen), während jedes Gruppenmitglied, das den verschiebbaren Stein bewegt, dies nicht mehr als einmal tut.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2575] = { -["points"] = 5, -["name"] = "Fallenlassen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Fallenlassen", ["description"] = "Erschlagt in der Mondgrab-Tempelstadt (Veteranen), nachdem Ihr den Sangiin-Hämoheloten verwendet habt, gefräßige Reifzecken mit dem verschiebbaren Stein.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2576] = { -["points"] = 10, -["name"] = "Ducken und wedeln", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Ducken und wedeln", ["description"] = "Besiegt Selene im Hort von Maarselok, ohne durch ihre „Giftbolzen“ Schaden zu erleiden", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2577] = { -["points"] = 10, -["name"] = "Blutstürmer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Blutstürmer", ["description"] = "Trefft 150 Feinde mit Hämoheloten in der Mondgrab-Tempelstadt.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2578] = { -["points"] = 10, -["name"] = "Augen zum Himmel", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Augen zum Himmel", ["description"] = "Besiegt Maarselok im Flug im Hort von Maarselok, ohne dass ein Gruppenmitglied durch Fäulekugel oder Fäulnisbecken getroffen wird.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2579] = { -["points"] = 10, -["name"] = "Gartenmeister", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Gartenmeister", ["description"] = "Besiegt den Azurfäule-Schlurfer im Hort von Maarselok (Veteranen), während er von Maarseloks Fäulnisbecken erzürnt ist", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2580] = { -["points"] = 5, -["name"] = "Saatwechsel", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Besiegt den Azurfäule-Kankroid im Hort von Maarselok, während jedes Gruppenmitglied eine Saat der Verderbnis mit sich trägt.", +["name"] = "Saatwechsel", +["description"] = "Besiegt den Azurfäule-Kankroid im Hort von Maarselok, nachdem jedes Gruppenmitglied eine Saat der Verderbnis mit sich getragen hat.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2581] = { -["points"] = 5, -["name"] = "Shagraths Schild", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Shagraths Schild", ["description"] = "Besiegt Maarselok in seinem Ausblick im Hort von Maarselok (Veteranen), ohne dass einer von Shagraths Wirten stirbt.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2582] = { -["points"] = 5, -["name"] = "Freund der Bäume", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Freund der Bäume", ["description"] = "Besiegt Maarselok in seinem Ausblick im Hort von Maarselok (Veteranen), ohne einen der Azurfäule-Schlürfer zu zerstören.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2583] = { -["points"] = 5, -["name"] = "Geißeleliminierer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Geißeleliminierer", ["description"] = "Besiegt Maarselok in seinem Nest im Hort von Maarselok (Veteranen), nachdem Ihr alle seine Geißelsaaten gereinigt habt, ohne dass der jeweilige Wirt Selenes „reinigender Schutz“ einsetzt.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2584] = { -["points"] = 5, -["name"] = "Blauer Daumen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Blauer Daumen", ["description"] = "Besiegt Maarselok in der schweren Fassung im Hort von Maarselok, nachdem er bei jedem Sprung durch verjüngende Dämpfe gestärkt wurde.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2590] = { -["points"] = 10, -["name"] = "Späher der Schuppenbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Späher der Schuppenbrecher", ["description"] = "Schließt sowohl den Hort von Maarselok als auch die Mondgrab-Tempelstadt ab.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["nextId"] = 0, } , [2596] = { -["points"] = 10, -["name"] = "Hortverorter", -["nextId"] = 2597, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2596, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Hortverorter", ["description"] = "Schließt die Quest „Der Drachenhort“ im südlichen Elsweyr ab.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 4, -["firstID"] = 2596, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2597, } , [2597] = { -["points"] = 10, -["name"] = "Khenarthis Führung", -["nextId"] = 2598, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2596, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Khenarthis Führung", ["description"] = "Schließt die Quest „Unbehagliche Allianzen“ im südlichen Elsweyr ab.", -["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 4, -["firstID"] = 2596, -["numCriteria"] = 1, +["Category_ID"] = 32, +["prevId"] = 2596, +["points"] = 10, +["nextId"] = 2598, } , [2598] = { -["points"] = 10, -["name"] = "Infiltration des Neuen Mondes", -["nextId"] = 2599, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2596, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Infiltration des Neuen Mondes", ["description"] = "Schließt die Quest „Der Orden des Neuen Mondes“ im südlichen Elsweyr ab.", -["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 4, -["firstID"] = 2596, -["numCriteria"] = 1, +["Category_ID"] = 32, +["prevId"] = 2597, +["points"] = 10, +["nextId"] = 2599, } , [2599] = { -["points"] = 10, -["name"] = "Hallen der Hochmähne", -["nextId"] = 2600, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2596, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Hallen der Hochmähne", ["description"] = "Schließt die Quest „Das Rudel von Alkosh“ im südlichen Elsweyr ab.", -["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 4, -["firstID"] = 2596, -["numCriteria"] = 1, +["Category_ID"] = 32, +["prevId"] = 2598, +["points"] = 10, +["nextId"] = 2600, } , [2600] = { -["points"] = 10, -["name"] = "Rückkehr der Drachengarde", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2596, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Rückkehr der Drachengarde", ["description"] = "Schließt die Quest „Die Drachengarde“ im südlichen Elsweyr ab.", -["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 4, -["firstID"] = 2596, -["numCriteria"] = 1, +["Category_ID"] = 32, +["prevId"] = 2599, +["points"] = 10, +["nextId"] = 0, } , [2602] = { -["points"] = 10, -["name"] = "Zorn des Drachen", -["nextId"] = 2603, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2602, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Zorn des Drachen", ["description"] = "Schließt die Quest „Das Dunkle Äon“ im südlichen Elsweyr ab. Diese wird verfügbar, nachdem Ihr die Haupthandlung für „Elsweyr“ und „Dragonhold“ abgeschlossen habt.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 5, -["firstID"] = 2602, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2603, } , [2603] = { -["points"] = 10, -["name"] = "Niedergang des Dunklen Äons", -["nextId"] = 2604, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2602, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Niedergang des Dunklen Äons", ["description"] = "Schließt die Quest „Aufstieg eines Neuen Mondes“ im südlichen Elsweyr ab.", -["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 5, -["firstID"] = 2602, -["numCriteria"] = 1, +["Category_ID"] = 32, +["prevId"] = 2602, +["points"] = 10, +["nextId"] = 2604, } , [2604] = { -["points"] = 10, -["name"] = "Helle Monde über Elsweyr", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2602, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Helle Monde über Elsweyr", ["description"] = "Schließt die Quest „Das Rudel von Elsweyr“ im südlichen Elsweyr ab.", -["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 5, -["firstID"] = 2602, -["numCriteria"] = 1, +["Category_ID"] = 32, +["prevId"] = 2603, +["points"] = 10, +["nextId"] = 0, } , [2606] = { -["points"] = 5, -["name"] = "Ruhmvoller Mittler", -["nextId"] = 2607, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 2606, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ruhmvoller Mittler", ["description"] = "Schließt im südlichen Elsweyr 1 täglichen Auftrag für Guybert Flaubert in Senchal ab.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 8, -["firstID"] = 2606, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 2607, } , [2607] = { -["points"] = 10, -["name"] = "Erblühender Makler", -["nextId"] = 2608, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 2606, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Erblühender Makler", ["description"] = "Schließt im südlichen Elsweyr 10 tägliche Aufträge für Guybert Flaubert in Senchal ab.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 8, -["firstID"] = 2606, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2608, } , [2608] = { -["points"] = 15, -["name"] = "Furchterregender Freischaffender", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 2606, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Furchterregender Freischaffender", ["description"] = "Schließt im südlichen Elsweyr 30 tägliche Aufträge für Guybert Flaubert in Senchal ab.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 8, -["firstID"] = 2606, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2609] = { -["points"] = 5, -["name"] = "Ruf zu den Waffen", -["nextId"] = 2610, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2609, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ruf zu den Waffen", ["description"] = "Schließt 4 Drachengarde-Quests ab, inklusive täglicher Aufträge für Dirge Truptor oder Chizbari der Hauerin, um den uralten Orden wiederherzustellen und zusätzliche Dienste im Drachengarde-Refugium freizuschalten.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 7, -["firstID"] = 2609, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 2610, } , [2610] = { -["points"] = 10, -["name"] = "Erneuerung des Ordens", -["nextId"] = 2611, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2609, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Erneuerung des Ordens", ["description"] = "Schließt 12 Drachengarde-Quests ab, inklusive täglicher Aufträge für Dirge Truptor oder Chizbari der Hauerin, um den uralten Orden wiederherzustellen und zusätzliche Dienste im Drachengarde-Refugium freizuschalten.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 7, -["firstID"] = 2609, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2611, } , [2611] = { -["points"] = 10, -["name"] = "Neuschmieden der Drachengarde", -["nextId"] = 2612, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2609, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Neuschmieden der Drachengarde", ["description"] = "Schließt 20 Drachengarde-Quests ab, inklusive täglicher Aufträge für Dirge Truptor oder Chizbari der Hauerin, um den uralten Orden wiederherzustellen und zusätzliche Dienste im Drachengarde-Refugium freizuschalten.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 7, -["firstID"] = 2609, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2612, } , [2612] = { -["points"] = 15, -["name"] = "Drachengardefunktionär", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2609, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Drachengardefunktionär", ["description"] = "Schließt 30 Drachengarde-Quests ab, inklusive täglicher Aufträge für Dirge Truptor oder Chizbari der Hauerin, um den uralten Orden wiederherzustellen und zusätzliche Dienste im Drachengarde-Refugium freizuschalten.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 7, -["firstID"] = 2609, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2613] = { -["points"] = 5, -["name"] = "Ein Schild von Senchal", -["nextId"] = 2614, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 2613, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ein Schild von Senchal", ["description"] = "Schließt im südlichen Elsweyr 1 täglichen Auftrag gegen Anführer in der offenen Welt für Bruccius Baenius in Senchal ab.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 9, -["firstID"] = 2613, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 2614, } , [2614] = { -["points"] = 10, -["name"] = "Vorhut von Senchal", -["nextId"] = 2615, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 2613, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Vorhut von Senchal", ["description"] = "Schließt im südlichen Elsweyr 10 tägliche Aufträge gegen Anführer in der offenen Welt für Bruccius Baenius in Senchal ab.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 9, -["firstID"] = 2613, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2615, } , [2615] = { -["points"] = 15, -["name"] = "Retter von Senchal", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 2613, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Retter von Senchal", ["description"] = "Schließt im südlichen Elsweyr 30 tägliche Aufträge gegen Anführer in der offenen Welt für Bruccius Baenius in Senchal ab.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 9, -["firstID"] = 2613, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2617] = { -["points"] = 15, -["name"] = "Pellitines Stolz und Freude", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Pellitines Stolz und Freude", ["description"] = "Schließt 16 Quests der Erzählung im südlichen Elsweyr ab.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2618] = { -["points"] = 10, -["name"] = "Befreier der Ausgestoßenen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Befreier der Ausgestoßenen", ["description"] = "Befreit 25 Sklaven und Flüchtlinge aus den Fängen der Piraten und Sklavenjäger im südlichen Elsweyr.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2619] = { -["points"] = 10, -["name"] = "Theaterkritiker", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 10, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Theaterkritiker", ["description"] = "Findet die 10 verlorenen Teile von Julius Cruilius\' Schauspiel „Elsweyr, meine Liebe“.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 10, +["points"] = 10, +["nextId"] = 0, } , [2620] = { -["points"] = 10, -["name"] = "Kletterarmbrust-Pfadfinder", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Kletterarmbrust-Pfadfinder", ["description"] = "Sucht ein Übungsgebiet der alten Drachengarde auf und absolviert es mit Eurer Kletterarmbrust.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2621] = { -["points"] = 10, -["name"] = "Schlächter von Legenden", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Schlächter von Legenden", ["description"] = "Findet und besiegt alle verbleibenden Mitglieder der berüchtigten Blaugiftpiraten, Meereselfenmarodeure, die im südlichen Elsweyr untergetaucht sind.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 10, +["nextId"] = 0, } , [2623] = { -["points"] = 50, +["numCriteria"] = 5, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Dragonhold", ["name"] = "Held der Drachengarde", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held der Drachengarde zu werden.", ["nextId"] = 0, -["Category"] = "Dragonhold", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held der Drachengarde zu werden.", -["Category_ID"] = 31, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, +["Category_ID"] = 32, } , [2625] = { -["points"] = 50, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Summerset", ["name"] = "Fertigkeitsmeister des Psijik-Ordens", +["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie des Psijik-Ordens.", ["nextId"] = 0, -["Category"] = "Summerset", ["prevId"] = 0, -["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie des Psijik-Ordens.", +["points"] = 50, ["Category_ID"] = 18, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, } , [2626] = { -["points"] = 5, -["name"] = "Willkommen in Pellitine", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Willkommen in Pellitine", ["description"] = "Betretet das südliche Elsweyr zum ersten Mal.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2628] = { -["points"] = 50, -["name"] = "Meister des Stils des Mondgrabs", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Meister des Stils des Mondgrabs", ["description"] = "Lernt jedes Kapitel des Buchs „Stil des Mondgrabs“, die Ihr in der Mondgrab-Tempelstadt findet.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["nextId"] = 0, } , [2629] = { -["points"] = 50, -["name"] = "Meister der Stile der Hirsche von Z\'en", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Meister der Stile der Hirsche von Z\'en", ["description"] = "Lernt jedes Kapitel des Buchs „Die Hirsche von Z\'en“, die Ihr im Hort von Maarselok findet.", +["Category_ID"] = 33, ["prevId"] = 0, -["Category_ID"] = 32, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["nextId"] = 0, } , [2630] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Dragonhold", ["name"] = "Meister des Stils der Drachengarde", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Drachengarde“, die Ihr als Belohnung für das Abschließen täglicher Aufträge für die Drachengarde für Dirge Truptor und Chizbari die Hauerin im südlichen Elsweyr erhaltet.", ["nextId"] = 0, -["Category"] = "Dragonhold", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Drachengarde“, die Ihr als Belohnung für das Abschließen täglicher Aufträge für die Drachengarde für Dirge Truptor und Chizbari die Hauerin im südlichen Elsweyr erhaltet.", -["Category_ID"] = 31, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 32, } , [2631] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2631, +["Category"] = "Dragonhold", ["name"] = "Drachentöter von Pellitine", +["description"] = "Tötet einen Drachen in der Wildnis des südlichen Elsweyr.", ["nextId"] = 2636, -["Category"] = "Dragonhold", ["prevId"] = 0, -["description"] = "Tötet einen Drachen in der Wildnis des südlichen Elsweyr.", -["Category_ID"] = 31, -["achievementIndex"] = 4, -["firstID"] = 2631, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 32, } , [2633] = { -["points"] = 10, -["name"] = "Hilfe für die Hilflosen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Hilfe für die Hilflosen", ["description"] = "Helft jenen in den Ruinen von Südwacht und in Schwarzhöhen.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["nextId"] = 0, } , [2634] = { -["points"] = 10, -["name"] = "Ein Neuanfang", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ein Neuanfang", ["description"] = "Helft den Geschwistern aus Südwacht bei der Flucht aus dem südlichen Elsweyr.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2635] = { -["points"] = 10, -["name"] = "Blätter im Wind", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Blätter im Wind", ["description"] = "Helft dabei, die Mauer des Lebens in Schwarzhöhen wiederherzustellen.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2636] = { -["points"] = 10, -["name"] = "Drachenpirscher von Pellitine", -["nextId"] = 2637, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2631, ["Category"] = "Dragonhold", -["prevId"] = 0, +["name"] = "Drachenpirscher von Pellitine", ["description"] = "Tötet 25 Drachen in der Wildnis des südlichen Elsweyr.", -["Category_ID"] = 31, -["achievementIndex"] = 4, -["firstID"] = 2631, -["numCriteria"] = 1, +["nextId"] = 2637, +["prevId"] = 2631, +["points"] = 10, +["Category_ID"] = 32, } , [2637] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2631, +["Category"] = "Dragonhold", ["name"] = "Drachenjäger von Pellitine", +["description"] = "Tötet 50 Drachen in der Wildnis des südlichen Elsweyr.", ["nextId"] = 0, -["Category"] = "Dragonhold", ["prevId"] = 0, -["description"] = "Tötet 50 Drachen in der Wildnis des südlichen Elsweyr.", -["Category_ID"] = 31, -["achievementIndex"] = 4, -["firstID"] = 2631, -["numCriteria"] = 1, +["points"] = 15, +["Category_ID"] = 32, } , [2638] = { -["points"] = 50, -["name"] = "Fertigkeitsmeister der Seelenmagie", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Fertigkeitsmeister der Seelenmagie", ["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie der Seelenmagie.", -["prevId"] = 0, ["Category_ID"] = 7, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2639] = { -["points"] = 5, -["name"] = "Erforscher der Eishauchtiefen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Eishauchtiefen", ["description"] = "Erforscht und säubert die Eishauchtiefen.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2640] = { -["points"] = 5, -["name"] = "Erforscher von Drachenheim", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Erforscher von Drachenheim", ["description"] = "Erforscht und säubert Drachenheim.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2641] = { -["points"] = 5, -["name"] = "Erforscher der Gefrorenen Küste", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Gefrorenen Küste", ["description"] = "Erforscht und säubert die Gefrorene Küste.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2642] = { -["points"] = 5, -["name"] = "Erforscher des Mittnacht-Hügelgrabs", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Erforscher des Mittnacht-Hügelgrabs", ["description"] = "Erforscht und säubert das Mittnacht-Hügelgrab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2643] = { -["points"] = 5, -["name"] = "Erforscher von Schattengrün", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Erforscher von Schattengrün", ["description"] = "Erforscht und säubert Schattengrün.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2644] = { -["points"] = 5, -["name"] = "Erforscher der Bruchhalde", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Bruchhalde", ["description"] = "Erforscht und säubert die Bruchhalde.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2645] = { -["points"] = 15, -["name"] = "Höhlenforscher des westlichen Himmelsrand", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Höhlenforscher des westlichen Himmelsrand", ["description"] = "Erforscht und säubert alle sechs Gewölbe im westlichen Himmelsrand.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2646] = { -["points"] = 10, -["name"] = "Pfadfinder des westlichen Himmelsrand", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Pfadfinder des westlichen Himmelsrand", ["description"] = "Entdeckt alle markanten Orte im westlichen Himmelsrand und in den Graumoorkavernen von Schwarzweite.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2647] = { -["points"] = 15, -["name"] = "Meistererforscher des westlichen Himmelsrand", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Meistererforscher des westlichen Himmelsrand", ["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte im westlichen Himmelsrand.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2648] = { -["points"] = 10, -["name"] = "Strandkämpfer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Strandkämpfer", ["description"] = "Besiegt Ysmgar den Seeriesen an Ysmgars Strand im westlichen Himmelsrand.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2649] = { -["points"] = 10, -["name"] = "Jagd auf die Jäger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Jagd auf die Jäger", ["description"] = "Besiegt die Werwölfe von Hordreks Pirschern in Hordreks Jagdgründen im westlichen Himmelsrand.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2650] = { -["points"] = 10, -["name"] = "Champion der Champions", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Champion der Champions", ["description"] = "Besiegt den Ork namens Skreg der Unbezwingbare im Kreis der Champions im westlichen Himmelsrand.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2651] = { -["points"] = 10, -["name"] = "Grauschattierungen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Grauschattierungen", ["description"] = "Besiegt die Rabenvettel namens Schattenmutter in der Zuflucht der Schattenmutter im westlichen Himmelsrand.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2652] = { -["points"] = 10, -["name"] = "Für Euch kein Abendbrot", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Für Euch kein Abendbrot", ["description"] = "Besiegt Hjorrenn die Ernterin, Unheilskralle und Exarch Savfyr von der Grauen Schar im Nährgrund der Vampire in den Graumoorkavernen von Schwarzweite.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2653] = { -["points"] = 10, -["name"] = "Dwemer-Demontierer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Dwemer-Demontierer", ["description"] = "Besiegt den Dwemerkoloss an der Dwemer-Ladestation in den Graumoorkavernen von Schwarzweite.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2654] = { -["points"] = 15, -["name"] = "Verteidiger im westlichen Himmelsrand", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Verteidiger im westlichen Himmelsrand", ["description"] = "Besiegt alle sechs Anführer in der offenen Welt im westlichen Himmelsrand und in den Graumoorkavernen von Schwarzweite.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2655] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Greymoor", ["name"] = "Meisterangler im westlichen Himmelsrand", +["description"] = "Fangt alle 12 seltenen Fische im westlichen Himmelsrand und in den Graumoorkavernen von Schwarzweite.", ["nextId"] = 0, -["Category"] = "Greymoor", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische im westlichen Himmelsrand und in den Graumoorkavernen von Schwarzweite.", +["points"] = 5, ["Category_ID"] = 16, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 12, } , [2656] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Dragonhold", ["name"] = "Drachenvasallenschlächter", +["description"] = "Tötet 100 untote Drachenvasallen, 25 Sturmatronachen und 25 Frostatronachen, während Ihr gegen Drachen kämpft.", ["nextId"] = 0, -["Category"] = "Dragonhold", ["prevId"] = 0, -["description"] = "Tötet 100 untote Drachenvasallen, 25 Sturmatronachen und 25 Frostatronachen, während Ihr gegen Drachen kämpft.", -["Category_ID"] = 31, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 32, } , [2658] = { -["points"] = 5, -["name"] = "Lied eines Helden", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Lied eines Helden", ["description"] = "Erbittet die Weisheit eines khajiitischen Legendenhelden auf der Terrasse des Palasts von Senchal, nachdem Ihr die Hauptgeschichte von „Elsweyr“ und „Dragonhold“ abgeschlossen habt.", +["Category_ID"] = 32, ["prevId"] = 0, -["Category_ID"] = 31, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2660] = { -["points"] = 10, -["name"] = "Späher des Gramsturms", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Späher des Gramsturms", ["description"] = "Schließt sowohl Eiskap als auch das Unheilige Grab ab.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["nextId"] = 0, } , [2669] = { -["points"] = 50, +["numCriteria"] = 19, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Greymoor", ["name"] = "Ein instrumentaler Triumph", +["description"] = "Findet alle 19 Musikinstrumente und bringt sie ins Bardenkolleg von Einsamkeit.", ["nextId"] = 0, -["Category"] = "Greymoor", ["prevId"] = 0, -["description"] = "Findet alle 19 Musikinstrumente und bringt sie ins Bardenkolleg von Einsamkeit.", +["points"] = 50, ["Category_ID"] = 16, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 19, } , [2670] = { -["points"] = 10, -["name"] = "Eisiges Ende", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eisiges Ende", ["description"] = "Besiegt Kjarg Hauerkratzer in Eiskap (Veteranen) mit mindestens drei vollständig ausgebildeten Frostatronachen.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2671] = { -["points"] = 10, -["name"] = "Feuerbesen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Feuerbesen", ["description"] = "Entfernt die Eisrüstung von fünfzig Würgern, indem Ihr die abstrahlende Hitze des schmelzenden Schwalls verwendet, um ihnen Schaden zuzufügen.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2672] = { -["points"] = 10, -["name"] = "Drauf gespuckt", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Drauf gespuckt", ["description"] = "Besiegt Schwester Skelga in Eiskap (Veteranen), ohne dass Spieler von den Eisspei-Projektilen der Würger getroffen werden.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2673] = { -["points"] = 10, -["name"] = "Eine offene Anrufung", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eine offene Anrufung", ["description"] = "Besiegt Vearogh den Schlurfenden in Eiskap (Veteranen), ohne Rissgeister zu töten.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2674] = { -["points"] = 10, -["name"] = "Der Blitz schlägt dreimal ein", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Der Blitz schlägt dreimal ein", ["description"] = "Besiegt, während Ihr gegen den sturmgeborenen Wiedergänger in Eiskap (Veteranen) kämpft, drei Sturmatronachen innerhalb von jeweils höchstens 3 Sekunden zueinander.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2675] = { -["points"] = 10, -["name"] = "Auge des Sturms", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Auge des Sturms", ["description"] = "Besiegt den Eiskap-Zirkel in Eiskap (Veteranen), während ein Gruppenmitglied von jedem einzelnen Zauber der Hexen befallen ist.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2676] = { -["points"] = 10, -["name"] = "Schnell Schweigender", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Schnell Schweigender", ["description"] = "Verhindert, dass der Eiskap-Zirkel die Sturmwoge erfolgreich heraufbeschwört, indem Ihr alle vier Schwestern innerhalb von fünf Sekunden nach Beginn des Zaubers unterbrecht.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2677] = { -["points"] = 10, -["name"] = "Gewalttätige Befriedung", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Gewalttätige Befriedung", ["description"] = "Benutzt Gohllas Riesen in der schweren Fassung von Eiskap (Veteranen), um jede der Schwestern zu töten, während diese erzürnt sind.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2678] = { -["points"] = 50, -["name"] = "Klopf, klopf", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Klopf, klopf", ["description"] = "Erhaltet Zutritt zu Vorias Heiligtum im Unheiligen Grab und besiegt die Bestie darin.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2679] = { -["points"] = 10, -["name"] = "Unablässiger Hundefänger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Unablässiger Hundefänger", ["description"] = "Besiegt Hakgrym den Heuler im Unheiligen Grab (Veteranen), ohne eine seiner Fleischabscheulichkeiten zu besiegen.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2680] = { -["points"] = 10, -["name"] = "Keramikpanik", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Keramikpanik", ["description"] = "Besiegt die Bewahrerin der Feuerkammer, ohne auch nur einmal das korrekte Symbol zu enthüllen.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2681] = { -["points"] = 10, -["name"] = "Zerschmetterte Schilde", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Zerschmetterte Schilde", ["description"] = "Besiegt die ewige Ägis, ohne dass der Ring der Klingen die Angriffe eines Gruppenmitglieds abblocken kann oder dass kleinere Ägiden explodieren.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2682] = { -["points"] = 10, -["name"] = "Zweite letzte Trennung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Zweite letzte Trennung", ["description"] = "Besiegt im Kampf gegen die ewige Ägis im Unheiligen Grab eine kleinere Ägis, direkt nachdem sie mit der Kanalisierung der Schildbrecher-Fähigkeit beginnt und noch bevor diese explodiert.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2683] = { -["points"] = 10, -["name"] = "Pflegererleger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Pflegererleger", ["description"] = "Tötet, während Ihr gegen Ondagore den Verrückten im Unheiligen Grab (Veteranen) kämpft, alle Pfleger innerhalb von 5 Sekunden zueinander.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2684] = { -["points"] = 10, -["name"] = "Freie Machtentfaltung", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Freie Machtentfaltung", ["description"] = "Besiegt Kjalnar Grabskalde im Unheiligen Grab (Veteranen), ohne die getränkten Skelette zu zerstören, bevor sie die stärkenden Kreise erreichen.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2685] = { -["points"] = 10, -["name"] = "Vernichtende Skelettniederlage", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Vernichtende Skelettniederlage", ["description"] = "Besiegt Kjalnar Grabskalde, ohne dass ein getränktes Skelett sich stärkt.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2687] = { -["points"] = 10, +["numCriteria"] = 18, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Greymoor", ["name"] = "Himmelsscherbenjäger des westlichen Himmelsrand", +["description"] = "Entdeckt alle 18 Himmelsscherben im westlichen Himmelsrand und den Graumoorkavernen von Schwarzweite.", ["nextId"] = 0, -["Category"] = "Greymoor", ["prevId"] = 0, -["description"] = "Entdeckt alle 18 Himmelsscherben im westlichen Himmelsrand und den Graumoorkavernen von Schwarzweite.", +["points"] = 10, ["Category_ID"] = 16, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 18, } , [2688] = { -["points"] = 15, -["name"] = "Gramsturmjäger", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 10, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, +["name"] = "Gramsturmjäger", ["description"] = "Zerstreut den Gramsturm jeder einzelnen Ritualstätte im westlichen Himmelsrand und in den Graumoorkavernen von Schwarzweite.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2689] = { -["points"] = 5, -["name"] = "Gramsturmzerstreuer", -["nextId"] = 2690, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2689, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, +["name"] = "Gramsturmzerstreuer", ["description"] = "Zerstreut einen Gramsturm an einer Ritualstätte im westlichen Himmelsrand, im Reik oder in Schwarzweite.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 5, -["firstID"] = 2689, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 2690, } , [2690] = { -["points"] = 10, -["name"] = "Gramsturmzerstörer", -["nextId"] = 2691, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2689, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, +["name"] = "Gramsturmzerstörer", ["description"] = "Zerstreut zehn Gramstürme an Ritualstätten im westlichen Himmelsrand, im Reik oder in Schwarzweite.", -["prevId"] = 0, -["Category_ID"] = 16, -["achievementIndex"] = 5, -["firstID"] = 2689, -["numCriteria"] = 1, +["Category_ID"] = 16, +["prevId"] = 2689, +["points"] = 10, +["nextId"] = 2691, } , [2691] = { -["points"] = 15, -["name"] = "Gramsturmvernichter", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2689, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, +["name"] = "Gramsturmvernichter", ["description"] = "Zerstreut 30 Gramstürme an Ritualstätten im westlichen Himmelsrand, im Reik oder in Schwarzweite.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 5, -["firstID"] = 2689, -["numCriteria"] = 1, +["prevId"] = 2690, +["points"] = 15, +["nextId"] = 0, } , [2692] = { -["points"] = 10, -["name"] = "Speichellecker-Schlächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Speichellecker-Schlächter", ["description"] = "Besiegt 200 von Arkasis\' menschlichen Anhängern im Steingarten (Veteranen). Hierzu zählen Krankenwärter, Lauerer, Beschützer, Lehrlinge, Alchemisten und Kuratoren.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2693] = { -["points"] = 10, -["name"] = "Steinhüllenschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Steinhüllenschlächter", ["description"] = "Besiegt 50 Steinhüllen im Steingarten (Veteranen).", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2694] = { -["points"] = 10, -["name"] = "Steingarten-Überwältiger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Steingarten-Überwältiger", ["description"] = "Besiegt Exarch Kraglen, den Steinbehemoth und Arkasis den irren Alchemisten im Steingarten.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [2695] = { -["points"] = 10, -["name"] = "Eroberer des Steingartens", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eroberer des Steingartens", ["description"] = "Besiegt Exarch Kraglen, den Steinbehemoth und Arkasis den irren Alchemisten im Steingarten (Veteranen).", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [2697] = { -["points"] = 50, -["name"] = "Prompter Experimentierer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Prompter Experimentierer", ["description"] = "Besiegt zusätzlich zu Exarch Kraglen, dem Steinbehemoth und Arkasis dem irren Alchemisten alle Gegner im Steingarten (Veteranen) innerhalb von 25 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe Verteidiger des Steingartens angreift. Die Vitalisierer-Flusssteuerung könnt Ihr dabei ignorieren.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2698] = { -["points"] = 50, -["name"] = "Sicherheit geht vor!", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Sicherheit geht vor!", ["description"] = "Besiegt zusätzlich zu Exarch Kraglen, den Steinbehemoth und Arkasis den irren Alchemisten alle Gegner im Steingarten (Veteranen), ohne dass ein Gruppenmitglied getötet wird. Die Vitalisierer-Flusssteuerung könnt Ihr dabei ignorieren.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2699] = { -["points"] = 5, -["name"] = "Erforscher des Steindorns", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Erforscher des Steindorns", ["description"] = "Betretet den Steingarten oder Kastell Dorn zum ersten Mal.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2700] = { -["points"] = 50, -["name"] = "Herausforderer des Steingartens", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Herausforderer des Steingartens", ["description"] = "Bewältigt die angegebenen Errungenschaften für den Steingarten (Veteranen).", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [2701] = { -["points"] = 50, -["name"] = "Wahres Genie", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Wahres Genie", ["description"] = "Besiegt zusätzlich zu Exarch Kraglen, dem Steinbehemoth und Arkasis dem irren Alchemisten nach dem Hissen der Herausforderungsbanner für sie alle Gegner im Steingarten (Veteranen) innerhalb von 25 Minuten und ohne dass ein Gruppenmitglied getötet wird. Die Vitalisierer-Flusssteuerung könnt Ihr dabei ignorieren.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2702] = { -["points"] = 10, -["name"] = "Schlächter der Dornlegion", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Schlächter der Dornlegion", ["description"] = "Besiegt 200 Vampire der Dornlegion in Kastell Dorn (Veteranen). Hierzu zählen Sanguimanten, Flinkklingen, Meisterschützen, Zermalmer und wiederbelebte Vampire.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2703] = { -["points"] = 10, -["name"] = "Senche-raht-Schlächter der Dornlegion", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Senche-raht-Schlächter der Dornlegion", ["description"] = "Besiegt 50 Senche-raht der Dornlegion in Kastell Dorn (Veteranen).", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2704] = { -["points"] = 10, -["name"] = "Sieger von Kastell Dorn", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Sieger von Kastell Dorn", ["description"] = "Besiegt die grausige Tindulra, den Blutschrecken, Vaduroth, Talfyg und Fürstin Dorn in Kastell Dorn.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2705] = { -["points"] = 10, -["name"] = "Eroberer von Kastell Dorn", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eroberer von Kastell Dorn", ["description"] = "Besiegt die grausige Tindulra, den Blutschrecken, Vaduroth, Talfyg und Fürstin Dorn in Kastell Dorn (Veteranen).", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2706] = { -["points"] = 50, -["name"] = "Dornauszieher", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Dornauszieher", ["description"] = "Besiegt Fürstin Dorn in Kastell Dorn (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2707] = { -["points"] = 50, -["name"] = "Heim-Suchung", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Heim-Suchung", ["description"] = "Besiegt zusätzlich zur grausigen Tindulra, dem Blutschrecken, Vaduroth, Talfyg und Fürstin Dorn alle Gegner in Kastell Dorn (Veteranen) innerhalb von 30 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe von Feinden angreift.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2708] = { -["points"] = 50, -["name"] = "Unnachlässiger Ansturm", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Unnachlässiger Ansturm", ["description"] = "Besiegt zusätzlich zur grausigen Tindulra, dem Blutschrecken, Vaduroth, Talfyg und Fürstin Dorn alle Gegner in Kastell Dorn (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2709] = { -["points"] = 50, -["name"] = "Herausforderer von Kastell Dorn", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Herausforderer von Kastell Dorn", ["description"] = "Bewältigt die angegebenen Errungenschaften für Kastell Dorn (Veteranen).", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [2710] = { -["points"] = 50, -["name"] = "Dornfluch", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Dornfluch", ["description"] = "Besiegt zusätzlich zur grausigen Tindulra, dem Blutschrecken, Vaduroth, Talfyg und Fürstin Dorn nach dem Hissen des Herausforderungsbanners alle Gegner in Kastell Dorn (Veteranen) innerhalb von 30 Minuten und ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2711] = { -["points"] = 50, -["name"] = "Höhlenforscher des Steindorns", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Höhlenforscher des Steindorns", ["description"] = "Schließt sowohl den Steingarten (Veteranen) als auch Kastell Dorn (Veteranen) ab.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["nextId"] = 0, } , [2712] = { -["points"] = 50, +["numCriteria"] = 7, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Greymoor", ["name"] = "Retter des westlichen Himmelsrand", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter des westlichen Himmelsrand zu werden.", ["nextId"] = 0, -["Category"] = "Greymoor", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter des westlichen Himmelsrand zu werden.", +["points"] = 50, ["Category_ID"] = 16, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 7, } , [2713] = { -["points"] = 50, -["name"] = "Großabenteurer des westlichen Himmelsrand", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Großabenteurer des westlichen Himmelsrand", ["description"] = "Schließt 30 verschiedene Quests im westlichen Himmelsrand oder in den Graumoorkavernen von Schwarzweite ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2714] = { -["points"] = 50, -["name"] = "Gruppenwagnis in Labyrinthion", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in Labyrinthion", ["description"] = "Besiegt Garneld den Hohlen und seine Bande Untoter und Draugr in Labyrinthion.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2715] = { -["points"] = 50, -["name"] = "Gruppenwagnis in Nchuthnkarst", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in Nchuthnkarst", ["description"] = "Besiegt das Uhrwerk-Kriterium und seine mechanischen Vasallen in Nchuthnkarst.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2716] = { -["points"] = 50, -["name"] = "Champion von Einsamkeit", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 7, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Champion von Einsamkeit", ["description"] = "Untersucht die Gefahr für das westliche Himmelsrand und stellt den Frieden in Einsamkeit und den umgebenden Jarltümern wieder her.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2717] = { -["points"] = 50, -["name"] = "Eroberer von Labyrinthion", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Eroberer von Labyrinthion", ["description"] = "Besiegt alle Champions in Labyrinthion im westlichen Himmelsrand.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2718] = { -["points"] = 50, -["name"] = "Eroberer von Nchuthnkarst", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Eroberer von Nchuthnkarst", ["description"] = "Besiegt alle Champions in Nchuthnkarst in den Graumoorkavernen von Schwarzweite.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2719] = { -["points"] = 10, -["name"] = "Partner des Titanenkinds", -["nextId"] = 2720, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 2719, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Partner des Titanenkinds", ["description"] = "Schließt die Quest „Der aufziehende Sturm“ im westlichen Himmelsrand ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 8, -["firstID"] = 2719, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 2720, } , [2720] = { -["points"] = 10, -["name"] = "Assassine der Assassinen", -["nextId"] = 2721, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 2719, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Assassine der Assassinen", ["description"] = "Schließt die Quest „Dunkle Wolken über Einsamkeit“ im westlichen Himmelsrand ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 8, -["firstID"] = 2719, -["numCriteria"] = 1, +["prevId"] = 2719, +["points"] = 10, +["nextId"] = 2721, } , [2721] = { -["points"] = 10, -["name"] = "Held der Jarltümer", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 2719, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Held der Jarltümer", ["description"] = "Schließt die Quest „Gefahr in den Jarltümern“ im westlichen Himmelsrand ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 8, -["firstID"] = 2719, -["numCriteria"] = 1, +["prevId"] = 2720, +["points"] = 10, +["nextId"] = 0, } , [2722] = { -["points"] = 10, -["name"] = "Freund von Fennorian", -["nextId"] = 2723, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2722, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Freund von Fennorian", ["description"] = "Schließt die Quest „Der Vampirgelehrte“ im westlichen Himmelsrand ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 2, -["firstID"] = 2722, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 2723, } , [2723] = { -["points"] = 10, -["name"] = "Resoluter Kundschafter", -["nextId"] = 2724, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2722, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Resoluter Kundschafter", ["description"] = "Schließt die Quest „Die Graue Schar“ im westlichen Himmelsrand ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 2, -["firstID"] = 2722, -["numCriteria"] = 1, -} -, -[2724] = { +["prevId"] = 2722, ["points"] = 10, -["name"] = "Gefahrenbeender", -["nextId"] = 2725, +["nextId"] = 2724, +} +, +[2724] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2722, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Gefahrenbeender", ["description"] = "Schließt die Quest „Der Aufstieg Graumoors“ im westlichen Himmelsrand ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 2, -["firstID"] = 2722, -["numCriteria"] = 1, +["prevId"] = 2723, +["points"] = 10, +["nextId"] = 2725, } , [2725] = { -["points"] = 10, -["name"] = "Himmelsranddiplomat", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2722, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Himmelsranddiplomat", ["description"] = "Schließt die Quest „Tochter des Wolfes“ im westlichen Himmelsrand ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 2, -["firstID"] = 2722, -["numCriteria"] = 1, +["prevId"] = 2724, +["points"] = 10, +["nextId"] = 0, } , [2726] = { -["points"] = 5, -["name"] = "Mietling der planvollen Gelehrten", -["nextId"] = 2727, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2726, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Mietling der planvollen Gelehrten", ["description"] = "Schließt im westlichen Himmelsrand 1 täglichen Einzelauftrag für Tinzen von der Liga der planvollen Gelehrten in Einsamkeit ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 4, -["firstID"] = 2726, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 2727, } , [2727] = { -["points"] = 10, -["name"] = "Mitarbeiter der planvollen Gelehrten", -["nextId"] = 2728, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2726, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Mitarbeiter der planvollen Gelehrten", ["description"] = "Schließt im westlichen Himmelsrand 10 tägliche Einzelaufträge für Tinzen von der Liga der planvollen Gelehrten in Einsamkeit ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 4, -["firstID"] = 2726, -["numCriteria"] = 1, +["prevId"] = 2726, +["points"] = 10, +["nextId"] = 2728, } , [2728] = { -["points"] = 15, -["name"] = "Fachkraft der planvollen Gelehrten", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2726, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Fachkraft der planvollen Gelehrten", ["description"] = "Schließt im westlichen Himmelsrand 30 tägliche Einzelaufträge für Tinzen von der Liga der planvollen Gelehrten in Einsamkeit ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 4, -["firstID"] = 2726, -["numCriteria"] = 1, +["prevId"] = 2727, +["points"] = 15, +["nextId"] = 0, } , [2729] = { -["points"] = 5, -["name"] = "Monsterjäger der Schwerter von Einsamkeit", -["nextId"] = 2730, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2729, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Monsterjäger der Schwerter von Einsamkeit", ["description"] = "Schließt im westlichen Himmelsrand 1 täglichen Auftrag gegen Anführer in der offenen Welt für Hidavar in Einsamkeit ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 6, -["firstID"] = 2729, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 2730, } , [2730] = { -["points"] = 10, -["name"] = "Monsterschlächter der Schwerter von Einsamkeit", -["nextId"] = 2731, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2729, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Monsterschlächter der Schwerter von Einsamkeit", ["description"] = "Schließt im westlichen Himmelsrand 10 tägliche Aufträge gegen Anführer in der offenen Welt für Hidavar in Einsamkeit ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 6, -["firstID"] = 2729, -["numCriteria"] = 1, +["prevId"] = 2729, +["points"] = 10, +["nextId"] = 2731, } , [2731] = { -["points"] = 15, -["name"] = "Monsterauslöscher der Schwerter von Einsamkeit", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2729, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Monsterauslöscher der Schwerter von Einsamkeit", ["description"] = "Schließt im westlichen Himmelsrand 30 tägliche Aufträge gegen Anführer in der offenen Welt für Hidavar in Einsamkeit ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 6, -["firstID"] = 2729, -["numCriteria"] = 1, +["prevId"] = 2730, +["points"] = 15, +["nextId"] = 0, } , [2732] = { -["points"] = 10, -["name"] = "Sieger von Kynes Ägis", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Sieger von Kynes Ägis", ["description"] = "Besiegt Yandir den Ausweider, Kapitän Vrol und Fürst Falgravn in Kynes Ägis.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2733] = { -["points"] = 50, -["name"] = "Sprinter von Kynes Ägis", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Sprinter von Kynes Ägis", ["description"] = "Besiegt alle Feinde zusätzlich zu Yandir dem Ausweider, Kapitän Vrol und Fürst Falgravn in Kynes Ägis (Veteranen) innerhalb von 35 Minuten nach Betreten des Dorfes Kynessitz.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2734] = { -["points"] = 10, -["name"] = "Eroberer von Kynes Ägis", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Eroberer von Kynes Ägis", ["description"] = "Besiegt Yandir den Ausweider, Kapitän Vrol und Fürst Falgravn in Kynes Ägis (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2735] = { -["points"] = 50, -["name"] = "Perfekter Sturm", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Perfekter Sturm", ["description"] = "Besiegt alle Feinde zusätzlich zu Yandir dem Ausweider, Kapitän Vrol und Fürst Falgravn in Kynes Ägis (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2736] = { -["points"] = 15, -["name"] = "Fleischwolf", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Fleischwolf", ["description"] = "Besiegt Yandir den Ausweider in Kynes Ägis (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2737] = { -["points"] = 15, -["name"] = "Schiffe versenken", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Schiffe versenken", ["description"] = "Besiegt Kapitän Vrol in Kynes Ägis (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2739] = { -["points"] = 50, -["name"] = "Retter der Bastion", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Retter der Bastion", ["description"] = "Besiegt Yandir den Ausweider, Kapitän Vrol und Fürst Falgravn in Kynes Ägis (Veteranen) in einem Lauf, nachdem Ihr das Herausforderungsbanner gehisst habt.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2740] = { -["points"] = 50, -["name"] = "Makelloser Belagerungsbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Makelloser Belagerungsbrecher", ["description"] = "Besiegt Yandir den Ausweider, Kapitän Vrol und Fürst Falgravn in Kynes Ägis (Veteranen) zusammen mit all ihren feindlichen Anhängern, nachdem Ihr für alle die Herausforderungsbanner aktiviert habt, ohne dass ein Gruppenmitglied getötet wird und innerhalb von 35 Minuten nach Betreten des Dorfes Kynessitz.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2741] = { -["points"] = 10, -["name"] = "Vampir-Schlächter", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Vampir-Schlächter", ["description"] = "Besiegt 175 Vampire und Gramunholde in Kynes Ägis (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2742] = { -["points"] = 10, -["name"] = "Halbriesenschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Halbriesenschlächter", ["description"] = "Besiegt 100 Halbriesen in Kynes Ägis (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2743] = { -["points"] = 10, -["name"] = "Gallebrecher", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Gallebrecher", ["description"] = "Besiegt Yandir den Ausweider in Kynes Ägis (Veteranen), ohne dass ein Spieler einen anderen mit Chaurusgalle belegt.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2744] = { -["points"] = 10, -["name"] = "Singuläre Belagerungskunst", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Singuläre Belagerungskunst", ["description"] = "Besiegt Kapitän Vrol in Kynes Ägis (Veteranen), während Ihr nur eine der beiden Ballisten instand setzt.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2745] = { -["points"] = 10, -["name"] = "Tiefste Dankbarkeit", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 8, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Tiefste Dankbarkeit", ["description"] = "Rettet erfolgreich alle von Fürst Falgravn festgehaltenen Gefangenen in Kynes Ägis (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 8, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2746] = { -["points"] = 50, -["name"] = "Kynes Errettung", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 13, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Kynes Errettung", ["description"] = "Bewältigt die angegebenen Errungenschaften für Kynes Ägis.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 13, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2747] = { -["points"] = 50, -["name"] = "Meister des Stils des Eiskap-Zirkels", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Meister des Stils des Eiskap-Zirkels", ["description"] = "Lernt jedes Kapitel des Buchs „Stil des Eiskap-Zirkels“, die Ihr gelegentlich beim Abschließen des Eiskap-Verlieses erlangen könnt.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["nextId"] = 0, } , [2748] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Dragonhold", ["name"] = "Meister des Stils der Priester des Neuen Mondes", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Priester des Neuen Mondes“, die Ihr in Drachengarde-Vorratstruhen findet.", ["nextId"] = 0, -["Category"] = "Dragonhold", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Priester des Neuen Mondes“, die Ihr in Drachengarde-Vorratstruhen findet.", -["Category_ID"] = 31, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 32, } , [2749] = { -["points"] = 50, -["name"] = "Meister des Stils der Schürwacht", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Meister des Stils der Schürwacht", ["description"] = "Lernt jedes Kapitel des Buchs „Stil der Schürwacht“, die Ihr gelegentlich beim Abschließen des Unheiligen Grabs erlangen könnt.", +["Category_ID"] = 31, ["prevId"] = 0, -["Category_ID"] = 30, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["nextId"] = 0, } , [2750] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Dragonhold", ["name"] = "Meister des Stils der Schilde von Senchal", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Schilde von Senchal“, die Ihr als Belohnung für das Abschließen täglicher Aufträge für Bruccius Baenius und Guybert Flaubert im südlichen Elsweyr erhaltet.", ["nextId"] = 0, -["Category"] = "Dragonhold", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Schilde von Senchal“, die Ihr als Belohnung für das Abschließen täglicher Aufträge für Bruccius Baenius und Guybert Flaubert im südlichen Elsweyr erhaltet.", -["Category_ID"] = 31, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 32, } , [2753] = { -["points"] = 50, -["name"] = "Hundebändiger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Hundebändiger", ["description"] = "Besiegt Exarch Kraglen im Steingarten (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2754] = { -["points"] = 50, -["name"] = "Verbesserungswürdig", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Verbesserungswürdig", ["description"] = "Besiegt den Steinbehemoth im Steingarten (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2755] = { -["points"] = 50, -["name"] = "Drei Kreuze", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Drei Kreuze", ["description"] = "Besiegt Exarch Kraglen, den Steinbehemoth und Arkasis den irren Alchemisten im Steingarten (Veteranen), nachdem Ihr das Herausforderungsbanner für jeden von ihnen gehisst habt.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2757] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Greymoor", ["name"] = "Meister des Stils der Schwarzweite-Vorhut", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Schwarzweite-Vorhut“, die Ihr als Belohnung für das Erfüllen täglicher Aufträge für Gewölbe oder gegen Anführer in der offenen Welt im westlichen Himmelsrand und in den Graumoorkavernen von Schwarzweite erhaltet.", ["nextId"] = 0, -["Category"] = "Greymoor", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Schwarzweite-Vorhut“, die Ihr als Belohnung für das Erfüllen täglicher Aufträge für Gewölbe oder gegen Anführer in der offenen Welt im westlichen Himmelsrand und in den Graumoorkavernen von Schwarzweite erhaltet.", +["points"] = 50, ["Category_ID"] = 16, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 14, } , [2758] = { -["points"] = 10, -["name"] = "Gramsturm-Verteidigungsbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, +["name"] = "Gramsturm-Verteidigungsbrecher", ["description"] = "Besiegt einen Vampirfürsten der Grauen Schar, einen Gramsturm-Titanen und einen Gramschnitter, während sie einen Gramsturm verteidigen.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2759] = { -["points"] = 10, -["name"] = "Bergbauprobensammler", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Bergbauprobensammler", ["description"] = "Sammelt alle 5 Bergbauproben in den Graumoorkavernen von Schwarzweite.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2760] = { -["points"] = 10, -["name"] = "Schildthane von Morthal", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Schildthane von Morthal", ["description"] = "Schließt die Quest „Der lange Weg nach Hause“ ab, um Schildthane von Morthal zu werden.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2761] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Greymoor", ["name"] = "Meister des Stils aus Graumoor", +["description"] = "Lernt jedes Kapitel des Buchs „Stil aus Graumoor“, das Ihr durch Teilnahme an täglichen Aufträge für Gramstürme im westlichen Himmelsrand erhaltet.", ["nextId"] = 0, -["Category"] = "Greymoor", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil aus Graumoor“, das Ihr durch Teilnahme an täglichen Aufträge für Gramstürme im westlichen Himmelsrand erhaltet.", +["points"] = 50, ["Category_ID"] = 16, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 14, } , [2762] = { -["points"] = 50, -["name"] = "Meister des Stils der Seeriesen", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 14, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Meister des Stils der Seeriesen", ["description"] = "Lernt jedes Kapitel des Buchs „Stil der Seeriesen“, das Ihr durch Abschluss der Quest „Der Kampf um Kynes Ägis“ erhaltet.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 14, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2763] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Greymoor", ["name"] = "Meister des Stils der einstigen Nord", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der einstigen Nord“, die Ihr bei der Verfolgung von Antiquitäten-Spuren findet, die gelegentlich in Truhen von Schatzkarten enthalten sind.", ["nextId"] = 0, -["Category"] = "Greymoor", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der einstigen Nord“, die Ihr bei der Verfolgung von Antiquitäten-Spuren findet, die gelegentlich in Truhen von Schatzkarten enthalten sind.", +["points"] = 50, ["Category_ID"] = 16, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 14, } , [2764] = { -["points"] = 10, -["name"] = "Schwarzweite-Brecher", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Schwarzweite-Brecher", ["description"] = "Entdeckt alle Zugänge zu den Graumoorkavernen von Schwarzweite.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2765] = { -["points"] = 10, -["name"] = "Riesenkäsekenner", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Riesenkäsekenner", ["description"] = "Erlangt Käse aus jedem der Riesenlager des westlichen Himmelsrand.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2766] = { -["points"] = 10, -["name"] = "Gramsturm-Seelenschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, +["name"] = "Gramsturm-Seelenschlächter", ["description"] = "Zerstreut einen Gramsturm, ohne dass ein Champion der Grauen Schar aus einem Grauen Reliquiar beschworen wird.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2767] = { -["points"] = 10, -["name"] = "Gramsturm-Championbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, +["name"] = "Gramsturm-Championbrecher", ["description"] = "Zerstreut einen Gramsturm und besiegt zuvor 5 aus Grauen Reliquiaren beschworene Champions der Grauen Schar.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2768] = { -["points"] = 5, -["name"] = "Gramsturm-Aufspürer", -["nextId"] = 2769, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2768, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, +["name"] = "Gramsturm-Aufspürer", ["description"] = "Schließt 1 täglichen Auftrag gegen Gramstürme für die Schwerter von Einsamkeit im westlichen Himmelsrand und in den Graumoorkavernen von Schwarzweite ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 7, -["firstID"] = 2768, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 2769, } , [2769] = { -["points"] = 10, -["name"] = "Gramsturm-Nachsteller", -["nextId"] = 2770, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2768, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, +["name"] = "Gramsturm-Nachsteller", ["description"] = "Schließt 10 tägliche Aufträge gegen Gramstürme für die Schwerter von Einsamkeit im westlichen Himmelsrand und in den Graumoorkavernen von Schwarzweite ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 7, -["firstID"] = 2768, -["numCriteria"] = 1, +["prevId"] = 2768, +["points"] = 10, +["nextId"] = 2770, } , [2770] = { -["points"] = 15, -["name"] = "Gramsturm-Auslöscher", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2768, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, +["name"] = "Gramsturm-Auslöscher", ["description"] = "Schließt 30 tägliche Aufträge gegen Gramstürme für die Schwerter von Einsamkeit im westlichen Himmelsrand und in den Graumoorkavernen von Schwarzweite ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 7, -["firstID"] = 2768, -["numCriteria"] = 1, +["prevId"] = 2769, +["points"] = 15, +["nextId"] = 0, } , [2771] = { -["points"] = 50, -["name"] = "Eroberer der Gramstürme", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 6, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, +["name"] = "Eroberer der Gramstürme", ["description"] = "Schließt alle Errungenschaften zu Gramstürmen im westlichen Himmelsrand und in den Graumoorkavernen von Schwarzweite ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2773] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Greymoor", ["name"] = "Meister des Stils der einstigen Hochelfen", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der einstigen Hochelfen“, die Ihr bei der Verfolgung von Antiquitäten-Spuren findet, die gelegentlich in Truhen von Schatzkarten enthalten sind.", ["nextId"] = 0, -["Category"] = "Greymoor", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der einstigen Hochelfen“, die Ihr bei der Verfolgung von Antiquitäten-Spuren findet, die gelegentlich in Truhen von Schatzkarten enthalten sind.", +["points"] = 50, ["Category_ID"] = 16, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 14, } , [2776] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Greymoor", ["name"] = "Meister des Stils der einstigen Orks", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der einstigen Orks“, die Ihr bei der Verfolgung von Antiquitäten-Spuren findet, die gelegentlich in Truhen von Schatzkarten enthalten sind.", ["nextId"] = 0, -["Category"] = "Greymoor", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der einstigen Orks“, die Ihr bei der Verfolgung von Antiquitäten-Spuren findet, die gelegentlich in Truhen von Schatzkarten enthalten sind.", +["points"] = 50, ["Category_ID"] = 16, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 14, } , [2786] = { -["points"] = 10, -["name"] = "Meister des Auges", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Meister des Auges", ["description"] = "Erreicht den höchsten Rang im Spähen.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2787] = { -["points"] = 5, -["name"] = "Initiand des Spähens", -["nextId"] = 2788, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 2787, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Initiand des Spähens", ["description"] = "Benutzt dreimal das Auge des Antiquars, um nach einer Antiquität zu spähen.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 8, -["firstID"] = 2787, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 2788, } , [2788] = { -["points"] = 10, -["name"] = "Gelehrter des Spähens", -["nextId"] = 2789, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 2787, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Gelehrter des Spähens", ["description"] = "Benutzt das Auge des Antiquars, um 30-mal nach einer Antiquität zu spähen.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 8, -["firstID"] = 2787, -["numCriteria"] = 1, +["prevId"] = 2787, +["points"] = 10, +["nextId"] = 2789, } , [2789] = { -["points"] = 15, -["name"] = "Virtuose des Spähens", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 2787, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Virtuose des Spähens", ["description"] = "Benutzt das Auge des Antiquars 100-mal, um nach einer Antiquität zu spähen.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 8, -["firstID"] = 2787, -["numCriteria"] = 1, +["prevId"] = 2788, +["points"] = 15, +["nextId"] = 0, } , [2791] = { -["points"] = 15, -["name"] = "Präziser Fokus", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Präziser Fokus", ["description"] = "Benutzt das Auge des Antiquars, um alle Foki jeder Schwierigkeitsstufe zu erfassen.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2792] = { -["points"] = 10, -["name"] = "Spatenmeister", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Spatenmeister", ["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie für Ausgrabungen.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2793] = { -["points"] = 5, -["name"] = "Ausgrabungsinitiand", -["nextId"] = 2794, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 2793, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Ausgrabungsinitiand", ["description"] = "Grabt 3 Antiquitäten erfolgreich aus.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 10, -["firstID"] = 2793, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 2794, } , [2794] = { -["points"] = 10, -["name"] = "Ausgrabungsgelehrter", -["nextId"] = 2795, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 2793, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Ausgrabungsgelehrter", ["description"] = "Grabt 30 Antiquitäten erfolgreich aus.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 10, -["firstID"] = 2793, -["numCriteria"] = 1, +["prevId"] = 2793, +["points"] = 10, +["nextId"] = 2795, } , [2795] = { -["points"] = 15, -["name"] = "Ausgrabungsvirtuose", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 2793, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Ausgrabungsvirtuose", ["description"] = "Grabt 100 Antiquitäten erfolgreich aus.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 10, -["firstID"] = 2793, -["numCriteria"] = 1, +["prevId"] = 2794, +["points"] = 15, +["nextId"] = 0, } , [2796] = { -["points"] = 5, -["name"] = "Sorgfältiger Gräber", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Sorgfältiger Gräber", ["description"] = "Beendet eine Ausgrabung schwieriger Schwierigkeitsstufe oder höher, ohne die Antiquität zu beschädigen.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2800] = { -["points"] = 5, -["name"] = "Akkurater Augur", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Akkurater Augur", ["description"] = "Findet eine Antiquität auf Anhieb mit Eurem ersten Einsatz des Augurs.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2801] = { -["points"] = 5, -["name"] = "Überraschungsfund", -["nextId"] = 2802, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 2801, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Überraschungsfund", ["description"] = "Findet bei Ausgrabungen 5 Nicht-Antiquitäten als zusätzlichen Fund.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 12, -["firstID"] = 2801, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 2802, } , [2802] = { -["points"] = 10, -["name"] = "Unerwartete Schätze", -["nextId"] = 2803, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 2801, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Unerwartete Schätze", ["description"] = "Findet bei Ausgrabungen 50 Nicht-Antiquitäten als zusätzlichen Fund.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 12, -["firstID"] = 2801, -["numCriteria"] = 1, +["prevId"] = 2801, +["points"] = 10, +["nextId"] = 2803, } , [2803] = { -["points"] = 15, -["name"] = "Vergessene Werte", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 2801, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Vergessene Werte", ["description"] = "Findet bei Ausgrabungen 150 Nicht-Antiquitäten als zusätzlichen Fund.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 12, -["firstID"] = 2801, -["numCriteria"] = 1, +["prevId"] = 2802, +["points"] = 15, +["nextId"] = 0, } , [2804] = { -["points"] = 5, -["name"] = "Gelehrter des Zirkels", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Gelehrter des Zirkels", ["description"] = "Beendet das Tutorium für Antiquitäten.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2805] = { -["points"] = 50, -["name"] = "Meisterantiquar", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Meisterantiquar", ["description"] = "Schließt Errungenschaften zu Antiquitäten ab.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2806] = { -["points"] = 5, -["name"] = "Sucher von Schwarzweite", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Sucher von Schwarzweite", ["description"] = "Betretet die Ausläufer der Unterwelt des westlichen Himmelsrands, die Graumoorkavernen von Schwarzweite.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2807] = { -["points"] = 5, -["name"] = "Schwertthane der Karthwacht", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 3, +["name"] = "Schwertthane der Karthwacht", ["description"] = "Schließt die Questreihe „Das Blut des Alten Karth“ ab, um Schwertthane von Karthwacht zu werden.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2808] = { -["points"] = 10, -["name"] = "Totaler Tobsuchtsanfall", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Totaler Tobsuchtsanfall", ["description"] = "Besiegt Exarch Kraglen im Steingarten (Veteranen), nachdem Ihr mindestens drei Kumulationen von Blutrausch und Fraktur angesammelt habt.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2809] = { -["points"] = 10, -["name"] = "Fulgurit-Fälscher", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Fulgurit-Fälscher", ["description"] = "Trefft den Steinbehemoth im Steingarten (Veteranen) insgesamt 30 mal mit Arkasis\' Blitzgenerator.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2810] = { -["points"] = 10, -["name"] = "Tiefgang", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Tiefgang", ["description"] = "Entschärft 50 Schockemitter, bevor sie explodieren, während Ihr gegen Arkasis, den irren Alchemisten, im Steingarten kämpft.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2811] = { -["points"] = 10, -["name"] = "Kötertöter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Kötertöter", ["description"] = "Besiegt die grausige Tindulra und tötet ihre Brut in Kastell Dorn (Veteranen), während sie mindestens 15 Meter voneinander getrennt sind.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2813] = { -["points"] = 10, -["name"] = "Vier mal Vier", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Vier mal Vier", ["description"] = "Besiegt Vaduroth in Kastell Dorn (Veteranen), nachdem jedes Gruppenmitglied mindestens einen hängenden Leichnam mit einer Sichel aufgeschlagen hat.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2814] = { -["points"] = 10, -["name"] = "Sichelqualitäten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Sichelqualitäten", ["description"] = "Nutzt Vaduroths Sensen, um 70 Leichen in Kastell Dorn aufzuschlagen.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2815] = { -["points"] = 10, -["name"] = "Lasst die schlafenden Gargylen liegen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Lasst die schlafenden Gargylen liegen", ["description"] = "Besiegt Talfyg in Kastell Dorn (Veteranen), ohne während des Kampfs einen der gefrorenen Gargylen zu zerstören.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2816] = { -["points"] = 10, -["name"] = "Blitzspringer", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Blitzspringer", ["description"] = "Besiegt Yandir den Ausweider, Kapitän Vrol und Fürst Falgravn in Kynes Ägis (Veteranen), ohne jemals vom Blitzschlag getroffen zu werden.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2817] = { -["points"] = 10, -["name"] = "Schlächter mit Herz aus Stein", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Schlächter mit Herz aus Stein", ["description"] = "Lasst zu, dass alle acht Gefangenen sterben, bevor Ihr Fürst Falgravn in Kynes Ägis (Veteranen) besiegt.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2818] = { -["points"] = 10, -["name"] = "Gnade den Dienern", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Kyne\'s Aegis", -["SubCategory_ID"] = 5, +["name"] = "Gnade den Dienern", ["description"] = "Besiegt Fürst Falgravn in Kynes Ägis (Veteranen), während Leutnant Njordal lebt.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2819] = { -["points"] = 5, -["name"] = "Spurenaufspürer", -["nextId"] = 2820, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2819, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Spurenaufspürer", ["description"] = "Erhaltet 5 Antiquitäten-Spuren.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 1, -["firstID"] = 2819, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 2820, } , [2820] = { -["points"] = 10, -["name"] = "Spurenjäger", -["nextId"] = 2821, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2819, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Spurenjäger", ["description"] = "Erhaltet 50 Antiquitäten-Spuren.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 1, -["firstID"] = 2819, -["numCriteria"] = 1, +["prevId"] = 2819, +["points"] = 10, +["nextId"] = 2821, } , [2821] = { -["points"] = 15, -["name"] = "Meister-Spurenuntersucher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 2819, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Meister-Spurenuntersucher", ["description"] = "Erhaltet 150 Antiquitäten-Spuren.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 1, -["firstID"] = 2819, -["numCriteria"] = 1, +["prevId"] = 2820, +["points"] = 15, +["nextId"] = 0, } , [2823] = { -["points"] = 10, -["name"] = "Sporenstampfer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Sporenstampfer", ["description"] = "Besiegt Arkasis den irren Alchemisten im Steingarten (Veteranen), nachdem Ihr verhindert habt, dass die Steinhüllen explosive Düstersporen freisetzen.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2824] = { -["points"] = 50, -["name"] = "Altmodisch", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Altmodisch", ["description"] = "Besiegt Arkasis den irren Alchemisten im Steingarten (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt, ohne im gesamten Verlies die Vitalisierer-Flusssteuerung zu deaktivieren oder von den Vorzügen von Arkasis\' Alchemieausrüstung zu profitieren.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2825] = { -["points"] = 10, -["name"] = "Großer böser Wolf", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Großer böser Wolf", ["description"] = "Verursacht als Werwolfbehemoth im Steingarten 100.000.000 Schaden.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2826] = { -["points"] = 10, -["name"] = "Methodischer Mixer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Methodischer Mixer", ["description"] = "Nutzt Arkasis\' Alchemieausrüstung im Steingarten, um in den Genuss der Vorteile von alchemistische Superstärke, alchemistischer Superelan und alchemistische Superbelastbarkeit zu kommen und alle drei gleichzeitig aktiv zu haben.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2827] = { -["points"] = 10, -["name"] = "Wechselspiel", -["nextId"] = 0, -["Category"] = "Stonethorn", -["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["description"] = "Besiegt Fürstin Dorn in Kastell Dorn (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt und jeder Spieler in beiden Fledermausschwarmphasen die Synergie „Blutplünderer“ einmal eingesetzt hat.", -["prevId"] = 0, -["Category_ID"] = 29, +["numCriteria"] = 1, ["achievementIndex"] = 26, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Stonethorn", +["SubCategory"] = "Veteran", +["name"] = "Wechselspiel", +["description"] = "Besiegt Fürstin Dorn in Kastell Dorn (Veteranen), nachdem jeder Spieler in beiden Fledermausschwarmphasen die Synergie „Blutplünderer“ einmal eingesetzt hat.", +["Category_ID"] = 30, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2828] = { -["points"] = 50, -["name"] = "Erhaltene Wächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Erhaltene Wächter", ["description"] = "Besiegt Fürstin Dorn in Kastell Dorn (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt und ohne den Blutwächter zu töten.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2829] = { -["points"] = 10, -["name"] = "Schlächter der Wahrgeschworenen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schlächter der Wahrgeschworenen", ["description"] = "Besiegt 200 Wahrgeschworenen-Soldaten in der Schwarzdrachenvilla (Veteranen).", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2830] = { -["points"] = 10, -["name"] = "Flammenbestienschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Flammenbestienschlächter", ["description"] = "Besiegt 65 lodernde Salamander, Flammenhunde und Flammenbehemoths in der Schwarzdrachenvilla (Veteranen).", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2831] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Flames of Ambition", ["name"] = "Sieger der Schwarzdrachenvilla", +["description"] = "Besiegt Kinras Einauge, Hauptmann Geminus und Pyroturg Encratis in der Schwarzdrachenvilla.", ["nextId"] = 0, -["Category"] = "Flames of Ambition", ["prevId"] = 0, -["description"] = "Besiegt Kinras Einauge, Hauptmann Geminus und Pyroturg Encratis in der Schwarzdrachenvilla.", -["Category_ID"] = 27, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 28, } , [2832] = { -["points"] = 10, -["name"] = "Eroberer der Schwarzdrachenvilla", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer der Schwarzdrachenvilla", ["description"] = "Besiegt Kinras Einauge, Hauptmann Geminus und Pyroturg Encratis in der Schwarzdrachenvilla (Veteranen).", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [2833] = { -["points"] = 50, -["name"] = "Erloschen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Erloschen", ["description"] = "Besiegt Pyroturg Encratis in der Schwarzdrachenvilla (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2834] = { -["points"] = 50, -["name"] = "Schnellleser", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schnellleser", ["description"] = "Besiegt zusätzlich zu Kinras Einauge, Hauptmann Geminus und Pyroturg Encratis alle Gegner in der Schwarzdrachenvilla (Veteranen) innerhalb von 25 Minuten. Die Zeit läuft, sobald Ihr die erste Gegnergruppe angreift.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2835] = { -["points"] = 50, -["name"] = "Unversengt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Unversengt", ["description"] = "Besiegt zusätzlich zu Kinras Einauge, Hauptmann Geminus und Pyroturg Encratis alle Gegner in der Schwarzdrachenvilla (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2836] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Flames of Ambition", ["name"] = "Erforscher der Flammen der Ambition", +["description"] = "Betretet entweder die Schwarzdrachenvilla oder den Kessel zum ersten Mal.", ["nextId"] = 0, -["Category"] = "Flames of Ambition", ["prevId"] = 0, -["description"] = "Betretet entweder die Schwarzdrachenvilla oder den Kessel zum ersten Mal.", -["Category_ID"] = 27, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 28, } , [2837] = { -["points"] = 50, -["name"] = "Herausforderer der Schwarzdrachenvilla", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer der Schwarzdrachenvilla", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Schwarzdrachenvilla (Veteranen).", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [2838] = { -["points"] = 50, -["name"] = "Feuriger Bücherwurm", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Feuriger Bücherwurm", ["description"] = "Besiegt zusätzlich zu Kinras Einauge, Hauptmann Geminus und Pyroturg Encratis nach dem Hissen des Herausforderungsbanners alle Gegner in der Schwarzdrachenvilla (Veteranen) innerhalb von 25 Minuten und ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2839] = { -["points"] = 10, -["name"] = "Kultistenschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Kultistenschlächter", ["description"] = "Besiegt 200 Kultisten im Kessel (Veteranen).", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2840] = { -["points"] = 10, -["name"] = "Beobachterschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Beobachterschlächter", ["description"] = "Besiegt 30 Beobachter im Kessel (Veteranen).", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2841] = { -["points"] = 10, +["numCriteria"] = 5, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Flames of Ambition", ["name"] = "Sieger des Kessels", +["description"] = "Befreit Lyranth und besiegt Ochsenblut den Verkommenen, Zuchtmeisterin Viccia, den geschmolzenen Wächter und Baron Zaudrus im Kessel.", ["nextId"] = 0, -["Category"] = "Flames of Ambition", ["prevId"] = 0, -["description"] = "Befreit Lyranth und besiegt Ochsenblut den Verkommenen, Zuchtmeisterin Viccia, den geschmolzenen Wächter und Baron Zaudrus im Kessel.", -["Category_ID"] = 27, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["Category_ID"] = 28, } , [2842] = { -["points"] = 10, -["name"] = "Eroberer des Kessels", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer des Kessels", ["description"] = "Befreit Lyranth und besiegt Ochsenblut den Verkommenen, Zuchtmeisterin Viccia, den geschmolzenen Wächter und Baron Zaudrus im Kessel (Veteranen).", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [2843] = { -["points"] = 50, -["name"] = "Zerschlagene Ränke", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Zerschlagene Ränke", ["description"] = "Besiegt Baron Zaudrus im Kessel (Veteranen), nachdem Ihr das Herausforderungsbanners gehisst habt.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2844] = { -["points"] = 50, -["name"] = "Heißfuß", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Heißfuß", ["description"] = "Befreit Lyranth und besiegt zusätzlich zu Ochsenblut dem Verkommenen, Zuchtmeisterin Viccia, den geschmolzenen Wächter und Baron Zaudrus alle Gegner im Kessel (Veteranen) innerhalb von 35 Minuten. Die Zeit läuft, sobald Ihr die erste Gegnergruppe angreift.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2845] = { -["points"] = 50, -["name"] = "Unermüdliche Gerechtigkeit", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Unermüdliche Gerechtigkeit", ["description"] = "Befreit Lyranth und besiegt zusätzlich zu Ochsenblut dem Verkommenen, Zuchtmeisterin Viccia, dem geschmolzenen Wächter und Baron Zaudrus alle Gegner im Kessel (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2846] = { -["points"] = 50, -["name"] = "Herausforderer des Kessels", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer des Kessels", ["description"] = "Bewältigt die angegebenen Errungenschaften für den Kessel (Veteranen).", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [2847] = { -["points"] = 50, -["name"] = "Untergrundbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Untergrundbrecher", ["description"] = "Befreit Lyranth und besiegt zusätzlich zu Ochsenblut dem Verkommenen, Zuchtmeisterin Viccia, dem geschmolzenen Wächter und Baron Zaudrus nach dem Hissen des Herausforderungsbanners alle Gegner im Kessel (Veteranen) innerhalb von 35 Minuten und ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2848] = { -["points"] = 50, -["name"] = "Höhlenforscher der Flammen der Ambition", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher der Flammen der Ambition", ["description"] = "Schließt sowohl die Schwarzdrachenvilla (Veteranen) als auch den Kessel (Veteranen) ab.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["nextId"] = 0, } , [2849] = { -["points"] = 50, -["name"] = "Meister des Stils der Dornlegion", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Meister des Stils der Dornlegion", ["description"] = "Lernt jedes Kapitel des Buchs „Stil der Dornlegion“, die Ihr gelegentlich bei der Erstürmung des Kastells Dorn erlangen könnt.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["nextId"] = 0, } , [2850] = { -["points"] = 50, -["name"] = "Stilmeister der gefährlichen Alchemie", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Stilmeister der gefährlichen Alchemie", ["description"] = "Lernt jedes Kapitel des Buchs „Stil der gefährlichen Alchemie“, die Ihr gelegentlich bei der Bewältigung des Steingartens erlangen könnt.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["nextId"] = 0, } , [2851] = { -["points"] = 10, -["name"] = "Opfergaben für die Alten Geister", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Opfergaben für die Alten Geister", ["description"] = "Bringt an jedem der vier Ritualsteine im Reik Opfer dar.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 10, +["nextId"] = 0, } , [2852] = { -["points"] = 5, -["name"] = "Erforscher von Düsterweite", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher von Düsterweite", ["description"] = "Erkundet und säubert Düsterweite", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2853] = { -["points"] = 5, -["name"] = "Erforscher der Dornenfelsruinen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Dornenfelsruinen", ["description"] = "Erforscht und säubert die Dornenfelsruinen.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2854] = { -["points"] = 15, -["name"] = "Meistererforscher des Reik", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher des Reik", ["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte im Reik.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [2855] = { -["points"] = 10, -["name"] = "Höhlenforscher des Reik", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher des Reik", ["description"] = "Entdeckt und säubert beide Gewölbe im Reik.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["nextId"] = 0, } , [2856] = { -["points"] = 10, -["name"] = "Pfadfinder des Reik", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder des Reik", ["description"] = "Entdeckt alle markanten Orte im Reik und in der Arkthzand-Kaverne von Schwarzweite.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["nextId"] = 0, } , [2857] = { -["points"] = 10, +["numCriteria"] = 6, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Markarth", ["name"] = "Himmelsscherbenjäger des Reik", +["description"] = "Entdeckt alle 6 Himmelsscherben im Reik und in der Arkthzand-Kaverne von Schwarzweite.", ["nextId"] = 0, -["Category"] = "Markarth", ["prevId"] = 0, -["description"] = "Entdeckt alle 6 Himmelsscherben im Reik und in der Arkthzand-Kaverne von Schwarzweite.", -["Category_ID"] = 28, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["Category_ID"] = 29, } , [2858] = { -["points"] = 15, -["name"] = "Verteidiger des Reik", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verteidiger des Reik", ["description"] = "Besiegt beide Anführer in der offenen Welt im Reik.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [2859] = { -["points"] = 10, -["name"] = "Abnabelungsprozess", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Abnabelungsprozess", ["description"] = "Besiegt Leerenmutter Elgroalif am Vierschädelausblick.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2860] = { -["points"] = 10, -["name"] = "Dynastidendeponierer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Dynastidendeponierer", ["description"] = "Besiegt den obersten Dwemerdynastiden in Wachtspitz.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2861] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Markarth", ["name"] = "Meisterangler des Reik", +["description"] = "Fangt alle 12 seltenen Fische im Reik und in der Arkthzand-Kaverne von Schwarzweite.", ["nextId"] = 0, -["Category"] = "Markarth", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische im Reik und in der Arkthzand-Kaverne von Schwarzweite.", -["Category_ID"] = 28, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, +["Category_ID"] = 29, } , [2862] = { -["points"] = 10, -["name"] = "Steindorn-Späher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Steindorn-Späher", ["description"] = "Schließt sowohl Kastell Dorn als auch den Steingarten ab.", +["Category_ID"] = 30, ["prevId"] = 0, -["Category_ID"] = 29, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["nextId"] = 0, } , [2864] = { -["points"] = 10, +["numCriteria"] = 2, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Flames of Ambition", ["name"] = "Späher der Flammen der Ambition", +["description"] = "Schließt sowohl die Schwarzdrachenvilla als auch den Kessel ab.", ["nextId"] = 0, -["Category"] = "Flames of Ambition", ["prevId"] = 0, -["description"] = "Schließt sowohl die Schwarzdrachenvilla als auch den Kessel ab.", -["Category_ID"] = 27, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["Category_ID"] = 28, } , [2879] = { -["points"] = 50, -["name"] = "Räumungsbefehl", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Räumungsbefehl", ["description"] = "Besiegt Kinras Einauge in der Schwarzdrachenvilla (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2880] = { -["points"] = 50, -["name"] = "Gebrochene Reihen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Gebrochene Reihen", ["description"] = "Besiegt Hauptmann Geminus in der Schwarzdrachenvilla (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2881] = { -["points"] = 10, -["name"] = "Amphibisch unterdrückt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Amphibisch unterdrückt", ["description"] = "Besiegt Kinras Eisenauge in der Schwarzdrachenvilla und verhindert, dass die lodernden Salamander feurige Gunst auf ihn wirken.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2882] = { -["points"] = 10, -["name"] = "Aufgerüttelt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Aufgerüttelt", ["description"] = "Besiegt Hauptmann Geminus in der Schwarzdrachenvilla (Veteranen), ohne dass ein Gruppenmitglied im Kampf von seismischen Erschütterungen getroffen wird.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2883] = { -["points"] = 10, -["name"] = "Salamörder", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Salamörder", ["description"] = "Besiegt Pyroturg Encratis in der Schwarzdrachenvilla (Veteranen), nachdem Ihr im Kampf mindestens zehn Grottensalamander getötet habt.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2884] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Flames of Ambition", ["name"] = "Mitten rein!", +["description"] = "Benutzt einen Geysir, um Euch selbst in der Schwarzdrachenvilla fünf Mal in das Auge des Feuersturms von Pyroturg Encratis zu katapultieren.", ["nextId"] = 0, -["Category"] = "Flames of Ambition", ["prevId"] = 0, -["description"] = "Benutzt einen Geysir, um Euch selbst in der Schwarzdrachenvilla fünf Mal in das Auge des Feuersturms von Pyroturg Encratis zu katapultieren.", -["Category_ID"] = 27, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 28, } , [2885] = { -["points"] = 10, -["name"] = "Befleckte Sicherheit", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Befleckte Sicherheit", ["description"] = "Besiegt Ochsenblut den Verkommenen im Kessel (Veteranen), ohne dass Ihr im Kampf einen der Blutklumpen tötet. Ochsenblut darf abartiger Verbrauch nicht nutzen, um einen der Blutklumpen zu verbrauchen.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2886] = { -["points"] = 10, -["name"] = "Wie Katz und Maus", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Wie Katz und Maus", ["description"] = "Besiegt Zuchtmeisterin Viccia im Kessel (Veteranen), ohne dass irgendjemand in Eurer Gruppe eine einzige Falle auslöst.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2887] = { -["points"] = 10, -["name"] = "Flammenvorhang", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Flammenvorhang", ["description"] = "Lasst im Kessel (Veteranen) zu, dass im Kampf gegen den geschmolzenen Wächter 20 Impulse von „Magmaeruption“ ohne Unterbrechung ausgelöst werden.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2888] = { -["points"] = 10, -["name"] = "Meister in Maßen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Meister in Maßen", ["description"] = "Befreit Lyranth im Kessel (Veteranen), nachdem Ihr höchstens drei daedrische Beschleunigerflüssigkeiten benutzt habt.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2889] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Flames of Ambition", ["name"] = "Daedrischer Demolierer", +["description"] = "Zerstört im Kessel als Gruppe 100 geschmolzene Säulen mithilfe von Lyranths Kaltflammeninfusion-Synergie.", ["nextId"] = 0, -["Category"] = "Flames of Ambition", ["prevId"] = 0, -["description"] = "Zerstört im Kessel als Gruppe 100 geschmolzene Säulen mithilfe von Lyranths Kaltflammeninfusion-Synergie.", -["Category_ID"] = 27, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 28, } , [2890] = { -["points"] = 10, -["name"] = "Schön zusammenreißen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Flames of Ambition", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schön zusammenreißen", ["description"] = "Besiegt Baron Zaudrus im Kessel (Veteranen), ohne dass ein Gruppenmitglied durch Desintegration getötet wird.", +["Category_ID"] = 28, ["prevId"] = 0, -["Category_ID"] = 27, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2903] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Blackwood", ["name"] = "Meister des Stils der einstigen Akaviri", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der einstigen Akaviri“, die Ihr bei der Verfolgung von Antiquitäten-Spuren findet, die gelegentlich in Truhen von Schatzkarten enthalten sind.", ["nextId"] = 0, -["Category"] = "Blackwood", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der einstigen Akaviri“, die Ihr bei der Verfolgung von Antiquitäten-Spuren findet, die gelegentlich in Truhen von Schatzkarten enthalten sind.", +["points"] = 50, ["Category_ID"] = 15, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 14, } , [2904] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "High Isle", ["name"] = "Meister des Stils der einstigen Bretonen", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der einstigen Bretonen“, die Ihr bei der Verfolgung von Antiquitäten-Spuren findet, die gelegentlich in Truhen von Schatzkarten enthalten sind.", ["nextId"] = 0, -["Category"] = "High Isle", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der einstigen Bretonen“, die Ihr bei der Verfolgung von Antiquitäten-Spuren findet, die gelegentlich in Truhen von Schatzkarten enthalten sind.", +["points"] = 50, ["Category_ID"] = 14, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 14, } , [2905] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Markarth", ["name"] = "Meister des Stils der einstigen Reikmannen", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der einstigen Reikmannen“, die Ihr bei der Verfolgung von Antiquitäten-Spuren findet, die gelegentlich in Truhen von Schatzkarten enthalten sind.", ["nextId"] = 0, -["Category"] = "Markarth", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der einstigen Reikmannen“, die Ihr bei der Verfolgung von Antiquitäten-Spuren findet, die gelegentlich in Truhen von Schatzkarten enthalten sind.", -["Category_ID"] = 28, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 29, } , [2906] = { -["points"] = 10, -["name"] = "Das Zepter weiterreichen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Das Zepter weiterreichen", ["description"] = "Sprecht mit Verandis in Schwarzweite, nachdem Ihr „Zweite Chancen“ abgeschlossen habt.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2907] = { -["points"] = 15, -["name"] = "Sieger des Grunds des Vateshran", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 7, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Sieger des Grunds des Vateshran", ["description"] = "Besiegt alle Herausforderer im Grund des Vateshran.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 7, +["points"] = 15, +["nextId"] = 0, } , [2908] = { -["points"] = 50, -["name"] = "Eroberer des Grunds des Vateshran", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 7, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Eroberer des Grunds des Vateshran", ["description"] = "Besteht gegen alle Herausforderer im Grund des Vateshran (Veteranen).", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 7, +["points"] = 50, +["nextId"] = 0, } , [2909] = { -["points"] = 50, -["name"] = "Ungebrochener Elan", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Ungebrochener Elan", ["description"] = "Schließt den Grund des Vateshran (Veteranen) während eines einzigen Aufenthalts ab, ohne zu sterben oder die Arena zu verlassen.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2910] = { -["points"] = 50, -["name"] = "Gauner des Grunds", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Gauner des Grunds", ["description"] = "Schließt den Grund des Vateshran (Veteranen) innerhalb von 45 Minuten ab. Die Zeit läuft, wenn Ihr einen der Flügel zum ersten Mal betretet.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2911] = { -["points"] = 50, -["name"] = "Stärke aus dem Inneren", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Stärke aus dem Inneren", ["description"] = "Schließt den Grund des Vateshran (Veteranen) ab, ohne ein Siegel im Kampf zu nutzen.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2912] = { -["points"] = 50, -["name"] = "Auserwählter des Vateshran", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Auserwählter des Vateshran", ["description"] = "Schließt den Grund des Vateshran (Veteranen) innerhalb von 45 Minuten ab, ohne auch nur ein Siegel zu nutzen und ohne dass Ihr sterbt. Die Zeit läuft, sobald Ihr einen der Flügel zum ersten Mal betretet.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2913] = { -["points"] = 50, -["name"] = "Held des nie endenden Lieds", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 11, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Held des nie endenden Lieds", ["description"] = "Bewältigt die angegebenen Errungenschaften für den Grund des Vateshran.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 11, +["points"] = 50, +["nextId"] = 0, } , [2914] = { -["points"] = 10, -["name"] = "Erdrückende Enttäuschung", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Erdrückende Enttäuschung", ["description"] = "Besiegt im Grund des Vateshran (Veteranen) Zakuryn den Bildner sowie die Fleischabscheulichkeit, nachdem Ihr dreimal fünf Unheilsbruten mit einem einzigen „Pulverisieren“ zerstört habt.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2915] = { -["points"] = 10, -["name"] = "Ein blendender Blitz", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Ein blendender Blitz", ["description"] = "Zerstört im Grund des Vateshran (Veteranen) fünf Beobachter in einem einzelnen Wundenportal.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2916] = { -["points"] = 10, -["name"] = "Gebt das zurück", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Gebt das zurück", ["description"] = "Holt im Grund des Vateshran 20 mal einen gestohlenen „Segen des Hains“ von einem gesegneten Zweigling zurück.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2917] = { -["points"] = 10, -["name"] = "Verfehlt!", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Verfehlt!", ["description"] = "Meidet im Grund des Vateshran (Veteranen) Rahdgaraks blockbaren Angriff „Verprügeln“, indem Ihr zu einem Kletterpunkt flüchtet.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2918] = { -["points"] = 10, -["name"] = "Ruhender Sieg", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Ruhender Sieg", ["description"] = "Besiegt die Magmakönigin im Grund des Vateshran (Veteranen), ohne einen ruhenden Vulkan zu versiegeln.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2919] = { -["points"] = 10, -["name"] = "Feuer im Bauch", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Feuer im Bauch", ["description"] = "Absorbiert im Grund des Vateshran (Veteranen) 20 Scheiterhaufen, die der Schürfürst entzündet hat.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2920] = { -["points"] = 10, -["name"] = "So knapp vorbei", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "So knapp vorbei", ["description"] = "Besiegt Maebroogha den Leerenlich im Grund des Vateshran (Veteranen), nachdem Ihr Leerenfallenschatten ausschließlich während deren Explosionsvorbereitungen oder überhaupt nicht zerstört habt.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2921] = { -["points"] = 10, -["name"] = "Feuergänger", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Feuergänger", ["description"] = "Reist mithilfe einer Schwefelkugel zehn Kilometer durch Lava.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2922] = { -["points"] = 10, -["name"] = "Gefangen zwischen Welten", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Gefangen zwischen Welten", ["description"] = "Steht 10 Minuten unter dem Einfluss des Wundenportals.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2923] = { -["points"] = 10, -["name"] = "Überflieger", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Überflieger", ["description"] = "Zieht Euch 500 Mal zu einem Kletterpunkt.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2924] = { -["points"] = 10, -["name"] = "Verstreute Geister", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 6, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Verstreute Geister", ["description"] = "Macht die drei fehlenden Essenzen im Grund des Vateshran ausfindig und sammelt jeden Überrest jeder Art ein.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["nextId"] = 0, } , [2925] = { -["points"] = 10, -["name"] = "Aufspürer des Grunds", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 3, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Aufspürer des Grunds", ["description"] = "Findet und besiegt alle verborgenen Anführer im Grund des Vateshran.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [2926] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Markarth", ["name"] = "Meister des Stils der Nachttiefen", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Nachttiefen“, das Ihr als Belohnung für das Abschließen täglicher Aufträge gegen Gramstürme im Reik erhaltet.", ["nextId"] = 0, -["Category"] = "Markarth", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Nachttiefen“, das Ihr als Belohnung für das Abschließen täglicher Aufträge gegen Gramstürme im Reik erhaltet.", -["Category_ID"] = 28, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 29, } , [2927] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Markarth", ["name"] = "Flug des Roten Adlers", +["description"] = "Springt vom höchsten Punkt im Feldlager des Vergessenen Tals", ["nextId"] = 0, -["Category"] = "Markarth", ["prevId"] = 0, -["description"] = "Springt vom höchsten Punkt im Feldlager des Vergessenen Tals", -["Category_ID"] = 28, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 29, } , [2928] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Markarth", ["name"] = "Rächer des Heiligen Pelin", +["description"] = "Tötet im Reik 100 Mitglieder der Grauen Schar", ["nextId"] = 0, -["Category"] = "Markarth", ["prevId"] = 0, -["description"] = "Tötet im Reik 100 Mitglieder der Grauen Schar", -["Category_ID"] = 28, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 29, } , [2929] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Markarth", ["name"] = "Markarths Meistereinbrecher", +["description"] = "Stehlt die luxuriöse Wertkassette aus der Vlindrel-Halle.", ["nextId"] = 0, -["Category"] = "Markarth", ["prevId"] = 0, -["description"] = "Stehlt die luxuriöse Wertkassette aus der Vlindrel-Halle.", -["Category_ID"] = 28, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 29, } , [2930] = { -["points"] = 10, -["name"] = "Rabenwacht-Botschafter", -["nextId"] = 2931, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2930, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Rabenwacht-Botschafter", ["description"] = "Schließt die Quest „Der Despot von Markarth“ im Reik ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 6, -["firstID"] = 2930, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2931, } , [2931] = { -["points"] = 10, -["name"] = "Reik-Ritualist", -["nextId"] = 2932, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2930, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Reik-Ritualist", ["description"] = "Schließt die Quest „Das Blut des Reik“ im Reik ab.", -["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 6, -["firstID"] = 2930, -["numCriteria"] = 1, +["Category_ID"] = 29, +["prevId"] = 2930, +["points"] = 10, +["nextId"] = 2932, } , [2932] = { -["points"] = 10, -["name"] = "Untergrundgelehrter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 2930, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Untergrundgelehrter", ["description"] = "Schließt die Quest „Das Studium der Seelen“ im Reik ab.", -["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 6, -["firstID"] = 2930, -["numCriteria"] = 1, +["Category_ID"] = 29, +["prevId"] = 2931, +["points"] = 10, +["nextId"] = 0, } , [2933] = { -["points"] = 10, -["name"] = "Zeuge der Prophezeiung", -["nextId"] = 2934, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2933, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Zeuge der Prophezeiung", ["description"] = "Schließt die Quest „Die erwachende Dunkelheit“ im Reik ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 11, -["firstID"] = 2933, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2934, } , [2934] = { -["points"] = 10, -["name"] = "Erfoscher der Nachttiefen", -["nextId"] = 2935, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2933, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Erfoscher der Nachttiefen", ["description"] = "Schließt die Quest „Das Schwarze Herz“ im Reik ab.", -["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 11, -["firstID"] = 2933, -["numCriteria"] = 1, +["Category_ID"] = 29, +["prevId"] = 2933, +["points"] = 10, +["nextId"] = 2935, } , [2935] = { -["points"] = 10, -["name"] = "Beschützer von Markarth", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 2933, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Beschützer von Markarth", ["description"] = "Schließt die Quest „Ein Seelenmahl“ im Reik ab.", -["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 11, -["firstID"] = 2933, -["numCriteria"] = 1, +["Category_ID"] = 29, +["prevId"] = 2934, +["points"] = 10, +["nextId"] = 0, } , [2936] = { -["points"] = 10, -["name"] = "Blick in den Abgrund", -["nextId"] = 2939, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2937, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Blick in den Abgrund", ["description"] = "Schließt die Quest „Königreich der Asche“ im Reik ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 5, -["firstID"] = 2937, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2939, } , [2937] = { -["points"] = 10, -["name"] = "In weiter Ferne", -["nextId"] = 2936, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2937, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "In weiter Ferne", ["description"] = "Schließt die Quest „Das Ende der Ewigkeit“ im Reik ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 5, -["firstID"] = 2937, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2936, } , [2938] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 11, +["firstID"] = 0, +["Category"] = "Markarth", ["name"] = "Meister des Rüstungsstils von Arkthzand", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Waffenkammer von Arkthzand“, die Ihr als Belohnung für das Erfüllen täglicher Aufträge für Gewölbe oder gegen Anführer in der offenen Welt im Reik erhaltet.", ["nextId"] = 0, -["Category"] = "Markarth", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Waffenkammer von Arkthzand“, die Ihr als Belohnung für das Erfüllen täglicher Aufträge für Gewölbe oder gegen Anführer in der offenen Welt im Reik erhaltet.", -["Category_ID"] = 28, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 29, } , [2939] = { -["points"] = 15, -["name"] = "Eine Brücke zwischen Königreichen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 2937, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Eine Brücke zwischen Königreichen", ["description"] = "Schließt die Quest „Zweite Chancen“ im Reik ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 5, -["firstID"] = 2937, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2941] = { -["points"] = 50, +["numCriteria"] = 5, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Markarth", ["name"] = "Retter des Reik", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter des Reik zu werden.", ["nextId"] = 0, -["Category"] = "Markarth", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter des Reik zu werden.", -["Category_ID"] = 28, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, +["Category_ID"] = 29, } , [2942] = { -["points"] = 5, -["name"] = "Willkommen im Reik", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Willkommen im Reik", ["description"] = "Betretet das Reik zum ersten Mal.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [2943] = { -["points"] = 10, -["name"] = "Befreier des Lothid-Klans", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Befreier des Lothid-Klans", ["description"] = "Schließt die Quest „Verraten von der Liebe“ im Reik ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2944] = { -["points"] = 10, -["name"] = "Krähenauge-Retter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Krähenauge-Retter", ["description"] = "Schließt die Quest „Nach dem Sturm“ im Reik ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2945] = { -["points"] = 5, -["name"] = "Diplomatischer Gehilfe", -["nextId"] = 2946, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2945, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Diplomatischer Gehilfe", ["description"] = "Schließt 1 täglichen Auftrag für Bralthahawn von den arenthischen Diplomaten ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 2, -["firstID"] = 2945, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 2946, } , [2946] = { -["points"] = 10, -["name"] = "Diplomatischer Agent", -["nextId"] = 2947, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2945, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Diplomatischer Agent", ["description"] = "Schließt 10 tägliche Aufträge für Bralthahawn von den arenthischen Diplomaten ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 2, -["firstID"] = 2945, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2947, } , [2947] = { -["points"] = 15, -["name"] = "Diplomatischer Spezialist", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 2945, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Diplomatischer Spezialist", ["description"] = "Schließt 30 tägliche Aufträge für Bralthahawn von den arenthischen Diplomaten ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 2, -["firstID"] = 2945, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2948] = { -["points"] = 5, -["name"] = "Monsterjäger des Reik", -["nextId"] = 2949, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 2948, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Monsterjäger des Reik", ["description"] = "Schließt im Reik 1 täglichen Auftrag gegen Anführer in der offenen Welt für Gwenyfe in Markarth ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 9, -["firstID"] = 2948, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 2949, } , [2949] = { -["points"] = 10, -["name"] = "Monsterschlächter des Reik", -["nextId"] = 2950, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 2948, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Monsterschlächter des Reik", ["description"] = "Schließt im Reik 10 tägliche Aufträge gegen Anführer in der offenen Welt für Gwenyfe in Markarth ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 9, -["firstID"] = 2948, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2950, } , [2950] = { -["points"] = 15, -["name"] = "Monsterfluch des Reik", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 2948, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Monsterfluch des Reik", ["description"] = "Schließt im Reik 30 tägliche Aufträge gegen Anführer in der offenen Welt für Gwenyfe in Markarth ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 9, -["firstID"] = 2948, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2951] = { -["points"] = 5, -["name"] = "Gramsturm-Aufspürer des Reik", -["nextId"] = 2952, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 2951, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Gramsturm-Aufspürer des Reik", ["description"] = "Schließt 1 täglichen Auftrag gegen Gramstürme für Nelldena im Reik ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 4, -["firstID"] = 2951, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 2952, } , [2952] = { -["points"] = 10, -["name"] = "Gramsturm-Nachsteller des Reik", -["nextId"] = 2953, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 2951, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Gramsturm-Nachsteller des Reik", ["description"] = "Schließt 10 tägliche Aufträge gegen Gramstürme für Nelldena im Reik ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 4, -["firstID"] = 2951, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2953, } , [2953] = { -["points"] = 15, -["name"] = "Gramsturm-Auslöscher des Reik", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 2951, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Gramsturm-Auslöscher des Reik", ["description"] = "Schließt 30 tägliche Aufträge gegen Gramstürme für Nelldena im Reik ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 4, -["firstID"] = 2951, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2954] = { -["points"] = 5, -["name"] = "Mietling der Unbezähmbaren Hüter", -["nextId"] = 2956, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 2954, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Mietling der Unbezähmbaren Hüter", ["description"] = "Schließt 1 täglichen Auftrag der Unbezähmbaren Hüter für Ardanir im Reik ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 10, -["firstID"] = 2954, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 2956, } , [2955] = { -["points"] = 15, -["name"] = "Verbündeter der Unbezähmbaren Hüter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 2954, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Verbündeter der Unbezähmbaren Hüter", ["description"] = "Schließt 30 tägliche Aufträge der Unbezähmbaren Hüter für Ardanir im Reik ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 10, -["firstID"] = 2954, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [2956] = { -["points"] = 10, -["name"] = "Eidgebundener der Unbezähmbaren Hüter", -["nextId"] = 2955, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 2954, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Eidgebundener der Unbezähmbaren Hüter", ["description"] = "Schließt 10 tägliche Aufträge der Unbezähmbaren Hüter für Ardanir im Reik ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 10, -["firstID"] = 2954, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 2955, } , [2957] = { -["points"] = 50, -["name"] = "Großabenteurer des Reik", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Großabenteurer des Reik", ["description"] = "Schließt 12 verschiedene Quests im Reik oder in der Arkthzand-Kaverne von Schwarzweite ab.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [2958] = { -["points"] = 10, -["name"] = "Meister der Stürme", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meister der Stürme", ["description"] = "Zerstreut den Gramsturm jeder einzelnen Ritualstätte im Reik.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 10, +["nextId"] = 0, } , [2959] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Deadlands", ["name"] = "Meister des Stils des Hauses Hexos", +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Hauses Hexos“. Die Kapitel können bei täglichen Aufträgen für Gewölbe in den Totenländern gefunden werden.", ["nextId"] = 0, -["Category"] = "Deadlands", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Hauses Hexos“. Die Kapitel können bei täglichen Aufträgen für Gewölbe in den Totenländern gefunden werden.", -["Category_ID"] = 25, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 26, } , [2960] = { -["points"] = 50, -["name"] = "Ehre der Geisterblute", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 5, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Vateshran Hollows", -["SubCategory_ID"] = 4, +["name"] = "Ehre der Geisterblute", ["description"] = "Bewältigt die angegebenen Errungenschaften für den Grund des Vateshran.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, +["nextId"] = 0, } , [2964] = { -["points"] = 10, -["name"] = "Freundin der Tat", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Freundin der Tat", ["description"] = "Helft Melina Cassel, selbstbewusster zu werden, indem Ihr sie ermutigt, trotz ihrer Mühen durchzuhalten.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [2965] = { -["points"] = 5, -["name"] = "Erforscher der Tiefenstrom-Kaverne", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Tiefenstrom-Kaverne", ["description"] = "Erforscht und säubert die Tiefenstrom-Kaverne.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2966] = { -["points"] = 5, -["name"] = "Erforscher von Xi-Tsei", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Erforscher von Xi-Tsei", ["description"] = "Erforscht und säubert Xi-Tsei.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2967] = { -["points"] = 5, -["name"] = "Erforscher des Untergangsgewölbes Porcixid", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Erforscher des Untergangsgewölbes Porcixid", ["description"] = "Erforscht und säubert das Untergangsgewölbe Porcixid.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2968] = { -["points"] = 5, -["name"] = "Erforscher von Arpenia", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Erforscher von Arpenia", ["description"] = "Erforscht und säubert Arpenia.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2969] = { -["points"] = 5, -["name"] = "Erforscher der Blutstromhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Erforscher der Blutstromhöhle", ["description"] = "Erforscht und säubert die Blutstromhöhle.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2970] = { -["points"] = 5, -["name"] = "Erforscher von Vunalk", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Erforscher von Vunalk", ["description"] = "Erforscht und säubert die Ruinen von Vunalk.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [2971] = { -["points"] = 15, -["name"] = "Höhlenforscher von Dunkelforst", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Höhlenforscher von Dunkelforst", ["description"] = "Erforscht und säubert alle sechs Gewölbe in Dunkelforst.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2972] = { -["points"] = 10, -["name"] = "Pfadfinder von Dunkelforst", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Pfadfinder von Dunkelforst", ["description"] = "Entdeckt alle markanten Orte in Dunkelforst.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2973] = { -["points"] = 15, -["name"] = "Meistererforscher von Dunkelforst", -["nextId"] = 0, -["Category"] = "Blackwood", -["SubCategory"] = "Exploration", ["SubCategory_ID"] = 2, -["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte in Dunkelforst.", -["prevId"] = 0, -["Category_ID"] = 15, +["numCriteria"] = 2, ["achievementIndex"] = 1, ["firstID"] = 0, -["numCriteria"] = 2, +["Category"] = "Blackwood", +["SubCategory"] = "Exploration", +["name"] = "Meistererforscher von Dunkelforst", +["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte in Dunkelforst.", +["Category_ID"] = 15, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2974] = { -["points"] = 10, -["name"] = "Bullenkämpfer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Bullenkämpfer", ["description"] = "Besiegt die Minotauren Bhrum und Koska nahe der Feste Blaublut.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2975] = { -["points"] = 10, -["name"] = "Zungennehmer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Zungennehmer", ["description"] = "Tötet Kriegshäuptling Zathmoz im Krötenzungen-Kriegslager.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2976] = { -["points"] = 10, -["name"] = "Sul-Xan-Brandschatzer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Sul-Xan-Brandschatzer", ["description"] = "Besiegt die Sul-Xan-Ritualisten an ihrer Ritualstätte.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2977] = { -["points"] = 10, -["name"] = "Warzenwahn", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Warzenwahn", ["description"] = "Besiegt den Todspringer, die Alte Todwarze, an ihrem Teich.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2978] = { -["points"] = 10, -["name"] = "Ruinach-Verwüster", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Ruinach-Verwüster", ["description"] = "Besiegt Ghemas den Vorboten bei der zerschlagenen Xanmeer.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2979] = { -["points"] = 10, -["name"] = "Trophäensammlersammler", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Trophäensammlersammler", ["description"] = "Besiegt den argonischen Behemoth, Xeemhok den Trophäensammler, in seiner Lagune.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2980] = { -["points"] = 15, -["name"] = "Verteidiger von Dunkelforst", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Verteidiger von Dunkelforst", ["description"] = "Besiegt alle sechs Anführer in der offenen Welt in Dunkelforst.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [2981] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Blackwood", ["name"] = "Meisterangler von Dunkelforst", +["description"] = "Fangt alle 12 seltenen Fische in Dunkelforst.", ["nextId"] = 0, -["Category"] = "Blackwood", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Dunkelforst.", +["points"] = 5, ["Category_ID"] = 15, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 12, } , [2982] = { -["points"] = 10, +["numCriteria"] = 18, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Blackwood", ["name"] = "Himmelsscherbenjäger von Dunkelforst", +["description"] = "Entdeckt alle 18 Himmelsscherben in Dunkelforst.", ["nextId"] = 0, -["Category"] = "Blackwood", ["prevId"] = 0, -["description"] = "Entdeckt alle 18 Himmelsscherben in Dunkelforst.", +["points"] = 10, ["Category_ID"] = 15, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 18, } , [2984] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Flames of Ambition", ["name"] = "Meister des Stils der Wahrgeschworenen", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Wahrgeschworenen“, die Ihr gelegentlich bei der Bewältigung der Schwarzdrachenvilla erlangen könnt.", ["nextId"] = 0, -["Category"] = "Flames of Ambition", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Wahrgeschworenen“, die Ihr gelegentlich bei der Bewältigung der Schwarzdrachenvilla erlangen könnt.", -["Category_ID"] = 27, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 28, } , [2985] = { -["points"] = 10, -["name"] = "Sieger von Felshain", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Sieger von Felshain", ["description"] = "Besiegt Oaxiltso, Flammenheroldin Bahsei und Xalvakka in Felshain.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2986] = { -["points"] = 50, -["name"] = "Sprinter von Felshain", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Sprinter von Felshain", ["description"] = "Besiegt zusätzlich zu Oaxiltso, Flammenheroldin Bahsei und Xalvakka alle Gegner in Felshain (Veteranen) innerhalb von 30 Minuten. Die Zeit läuft, sobald Ihr die erste Gegnergruppe angreift. Aalt-in-Schlangen und die verletzten Sul-Xan-Militanten dürfen verschont werden.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2987] = { -["points"] = 10, -["name"] = "Eroberer von Felshain", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Eroberer von Felshain", ["description"] = "Besiegt Oaxiltso, Flammenheroldin Bahsei und Xalvakka in Felshain (Veteranen)", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2988] = { -["points"] = 50, -["name"] = "Steinerner Wille", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Steinerner Wille", ["description"] = "Besiegt Oaxiltso, Flammenheroldin Bahsei und Xalvakka in Felshain (Veteranen) zusammen mit all ihren feindlichen Anhängern, ohne dass ein Gruppenmitglied getötet wird. Aalt-in-Schlangen und die verletzten Sul-Xan-Militanten dürfen verschont werden.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2989] = { -["points"] = 10, -["name"] = "Sul-Xan-Schlächter", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Sul-Xan-Schlächter", ["description"] = "Besiegt 300 Sul-Xan in Felshain (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2990] = { -["points"] = 10, -["name"] = "Chaosblute-Ernter", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Chaosblute-Ernter", ["description"] = "Besiegt 100 Chaosblute in Felshain (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [2991] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Flames of Ambition", ["name"] = "Meister des Stils der Erwachenden Flamme", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Erwachenden Flamme“, die Ihr gelegentlich bei der Bewältigung des Kessels erlangen könnt.", ["nextId"] = 0, -["Category"] = "Flames of Ambition", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Erwachenden Flamme“, die Ihr gelegentlich bei der Bewältigung des Kessels erlangen könnt.", -["Category_ID"] = 27, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 28, } , [2994] = { -["points"] = 50, -["name"] = "Gruppenwagnis in den Stillen Hallen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in den Stillen Hallen", ["description"] = "Besiegt Kriegsfürst Iaza und seinen Stamm von Sul-Xan-Kriegern in den Stillen Hallen.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2995] = { -["points"] = 50, -["name"] = "Gruppenwagnis in Zenithars Abtei", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Gruppenwagnis in Zenithars Abtei", ["description"] = "Besiegt Ra\'back in Zenithars Abtei.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2996] = { -["points"] = 50, -["name"] = "Eroberer der Stillen Hallen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Eroberer der Stillen Hallen", ["description"] = "Besiegt alle Champions in den Stillen Hallen.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2997] = { -["points"] = 50, -["name"] = "Eroberer von Zenithars Abtei", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Eroberer von Zenithars Abtei", ["description"] = "Besiegt alle Champions in Zenithars Abtei.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [2998] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Markarth", ["name"] = "Meister des Stils der Unbezähmbaren Hüter", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Unbezähmbaren Hüter“, die Ihr als Belohnung für das Abschließen täglicher Aufträge für die Unbezähmbaren Hüter im Reik erhaltet.", ["nextId"] = 0, -["Category"] = "Markarth", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Unbezähmbaren Hüter“, die Ihr als Belohnung für das Abschließen täglicher Aufträge für die Unbezähmbaren Hüter im Reik erhaltet.", -["Category_ID"] = 28, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 29, } , [2999] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Deadlands", ["name"] = "Meister des altdaedrischen Stils", +["description"] = "Lernt jedes Kapitel des Buchs „Altdaedrischer Stil“, die Ihr gelegentlich beim Graben nach Antiquitäten erhalten könnt.", ["nextId"] = 0, -["Category"] = "Deadlands", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Altdaedrischer Stil“, die Ihr gelegentlich beim Graben nach Antiquitäten erhalten könnt.", -["Category_ID"] = 25, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 26, } , [3000] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Blackwood", ["name"] = "Meister des Stils der Schwarzflossen-Legion", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Schwarzflossen-Legion“, die Ihr als Belohnung für das Erfüllen täglicher Aufträge für Gewölbe in Dunkelforst erhaltet.", ["nextId"] = 0, -["Category"] = "Blackwood", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Schwarzflossen-Legion“, die Ihr als Belohnung für das Erfüllen täglicher Aufträge für Gewölbe in Dunkelforst erhaltet.", +["points"] = 50, ["Category_ID"] = 15, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, } , [3001] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Blackwood", ["name"] = "Meister des Stils der Elfenbeinbrigade", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Elfenbeinbrigade“, die ihr als Belohnung für Erfüllen täglicher Aufträge gegen die Anführer in der offenen Welt in Dunkelforst erhaltet.", ["nextId"] = 0, -["Category"] = "Blackwood", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Elfenbeinbrigade“, die ihr als Belohnung für Erfüllen täglicher Aufträge gegen die Anführer in der offenen Welt in Dunkelforst erhaltet.", +["points"] = 50, ["Category_ID"] = 15, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 14, } , [3002] = { -["points"] = 50, -["name"] = "Meister des Stils der Sul-Xan", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 14, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Meister des Stils der Sul-Xan", ["description"] = "Lernt jedes Kapitel des Buchs „Stil der Sul-Xan“, die Ihr für das Bezwingen des letzten Anführers in Felshain erhalten könnt.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 14, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3003] = { -["points"] = 50, -["name"] = "Seelenretter", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Seelenretter", ["description"] = "Besiegt Oaxiltso, Flammenheroldin Bahsei und Xalvakka in Felshain (Veteranen) zusammen mit all ihren feindlichen Anhängern, nachdem Ihr für alle die Herausforderungsbanner aktiviert habt, ohne dass ein Gruppenmitglied getötet wird und innerhalb von 30 Minuten nach Betreten des Felshains. Aalt-in-Schlangen und die verletzten Sul-Xan-Militanten dürfen verschont werden.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3004] = { -["points"] = 50, -["name"] = "Xalvakkas Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Xalvakkas Fluch", ["description"] = "Bewältigt die angegebenen Errungenschaften in Felshain.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3005] = { -["points"] = 15, -["name"] = "Behemoth-Belagerer", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Behemoth-Belagerer", ["description"] = "Besiegt Oaxiltso in Felshain (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3006] = { -["points"] = 15, -["name"] = "Die Botin zu Boden!", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Die Botin zu Boden!", ["description"] = "Besiegt Flammenheroldin Bahsei in Felshain (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3007] = { -["points"] = 50, -["name"] = "Beschützer der Xanmeer", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Beschützer der Xanmeer", ["description"] = "Besiegt Oaxiltso, Flammenheroldin Bahsei und Xalvakka in Felshain (Veteranen) zusammen mit all ihren feindlichen Anhängern, nachdem Ihr für alle die Herausforderungsbanner gehisst habt und ohne den Felshain zu verlassen.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3008] = { -["points"] = 10, -["name"] = "Schildkrötensuppe", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Schildkrötensuppe", ["description"] = "Opfert den Haj-Mota an den großen Geysir in Felshain.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3009] = { -["points"] = 10, -["name"] = "Behänder Schreiter", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Behänder Schreiter", ["description"] = "Schließt Felshain ab, ohne dass ein einzelnes Gruppenmitglied eine tödliche Pflanze oder Falle auslöst.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, -} -, -[3010] = { +["prevId"] = 0, ["points"] = 10, -["name"] = "Was ist das für Dreck?", ["nextId"] = 0, +} +, +[3010] = { +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Was ist das für Dreck?", ["description"] = "Benutzt im Kampf gegen Oaxiltso in Felshain (Veteranen) für jedes Reinigen von „Giftschlacke“ alle 4 Pfützen gleichzeitig durch 4 verschiedene infizierte Gruppenmitglieder, um „Giftschlacke“ aufzuheben, und besiegt ihn danach.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3011] = { -["points"] = 10, -["name"] = "Schön auf Abstand", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Schön auf Abstand", ["description"] = "Verhindert im Kampf gegen Flammenheroldin Bahsei in Felshain (Veteranen), dass sich Gruppenmitglieder gegenseitig mit der tödlichen Berührung infizieren.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3012] = { -["points"] = 10, -["name"] = "Seelenbombardierer", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Rockgrove", -["SubCategory_ID"] = 5, +["name"] = "Seelenbombardierer", ["description"] = "Benutzt „Seele läutern“ im Kampf gegen Xalvakka in Felshain (Veteranen), um 15 verdorbene Azurplasmen zu nähren, bis sie explodieren.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3014] = { -["points"] = 10, -["name"] = "Ebenenformerschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Ebenenformerschlächter", ["description"] = "Besiegt 50 Silberrosen-Ebenenformer in der Rotblütenbastion (Veteranen).", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3015] = { -["points"] = 10, -["name"] = "Silberrosenschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Silberrosenschlächter", ["description"] = "Besiegt 200 Silberrosen-Ritter und Reliktunholde in der Rotblütenbastion (Veteranen).", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3016] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Waking Flame", ["name"] = "Sieger der Rotblütenbastion", +["description"] = "Besiegt Rogerain den Durchtriebenen, die Reliktträger und Prior Thierric Sarazen in der Rotblütenbastion.", ["nextId"] = 0, -["Category"] = "Waking Flame", ["prevId"] = 0, -["description"] = "Besiegt Rogerain den Durchtriebenen, die Reliktträger und Prior Thierric Sarazen in der Rotblütenbastion.", -["Category_ID"] = 26, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 27, } , [3017] = { -["points"] = 10, -["name"] = "Eroberer der Rotblütenbastion", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer der Rotblütenbastion", ["description"] = "Besiegt Rogerain den Durchtriebenen, die Reliktträger und Prior Thierric Sarazen in der Rotblütenbastion (Veteranen).", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [3018] = { -["points"] = 50, -["name"] = "Priorisierung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Priorisierung", ["description"] = "Besiegt Prior Thierric Sarazen in der Rotblütenbastion (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3019] = { -["points"] = 50, -["name"] = "Kurzzeitbelagerung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Kurzzeitbelagerung", ["description"] = "Besiegt zusätzlich zu Rogerain dem Durchtriebenen, den Reliktträgern und Prior Thierric Sarazen alle Gegner in der Rotblütenbastion in weniger als 25 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe von Feinde angreift.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3020] = { -["points"] = 50, -["name"] = "Makelloser Sieg", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Makelloser Sieg", ["description"] = "Besiegt zusätzlich zu Rogerain dem Durchtriebenen, den Reliktträgern und Prior Thierric Sarazen alle Gegner in der Rotblütenbastion (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3021] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Waking Flame", ["name"] = "Erforscher der Erwachenden Flamme", +["description"] = "Betretet zum ersten Mal die Rotblütenbastion oder den Schreckenskeller.", ["nextId"] = 0, -["Category"] = "Waking Flame", ["prevId"] = 0, -["description"] = "Betretet zum ersten Mal die Rotblütenbastion oder den Schreckenskeller.", -["Category_ID"] = 26, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 27, } , [3022] = { -["points"] = 50, -["name"] = "Herausforder der Rotblütenbastion", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforder der Rotblütenbastion", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Rotblütenbastion (Veteranen).", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [3023] = { -["points"] = 50, -["name"] = "Bastionsbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Bastionsbrecher", ["description"] = "Besiegt zusätzlich zu Rogerain dem Durchtriebenen, den Reliktträgern und Prior Thierric Sarazen alle Gegner in der Rotblütenbastion (Veteranen), nachdem Ihr die Herausforderungsbanner gehisst habt, in weniger als 25 Minuten, ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3024] = { -["points"] = 10, -["name"] = "Dremoraschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Dremoraschlächter", ["description"] = "Besiegt 200 Dremora im Schreckenskeller (Veteranen).", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3025] = { -["points"] = 10, -["name"] = "Skorionenschlächter", -["nextId"] = 0, -["Category"] = "Waking Flame", -["SubCategory"] = "Veteran", ["SubCategory_ID"] = 1, -["description"] = "Besiegt 10 Skorione und Qualzit im Schreckenskeller (Veteranen).", -["prevId"] = 0, -["Category_ID"] = 26, +["numCriteria"] = 1, ["achievementIndex"] = 18, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Waking Flame", +["SubCategory"] = "Veteran", +["name"] = "Skorionenschlächter", +["description"] = "Besiegt 50 Skorione und Qualzit im Schreckenskeller (Veteranen).", +["Category_ID"] = 27, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3026] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Waking Flame", ["name"] = "Sieger des Schreckenskellers", +["description"] = "Besiegt den Skorionbrutfürsten, Cyronin Artellian und die Magmaverkörperung im Schreckenskeller.", ["nextId"] = 0, -["Category"] = "Waking Flame", ["prevId"] = 0, -["description"] = "Besiegt den Skorionbrutfürsten, Cyronin Artellian und die Magmaverkörperung im Schreckenskeller.", -["Category_ID"] = 26, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 27, } , [3027] = { -["points"] = 10, -["name"] = "Eroberer des Schreckenskellers", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer des Schreckenskellers", ["description"] = "Besiegt den Skorionbrutfürsten, Cyronin Artellian und die Magmaverkörperung im Schreckenskeller (Veteranen).", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [3028] = { -["points"] = 50, -["name"] = "Unerschüttert", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Unerschüttert", ["description"] = "Besiegt die Magmaverkörperung im Schreckenskeller (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3029] = { -["points"] = 50, -["name"] = "Schreckenslauf", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schreckenslauf", ["description"] = "Besiegt zusätzlich zum Skorion-Brutfürsten, Cyronin Artellian und der Magmaverkörperung alle Gegner im Schreckenskeller (Veteranen) in weniger als 25 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe von Feinde angreift.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3030] = { -["points"] = 50, -["name"] = "Aussetzung der Exekution", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Aussetzung der Exekution", ["description"] = "Besiegt zusätzlich zum Skorionbrutfürsten, Cyronin Artellian und der Magmaverkörperung alle Gegner im Schreckenskeller (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3031] = { -["points"] = 50, -["name"] = "Herausforder des Schreckenskellers", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforder des Schreckenskellers", ["description"] = "Bewältigt die angegebenen Errungenschaften für den Schreckenskeller (Veteranen).", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [3032] = { -["points"] = 50, -["name"] = "Schlachtspitzenelite", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schlachtspitzenelite", ["description"] = "Besiegt zusätzlich zum Skorion-Brutfürsten, Cyronin Artellian und der Magmaverkörperung alle Gegner im Schreckenskeller (Veteranen), nachdem Ihr die Herausforderungsbanner gehisst habt, innerhalb von 25 Minuten, ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3033] = { -["points"] = 50, -["name"] = "Höhlenforscher der Erwachenden Flamme", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher der Erwachenden Flamme", ["description"] = "Schließt sowohl die Rotblütenbastion (Veteranen) als auch den Schreckenskeller (Veteranen) ab.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["nextId"] = 0, } , [3034] = { -["points"] = 10, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Waking Flame", ["name"] = "Späher der Erwachenden Flamme", +["description"] = "Schließt sowohl die Rotblütenbastion als auch den Schreckenskeller ab.", ["nextId"] = 0, -["Category"] = "Waking Flame", ["prevId"] = 0, -["description"] = "Schließt sowohl die Rotblütenbastion als auch den Schreckenskeller ab.", -["Category_ID"] = 26, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["Category_ID"] = 27, } , [3035] = { -["points"] = 10, -["name"] = "Durchtriebener Schrecken", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Durchtriebener Schrecken", ["description"] = "Lasst ein Mitglied Eurer Gruppe im Kampf gegen Rogerain den Durchtriebenen in der Rotblütenbastion (Veteranen) 25 Kumulationen von Bocksteufelswild ansammeln.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3036] = { -["points"] = 10, -["name"] = "Närrische Beinarbeit", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Närrische Beinarbeit", ["description"] = "Löst im Kampf gegen die Reliktträger in der Rotblütenbastion (Veteranen) mindestens 40 Fallen aus.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3037] = { -["points"] = 10, -["name"] = "Exodus", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Exodus", ["description"] = "Meidet alle Felsrutschläufe von Prior Thierric Sarazans Duplikaten in der Rotblütenbastion (Veteranen).", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3038] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Waking Flame", ["name"] = "Echos der Weisheit", +["description"] = "Betretet Goriseli Moraburo in der Rotblütenbastion und erlangt den Kristallanimus Agea.", ["nextId"] = 0, -["Category"] = "Waking Flame", ["prevId"] = 0, -["description"] = "Betretet Goriseli Moraburo in der Rotblütenbastion und erlangt den Kristallanimus Agea.", -["Category_ID"] = 26, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 27, } , [3039] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Waking Flame", ["name"] = "Echos des Lebens", +["description"] = "Betretet Goriseli Moraburo in der Rotblütenbastion und erlangt den Kristallanimus Anya.", ["nextId"] = 0, -["Category"] = "Waking Flame", ["prevId"] = 0, -["description"] = "Betretet Goriseli Moraburo in der Rotblütenbastion und erlangt den Kristallanimus Anya.", -["Category_ID"] = 26, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 27, } , [3040] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Waking Flame", ["name"] = "Echos des Todes", +["description"] = "Betretet Goriseli Moraburo in der Rotblütenbastion und erlangt den Kristallanimus Nagaia.", ["nextId"] = 0, -["Category"] = "Waking Flame", ["prevId"] = 0, -["description"] = "Betretet Goriseli Moraburo in der Rotblütenbastion und erlangt den Kristallanimus Nagaia.", -["Category_ID"] = 26, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 27, } , [3041] = { -["points"] = 10, -["name"] = "Absurder Ansatz", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Absurder Ansatz", ["description"] = "Besiegt den Skorionblutfürsten, nachdem Ihr 4 Qualzit im Schreckenskeller (Veteranen) zerstört habt, ohne dass ein Xivilai am Leben ist, wenn die einzelnen Steine zerstört werden.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3042] = { -["points"] = 10, -["name"] = "Beglichene Rechnung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Beglichene Rechnung", ["description"] = "Sorgt im Kampf gegen die Magmaverkörperung im Schreckenskeller (Veteranen) nach dem Hissen des Herausforderungsbanners dafür, dass mindestens 10 Skorione von „instabiler Blitz“ getroffen werden.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3043] = { -["points"] = 10, -["name"] = "Grauenloser Läufer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Grauenloser Läufer", ["description"] = "Besiegt Cyronin Artellian im Schreckenskeller (Veteranen), ohne durch eine Woge des Grauens getroffen zu werden.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3044] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Waking Flame", ["name"] = "Ruhet in Stücken", +["description"] = "Zerstört als Gruppe 200 ruhelose Tote, während Ihr im Schreckenskeller gegen Cyronin Artellian kämpft.", ["nextId"] = 0, -["Category"] = "Waking Flame", ["prevId"] = 0, -["description"] = "Zerstört als Gruppe 200 ruhelose Tote, während Ihr im Schreckenskeller gegen Cyronin Artellian kämpft.", -["Category_ID"] = 26, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 27, } , [3045] = { -["points"] = 10, -["name"] = "Umringte Asche", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Umringte Asche", ["description"] = "Erlangt im Kampf gegen die Magmaverkörperung im Schreckenskeller (Veteranen) 15 Kumulationen von „Flammentänzer“, indem Ihr 15 Sekunden lang den ewigen Flammen ausweicht, ohne getroffen zu werden.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3046] = { -["points"] = 10, -["name"] = "Lindernde Qual", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Lindernde Qual", ["description"] = "Zerstört alle von der Magmaverkörperung im Schreckenskeller (Veteranen) hervorgebrachten Qualzitvorkommen mindestens einmal.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["nextId"] = 0, } , [3047] = { -["points"] = 50, +["numCriteria"] = 6, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Blackwood", ["name"] = "Retter von Dunkelforst", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter von Dunkelforst zu werden.", ["nextId"] = 0, -["Category"] = "Blackwood", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter von Dunkelforst zu werden.", +["points"] = 50, ["Category_ID"] = 15, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, } , [3048] = { -["points"] = 10, -["name"] = "Söldner von Leyawiin", -["nextId"] = 3049, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 3048, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Söldner von Leyawiin", ["description"] = "Schließt die Quest „Ein tödliches Geheimnis“ in Dunkelforst ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 3, -["firstID"] = 3048, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3049, } , [3049] = { -["points"] = 10, -["name"] = "Ermittler in Dunkelforst", -["nextId"] = 3050, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 3048, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Ermittler in Dunkelforst", ["description"] = "Schließt die Quest „Ein unerwarteter Gegner“ in Dunkelforst ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 3, -["firstID"] = 3048, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3050, } , [3050] = { -["points"] = 10, -["name"] = "Ambitionenakquise", -["nextId"] = 3051, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 3048, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Ambitionenakquise", ["description"] = "Schließt die Quest „Ein verborgenes Gewölbe“ in Dunkelforst ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 3, -["firstID"] = 3048, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3051, } , [3051] = { -["points"] = 10, -["name"] = "Festsprenger", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 3048, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Festsprenger", ["description"] = "Schließt die Quest „Ein mysteriöses Ereignis“ in Dunkelforst ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 3, -["firstID"] = 3048, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3052] = { -["points"] = 10, -["name"] = "Advokat der Ambition", -["nextId"] = 3053, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 3052, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Advokat der Ambition", ["description"] = "Schließt die Quest „Waffen der Zerstörung“ in Dunkelforst ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 4, -["firstID"] = 3052, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3053, } , [3053] = { -["points"] = 10, -["name"] = "Desasterabwender", -["nextId"] = 3054, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 3052, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Desasterabwender", ["description"] = "Schließt die Quest „Scheiterhaufen der Ambitionen“ in Dunkelforst ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 4, -["firstID"] = 3052, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3054, } , [3054] = { -["points"] = 10, -["name"] = "Daedraaustreiber", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 3052, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Daedraaustreiber", ["description"] = "Schließt die Quest „Helden von Dunkelforst“ in Dunkelforst ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 4, -["firstID"] = 3052, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3055] = { -["points"] = 50, -["name"] = "Champion von Dunkelforst", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 7, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Champion von Dunkelforst", ["description"] = "Geht der Bedrohung für Dunkelforst nach und bringt der Region den Frieden zurück.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3056] = { -["points"] = 50, -["name"] = "Großabenteurer von Dunkelforst", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Großabenteurer von Dunkelforst", ["description"] = "Schließt 26 verschiedene Quests in Dunkelforst ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3057] = { -["points"] = 5, -["name"] = "Arbeiter für Leyawiin", -["nextId"] = 3058, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 3057, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Arbeiter für Leyawiin", ["description"] = "Schließt in Dunkelforst 1 täglichen Einzelauftrag für Deetum-Jas in Leyawiin ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 5, -["firstID"] = 3057, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3058, } , [3058] = { -["points"] = 10, -["name"] = "Agent für Leyawiin", -["nextId"] = 3059, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 3057, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Agent für Leyawiin", ["description"] = "Schließt in Dunkelforst 10 tägliche Einzelaufträge für Deetum-Jas in Leyawiin ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 5, -["firstID"] = 3057, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3059, } , [3059] = { -["points"] = 15, -["name"] = "Fachkraft für Leyawiin", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 3057, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Fachkraft für Leyawiin", ["description"] = "Schließt 30 tägliche Aufträge für Deetum-Jas in Leyawiin ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 5, -["firstID"] = 3057, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3060] = { -["points"] = 5, -["name"] = "Monsterjäger von Dunkelforst", -["nextId"] = 3061, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 3060, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Monsterjäger von Dunkelforst", ["description"] = "Schließt in Dunkelforst 1 täglichen Auftrag gegen Anführer in der offenen Welt für Britta Silanus in Leyawiin ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 6, -["firstID"] = 3060, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3061, } , [3061] = { -["points"] = 10, -["name"] = "Monsterschlächter von Dunkelforst", -["nextId"] = 3062, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 3060, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Monsterschlächter von Dunkelforst", ["description"] = "Schließt in Dunkelforst 10 tägliche Aufträge gegen Anführer in der offenen Welt für Britta Silanus in Leyawiin ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 6, -["firstID"] = 3060, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3062, } , [3062] = { -["points"] = 15, -["name"] = "Monsterauslöscher von Dunkelforst", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 3060, ["Category"] = "Blackwood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 4, +["name"] = "Monsterauslöscher von Dunkelforst", ["description"] = "Schließt in Dunkelforst 30 tägliche Aufträge gegen Anführer in der offenen Welt für Britta Silanus in Leyawiin ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 6, -["firstID"] = 3060, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3063] = { -["points"] = 10, -["name"] = "Bastians Gefährte", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 1, +["name"] = "Bastians Gefährte", ["description"] = "Schließt die Gefährtenquests für Bastian Hallix ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3064] = { -["points"] = 10, -["name"] = "Mirris Gefährte", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 1, +["name"] = "Mirris Gefährte", ["description"] = "Schließt die Gefährtenquests für Mirri Elendis ab.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3065] = { -["points"] = 15, -["name"] = "Waffenbrüder", -["nextId"] = 0, -["Category"] = "Blackwood", -["SubCategory"] = "Companions", ["SubCategory_ID"] = 1, -["description"] = "Erlangt die Gunst von Bastian Hallix.", -["prevId"] = 0, -["Category_ID"] = 15, +["numCriteria"] = 5, ["achievementIndex"] = 1, ["firstID"] = 0, -["numCriteria"] = 5, +["Category"] = "Blackwood", +["SubCategory"] = "Companions", +["name"] = "Waffenbrüder", +["description"] = "Erlangt Bastians Gunst, indem Ihr die unten aufgeführten Errungenschaften und Aufgaben abschließt.", +["Category_ID"] = 15, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3066] = { -["points"] = 15, -["name"] = "Geschätzter Kamerad", -["nextId"] = 0, -["Category"] = "Blackwood", -["SubCategory"] = "Companions", ["SubCategory_ID"] = 1, -["description"] = "Erlangt die Gunst von Mirri Elendis.", -["prevId"] = 0, -["Category_ID"] = 15, +["numCriteria"] = 5, ["achievementIndex"] = 6, ["firstID"] = 0, -["numCriteria"] = 5, +["Category"] = "Blackwood", +["SubCategory"] = "Companions", +["name"] = "Geschätzter Kamerad", +["description"] = "Erlangt Mirris Gunst, indem Ihr die unten aufgeführten Errungenschaften und Aufgaben abschließt.", +["Category_ID"] = 15, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3067] = { -["points"] = 10, -["name"] = "Bastians Bester", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 1, +["name"] = "Bastians Gunst", ["description"] = "Verbessert Eure Beziehung mit Bastian Hallix, indem Ihr mit ihm bestimmte Aufgaben bewältigt.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3068] = { -["points"] = 10, -["name"] = "Mirris Bester", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 1, +["name"] = "Mirris Gunst", ["description"] = "Verbessert Eure Beziehung mit Mirri Elendis, indem Ihr mit ihr bestimmte Aufgaben bewältigt.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3075] = { -["points"] = 50, -["name"] = "Jedermanns Freund", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 1, +["name"] = "Jedermanns Freund", ["description"] = "Erlangt die Gunst von Bastian Hallix und Mirri Elendis.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3076] = { -["points"] = 10, -["name"] = "Vernichter des Vergessens", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Vernichter des Vergessens", ["description"] = "Besiegt die Generäle der Portale ins Reich des Vergessens, während diese ihre Vorstöße beginnen.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3077] = { -["points"] = 5, -["name"] = "Verteidiger der Ebene", -["nextId"] = 3078, -["Category"] = "Blackwood", -["SubCategory"] = "Exploration", ["SubCategory_ID"] = 2, -["description"] = "Betretet ein Portal ins Reich des Vergessen und zerstört den dortigen Vorläuferkataklyst.", -["prevId"] = 0, -["Category_ID"] = 15, +["numCriteria"] = 1, ["achievementIndex"] = 22, ["firstID"] = 3077, -["numCriteria"] = 1, +["Category"] = "Blackwood", +["SubCategory"] = "Exploration", +["name"] = "Portalverteidiger von Dunkelforst", +["description"] = "Betretet von Dunkelforst aus ein Portal ins Reich des Vergessens und zerstört den dortigen Vorläuferkataklyst.", +["Category_ID"] = 15, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3078, } , [3078] = { -["points"] = 10, -["name"] = "Portalstürmer", -["nextId"] = 3079, -["Category"] = "Blackwood", -["SubCategory"] = "Exploration", ["SubCategory_ID"] = 2, -["description"] = "Betretet 10 Portale ins Reich des Vergessen und zerstört die dortigen Vorläuferkataklysten.", -["prevId"] = 0, -["Category_ID"] = 15, +["numCriteria"] = 1, ["achievementIndex"] = 22, ["firstID"] = 3077, -["numCriteria"] = 1, +["Category"] = "Blackwood", +["SubCategory"] = "Exploration", +["name"] = "Portalschleifer von Dunkelforst", +["description"] = "Betretet von Dunkelforst aus 10 Portale ins Reich des Vergessens und zerstört die dortigen Vorläuferkataklysten.", +["Category_ID"] = 15, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3079, } , [3079] = { -["points"] = 15, -["name"] = "Portalbrecher", -["nextId"] = 0, -["Category"] = "Blackwood", -["SubCategory"] = "Exploration", ["SubCategory_ID"] = 2, -["description"] = "Betretet 30 Portale ins Reich des Vergessen und zerstört die dortigen Vorläuferkataklysten.", -["prevId"] = 0, -["Category_ID"] = 15, +["numCriteria"] = 1, ["achievementIndex"] = 22, ["firstID"] = 3077, -["numCriteria"] = 1, +["Category"] = "Blackwood", +["SubCategory"] = "Exploration", +["name"] = "Portalvernichter von Dunkelforst", +["description"] = "Betretet von Dunkelforst aus 30 Portale ins Reich des Vergessens und zerstört die dortigen Vorläuferkataklysten.", +["Category_ID"] = 15, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3080] = { -["points"] = 10, -["name"] = "Meistereinbrecher von Leyawiin", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Meistereinbrecher von Leyawiin", ["description"] = "Stehlt die luxuriöse Wertkassette aus dem Wachturm von Leyawiin.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3081] = { -["points"] = 10, -["name"] = "Fluch der Sul-Xan", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Fluch der Sul-Xan", ["description"] = "Zerstört die Sul-Xan-Totems in ihren Lagern.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3082] = { -["points"] = 10, -["name"] = "Meistbewundert", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Meistbewundert", ["description"] = "Helft dem bewundernden Bewunderer bei der Suche nach seinem wahren Ziel.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3083] = { -["points"] = 10, -["name"] = "Verloren in der Wildnis", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Verloren in der Wildnis", ["description"] = "Folgt den Hinweisen und spürt einen sehr wertvollen Schatz auf.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3084] = { -["points"] = 10, -["name"] = "Verlockung der Magie", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Verlockung der Magie", ["description"] = "Zieht Kraft aus den Ayleïdenbrunnen von Dunkelforst.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3086] = { -["points"] = 50, -["name"] = "Rogerain-Zähmer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Rogerain-Zähmer", ["description"] = "Besiegt Rogerain den Durchtriebenen in der Rotblütenbastion (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3087] = { -["points"] = 50, -["name"] = "Blatt, Stiel und Dorn", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Blatt, Stiel und Dorn", ["description"] = "Besiegt Eliam Merick, Ihudir und Liramindrel in der Rotblütenbastion (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3088] = { -["points"] = 50, -["name"] = "Masochistische Ader", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Masochistische Ader", ["description"] = "Besiegt den Skorionbrutfürsten im Schreckenskeller (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3089] = { -["points"] = 50, -["name"] = "Folter für den Folterer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Waking Flame", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Folter für den Folterer", ["description"] = "Besiegt Cyronin Artellian im Schreckenskeller (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 27, ["prevId"] = 0, -["Category_ID"] = 26, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3090] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Waking Flame", ["name"] = "Ausgebrannter Ausbrenner", +["description"] = "Besiegt den Ausbrenner im Schreckenskeller, nachdem Ihr das Herausforderungsbanner gehisst habt.", ["nextId"] = 0, -["Category"] = "Waking Flame", ["prevId"] = 0, -["description"] = "Besiegt den Ausbrenner im Schreckenskeller, nachdem Ihr das Herausforderungsbanner gehisst habt.", -["Category_ID"] = 26, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 27, } , [3091] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, +["Category"] = "Waking Flame", ["name"] = "Ein tödliches Unterfangen", +["description"] = "Besiegt den Totengräber im Schreckenskeller, nachdem Ihr das Herausforderungsbanner gehisst habt.", ["nextId"] = 0, -["Category"] = "Waking Flame", ["prevId"] = 0, -["description"] = "Besiegt den Totengräber im Schreckenskeller, nachdem Ihr das Herausforderungsbanner gehisst habt.", -["Category_ID"] = 26, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 27, } , [3092] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, +["Category"] = "Waking Flame", ["name"] = "Gewährter Wärter", +["description"] = "Besiegt den Grimmen Wärter im Schreckenskeller in der Schlacht und verdient Euch so die Macht seiner Herbeirufung.", ["nextId"] = 0, -["Category"] = "Waking Flame", ["prevId"] = 0, -["description"] = "Besiegt den Grimmen Wärter im Schreckenskeller in der Schlacht und verdient Euch so die Macht seiner Herbeirufung.", -["Category_ID"] = 26, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 27, } , [3093] = { -["points"] = 50, +["numCriteria"] = 6, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Waking Flame", ["name"] = "Arkaner Analyst", +["description"] = "Bewältigt optionale Inhalte der Rotblütenbastion und des Schreckenskellers.", ["nextId"] = 0, -["Category"] = "Waking Flame", ["prevId"] = 0, -["description"] = "Bewältigt optionale Inhalte der Rotblütenbastion und des Schreckenskellers.", -["Category_ID"] = 26, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 50, +["Category_ID"] = 27, } , [3094] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 13, +["firstID"] = 0, +["Category"] = "Waking Flame", ["name"] = "Meister des Stils des Karmesinschwurs", +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Karmesinschwurs“, die Ihr gelegentlich bei der Bewältigung des Schreckenskellers erlangen könnt.", ["nextId"] = 0, -["Category"] = "Waking Flame", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Karmesinschwurs“, die Ihr gelegentlich bei der Bewältigung des Schreckenskellers erlangen könnt.", -["Category_ID"] = 26, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 27, } , [3096] = { -["points"] = 10, -["name"] = "Ruinach-Rumpeln", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Ruinach-Rumpeln", ["description"] = "Besiegt den Grafen der Kataklysmen, der sich in den Portalen des Reichs des Vergessens verbirgt.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3097] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 14, +["firstID"] = 0, +["Category"] = "Waking Flame", ["name"] = "Meister des Stils der Silberrose", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Silberrose“, die Ihr gelegentlich bei der Bewältigung der Rotblütenbastion erlangen könnt.", ["nextId"] = 0, -["Category"] = "Waking Flame", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Silberrose“, die Ihr gelegentlich bei der Bewältigung der Rotblütenbastion erlangen könnt.", -["Category_ID"] = 26, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 27, } , [3098] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 11, +["firstID"] = 0, +["Category"] = "Deadlands", ["name"] = "Meister des Stils des Annihilarchen", +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Auserwählten des Annihilarchen“, das Ihr in den Portalen ins Reich des Vergessens in den Totenländern findet.", ["nextId"] = 0, -["Category"] = "Deadlands", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Auserwählten des Annihilarchen“, das Ihr in den Portalen ins Reich des Vergessens in den Totenländern findet.", -["Category_ID"] = 25, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 26, } , [3102] = { -["points"] = 10, -["name"] = "Yaghraschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Yaghraschlächter", ["description"] = "Besiegt 200 Yaghra im Korallenhorst (Veteranen).", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3103] = { -["points"] = 10, -["name"] = "Greifenschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Greifenschlächter", ["description"] = "Besiegt 50 Greifen im Korallenhorst (Veteranen).", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3104] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Ascending Tide", ["name"] = "Sieger des Korallenhorsts", +["description"] = "Besiegt Maligalig, Sarydil und Varallion im Korallenhorst.", ["nextId"] = 0, -["Category"] = "Ascending Tide", ["prevId"] = 0, -["description"] = "Besiegt Maligalig, Sarydil und Varallion im Korallenhorst.", -["Category_ID"] = 24, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 25, } , [3105] = { -["points"] = 10, -["name"] = "Eroberer des Korallenhorsts", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer des Korallenhorsts", ["description"] = "Besiegt Maligalig, Sarydil und Varallion im Korallenhorst (Veteranen).", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [3106] = { -["points"] = 50, -["name"] = "Krustenknacker", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Krustenknacker", ["description"] = "Besiegt Maligalig im Korallenhorst (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3107] = { -["points"] = 50, -["name"] = "Horstgleiter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Horstgleiter", ["description"] = "Besiegt zusätzlich zu Maligalig, Sarydil und Varallion alle Gegner im Korallenhorst (Veteranen) innerhalb von 25 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe von Gegnern angreift.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3108] = { -["points"] = 50, -["name"] = "Seebär", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Seebär", ["description"] = "Besiegt zusätzlich zu Maligalig, Sarydil und Varallion alle Gegner im Korallenhorst (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3109] = { -["points"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Ascending Tide", ["name"] = "Erforscher der Aufsteigenden Flut", +["description"] = "Betretet entweder den Korallenhorst oder den Gram des Schiffbauers zum ersten Mal.", ["nextId"] = 0, -["Category"] = "Ascending Tide", ["prevId"] = 0, -["description"] = "Betretet entweder den Korallenhorst oder den Gram des Schiffbauers zum ersten Mal.", -["Category_ID"] = 24, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["Category_ID"] = 25, } , [3110] = { -["points"] = 50, -["name"] = "Herausforderer des Korallenhorsts", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer des Korallenhorsts", ["description"] = "Bewältigt die angegebenen Errungenschaften für den Korallenhorst (Veteranen).", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [3111] = { -["points"] = 50, -["name"] = "Überlegenheit an Land, in der Luft und auf See", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Überlegenheit an Land, in der Luft und auf See", ["description"] = "Besiegt zusätzlich zu Maligalig, Sarydil und Varallion alle Gegner im Korallenhorst (Veteranen) innerhalb von 25 Minuten, nachdem Ihr das Herausforderungsbanner gehisst habt und ohne dass ein Gruppenmitglied getötet wird. Die Zeit läuft, sobald Ihr die erste Gruppe von Gegnern angreift.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3112] = { -["points"] = 10, -["name"] = "Maormerschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Maormerschlächter", ["description"] = "Besiegt 200 Maormer im Gram des Schiffbauers (Veteranen).", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3113] = { -["points"] = 10, -["name"] = "Schlurferschreck", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schlurferschreck", ["description"] = "Besiegt 50 Schlurfer im Gram des Schiffbauers (Veteranen).", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3114] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Ascending Tide", ["name"] = "Sieger des Grams des Schiffbauers", +["description"] = "Besiegt Vorarbeiter Bradiggan, Nazaray und Kapitän Numirril im Gram des Schiffbauers.", ["nextId"] = 0, -["Category"] = "Ascending Tide", ["prevId"] = 0, -["description"] = "Besiegt Vorarbeiter Bradiggan, Nazaray und Kapitän Numirril im Gram des Schiffbauers.", -["Category_ID"] = 24, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 25, } , [3115] = { -["points"] = 10, -["name"] = "Eroberer des Grams des Schiffbauers", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer des Grams des Schiffbauers", ["description"] = "Besiegt Vorarbeiter Bradiggan, Nazaray und Kapitän Numirril im Gram des Schiffbauers (Veteranen).", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [3116] = { -["points"] = 50, -["name"] = "Gemeinschaftliches Niederstechen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Gemeinschaftliches Niederstechen", ["description"] = "Besiegt Vorarbeiter Bradiggan im Gram des Schiffbauers (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3117] = { -["points"] = 50, -["name"] = "Werftsprint", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Werftsprint", ["description"] = "Besiegt zusätzlich zu Vorarbeiter Bradiggan, Nazaray und Kapitän Numirril alle Gegner im Gram des Schiffbauers (Veteranen) innerhalb von 25 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe von Gegnern angreift.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3118] = { -["points"] = 50, -["name"] = "Klarschiff", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Klarschiff", ["description"] = "Besiegt zusätzlich zum Vorarbeiter Bradiggan, Nazaray und Kapitän Numirril alle Gegner im Gram des Schiffbauers (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3119] = { -["points"] = 50, -["name"] = "Herausforderer des Grams des Schiffbauers", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer des Grams des Schiffbauers", ["description"] = "Bewältigt die angegebenen Errungenschaften für den Gram des Schiffbauers (Veteranen).", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [3120] = { -["points"] = 50, -["name"] = "Kein Bedauern", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Kein Bedauern", ["description"] = "Besiegt zusätzlich zu Vorarbeiter Bradiggan, Nazaray und Kapitän Numirril alle Gegner im Gram des Schiffbauers (Veteranen) innerhalb von 25 Minuten, ohne dass ein Gruppenmitglied getötet wird. Die Zeit läuft, sobald Ihr die erste Gruppe von Gegnern angreift.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3121] = { -["points"] = 50, -["name"] = "Höhlenforscher der Aufsteigenden Flut", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher der Aufsteigenden Flut", ["description"] = "Schließt sowohl den Korallenhorst als auch den Gram des Schiffbauers im Veteranenmodus ab.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["nextId"] = 0, } , [3122] = { -["points"] = 10, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Ascending Tide", ["name"] = "Späher der Aufsteigenden Flut", +["description"] = "Schließt sowohl den Korallenhorst als auch den Gram des Schiffbauers ab.", ["nextId"] = 0, -["Category"] = "Ascending Tide", ["prevId"] = 0, -["description"] = "Schließt sowohl den Korallenhorst als auch den Gram des Schiffbauers ab.", -["Category_ID"] = 24, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["Category_ID"] = 25, } , [3123] = { -["points"] = 10, -["name"] = "Tiefdruckgebiet", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Tiefdruckgebiet", ["description"] = "Besiegt Maligalig während des Kampfes im Korallenhorst (Veteranen), ohne dass eine Sturmfront länger als 5 Sekunden aufrechterhalten bleibt.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3124] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Ascending Tide", ["name"] = "Und noch eine Runde", +["description"] = "Legt im Wirbelsturm während des Kampfes gegen Maligalig im Korallenhorst 2 Kilometer zurück.", ["nextId"] = 0, -["Category"] = "Ascending Tide", ["prevId"] = 0, -["description"] = "Legt im Wirbelsturm während des Kampfes gegen Maligalig im Korallenhorst 2 Kilometer zurück.", -["Category_ID"] = 24, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 25, } , [3125] = { -["points"] = 10, -["name"] = "Sommersend-Bewahrungsgesellschaft", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Sommersend-Bewahrungsgesellschaft", ["description"] = "Besiegt im Korallenhorst (Veteranen) Sarydil, ohne dass sie einen der Steinpfeiler zerbricht, die den Raum säumen.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3126] = { -["points"] = 10, -["name"] = "Überragender Platscher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Überragender Platscher", ["description"] = "Zerstört im Korallenhorst (Veteranen) während des Kampfes gegen Varallion zwei oder mehr Meereskugeln innerhalb von fünf Sekunden.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3127] = { -["points"] = 10, -["name"] = "Tentakelklopfer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Tentakelklopfer", ["description"] = "Trefft im Korallenhorst (Veteranen) 250 Mal Feinde mit Tentakeln.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3128] = { -["points"] = 10, -["name"] = "Kullerkoller", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Kullerkoller", ["description"] = "Sammelt im Korallenhorst (Veteranen) 30 Alchemiekügelchen.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3129] = { -["points"] = 10, -["name"] = "Kurzer Dienstweg", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 30, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Kurzer Dienstweg", ["description"] = "Besiegt Vorarbeiter Bradiggan im Gram des Schiffbauers (Veteranen), nachdem Ihr in jeder Ecke der Arena einen Geist neben einem Grabstein getötet habt.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3130] = { -["points"] = 10, -["name"] = "Mit allen Wettern gewaschen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 31, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Mit allen Wettern gewaschen", ["description"] = "Besiegt Nazaray im Gram des Schiffbauers (Veteranen), nachdem Ihr vermeiden konntet, Schaden durch Heuschreckenregen und Auflösen zu erleiden.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3131] = { -["points"] = 10, -["name"] = "Nass bis auf die Kiemen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 32, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Nass bis auf die Kiemen", ["description"] = "Werdet im Gram des Schiffbauers (Veteranen) dreimal innerhalb von einer Begegnung durchtränkt, während Ihr gegen Kapitän Numirril kämpft.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3132] = { -["points"] = 10, -["name"] = "Sicherer Hafen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 33, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Sicherer Hafen", ["description"] = "Besiegt Kapitän Numirril im Gram des Schiffbauers (Veteranen) mit weniger als 10 Gallelachen in der Arena.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3134] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Ascending Tide", ["name"] = "Letzter Segen", +["description"] = "Erhaltet im Gram des Schiffbauers die Vorteile, die Euch durch das Beschwichtigen aller drei gequälten Geister gewährt werden.", ["nextId"] = 0, -["Category"] = "Ascending Tide", ["prevId"] = 0, -["description"] = "Erhaltet im Gram des Schiffbauers die Vorteile, die Euch durch das Beschwichtigen aller drei gequälten Geister gewährt werden.", -["Category_ID"] = 24, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 25, } , [3135] = { -["points"] = 5, -["name"] = "Erforscher des Brandmal-Reformatoriums", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher des Brandmal-Reformatoriums", ["description"] = "Erforscht und säubert das Brandmal-Reformatorium.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [3136] = { -["points"] = 5, -["name"] = "Erforscher der Torheit der falschen Märtyrer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Torheit der falschen Märtyrer", ["description"] = "Erforscht und säubert die Torheit der falschen Märtyrer.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [3137] = { -["points"] = 15, -["name"] = "Meistererforscher der Totenländer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher der Totenländer", ["description"] = "Entdeckt und säubert alle Gewölbe und alle markanten Orte in den Totenländern.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [3138] = { -["points"] = 10, -["name"] = "Höhlenforscher der Totenländer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher der Totenländer", ["description"] = "Entdeckt und säubert beide Gewölbe in den Totenländern.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["nextId"] = 0, } , [3139] = { -["points"] = 10, -["name"] = "Pfadfinder der Totenländer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder der Totenländer", ["description"] = "Entdeckt alle markanten Orte in Ferngrab und in den Totenländern.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["nextId"] = 0, } , [3140] = { -["points"] = 10, +["numCriteria"] = 6, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Deadlands", ["name"] = "Himmelsscherbenjäger der Totenländer", +["description"] = "Entdeckt alle 18 Himmelsscherben in den Totenländern.", ["nextId"] = 0, -["Category"] = "Deadlands", ["prevId"] = 0, -["description"] = "Entdeckt alle 18 Himmelsscherben in den Totenländern.", -["Category_ID"] = 25, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["Category_ID"] = 26, } , [3141] = { -["points"] = 15, -["name"] = "Verteidiger der Totenländer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verteidiger der Totenländer", ["description"] = "Besiegt beide Anführer in der offenen Welt in den Totenländern.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [3142] = { -["points"] = 10, -["name"] = "Entschaffer des Entschaffers", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Entschaffer des Entschaffers", ["description"] = "Besiegt den Entschaffer im Bau des Entschaffers.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3143] = { -["points"] = 10, -["name"] = "Skorpionstampfer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Skorpionstampfer", ["description"] = "Besiegt den Mantikor Taupezu Azzida in der Wiege der Abscheulichkeit.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3144] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Deadlands", ["name"] = "Meisterangler der Totenländer", +["description"] = "Fangt alle 12 seltenen Fische in den Totenländern.", ["nextId"] = 0, -["Category"] = "Deadlands", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in den Totenländern.", -["Category_ID"] = 25, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, +["Category_ID"] = 26, } , [3145] = { -["points"] = 50, +["numCriteria"] = 4, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Deadlands", ["name"] = "Held von Ferngrab", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held von Ferngrab zu werden.", ["nextId"] = 0, -["Category"] = "Deadlands", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held von Ferngrab zu werden.", -["Category_ID"] = 25, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["Category_ID"] = 26, } , [3153] = { -["points"] = 50, -["name"] = "Überlegene Abstammung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Überlegene Abstammung", ["description"] = "Besiegt Varallion im Korallenhorst (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3154] = { -["points"] = 50, -["name"] = "Leinen los!", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Leinen los!", ["description"] = "Besiegt Kapitän Numirril im Gram des Schiffbauers (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3190] = { -["points"] = 5, -["name"] = "Willkommen in Ferngrab", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Willkommen in Ferngrab", ["description"] = "Betretet Ferngrab zum ersten Mal.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [3191] = { -["points"] = 5, -["name"] = "Portalverteidiger der Totenländer", -["nextId"] = 3192, -["Category"] = "Deadlands", -["SubCategory"] = "Exploration", ["SubCategory_ID"] = 1, -["description"] = "Betretet von den Totenländern aus ein Portal ins Reich des Vergessen und zerstört den dortigen Vorläuferkataklyst.", -["prevId"] = 0, -["Category_ID"] = 25, +["numCriteria"] = 1, ["achievementIndex"] = 12, ["firstID"] = 3191, -["numCriteria"] = 1, +["Category"] = "Deadlands", +["SubCategory"] = "Exploration", +["name"] = "Portalverteidiger der Totenländer", +["description"] = "Betretet von den Totenländern aus ein Portal ins Reich des Vergessens und zerstört den dortigen Vorläuferkataklyst.", +["Category_ID"] = 26, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3192, } , [3192] = { -["points"] = 10, -["name"] = "Portalschleifer der Totenländer", -["nextId"] = 3193, -["Category"] = "Deadlands", -["SubCategory"] = "Exploration", ["SubCategory_ID"] = 1, -["description"] = "Betretet von den Totenländern aus 10 Portale ins Reich des Vergessen und zerstört die dortigen Vorläuferkataklysten.", -["prevId"] = 0, -["Category_ID"] = 25, +["numCriteria"] = 1, ["achievementIndex"] = 12, ["firstID"] = 3191, -["numCriteria"] = 1, +["Category"] = "Deadlands", +["SubCategory"] = "Exploration", +["name"] = "Portalschleifer der Totenländer", +["description"] = "Betretet von den Totenländern aus 10 Portale ins Reich des Vergessens und zerstört die dortigen Vorläuferkataklysten.", +["Category_ID"] = 26, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3193, } , [3193] = { -["points"] = 15, -["name"] = "Portalvernichter der Totenländer", -["nextId"] = 0, -["Category"] = "Deadlands", -["SubCategory"] = "Exploration", ["SubCategory_ID"] = 1, -["description"] = "Betretet von den Totenländern aus 30 Portale ins Reich des Vergessen und zerstört die dortigen Vorläuferkataklysten.", -["prevId"] = 0, -["Category_ID"] = 25, +["numCriteria"] = 1, ["achievementIndex"] = 12, ["firstID"] = 3191, -["numCriteria"] = 1, +["Category"] = "Deadlands", +["SubCategory"] = "Exploration", +["name"] = "Portalvernichter der Totenländer", +["description"] = "Betretet von den Totenländern aus 30 Portale ins Reich des Vergessens und zerstört die dortigen Vorläuferkataklysten.", +["Category_ID"] = 26, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3194] = { -["points"] = 5, -["name"] = "Chaosblut-Jäger", -["nextId"] = 3195, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 3194, ["Category"] = "Deadlands", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Chaosblut-Jäger", ["description"] = "Findet und besiegt einen Chaosblute-Henker in den Totenländern.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 10, -["firstID"] = 3194, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 3195, } , [3195] = { -["points"] = 10, -["name"] = "Chaosblute-Schlächter", -["nextId"] = 3196, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 3194, ["Category"] = "Deadlands", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Chaosblute-Schlächter", ["description"] = "Findet und besiegt 10 Chaosblute-Henker in den Totenländern.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 10, -["firstID"] = 3194, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 3196, } , [3196] = { -["points"] = 15, -["name"] = "Chaosblut-Auslöscher", -["nextId"] = 0, -["Category"] = "Deadlands", -["SubCategory"] = "Exploration", ["SubCategory_ID"] = 1, -["description"] = "Findet und besiegt 30 Chaosblute-Henker in den Totenländern.", -["prevId"] = 0, -["Category_ID"] = 25, +["numCriteria"] = 1, ["achievementIndex"] = 10, ["firstID"] = 3194, -["numCriteria"] = 1, +["Category"] = "Deadlands", +["SubCategory"] = "Exploration", +["name"] = "Chaosblut-Auslöscher", +["description"] = "Findet und besiegt 30 Chaosblute-Henker in den Totenländern.", +["Category_ID"] = 26, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3197] = { -["points"] = 15, -["name"] = "Fluch der Chaosblute", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Fluch der Chaosblute", ["description"] = "Besiegt jeden der Chaosblute-Henker in den Totenländern.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 15, +["nextId"] = 0, } , [3198] = { -["points"] = 5, -["name"] = "Ferngrab-Arbeiter", -["nextId"] = 3199, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 3198, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ferngrab-Arbeiter", ["description"] = "Schließt in Ferngrab 1 täglichen Einzelauftrag für Luna Beriel im Stadtkern von Ferngrab ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 6, -["firstID"] = 3198, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 3199, } , [3199] = { -["points"] = 10, -["name"] = "Agent für Ferngrab", -["nextId"] = 3200, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 3198, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Agent für Ferngrab", ["description"] = "Schließt in Ferngrab 10 tägliche Einzelaufträge für Luna Beriel im Stadtkern von Ferngrab ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 6, -["firstID"] = 3198, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 3200, } , [3200] = { -["points"] = 15, -["name"] = "Ferngrab-Fachkraft", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 3198, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ferngrab-Fachkraft", ["description"] = "Schließt in Ferngrab 30 tägliche Einzelaufträge für Luna Beriel im Stadtkern von Ferngrab ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 6, -["firstID"] = 3198, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3201] = { -["points"] = 5, -["name"] = "Monsterjäger der Totenländer", -["nextId"] = 3202, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 3201, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Monsterjäger der Totenländer", ["description"] = "Schließt im Stadtkern von Ferngrab 1 täglichen Auftrag gegen Anführer in der offenen Welt für Vaveli Indavel in Ferngrab ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 7, -["firstID"] = 3201, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 3202, } , [3202] = { -["points"] = 10, -["name"] = "Monsterschlächter der Totenländer", -["nextId"] = 3203, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 3201, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Monsterschlächter der Totenländer", ["description"] = "Schließt im Stadtkern von Ferngrab 10 tägliche Aufträge gegen Anführer in der offenen Welt für Vaveli Indavel in Ferngrab ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 7, -["firstID"] = 3201, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 3203, } , [3203] = { -["points"] = 15, -["name"] = "Monsterauslöscher der Totenländer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 3201, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Monsterauslöscher der Totenländer", ["description"] = "Schließt im Stadtkern von Ferngrab 30 tägliche Aufträge gegen Anführer in der offenen Welt für Vaveli Indavel in Ferngrab ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 7, -["firstID"] = 3201, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3204] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Deadlands", ["name"] = "Der Griff der Statuten", +["description"] = "Helft dem Griff bei der Beurteilung eines Sachverhalts in Ferngrab.", ["nextId"] = 0, -["Category"] = "Deadlands", ["prevId"] = 0, -["description"] = "Helft dem Griff bei der Beurteilung eines Sachverhalts in Ferngrab.", -["Category_ID"] = 25, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 26, } , [3205] = { -["points"] = 10, +["numCriteria"] = 4, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Deadlands", ["name"] = "Höllenfeuer und Schwefel", +["description"] = "Findet alle von Schwester Celdinas Vorträgen im Brandmal-Reformatorium.", ["nextId"] = 0, -["Category"] = "Deadlands", ["prevId"] = 0, -["description"] = "Findet alle von Schwester Celdinas Vorträgen im Brandmal-Reformatorium.", -["Category_ID"] = 25, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 10, +["Category_ID"] = 26, } , [3206] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Deadlands", ["name"] = "Gönnt Euch was", +["description"] = "Nutzt alle Dienste des Hauses Kaprice.", ["nextId"] = 0, -["Category"] = "Deadlands", ["prevId"] = 0, -["description"] = "Nutzt alle Dienste des Hauses Kaprice.", -["Category_ID"] = 25, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 26, } , [3207] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Deadlands", ["name"] = "Die Wahrung des Friedens", +["description"] = "Besiegt alle Anführer in den Bruchgassen.", ["nextId"] = 0, -["Category"] = "Deadlands", ["prevId"] = 0, -["description"] = "Besiegt alle Anführer in den Bruchgassen.", -["Category_ID"] = 25, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 26, } , [3208] = { -["points"] = 50, -["name"] = "Großabenteurer der Totenländer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Großabenteurer der Totenländer", ["description"] = "Schließt 14 verschiedene Quests in den Totenländern ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3209] = { -["points"] = 10, -["name"] = "Neu in der Stadt", -["nextId"] = 3210, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 3209, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Neu in der Stadt", ["description"] = "Schließt die Quest „Die himmlische Sänfte“ in Ferngrab ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 2, -["firstID"] = 3209, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 3210, } , [3210] = { -["points"] = 10, -["name"] = "Rattenfänger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 3209, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Rattenfänger", ["description"] = "Schließt die Quest „Zerstörungsverkörperung“ in Ferngrab ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 2, -["firstID"] = 3209, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3211] = { -["points"] = 10, -["name"] = "Ausbrecherkönig der Totenländer", -["nextId"] = 3212, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 3211, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ausbrecherkönig der Totenländer", ["description"] = "Schließt die Quest „Die Elendshaft“ in den Totenländern ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 3, -["firstID"] = 3211, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 3212, } , [3212] = { -["points"] = 10, -["name"] = "Gipfelstürmer der Totenländer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 3211, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Gipfelstürmer der Totenländer", ["description"] = "Schließt die Quest „Aus Gram geboren“ in den Totenländern ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 3, -["firstID"] = 3211, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3213] = { -["points"] = 10, -["name"] = "Demaskierer", -["nextId"] = 3214, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 3213, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Demaskierer", ["description"] = "Schließt die Quest „Totlicht“ ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 4, -["firstID"] = 3213, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 3214, } , [3214] = { -["points"] = 10, -["name"] = "Hoffnungsvoller Retter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 3213, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Hoffnungsvoller Retter", ["description"] = "Schließt die Quest „Entgegen aller Hoffnung“ in den Totenländern ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 4, -["firstID"] = 3213, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3215] = { -["points"] = 10, -["name"] = "Sammler der Ambition", -["nextId"] = 3216, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 3215, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Sammler der Ambition", ["description"] = "Schließt die Quest „Die letzte Ambition“ in den Totenländern ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 5, -["firstID"] = 3215, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 3216, } , [3216] = { -["points"] = 10, -["name"] = "Verächter Dagons", -["nextId"] = 3217, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 3215, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Verächter Dagons", ["description"] = "Schließt die Quest „Ende der Ambition“ in den Totenländern ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 5, -["firstID"] = 3215, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 3217, } , [3217] = { -["points"] = 15, -["name"] = "Ewiger Optimist", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 3215, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ewiger Optimist", ["description"] = "Schließt die Quest „Und ewig bleibt die Hoffnung“ in Ferngrab ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 5, -["firstID"] = 3215, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3218] = { -["points"] = 10, -["name"] = "Freund der Kalmur", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Freund der Kalmur", ["description"] = "Schließt die Quest „Der Tod lauert den Schwachen auf“ in den Totenländern ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3219] = { -["points"] = 10, -["name"] = "Spitzenspürhund", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Spitzenspürhund", ["description"] = "Schließt die Quest „Der elende Preis des Friedens“ in den Totenländern ab.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3220] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 12, +["firstID"] = 0, +["Category"] = "Deadlands", ["name"] = "Meister des Stils des Ferngrab-Wächters", +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Ferngrab-Wächters“, die Ihr für das Erfüllen von täglichen Aufträgen gegen Anführer in der offenen Welt in Ferngrab erhaltet.", ["nextId"] = 0, -["Category"] = "Deadlands", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Ferngrab-Wächters“, die Ihr für das Erfüllen von täglichen Aufträgen gegen Anführer in der offenen Welt in Ferngrab erhaltet.", -["Category_ID"] = 25, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 26, } , [3222] = { -["points"] = 50, +["numCriteria"] = 2, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Ascending Tide", ["name"] = "Schiffsschnüffler", +["description"] = "Bewältigt optionale Inhalte im Korallenhorst und im Gram des Schiffbauers.", ["nextId"] = 0, -["Category"] = "Ascending Tide", ["prevId"] = 0, -["description"] = "Bewältigt optionale Inhalte im Korallenhorst und im Gram des Schiffbauers.", -["Category_ID"] = 24, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["Category_ID"] = 25, } , [3223] = { -["points"] = 50, -["name"] = "Abkratzen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Abkratzen", ["description"] = "Besiegt Nazaray im Gram des Schiffbauers (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3224] = { -["points"] = 50, -["name"] = "Ohne geistlichen Beistand", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Ohne geistlichen Beistand", ["description"] = "Besiegt Vorarbeiter Bradiggan, Nazaray und Kapitän Numirril im Gram des Schiffbauers (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt und ohne von den Vorteilen für das Beschwichtigen der gequälten Geister zu profitieren.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3225] = { -["points"] = 50, -["name"] = "Nicht das schärfste Messer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Nicht das schärfste Messer", ["description"] = "Besiegt Sarydil im Korallenhorst (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3226] = { -["points"] = 50, -["name"] = "Tentakelloser Triumpf", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Ascending Tide", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Tentakelloser Triumpf", ["description"] = "Besiegt Maligalig, Sarydil und Varallion im Korallenhorst (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt und ohne von den Vorteilen der Bündnisse zu profitieren.", +["Category_ID"] = 25, ["prevId"] = 0, -["Category_ID"] = 24, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3228] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Ascending Tide", ["name"] = "Meister des Stils der Grauenssegel", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Grauenssegel“, die Ihr für das Bezwingen des letzten Anführers im Gram des Schiffbauers erhalten könnt.", ["nextId"] = 0, -["Category"] = "Ascending Tide", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Grauenssegel“, die Ihr für das Bezwingen des letzten Anführers im Gram des Schiffbauers erhalten könnt.", -["Category_ID"] = 24, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 25, } , [3229] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Ascending Tide", ["name"] = "Meister des Stils des Ordens der Emporstrebenden", +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Ordens der Emporstrebenden“, die Ihr für das Bezwingen des letzten Anführers im Korallenhorst erhalten könnt.", ["nextId"] = 0, -["Category"] = "Ascending Tide", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Ordens der Emporstrebenden“, die Ihr für das Bezwingen des letzten Anführers im Korallenhorst erhalten könnt.", -["Category_ID"] = 24, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 25, } , [3230] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Ascending Tide", ["name"] = "Korallenabkommen", +["description"] = "Sammelt alle Bündnisse im Korallenhorst ein.", ["nextId"] = 0, -["Category"] = "Ascending Tide", ["prevId"] = 0, -["description"] = "Sammelt alle Bündnisse im Korallenhorst ein.", -["Category_ID"] = 24, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 25, } , [3231] = { -["points"] = 10, -["name"] = "Ausgedient", -["nextId"] = 0, -["Category"] = "Ascending Tide", -["SubCategory"] = "Veteran", ["SubCategory_ID"] = 1, -["description"] = "Findet alle Gefangenen in der Tiefe und befreit sie aus dem Korallenhorst (Veteranen).", -["prevId"] = 0, -["Category_ID"] = 24, +["numCriteria"] = 1, ["achievementIndex"] = 18, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Ascending Tide", +["SubCategory"] = "Veteran", +["name"] = "Ausgedient", +["description"] = "Findet alle Gefangenen in der Tiefe und befreit sie aus dem Korallenhorst (Veteranen).", +["Category_ID"] = 25, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3242] = { -["points"] = 10, -["name"] = "Sieger des Grauenssegelriffs", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Dreadsail Reef", -["SubCategory_ID"] = 7, +["name"] = "Sieger des Grauenssegelriffs", ["description"] = "Besiegt Lylanar und Turlassil, den Riffwächter und die Gezeitengeborene Taleria im Grauenssegelriff.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3243] = { -["points"] = 50, -["name"] = "Harpunenspitze", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Dreadsail Reef", -["SubCategory_ID"] = 7, +["name"] = "Harpunenspitze", ["description"] = "Besiegt Lylanar und Turlassil, den Riffwächter sowie die Gezeitengeborene Taleria mit ihrem Gefolge im Grauenssegelriff (Veteranen) innerhalb von 30 Minuten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3244] = { -["points"] = 10, -["name"] = "Eroberer des Grauenssegelriffs", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Dreadsail Reef", -["SubCategory_ID"] = 7, +["name"] = "Eroberer des Grauenssegelriffs", ["description"] = "Besiegt Lylanar und Turlassil, den Riffwächter und die Gezeitengeborene Taleria im Grauenssegelriff (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3245] = { -["points"] = 50, -["name"] = "Unsinkbar", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Dreadsail Reef", -["SubCategory_ID"] = 7, +["name"] = "Unsinkbar", ["description"] = "Besiegt Lylanar und Turlassil, den Riffwächter sowie die Gezeitengeborene Taleria mit ihrem Gefolge im Grauenssegelriff (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3246] = { -["points"] = 10, -["name"] = "Grauenssegel-Schlächter", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Dreadsail Reef", -["SubCategory_ID"] = 7, +["name"] = "Grauenssegel-Schlächter", ["description"] = "Besiegt 300 Grauenssegel-Piraten im Grauenssegelriff (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3247] = { -["points"] = 10, -["name"] = "Ornaugschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Dreadsail Reef", -["SubCategory_ID"] = 7, +["name"] = "Ornaugschlächter", ["description"] = "Besiegt 50 Ornaugs im Grauenssegelriff (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3248] = { -["points"] = 50, -["name"] = "Vereitler der Flottenkönigin", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Dreadsail Reef", -["SubCategory_ID"] = 7, +["name"] = "Vereitler der Flottenkönigin", ["description"] = "Besiegt Lylanar und Turlassil, den Riffwächter, die Gezeitengeborene Taleria und ihr gesamtes Gefolge im Grauenssegelriff (Veteranen) nach dem Hissen des Herausforderungsbanners für jede Begegnung und ohne die Vorteile einer prismatischen Resonanz zu nutzen, ohne dass ein Gruppenmitglied getötet wird und innerhalb von 30 Minuten nach dem Betreten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3249] = { -["points"] = 50, -["name"] = "Überragender Säbelrassler", -["nextId"] = 0, -["Category"] = "High Isle", -["SubCategory"] = "Dreadsail Reef", ["SubCategory_ID"] = 7, -["description"] = "Bewältigt die angegebenen Errungenschaften für das Grauenssegelriff.", -["prevId"] = 0, -["Category_ID"] = 14, +["numCriteria"] = 13, ["achievementIndex"] = 3, ["firstID"] = 0, -["numCriteria"] = 13, +["Category"] = "High Isle", +["SubCategory"] = "Dreadsail Reef", +["name"] = "Überragender Säbelrassler", +["description"] = "Bewältigt die angegebenen Errungenschaften im Grauenssegelriff.", +["Category_ID"] = 14, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3250] = { -["points"] = 15, -["name"] = "Grubenhöchstleistung", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Dreadsail Reef", -["SubCategory_ID"] = 7, +["name"] = "Grubenhöchstleistung", ["description"] = "Besiegt Lylanar und Turlassil im Grauenssegelriff (Veteranen) nach dem Hissen des Herausforderungsbanners und ohne die Vorteile einer prismatischen Resonanz zu nutzen.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3251] = { -["points"] = 15, -["name"] = "Riffbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Dreadsail Reef", -["SubCategory_ID"] = 7, +["name"] = "Riffbrecher", ["description"] = "Besiegt den Riffwächter im Grauenssegelriff (Veteranen) nach dem Hissen des Herausforderungsbanners und ohne die Vorteile einer prismatischen Resonanz zu nutzen.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3252] = { -["points"] = 50, -["name"] = "Meisterseesoldat", -["nextId"] = 0, -["Category"] = "High Isle", -["SubCategory"] = "Dreadsail Reef", ["SubCategory_ID"] = 7, -["description"] = "Besiegt Lylanar und Turlassil, den Riffwächter und die Gezeitengeborene Taleria im Grauenssegelriff (Veteranen) nach dem Hissen des Herausforderungsbanners, ohne das Grauenssegelriff zu verlassen.", -["prevId"] = 0, -["Category_ID"] = 14, +["numCriteria"] = 1, ["achievementIndex"] = 8, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "High Isle", +["SubCategory"] = "Dreadsail Reef", +["name"] = "Meisterseesoldat", +["description"] = "Besiegt Lylanar und Turlassil, den Riffwächter und die Gezeitengeborene Taleria im Grauenssegelriff (Veteranen) nach dem Hissen des Herausforderungsbanners, ohne das Grauenssegelriff zu verlassen und ohne die Hilfe jeglicher prismatischer Resonanz.", +["Category_ID"] = 14, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3253] = { -["points"] = 10, -["name"] = "Bewusste Befehlsverweigerung", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 2, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Dreadsail Reef", -["SubCategory_ID"] = 7, +["name"] = "Bewusste Befehlsverweigerung", ["description"] = "Besiegt im Grauenssegelriff 30 Frosthunde, die nicht durch zerstörerische Glut, und 30 Flammenhunde, die nicht durch durchdringender Hagelsturm beeinflusst wurden.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3254] = { -["points"] = 10, -["name"] = "Einmal in die Tiefen", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Dreadsail Reef", -["SubCategory_ID"] = 7, +["name"] = "Einmal in die Tiefen", ["description"] = "Besiegt den Riffwächter im Grauenssegelriff (Veteranen), ohne dass ein Gruppenmitglied mehrmals Riffströmungen benutzt.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3255] = { -["points"] = 10, -["name"] = "Volle Fahrt", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Dreadsail Reef", -["SubCategory_ID"] = 7, +["name"] = "Volle Fahrt", ["description"] = "Besiegt im Grauenssegelriff (Veteranen) die Grauenssegel-Giftherbeiruferin, die Grauenssegel-Meerkocherin und die Grauenssegel-Gezeitenkanalisiererin nach dem Hissen des Herausforderungsbanners innerhalb von jeweils 10 Sekunden.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3256] = { -["points"] = 10, -["name"] = "Synchronisiertes Schlachten", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Dreadsail Reef", -["SubCategory_ID"] = 7, +["name"] = "Synchronisiertes Schlachten", ["description"] = "Besiegt Bugbrecher und Segelreißer im Grauenssegelriff (Veteranen) innerhalb von 15 Sekunden.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3257] = { -["points"] = 10, -["name"] = "Unbewohnbar", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Dreadsail Reef", -["SubCategory_ID"] = 7, +["name"] = "Unbewohnbar", ["description"] = "Helft Adahan bei seiner Forschung im Grauenssegelriff.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3258] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "High Isle", ["name"] = "Meister des Stils des syrabannischen Seesoldaten", +["description"] = "Lernt jedes Kapitel des Buchs „Stil des syrabannischen Seesoldaten“, die Ihr für das Bezwingen des letzten Anführers im Grauenssegelriff erhalten könnt.", ["nextId"] = 0, -["Category"] = "High Isle", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des syrabannischen Seesoldaten“, die Ihr für das Bezwingen des letzten Anführers im Grauenssegelriff erhalten könnt.", +["points"] = 50, ["Category_ID"] = 14, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, } , [3259] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "High Isle", ["name"] = "Meister des Stils der Liga der Standhaften", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Liga der Standhaften“, die Ihr für den Abschluss von täglichen Aufträgen gegen Anführer in der offenen Welt auf Hochinsel erhaltet.", ["nextId"] = 0, -["Category"] = "High Isle", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Liga der Standhaften“, die Ihr für den Abschluss von täglichen Aufträgen gegen Anführer in der offenen Welt auf Hochinsel erhaltet.", +["points"] = 50, ["Category_ID"] = 14, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 14, } , [3260] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "High Isle", ["name"] = "Meister des Stils des Systren-Wächters", +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Systren-Wächters“, die Ihr als Belohnung für das Erfüllen täglicher Aufträge für Gewölbe auf Hochinsel erhaltet.", ["nextId"] = 0, -["Category"] = "High Isle", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Systren-Wächters“, die Ihr als Belohnung für das Erfüllen täglicher Aufträge für Gewölbe auf Hochinsel erhaltet.", +["points"] = 50, ["Category_ID"] = 14, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, } , [3262] = { -["points"] = 10, -["name"] = "Funkes Gefährte", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 2, +["name"] = "Funkes Gefährte", ["description"] = "Schließt die Gefährtenquests für Funke ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3263] = { -["points"] = 10, -["name"] = "Funkes Gunst", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 2, +["name"] = "Funkes Gunst", ["description"] = "Verbessert Eure Beziehung zu Funke, indem Ihr mit ihr bestimmte Aufgaben bewältigt.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3264] = { -["points"] = 15, -["name"] = "Funkes Bande", -["nextId"] = 0, -["Category"] = "High Isle", -["SubCategory"] = "Companions", ["SubCategory_ID"] = 2, -["description"] = "Erlangt die Gunst von Funke.", -["prevId"] = 0, -["Category_ID"] = 14, +["numCriteria"] = 4, ["achievementIndex"] = 4, ["firstID"] = 0, -["numCriteria"] = 4, +["Category"] = "High Isle", +["SubCategory"] = "Companions", +["name"] = "Funkes Bande", +["description"] = "Erlangt Funkes Gunst, indem Ihr die unten aufgeführten Errungenschaften und Aufgaben abschließt.", +["Category_ID"] = 14, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3265] = { -["points"] = 10, -["name"] = "Isobels Gefährte", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 2, +["name"] = "Isobels Gefährte", ["description"] = "Schließt die Gefährtenquests für Isobel Veloise ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3266] = { -["points"] = 10, -["name"] = "Isobels Gunst", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 2, +["name"] = "Isobels Gunst", ["description"] = "Verbessert Eure Beziehung mit Isobel Veloise, indem Ihr mit ihr bestimmte Aufgaben bewältigt.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3267] = { -["points"] = 15, -["name"] = "Bester Freund einer Ritterin", -["nextId"] = 0, -["Category"] = "High Isle", -["SubCategory"] = "Companions", ["SubCategory_ID"] = 2, -["description"] = "Erlangt die Gunst von Isobel Veloise.", -["prevId"] = 0, -["Category_ID"] = 14, +["numCriteria"] = 4, ["achievementIndex"] = 7, ["firstID"] = 0, -["numCriteria"] = 4, +["Category"] = "High Isle", +["SubCategory"] = "Companions", +["name"] = "Bester Freund einer Ritterin", +["description"] = "Erlangt Isobels Gunst, indem Ihr die unten aufgeführten Errungenschaften und Aufgaben abschließt.", +["Category_ID"] = 14, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3268] = { -["points"] = 50, -["name"] = "Naschen und stibitzen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 2, +["name"] = "Naschen und stibitzen", ["description"] = "Erlangt die Gunst von Funke und Isobel Veloise.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3269] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "High Isle", ["name"] = "Meisterangler von Hochinsel", +["description"] = "Fangt alle 12 seltenen Fische von Hochinsel", ["nextId"] = 0, -["Category"] = "High Isle", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische von Hochinsel", +["points"] = 5, ["Category_ID"] = 14, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 12, } , [3270] = { -["points"] = 10, +["numCriteria"] = 18, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "High Isle", ["name"] = "Himmelsscherbenjäger von Hochinsel", +["description"] = "Entdeckt alle 18 Himmelsscherben auf Hochinsel", ["nextId"] = 0, -["Category"] = "High Isle", ["prevId"] = 0, -["description"] = "Entdeckt alle 18 Himmelsscherben auf Hochinsel", +["points"] = 10, ["Category_ID"] = 14, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 18, } , [3271] = { -["points"] = 50, +["numCriteria"] = 6, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "High Isle", ["name"] = "Retter von Hochinsel", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter von Hochinsel zu werden.", ["nextId"] = 0, -["Category"] = "High Isle", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter von Hochinsel zu werden.", +["points"] = 50, ["Category_ID"] = 14, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, } , [3272] = { -["points"] = 15, -["name"] = "Meistererforscher von Hochinsel", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Meistererforscher von Hochinsel", ["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte auf Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3273] = { -["points"] = 10, -["name"] = "Pfadfinder von Hochinsel", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Pfadfinder von Hochinsel", ["description"] = "Entdeckt alle markanten Orte auf Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3274] = { -["points"] = 15, -["name"] = "Höhlenforscher von Hochinsel", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Höhlenforscher von Hochinsel", ["description"] = "Erforscht und säubert alle sechs Gewölbe auf Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3275] = { -["points"] = 5, -["name"] = "Erforscher des Feuertopfs", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Erforscher des Feuertopfs", ["description"] = "Erforscht und säubert den Feuertopf.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3276] = { -["points"] = 5, -["name"] = "Erforscher der Wellenbrecherhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Wellenbrecherhöhle", ["description"] = "Erforscht und säubert die Wellenbrecherhöhle.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3277] = { -["points"] = 5, -["name"] = "Erforscher der Todesmut-Feste", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Todesmut-Feste", ["description"] = "Erforscht und säubert die Todesmut-Feste.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3278] = { -["points"] = 5, -["name"] = "Erforscher der Schiffwrackuntiefen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Schiffwrackuntiefen", ["description"] = "Erforscht und säubert die Schiffwrackuntiefen.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3279] = { -["points"] = 5, -["name"] = "Erforscher von Walfall", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Erforscher von Walfall", ["description"] = "Erforscht und säubert Walfall.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3280] = { -["points"] = 5, -["name"] = "Erforscher der Korallenklippen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Erforscher der Korallenklippen", ["description"] = "Erforscht und säubert die Korallenklippen.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3281] = { -["points"] = 50, -["name"] = "Gruppenwagnis in der Geisterhafenbucht", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Gruppenwagnis in der Geisterhafenbucht", ["description"] = "Besiegt die Hadoliden-Brutmutter in der Geisterhafenbucht.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3282] = { -["points"] = 50, -["name"] = "Eroberer der Geisterhafenbucht", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Eroberer der Geisterhafenbucht", ["description"] = "Besiegt alle Champions in der Geisterhafenbucht.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3283] = { -["points"] = 50, -["name"] = "Gruppenwagnis der Karmesinmünze", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Gruppenwagnis der Karmesinmünze", ["description"] = "Besiegt die Karmesinmutter im Turm der Karmesinmünze.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3284] = { -["points"] = 50, -["name"] = "Eroberer der Karmesinmünze", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Eroberer der Karmesinmünze", ["description"] = "Besiegt alle Champions im Turm der Karmesinmünze.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3285] = { -["points"] = 15, -["name"] = "Verteidiger von Hochinsel", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Verteidiger von Hochinsel", ["description"] = "Besiegt alle sechs Anführer in der offenen Welt auf Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3286] = { -["points"] = 10, -["name"] = "Anspruchsspringer", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Anspruchsspringer", ["description"] = "Besiegt die Ahngezeiten-Theurgen nahe des Amenos-Postens.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3287] = { -["points"] = 10, -["name"] = "Alteisensammler", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Alteisensammler", ["description"] = "Besiegt den Zobelritter nahe des Herrenhauses der Standfesten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3288] = { -["points"] = 10, -["name"] = "Hummerknacker", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Hummerknacker", ["description"] = "Besiegt die Hadoliden-Matrone und ihren Gemahl nahe des Fluchtortes der Grünschlangen.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3289] = { -["points"] = 10, -["name"] = "Wildtierjäger", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Wildtierjäger", ["description"] = "Besiegt Glemyos Wildhorn nahe Garicksruh.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3290] = { -["points"] = 10, -["name"] = "Pein den Peinigern", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Pein den Peinigern", ["description"] = "Besiegt den Emporstrebenden Henker und die Emporstrebende Peinigerin nahe dem Steinlehrehain.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3291] = { -["points"] = 10, -["name"] = "Schlangentöter", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Schlangentöter", ["description"] = "Besiegt Schlangenruferin Vinsha nahe Tor Draioch.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3292] = { -["points"] = 5, -["name"] = "Eruptiver Kämpfer", -["nextId"] = 3293, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 3292, ["Category"] = "High Isle", ["SubCategory"] = "Volcanic Vents", -["SubCategory_ID"] = 6, +["name"] = "Eruptiver Kämpfer", ["description"] = "Versiegelt einen Vulkanschlot auf Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 3, -["firstID"] = 3292, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3293, } , [3293] = { -["points"] = 10, -["name"] = "Schmelzkrieger", -["nextId"] = 3294, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 3292, ["Category"] = "High Isle", ["SubCategory"] = "Volcanic Vents", -["SubCategory_ID"] = 6, +["name"] = "Schmelzkrieger", ["description"] = "Versiegelt 10 Vulkanschlote auf Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 3, -["firstID"] = 3292, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3294, } , [3294] = { -["points"] = 15, -["name"] = "Eruptiver Zerstörer", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 3292, ["Category"] = "High Isle", ["SubCategory"] = "Volcanic Vents", -["SubCategory_ID"] = 6, +["name"] = "Eruptiver Zerstörer", ["description"] = "Versiegelt 30 Vulkanschlote auf Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 3, -["firstID"] = 3292, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3295] = { -["points"] = 10, -["name"] = "Meistereinbrecher von Gonfalon", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Meistereinbrecher von Gonfalon", ["description"] = "Stehlt aus der luxuriösen Wertkassette im Gonfalon-Palast.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3297] = { -["points"] = 10, -["name"] = "Lavaspritzer", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Volcanic Vents", -["SubCategory_ID"] = 6, +["name"] = "Lavaspritzer", ["description"] = "Schließt 30 Lavaschlote auf Hochinsel ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3298] = { -["points"] = 10, -["name"] = "Sucher des Grün", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Sucher des Grün", ["description"] = "Findet Druidenschreine auf ganz Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3299] = { -["points"] = 5, -["name"] = "Erfinder des Abenteuers", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Erfinder des Abenteuers", ["description"] = "Helft Knappin Lyna dabei, ein Abenteuer für Sir Coliinean zu ersinnen.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3300] = { -["points"] = 50, -["name"] = "Champion von Hochinsel", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 7, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Champion von Hochinsel", ["description"] = "Geht der Bedrohung für Hochinsel nach und bringt der Region den Frieden zurück.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3301] = { -["points"] = 50, -["name"] = "Großabenteurer von Hochinsel", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Großabenteurer von Hochinsel", ["description"] = "Schließt 30 verschiedene Quests auf Hochinsel ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3302] = { -["points"] = 10, -["name"] = "In Arabelles Auftrag", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "In Arabelles Auftrag", ["description"] = "Schließt die Quest „Von Rittern und Schurken“ auf Hochinsel ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3303] = { -["points"] = 10, -["name"] = "Stimmungskanone", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Stimmungskanone", ["description"] = "Schließt die Quest „Leute von Bedeutung“ auf Hochinsel ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3304] = { -["points"] = 10, -["name"] = "Es wird ernst", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Es wird ernst", ["description"] = "Schließt die Quest „Tödliche Ermittlungen“ auf Hochinsel ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3305] = { -["points"] = 10, -["name"] = "Auf Wiedersehen, Amenos", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Auf Wiedersehen, Amenos", ["description"] = "Schließt die Quest „Flucht von Amenos“ auf Hochinsel ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3306] = { -["points"] = 10, -["name"] = "Demaskierter Emporstrebender", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Demaskierter Emporstrebender", ["description"] = "Schließt die Quest „Einen Magus fangen“ auf Hochinsel ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3307] = { -["points"] = 10, -["name"] = "Auf Sturmschwingen", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Auf Sturmschwingen", ["description"] = "Schließt die Quest „Der Emporstrebende Sturm“ auf Hochinsel ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3308] = { -["points"] = 5, -["name"] = "Besucher auf Hochinsel", -["nextId"] = 3309, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 3308, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Besucher auf Hochinsel", ["description"] = "Schließt auf Hochinsel und Amenos 1 täglichen Einzelauftrag für Wayllod, den Repräsentanten des Hauses Dufort, in Gonfalon ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 10, -["firstID"] = 3308, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3309, } , [3309] = { -["points"] = 10, -["name"] = "Akteur auf Hochinsel", -["nextId"] = 3310, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 3308, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Akteur auf Hochinsel", ["description"] = "Schließt auf Hochinsel und Amenos 10 tägliche Einzelaufträge für Wayllod, den Repräsentanten des Hauses Dufort, in Gonfalon ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 10, -["firstID"] = 3308, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3310, } , [3310] = { -["points"] = 15, -["name"] = "Tagelöhner auf Hochinsel", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 3308, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Tagelöhner auf Hochinsel", ["description"] = "Schließt auf Hochinsel und Amenos 30 tägliche Einzelaufträge für Wayllod, den Repräsentanten des Hauses Dufort, in Gonfalon ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 10, -["firstID"] = 3308, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3311] = { -["points"] = 5, -["name"] = "Monsterjäger von Hochinsel", -["nextId"] = 3312, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 3311, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Monsterjäger von Hochinsel", ["description"] = "Schließt auf Hochinsel und Amenos 1 täglichen Auftrag gegen Anführer in der offenen Welt für Parisse Plouff, die Repräsentantin des Hauses Dufort, in Gonfalon ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 11, -["firstID"] = 3311, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3312, } , [3312] = { -["points"] = 10, -["name"] = "Monsterschlächter von Hochinsel", -["nextId"] = 3313, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 3311, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Monsterschlächter von Hochinsel", ["description"] = "Schließt auf Hochinsel und Amenos 10 tägliche Aufträge gegen Anführer in der offenen Welt für Parisse Plouff, die Repräsentantin des Hauses Dufort, in Gonfalon ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 11, -["firstID"] = 3311, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3313, } , [3313] = { -["points"] = 15, -["name"] = "Monsterauslöscher von Hochinsel", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 3311, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Monsterauslöscher von Hochinsel", ["description"] = "Schließt auf Hochinsel und Amenos 30 tägliche Aufträge gegen Anführer in der offenen Welt für Parisse Plouff, die Repräsentantin des Hauses Dufort, in Gonfalon ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 11, -["firstID"] = 3311, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3314] = { -["points"] = 5, -["name"] = "Vulkanschlotjäger", -["nextId"] = 3315, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 3314, ["Category"] = "High Isle", ["SubCategory"] = "Volcanic Vents", -["SubCategory_ID"] = 6, +["name"] = "Vulkanschlotjäger", ["description"] = "Schließt 1 täglichen Auftrag gegen Vulkanschlote für Druidin Peeska auf Hochinsel ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 4, -["firstID"] = 3314, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3315, } , [3315] = { -["points"] = 10, -["name"] = "Vulkanschlotvernichter", -["nextId"] = 3316, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 3314, ["Category"] = "High Isle", ["SubCategory"] = "Volcanic Vents", -["SubCategory_ID"] = 6, +["name"] = "Vulkanschlotvernichter", ["description"] = "Schließt 10 tägliche Aufträge gegen Vulkanschlote für Druidin Peeska auf Hochinsel ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 4, -["firstID"] = 3314, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3316, } , [3316] = { -["points"] = 15, -["name"] = "Vulkanschlotzerstörer", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 3314, ["Category"] = "High Isle", ["SubCategory"] = "Volcanic Vents", -["SubCategory_ID"] = 6, +["name"] = "Vulkanschlotzerstörer", ["description"] = "Schließt 30 tägliche Aufträge gegen Vulkanschlote für Druidin Peeska auf Hochinsel ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 4, -["firstID"] = 3314, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3317] = { -["points"] = 50, -["name"] = "Ruhmesgeschichtenmeister", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Ruhmesgeschichtenmeister", ["description"] = "Schließt Quests ab, sammelt Kartensätze und Verbesserungen, um dies abzuschließen.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3318] = { -["points"] = 5, -["name"] = "Teil der Riege", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Teil der Riege", ["description"] = "Schließt die Einführung zu Ruhmesgeschichten ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3319] = { -["points"] = 10, -["name"] = "Hasardiergrund", -["nextId"] = 3320, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 3319, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Hasardiergrund", ["description"] = "Schließt die Ruhmesgeschichten-Quest „Ein neues Unterfangen“ ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 3, -["firstID"] = 3319, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3320, } , [3320] = { -["points"] = 10, -["name"] = "Nicht mehr neu", -["nextId"] = 3321, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 3319, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Nicht mehr neu", ["description"] = "Schließt die Ruhmesgeschichten-Quest „Das Turnier beginnt“ ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 3, -["firstID"] = 3319, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3321, } , [3321] = { -["points"] = 10, -["name"] = "Ein Freund in Nöten", -["nextId"] = 3322, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 3319, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Eine Freundin in Nöten", ["description"] = "Schließt die Ruhmesgeschichten-Quest „Herausforderungen der Vergangenheit“ ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 3, -["firstID"] = 3319, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3322, } , [3322] = { -["points"] = 15, -["name"] = "Ruhmchampion", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 3319, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Ruhmchampion", ["description"] = "Schließt die Ruhmesgeschichten-Quest „Die letzte Runde“ ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 3, -["firstID"] = 3319, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3324] = { -["points"] = 50, -["name"] = "Kartensatzbauer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 8, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Kartensatzbauer", ["description"] = "Sammelt die acht folgenden Kartensätze zu Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 8, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3325] = { -["points"] = 15, -["name"] = "Ruhmtaktiker", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 8, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Ruhmtaktiker", ["description"] = "Schließt die folgenden Errungenschaften für Patrone von Ruhmesgeschichten ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 8, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3326] = { -["points"] = 5, -["name"] = "Blutbenediktion", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Blutbenediktion", ["description"] = "Erfrischt mit der Fähigkeit des Heiligen Pelin 10-mal Akteure in Ruhmesgeschichten-Partien der Aktivitätensuche.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3327] = { -["points"] = 5, -["name"] = "Diktum des Herzogs", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Diktum des Herzogs", ["description"] = "Erhaltet mit der Fähigkeit des Herzogs der Krähen 10-mal Macht in Ruhmesgeschichten-Partien der Aktivitätensuche.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3328] = { -["points"] = 5, -["name"] = "Mandat des Großen Hauses", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Mandat des Großen Hauses", ["description"] = "Erlangt mit der Fähigkeit von Großmeister Delmene Hlaalu 10-mal Ansehen in Ruhmesgeschichten-Partien der Aktivitätensuche.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3329] = { -["points"] = 5, -["name"] = "Artaeum-Ansturm", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Artaeum-Ansturm", ["description"] = "Erledigt mit der Fähigkeit von Psijik-Wissensbewahrer Celarus 10-mal Akteure in Ruhmesgeschichten-Partien der Aktivitätensuche.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3330] = { -["points"] = 5, -["name"] = "Hircines Belohnung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Hircines Belohnung", ["description"] = "Zieht mit der Fähigkeit des Patrons Roter Adler, König des Reik, 10-mal Karten in Ruhmesgeschichten-Partien der Aktivitätensuche.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3331] = { -["points"] = 5, -["name"] = "Macht von Pyandonea", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Macht von Pyandonea", ["description"] = "Erhaltet mit der Fähigkeit des Patrons Zaubererkönig Orgnum 10-mal Macht in Ruhmesgeschichten-Partien der Aktivitätensuche.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3332] = { -["points"] = 5, -["name"] = "Rajhins Trickserei", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Rajhins Trickserei", ["description"] = "Erschafft mit der Fähigkeit des Patrons Rajhin dem Schnurrenden Lügner 10-mal Verwirrung in Ruhmesgeschichten-Partien der Aktivitätensuche.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3333] = { -["points"] = 5, -["name"] = "Gepränge des Schwertmeisters", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Gepränge des Schwertmeisters", ["description"] = "Erhaltet mit der Fähigkeit des Patrons Ansei Frandar Hunding 10-mal Münzen in Ruhmesgeschichten-Partien der Aktivitätensuche.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3334] = { -["points"] = 5, -["name"] = "Heimspiel", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Heimspiel", ["description"] = "Spielt eine Partie Ruhmesgeschichten in einem Heim.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3335] = { -["points"] = 15, -["name"] = "Reisegeschichten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 9, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Reisegeschichten", ["description"] = "Spielt eine Partie Ruhmesgeschichten an jedem der folgenden Orte.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 9, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3336] = { -["points"] = 15, -["name"] = "Gefundene Gründer", -["nextId"] = 3337, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 26, +["firstID"] = 3336, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Gefundene Gründer", ["description"] = "Besiegt einen Gründer von Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 26, -["firstID"] = 3336, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 3337, } , [3337] = { -["points"] = 50, -["name"] = "Widersacher der Gründer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 26, +["firstID"] = 3336, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Widersacher der Gründer", ["description"] = "Besiegt die folgenden Gründer von Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 26, -["firstID"] = 3336, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3338] = { -["points"] = 15, -["name"] = "Rubedit-Hasardeur", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 33, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Rubedit-Hasardeur", ["description"] = "Erreicht den Rubeditrang bei gewerteten Partien Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3339] = { -["points"] = 10, -["name"] = "Leerenstahl-Hasardeur", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 32, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Leerenstahl-Hasardeur", ["description"] = "Erreicht den Leerenstahlrang bei gewerteten Partien Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3340] = { -["points"] = 10, -["name"] = "Flinksilber-Hasardeur", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 31, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Flinksilber-Hasardeur", ["description"] = "Erreicht den Flinksilberrang bei gewerteten Partien Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3341] = { -["points"] = 15, -["name"] = "Kartenhai", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 3344, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Kartenhai", ["description"] = "Schließt 100 gewertete Partien Ruhmesgeschichten ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 28, -["firstID"] = 3344, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3342] = { -["points"] = 5, -["name"] = "Ebenerz-Hasardeur", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 30, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Ebenerz-Hasardeur", ["description"] = "Erreicht den Ebenerzrang bei gewerteten Partien Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3343] = { -["points"] = 10, -["name"] = "Alte Hand", -["nextId"] = 3341, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 3344, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Alte Hand", ["description"] = "Schließt 50 gewertete Partien Ruhmesgeschichten ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 28, -["firstID"] = 3344, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3341, } , [3344] = { -["points"] = 5, -["name"] = "Frischer Spieler", -["nextId"] = 3343, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 3344, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Frischer Spieler", ["description"] = "Schließt 10 gewertete Partien Ruhmesgeschichten ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 28, -["firstID"] = 3344, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3343, } , [3345] = { -["points"] = 10, -["name"] = "Ruhmserie", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Ruhmserie", ["description"] = "Erzielt eine 3er-Siegesserie bei gewerteten Partien Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3346] = { -["points"] = 5, -["name"] = "Eröffnungshand", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Eröffnungshand", ["description"] = "Schließt die Platzierung für gewertete Partien Ruhmesgeschichten ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3347] = { -["points"] = 50, -["name"] = "Kartenkenner", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 8, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Kartenkenner", ["description"] = "Verbessert alle Karten der folgenden Kartensätze aus Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 8, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3348] = { -["points"] = 5, -["name"] = "Abgehoben", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Abgehoben", ["description"] = "Nehmt 10 Münzschriebe aus der Schatzkammer in Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3349] = { -["points"] = 5, -["name"] = "Initiand des Hasardiervereins", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 34, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Initiand des Hasardiervereins", ["description"] = "Erreicht den Rang des Initianden des Hasardiervereins.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 34, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3350] = { -["points"] = 5, -["name"] = "Neuling des Hasardiervereins", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 35, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Neuling des Hasardiervereins", ["description"] = "Erreicht den Rang des Lernenden des Hasardiervereins.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 35, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3351] = { -["points"] = 5, -["name"] = "Anfänger des Hasardiervereins", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 36, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Anfänger des Hasardiervereins", ["description"] = "Erreicht den Rang des Anfängers des Hasardiervereins.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 36, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3352] = { -["points"] = 10, -["name"] = "Stammspieler des Hasardiervereins", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 37, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Stammspieler des Hasardiervereins", ["description"] = "Erreicht den Rang des Stammspielers des Hasardiervereins.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 37, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3353] = { -["points"] = 10, -["name"] = "Adept des Hasardiervereins", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 38, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Adept des Hasardiervereins", ["description"] = "Erreicht den Rang des Adepten des Hasardiervereins.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 38, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3354] = { -["points"] = 15, -["name"] = "Experte des Hasardiervereins", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 39, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Experte des Hasardiervereins", ["description"] = "Erreicht den Rang des Experten des Hasardiervereins.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 39, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3355] = { -["points"] = 15, -["name"] = "Veteran des Hasardiervereins", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 40, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Veteran des Hasardiervereins", ["description"] = "Erreicht den Rang des Veteranen des Hasardiervereins.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 40, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3356] = { -["points"] = 50, -["name"] = "Meister des Hasardiervereins", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 41, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Meister des Hasardiervereins", ["description"] = "Erreicht den Rang des Meisters des Hasardiervereins.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 41, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3357] = { -["points"] = 5, -["name"] = "Vereinseinsteiger", -["nextId"] = 3358, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 42, +["firstID"] = 3357, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Vereinseinsteiger", ["description"] = "Schließt 1 täglichen Auftrag für Ruhmesgeschichten ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 42, -["firstID"] = 3357, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3358, } , [3358] = { -["points"] = 10, -["name"] = "Vereinsanfänger", -["nextId"] = 3359, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 42, +["firstID"] = 3357, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Vereinsanfänger", ["description"] = "Schließt 10 tägliche Aufträge für Ruhmesgeschichten ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 42, -["firstID"] = 3357, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3359, } , [3359] = { -["points"] = 15, -["name"] = "Vereinsphänomen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 42, +["firstID"] = 3357, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Vereinsphänomen", ["description"] = "Schließt 30 tägliche Aufträge für Ruhmesgeschichten ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 42, -["firstID"] = 3357, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3360] = { -["points"] = 5, -["name"] = "Geschlüpfter Kartenhai", -["nextId"] = 3361, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 43, +["firstID"] = 3360, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Geschlüpfter Kartenhai", ["description"] = "Schließt 1 täglichen kompetitiven Auftrag für Ruhmesgeschichten ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 43, -["firstID"] = 3360, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3361, } , [3361] = { -["points"] = 10, -["name"] = "Erfahrener Kartenhai", -["nextId"] = 3362, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 43, +["firstID"] = 3360, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Erfahrener Kartenhai", ["description"] = "Schließt 10 tägliche kompetitive Aufträge für Ruhmesgeschichten ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 43, -["firstID"] = 3360, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3362, } , [3362] = { -["points"] = 15, -["name"] = "Meisterkartenhai", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 43, +["firstID"] = 3360, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Meisterkartenhai", ["description"] = "Schließt 30 tägliche kompetitive Aufträge für Ruhmesgeschichten ab", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 43, -["firstID"] = 3360, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3373] = { -["points"] = 10, -["name"] = "Schlächter der Feuersang-Druiden", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schlächter der Feuersang-Druiden", ["description"] = "Besiegt 200 Feuersang-Druiden in der Erdwurz-Enklave (Veteranen).", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3374] = { -["points"] = 10, -["name"] = "Schlächter der Schlurfer und des Wurzelbunds", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schlächter der Schlurfer und des Wurzelbunds", ["description"] = "Besiegt 50 Schlurfer und Wurzelbund-Kreaturen in der Erdwurz-Enklave (Veteranen).", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3375] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Lost Depths", ["name"] = "Sieger der Erdwurz-Enklave", +["description"] = "Besiegt die Verderbnis des Steins, die Verderbnis der Wurzel und Erzdruide Devyric in der Erdwurz-Enklave.", ["nextId"] = 0, -["Category"] = "Lost Depths", ["prevId"] = 0, -["description"] = "Besiegt die Verderbnis des Steins, die Verderbnis der Wurzel und Erzdruide Devyric in der Erdwurz-Enklave.", -["Category_ID"] = 23, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 24, } , [3376] = { -["points"] = 10, -["name"] = "Eroberer der Erdwurz-Enklave", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer der Erdwurz-Enklave", ["description"] = "Besiegt die Verderbnis des Steins, die Verderbnis der Wurzel und Erzdruide Devyric in der Erdwurz-Enklave (Veteranen).", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [3377] = { -["points"] = 50, -["name"] = "Rächer von Erdwurz", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Rächer von Erdwurz", ["description"] = "Besiegt Erzdruide Devyric in der Erdwurz-Enklave (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3378] = { -["points"] = 50, -["name"] = "Schnelle Vergeltung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schnelle Vergeltung", ["description"] = "Besiegt zusätzlich zur Verderbnis des Steins, der Verderbnis der Wurzel und Erzdruide Devyric alle Gegner in der Erdwurz-Enklave (Veteranen)innerhalb von 25 Minuten nach dem Betreten. Die Zeit läuft, sobald Ihr die erste Gruppe von Feinden angreift.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3379] = { -["points"] = 50, -["name"] = "Abgehärteter Held", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Abgehärteter Held", ["description"] = "Besiegt zusätzlich zur Verderbnis des Steins, der Verderbnis der Wurzel und Erzdruide Devyric alle Gegner in der Erdwurz-Enklave (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3380] = { -["points"] = 50, -["name"] = "Herausforderer der Erdwurz-Enklave", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer der Erdwurz-Enklave", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Erdwurz-Enklave (Veteranen).", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [3381] = { -["points"] = 50, -["name"] = "Fluch der Invasoren", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Fluch der Invasoren", ["description"] = "Besiegt zusätzlich zur Verderbnis des Steins, der Verderbnis der Wurzel und Erzdruide Devyric nach dem Hissen des Herausforderungsbanners alle Gegner in der Erdwurz-Enklave (Veteranen), innerhalb von 25 Minuten, ohne dass ein Gruppenmitglied stirbt.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3382] = { -["points"] = 10, -["name"] = "Belebter Krieger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Belebter Krieger", ["description"] = "Besiegt die Verderbnis des Steins in der Erdwurz-Enklave (Veteranen), ohne dass ein Spieler versteinert wird.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3383] = { -["points"] = 10, -["name"] = "Steinmetzmeister", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Steinmetzmeister", ["description"] = "Besiegt in der Erdwurz-Enklave (Veteranen) während jeder Phase der Schlacht gegen die Verderbnis des Steins alle Steinatronachen und erst danach die Verderbnis des Steins.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3384] = { -["points"] = 10, -["name"] = "Kontrollierte Kontamination", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Kontrollierte Kontamination", ["description"] = "Besiegt die Verderbnis der Wurzel in der Erdwurz-Enklave (Veteranen), ohne dass zwei oder mehr Spieler innerhalb einer Sekunde durch Wurzelinfektion getroffen werden.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3385] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Lost Depths", ["name"] = "Aggressiver Arborist", +["description"] = "Zerstört in der Erdwurz-Enklave (Veteranen) 50 von Faun besessene Wurzelknoten.", ["nextId"] = 0, -["Category"] = "Lost Depths", ["prevId"] = 0, -["description"] = "Zerstört in der Erdwurz-Enklave (Veteranen) 50 von Faun besessene Wurzelknoten.", -["Category_ID"] = 23, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 24, } , [3386] = { -["points"] = 10, -["name"] = "Abrissdelegation", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Abrissdelegation", ["description"] = "Stellt im Kampf gegen Erzdruide Devyric in der Erdwurz-Enklave sicher, dass er mindestens 3 Erdsäulen mit einem einzigen Ansturm von boshaftes Misshandeln zerstört.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3388] = { -["points"] = 50, -["name"] = "Herausgemeißelte Verderbnis", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausgemeißelte Verderbnis", ["description"] = "Besiegt die Verderbnis des Steins in der Erdwurz-Enklave (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3389] = { -["points"] = 50, -["name"] = "Entwurzelte Verderbnis", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Entwurzelte Verderbnis", ["description"] = "Besiegt die Verderbnis der Wurzel in der Erdwurz-Enklave (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3390] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Lost Depths", ["name"] = "Erdwurz-Erforscher", +["description"] = "Schließt optionale Inhalte in der Erdwurz-Enklave ab, indem Ihr die drei optionalen Anführer findet und besiegt.", ["nextId"] = 0, -["Category"] = "Lost Depths", ["prevId"] = 0, -["description"] = "Schließt optionale Inhalte in der Erdwurz-Enklave ab, indem Ihr die drei optionalen Anführer findet und besiegt.", -["Category_ID"] = 23, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 24, } , [3391] = { -["points"] = 50, -["name"] = "Geißel von Erzdruide Devyric", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Geißel von Erzdruide Devyric", ["description"] = "Besiegt Erzdruide Devyric in der Erdwurz-Enklave (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt, und ohne dass Ihr die Boni erlangt, die durch Abschluss optionaler Inhalte gewährt würden.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3392] = { -["points"] = 10, -["name"] = "Schlächter ertrunkener Seefahrer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schlächter ertrunkener Seefahrer", ["description"] = "Besiegt 200 ertrunkene Seefahrer in den Kentertiefen. Zu diesen zählen ertrunkene Frostmagier, ertrunkene Assassinen und ertrunkene Verwüster.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3393] = { -["points"] = 10, -["name"] = "Schlächter riesiger Untoter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schlächter riesiger Untoter", ["description"] = "Besiegt in den Kentertiefen (Veteranen) 50 riesige Untote. Dazu gehören Knochenkolosse, Gespenster, Fleischabscheulichkeiten und Varzunon.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3394] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Lost Depths", ["name"] = "Sieger der Kentertiefen", +["description"] = "Besiegt den euphotischen Torwächter, Varzunon und Zelvraak den Atemlosen in den Kentertiefen.", ["nextId"] = 0, -["Category"] = "Lost Depths", ["prevId"] = 0, -["description"] = "Besiegt den euphotischen Torwächter, Varzunon und Zelvraak den Atemlosen in den Kentertiefen.", -["Category_ID"] = 23, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 24, } , [3395] = { -["points"] = 10, -["name"] = "Eroberer der Kentertiefen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer der Kentertiefen", ["description"] = "Besiegt den euphotischen Torwächter, Varzunon und Zelvraak den Atemlosen in den Kentertiefen (Veteranen).", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [3396] = { -["points"] = 50, -["name"] = "Atemlos", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Atemlos", ["description"] = "Besiegt Zelvraak den Atemlosen in den Kentertiefen (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3397] = { -["points"] = 50, -["name"] = "Erstürmung des Strandes", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Erstürmung des Strandes", ["description"] = "Besiegt zusätzlich zum euphotischen Torwächter, Varzunon und Zelvraak den Atemlosen alle Gegner in den Kentertiefen (Veteranen), innerhalb von 25 Minuten und ohne dass ein Gruppenmitglied getötet wird. Die Zeit läuft, sobald Ihr die erste Gruppe angreift.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3398] = { -["points"] = 50, -["name"] = "Leben unter den Nicht-Sterbenden", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Leben unter den Nicht-Sterbenden", ["description"] = "Besiegt zusätzlich zum euphotischen Torwächter, Varzunon und Zelvraak den Atemlosen alle Gegner in den Kentertiefen (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3399] = { -["points"] = 50, -["name"] = "Herausforderer der Kentertiefen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer der Kentertiefen", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Kentertiefen (Veteranen).", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [3400] = { -["points"] = 50, -["name"] = "Faust von Tava", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Faust von Tava", ["description"] = "Besiegt zusätzlich zum euphotischen Torwächter, Varzunon und Zelvraak den Atemlosen alle Gegner in den Kentertiefen (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt, innerhalb von 25 Minuten und ohne dass ein Gruppenmitglied getötet wird. Die Zeit läuft, sobald Ihr die erste Gruppe angreift.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3401] = { -["points"] = 10, -["name"] = "Tierschutz", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 30, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Tierschutz", ["description"] = "Besiegt in den Kentertiefen (Veteranen) den euphotischen Torwächter, ohne eine der Pangritgruben zu zerstören. Nur die Pangritgruben, die zerstört werden, nachdem der euphotische Torwächter vom Felsen springt, zählen für diese Errungenschaft.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3403] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Lost Depths", ["name"] = "Knochenwahl", +["description"] = "Erlebt im Kampf gegen Varzunon in den Kentertiefen die finale Evolution des Knochenkolosses.", ["nextId"] = 0, -["Category"] = "Lost Depths", ["prevId"] = 0, -["description"] = "Erlebt im Kampf gegen Varzunon in den Kentertiefen die finale Evolution des Knochenkolosses.", -["Category_ID"] = 23, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 24, } , [3404] = { -["points"] = 10, -["name"] = "Den Toten Respekt zollen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 31, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Den Toten Respekt zollen", ["description"] = "Besiegt Varzunon in den Kentertiefen (Veteranen), ohne ein einziges Skelett-Opfer zu töten.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3405] = { -["points"] = 10, -["name"] = "Zu gleichen Teilen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 32, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Zu gleichen Teilen", ["description"] = "Besiegt Zelvraak den Atemlosen in den Kentertiefen (Veteranen), ohne dass derselbe Spieler dieselbe Meereskugel zweimal in Folge trifft.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3406] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Lost Depths", ["name"] = "Ruhe, jetzt!", +["description"] = "Besiegt 300 gespaltene Seelen, während Ihr in den Kentertiefen auf beliebiger Schwierigkeitsstufe gegen Zelvraak den Atemlosen kämpft.", ["nextId"] = 0, -["Category"] = "Lost Depths", ["prevId"] = 0, -["description"] = "Besiegt 300 gespaltene Seelen, während Ihr in den Kentertiefen auf beliebiger Schwierigkeitsstufe gegen Zelvraak den Atemlosen kämpft.", -["Category_ID"] = 23, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 24, } , [3407] = { -["points"] = 50, -["name"] = "Torstürmer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Torstürmer", ["description"] = "Besiegt den euphotischen Torhüter in den Kentertiefen (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3408] = { -["points"] = 50, -["name"] = "Knick, knack, knirsch", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Knick, knack, knirsch", ["description"] = "Besiegt Varzunon in den Kentertiefen (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3409] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Lost Depths", ["name"] = "Mechanische Archäologie", +["description"] = "Schließt optionale Inhalte in den Kentertiefen ab, indem ihr die drei optionalen Anführer findet und besiegt.", ["nextId"] = 0, -["Category"] = "Lost Depths", ["prevId"] = 0, -["description"] = "Schließt optionale Inhalte in den Kentertiefen ab, indem ihr die drei optionalen Anführer findet und besiegt.", -["Category_ID"] = 23, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 24, } , [3410] = { -["points"] = 50, -["name"] = "Zugzwang", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Zugzwang", ["description"] = "Besiegt Zelvraak den Atemlosen in den Kentertiefen (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt, und ohne dass Ihr die Boni erlangt, die durch Abschluss optionaler Inhalte gewährt würden.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3411] = { -["points"] = 5, -["name"] = "Erforscher der Verlorenen Tiefen", -["nextId"] = 0, -["Category"] = "Lost Depths", -["prevId"] = 0, -["description"] = "Betretet die Erdwurz-Enklave oder die Kentertiefen zum ersten Mal.", -["Category_ID"] = 23, +["numCriteria"] = 1, ["achievementIndex"] = 1, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Lost Depths", +["name"] = "Erforscher der Vergessenen Tiefen", +["description"] = "Betretet die Erdwurz-Enklave oder die Kentertiefen zum ersten Mal.", +["nextId"] = 0, +["prevId"] = 0, +["points"] = 5, +["Category_ID"] = 24, } , [3412] = { -["points"] = 50, -["name"] = "Höhlenforscher der Vergessenen Tiefen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher der Vergessenen Tiefen", ["description"] = "Schließt sowohl die Erdwurz-Enklave als auch die Kentertiefen (Veteranen) ab.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["nextId"] = 0, } , [3413] = { -["points"] = 10, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Lost Depths", ["name"] = "Späher der Vergessenen Tiefen", +["description"] = "Schließt sowohl die Erdwurz-Enklave als auch die Kentertiefen ab.", ["nextId"] = 0, -["Category"] = "Lost Depths", ["prevId"] = 0, -["description"] = "Schließt sowohl die Erdwurz-Enklave als auch die Kentertiefen ab.", -["Category_ID"] = 23, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["Category_ID"] = 24, } , [3414] = { -["points"] = 50, +["numCriteria"] = 2, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Lost Depths", ["name"] = "Licht der Vergessenen Tiefen", +["description"] = "Schließt optionale Inhalte in der Erdwurz-Enklave und in den Kentertiefen ab.", ["nextId"] = 0, -["Category"] = "Lost Depths", ["prevId"] = 0, -["description"] = "Schließt optionale Inhalte in der Erdwurz-Enklave und in den Kentertiefen ab.", -["Category_ID"] = 23, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["Category_ID"] = 24, } , [3418] = { -["points"] = 10, -["name"] = "Basaltansturm", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 5, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Volcanic Vents", -["SubCategory_ID"] = 6, +["name"] = "Basaltansturm", ["description"] = "Besiegt jeden der folgenden Anführer von Vulkanschloten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3419] = { -["points"] = 10, -["name"] = "Löscht die Kaldera", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 7, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Volcanic Vents", -["SubCategory_ID"] = 6, +["name"] = "Löscht die Kaldera", ["description"] = "Versiegelt alle Vulkanschlote an den folgenden Standorten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3420] = { -["points"] = 10, -["name"] = "Frieden zu unseren Lebzeiten?", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Frieden zu unseren Lebzeiten?", ["description"] = "Schließt die Quest „Eine Chance auf Frieden“ auf Hochinsel ab.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3422] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 11, +["firstID"] = 0, +["Category"] = "Lost Depths", ["name"] = "Stilmeister von Y\'ffres Wille", +["description"] = "Lernt jedes Kapitel des Buchs „Stil von Y\'ffres Wille“, die Ihr für das Bezwingen des letzten Anführers in der Erdwurz-Enklave erhalten könnt.", ["nextId"] = 0, -["Category"] = "Lost Depths", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil von Y\'ffres Wille“, die Ihr für das Bezwingen des letzten Anführers in der Erdwurz-Enklave erhalten könnt.", -["Category_ID"] = 23, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 24, } , [3423] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 12, +["firstID"] = 0, +["Category"] = "Lost Depths", ["name"] = "Stilmeister des ertrunkenen Seesoldaten", +["description"] = "Lernt jedes Kapitel des Buchs „Stil des ertrunkenen Seesoldaten“, die Ihr für das Bezwingen des letzten Anführers in den Kentertiefen erhalten könnt.", ["nextId"] = 0, -["Category"] = "Lost Depths", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des ertrunkenen Seesoldaten“, die Ihr für das Bezwingen des letzten Anführers in den Kentertiefen erhalten könnt.", -["Category_ID"] = 23, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 24, } , [3424] = { -["points"] = 10, -["name"] = "Kein Bedauern", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Kein Bedauern", ["description"] = "Springt vom höchsten Punkt von Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3425] = { -["points"] = 10, -["name"] = "Geistergier", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 33, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Geistergier", ["description"] = "Besiegt Zelvraak den Atemlosen in den Kentertiefen (Veteranen) und sammelt dabei während einer Begegnung alle goldenen Geister ein.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3428] = { -["points"] = 10, -["name"] = "Schild von Hochfels", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Schild von Hochfels", ["description"] = "Sammelt die verbesserten Karten des Kartensatzes „Heiliger Pelin“ für Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3429] = { -["points"] = 10, -["name"] = "Hofsammler", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Hofsammler", ["description"] = "Sammelt die verbesserten Karten des Kartensatzes „Herzog der Krähen“ für Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3430] = { -["points"] = 10, -["name"] = "Unerreichter Profiteur", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Unerreichter Profiteur", ["description"] = "Sammelt die verbesserten Karten des Kartensatzes „Großmeister Delmene Hlaalu“ für Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3431] = { -["points"] = 10, -["name"] = "Artaeum-Verstärker", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Artaeum-Verstärker", ["description"] = "Sammelt die verbesserten Karten des Kartensatzes „Psijik-Wissensbewahrer Celarus“ für Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3432] = { -["points"] = 10, -["name"] = "Leuchtfeuerpoet", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Leuchtfeuerpoet", ["description"] = "Sammelt die verbesserten Karten des Decks „Roter Adler, König des Reik“ für Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3433] = { -["points"] = 10, -["name"] = "Meistermaormer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Meistermaormer", ["description"] = "Sammelt die verbesserten Karten des Kartensatzes „Zaubererkönig Orgnum“ für Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3434] = { -["points"] = 10, -["name"] = "Schattenspieler", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Schattenspieler", ["description"] = "Sammelt die verbesserten Karten des Kartensatzes „Rajhin der Schnurrende Lügner“ für Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3435] = { -["points"] = 10, -["name"] = "Shehai-Schärfer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Shehai-Schärfer", ["description"] = "Sammelt die verbesserten Karten des Kartensatzes „Ansei Frandar Hunding“ für Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3462] = { -["points"] = 10, -["name"] = "Blume der Ritterlichkeit", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 9, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Blume der Ritterlichkeit", ["description"] = "Vollführt ritterliche Taten auf ganz Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 9, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3464] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Firesong", ["name"] = "Meister des Stils des Feuersangs", +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Feuersangs“, die Ihr finden könnt, wenn Ihr Vulkanschlote auf Galen bezwingt.", ["nextId"] = 0, -["Category"] = "Firesong", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Feuersangs“, die Ihr finden könnt, wenn Ihr Vulkanschlote auf Galen bezwingt.", -["Category_ID"] = 22, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 23, } , [3465] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Firesong", ["name"] = "Meister des Stils des Hauses Mornard", +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Hauses Mornard“, die Ihr als Belohnung für das Erfüllen täglicher Aufträge für Gewölbe oder gegen Anführer in der offenen Welt auf Galen erhaltet.", ["nextId"] = 0, -["Category"] = "Firesong", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Hauses Mornard“, die Ihr als Belohnung für das Erfüllen täglicher Aufträge für Gewölbe oder gegen Anführer in der offenen Welt auf Galen erhaltet.", -["Category_ID"] = 22, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 23, } , [3466] = { -["points"] = 10, -["name"] = "Schlächter der Nixgeschöpfe", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schlächter der Nixgeschöpfe", ["description"] = "Bezwingt 200 Nixgeschöpfe in Bal Sunnar (Veteranen). Dazu gehören Nixhunde und Nixochsen.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3467] = { -["points"] = 10, -["name"] = "Schlächter befallener Diener", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schlächter befallener Diener", ["description"] = "Besiegt 50 befallene Diener in Bal Sunnar (Veteranen). Dazu gehören Peryites Ruhm und Peryites Gefäße.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3468] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Scribes of Fate", ["name"] = "Sieger von Bal Sunnar", +["description"] = "Besiegt Kovan Giryon, Roksa die Verkrümmte und Matriarchin Lladi Telvanni in Bal Sunnar.", ["nextId"] = 0, -["Category"] = "Scribes of Fate", ["prevId"] = 0, -["description"] = "Besiegt Kovan Giryon, Roksa die Verkrümmte und Matriarchin Lladi Telvanni in Bal Sunnar.", -["Category_ID"] = 21, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 22, } , [3469] = { -["points"] = 10, -["name"] = "Eroberer von Bal Sunnar", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer von Bal Sunnar", ["description"] = "Besiegt Kovan Giryon, Roksa die Verkrümmte und Matriarchin Lladi Telvanni in Bal Sunnar (Veteranen).", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [3470] = { -["points"] = 50, -["name"] = "Telvanniquäler", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Telvanniquäler", ["description"] = "Besiegt Matriarchin Lladi Telvanni in Bal Sunnar (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3471] = { -["points"] = 50, -["name"] = "Zeitpfeil", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Zeitpfeil", ["description"] = "Besiegt zusätzlich zu Kovan Giryon, Roksa der Verkrümmten und Matriarchin Lladi Telvanni alle Gegner in Bal Sunnar (Veteranen) in weniger als 25 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe Gegner angreift.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3472] = { -["points"] = 50, -["name"] = "Schicksalsmeister", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schicksalsmeister", ["description"] = "Besiegt zusätzlich zu Kovan Giryon, Roksa der Verkrümmten und Matriarchin Lladi Telvanni alle Gegner in Bal Sunnar (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3473] = { -["points"] = 50, -["name"] = "Herausforderer von Bal Sunnar", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer von Bal Sunnar", ["description"] = "Schließt die aufgelisteten Errungenschaften für Bal Sunnar (Veteranen) ab.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [3474] = { -["points"] = 50, -["name"] = "Temporaler Tornado", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Temporaler Tornado", ["description"] = "Besiegt zusätzlich zu Kovan Giryon, Roksa der Verkrümmten und Matriarchin Lladi Telvanni alle Gegner in Bal Sunnar (Veteranen), nachdem Ihr die Herausforderungsbanner gehisst habt, innerhalb von 25 Minuten, ohne dass ein Gruppenmitglied getötet wird. Die Zeit läuft, sobald Ihr in den Kampf geratet.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3475] = { -["points"] = 10, -["name"] = "Perfekte Erinnerung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Perfekte Erinnerung", ["description"] = "Besiegt während einer einzigen Begegnung mit Kovan Giryon in Bal Sunnar (Veteranen) 50 Ergebene, die aus der Zeit gerissen wurden.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3476] = { -["points"] = 10, -["name"] = "Einsam gemeinsam", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Einsam gemeinsam", ["description"] = "Besiegt Roksa die Verkrümmte in Bal Sunnar (Veteranen), nachdem jeder Spieler seinen eigenen Dunkellichtstrahl unterbrochen hat und dabei nicht gestorben ist.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3477] = { -["points"] = 10, -["name"] = "Ansteckende Überzeugungen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Ansteckende Überzeugungen", ["description"] = "Besiegt Matriarchin Lladi Telvanni in Bal Sunnar (Veteranen), nachdem alle Gruppenmitglieder mindestens einmal gleichzeitig unter den Effekten von infektiöses Erbrechen litten.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3478] = { -["points"] = 10, -["name"] = "Strenge Quarantäne", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Strenge Quarantäne", ["description"] = "Besiegt Matriarchin Lladi Telvanni in Bal Sunnar (Veteranen), ohne dass ein Spieler durch Eiterbeutel Schaden erleidet.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3479] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Scribes of Fate", ["name"] = "Auszeit", +["description"] = "Friert mit Zeitsplitern 40 NSC ein, während Ihr in Bal Sunnar gegen Matriarchin Lladi Telvanni kämpft.", ["nextId"] = 0, -["Category"] = "Scribes of Fate", ["prevId"] = 0, -["description"] = "Friert mit Zeitsplitern 40 NSCs ein, während Ihr in Bal Sunnar gegen Matriarchin Lladi Telvanni kämpft.", -["Category_ID"] = 21, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 22, } , [3480] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Scribes of Fate", ["name"] = "Befreier der Prophezeiung", +["description"] = "Befreit 54 Arbeiter von den Telvanni in der Vergangenheit und Gegenwart von Bal Sunnar.", ["nextId"] = 0, -["Category"] = "Scribes of Fate", ["prevId"] = 0, -["description"] = "Befreit 54 Arbeiter von den Telvanni in der Vergangenheit und Gegenwart von Bal Sunnar.", -["Category_ID"] = 21, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 22, } , [3481] = { -["points"] = 50, -["name"] = "Faust der Geißel", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Faust der Geißel", ["description"] = "Besiegt Kovan Giryon in Bal Sunnar (Veteranen), nachdem Ihr das Herausforderungsbanners gehisst habt.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3482] = { -["points"] = 50, -["name"] = "Ins Nichts mit den Nix", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Ins Nichts mit den Nix", ["description"] = "Besiegt Roksa die Verkrümmte in Bal Sunnar (Veteranen), nachdem Ihr das Herausforderungsbanners gehisst habt.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3483] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Scribes of Fate", ["name"] = "Legende der Errettung", +["description"] = "Schließt zusätzliche Aufgaben in Bal Sunnar ab, indem Ihr das Drehrätsel löst, Urvel Drath besiegt und das daedrische Strahlenrätsel knackt.", ["nextId"] = 0, -["Category"] = "Scribes of Fate", ["prevId"] = 0, -["description"] = "Schließt zusätzliche Aufgaben in Bal Sunnar ab, indem Ihr das Drehrätsel löst, Urvel Drath besiegt und das daedrische Strahlenrätsel knackt.", -["Category_ID"] = 21, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 22, } , [3484] = { -["points"] = 50, -["name"] = "Keine Zeit zu verlieren", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Keine Zeit zu verlieren", ["description"] = "Besiegt Kovan Giryon, Roksa die Verkrümmte und Matriarchin Lladi Telvanni in Bal Sunnar (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt und ohne die Vorteile zu genießen, die durch optionale Inhalte gewährt werden.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3486] = { -["points"] = 50, -["name"] = "Höhlenforscher der Schriftgelehrten des Schicksals", -["nextId"] = 0, -["Category"] = "Scribes of Fate", -["SubCategory"] = "Veteran", ["SubCategory_ID"] = 1, -["description"] = "Schließt sowohl Bal Sunnar als auch die Halle der Schriftmeister im Veteranenmodus ab.", -["prevId"] = 0, -["Category_ID"] = 21, +["numCriteria"] = 2, ["achievementIndex"] = 1, ["firstID"] = 0, -["numCriteria"] = 2, +["Category"] = "Scribes of Fate", +["SubCategory"] = "Veteran", +["name"] = "Höhlenforscher der Schriftgelehrten des Schicksals", +["description"] = "Schließt sowohl Bal Sunnar als auch die Halle der Schriftmeister im Veteranenmodus ab.", +["Category_ID"] = 22, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3487] = { -["points"] = 10, +["numCriteria"] = 2, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Scribes of Fate", ["name"] = "Späher der Schriftgelehrten des Schicksals", +["description"] = "Schließt sowohl Bal Sunnar als auch die Halle der Schriftmeister ab.", ["nextId"] = 0, -["Category"] = "Scribes of Fate", ["prevId"] = 0, -["description"] = "Schließt sowohl Bal Sunnar als auch die Halle der Schriftmeister ab.", -["Category_ID"] = 21, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["Category_ID"] = 22, } , [3488] = { -["points"] = 50, +["numCriteria"] = 2, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Scribes of Fate", ["name"] = "Geheimnisse des Schicksals", +["description"] = "Schließt optionale Inhalte in Bal Sunnar und in der Halle der Schriftmeister ab.", ["nextId"] = 0, -["Category"] = "Scribes of Fate", ["prevId"] = 0, -["description"] = "Schließt optionale Inhalte in Bal Sunnar und in der Halle der Schriftmeister ab.", -["Category_ID"] = 21, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["Category_ID"] = 22, } , [3489] = { -["points"] = 5, -["name"] = "Erforscher der Glutranke", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher der Glutranke", ["description"] = "Erforscht und säubert die Glutranke.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [3490] = { -["points"] = 5, -["name"] = "Erforscher des Faundickichts", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Erforscher des Faundickichts", ["description"] = "Erforscht und säubert das Faundickicht.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [3491] = { -["points"] = 15, -["name"] = "Meistererforscher von Galen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Meistererforscher von Galen", ["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte auf Galen.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [3492] = { -["points"] = 10, -["name"] = "Höhlenforscher von Galen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Höhlenforscher von Galen", ["description"] = "Entdeckt und säubert beide Höhlen auf Galen.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["nextId"] = 0, } , [3493] = { -["points"] = 10, -["name"] = "Pfadfinder von Galen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Pfadfinder von Galen", ["description"] = "Entdeckt alle markanten Orte auf Galen.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["nextId"] = 0, } , [3494] = { -["points"] = 15, -["name"] = "Verteidiger von Galen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Verteidiger von Galen", ["description"] = "Besiegt beide Anführer in der offenen Welt auf Galen.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 15, +["nextId"] = 0, } , [3495] = { -["points"] = 10, -["name"] = "Endling-Beender", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Endling-Beender", ["description"] = "Besiegt den Endling im Hain der Schimäre.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3496] = { -["points"] = 10, -["name"] = "Waldschatten-Abholzer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Waldschatten-Abholzer", ["description"] = "Besiegt Waldschatten im Tal des Beobachters.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3497] = { -["points"] = 10, -["name"] = "Vulkanbesieger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Vulkanbesieger", ["description"] = "Versiegelt die einzelnen Vulkanschlote auf Galen.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [3498] = { -["points"] = 5, -["name"] = "Willkommen auf Galen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Willkommen auf Galen", ["description"] = "Betretet Galen zum ersten Mal.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [3499] = { -["points"] = 10, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Firesong", ["name"] = "Himmelsscherbenjäger von Galen", +["description"] = "Entdeckt alle 6 Himmelsscherben auf Galen", ["nextId"] = 0, -["Category"] = "Firesong", ["prevId"] = 0, -["description"] = "Entdeckt alle 6 Himmelsscherben auf Galen", -["Category_ID"] = 22, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["Category_ID"] = 23, } , [3500] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Firesong", ["name"] = "Meisterangler von Galen", +["description"] = "Fangt alle 12 seltenen Fische auf Galen.", ["nextId"] = 0, -["Category"] = "Firesong", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische auf Galen.", -["Category_ID"] = 22, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, +["Category_ID"] = 23, } , [3501] = { -["points"] = 50, +["numCriteria"] = 4, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Firesong", ["name"] = "Retter von Galen", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter von Galen zu werden.", ["nextId"] = 0, -["Category"] = "Firesong", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter von Galen zu werden.", -["Category_ID"] = 22, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["Category_ID"] = 23, } , [3502] = { -["points"] = 10, +["numCriteria"] = 6, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Firesong", ["name"] = "Des Abenteurers beste Freunde", +["description"] = "Streichelt alle streichelbaren Tiere von Galen und interagiert mit ihnen.", ["nextId"] = 0, -["Category"] = "Firesong", ["prevId"] = 0, -["description"] = "Streichelt alle streichelbaren Tiere von Galen und interagiert mit ihnen.", -["Category_ID"] = 22, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, +["Category_ID"] = 23, } , [3503] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Firesong", ["name"] = "Jäger der Jäger", +["description"] = "Findet und besiegt die 3 verborgenen Kopfgeldjäger auf Galen.", ["nextId"] = 0, -["Category"] = "Firesong", ["prevId"] = 0, -["description"] = "Findet und besiegt die 3 verborgenen Kopfgeldjäger auf Galen.", -["Category_ID"] = 22, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 23, } , [3504] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Firesong", ["name"] = "Brandstifter", +["description"] = "Befördert auf Galen einen Zweigling in die Lava", ["nextId"] = 0, -["Category"] = "Firesong", ["prevId"] = 0, -["description"] = "Befördert auf Galen einen Zweigling in die Lava", -["Category_ID"] = 22, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 23, } , [3505] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Firesong", ["name"] = "Ein freudiger Tanz", +["description"] = "Tanzt mit dem Flöte spielenden Faun auf Galen.", ["nextId"] = 0, -["Category"] = "Firesong", ["prevId"] = 0, -["description"] = "Tanzt mit dem Flöte spielenden Faun auf Galen.", -["Category_ID"] = 22, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 23, } , [3506] = { -["points"] = 15, -["name"] = "Großabenteurer von Galen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Großabenteurer von Galen", ["description"] = "Schließt 16 verschiedene Quests auf Galen ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3507] = { -["points"] = 10, -["name"] = "Mornard-Söldner", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Mornard-Söldner", ["description"] = "Schließt die Quest „Ein Meer voll Ärger“ auf Galen ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3508] = { -["points"] = 10, -["name"] = "Fluch der Grauenssegel", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Fluch der Grauenssegel", ["description"] = "Schließt die Quest „Wogen des Untergangs“ auf Galen ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3509] = { -["points"] = 10, -["name"] = "Druidenfreund", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Druidenfreund", ["description"] = "Schließt die Quest „Saat der Zerstörung“ auf Galen ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3510] = { -["points"] = 10, -["name"] = "Belagerungszerschmetterer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Belagerungszerschmetterer", ["description"] = "Schließt die Quest „Die Belagerung von Vastyr“ auf Galen ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3511] = { -["points"] = 10, -["name"] = "Traumwandler", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Traumwandler", ["description"] = "Schließt die Quest „Der Traum von Kasorayn“ auf Galen ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3512] = { -["points"] = 10, -["name"] = "Feuersang-Auslöscher", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Feuersang-Auslöscher", ["description"] = "Schließt die Quest „Wächter von Y\'ffelon“ auf Galen ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3513] = { -["points"] = 10, -["name"] = "Emporstrebender Schnüffler", -["nextId"] = 3514, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 3513, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Emporstrebender Schnüffler", ["description"] = "Schließt die Quest „Der verborgene Fürst“ auf Galen ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 8, -["firstID"] = 3513, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 3514, } , [3514] = { -["points"] = 10, -["name"] = "Druidenkönigsschlächter", -["nextId"] = 3515, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 3513, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Druidenkönigsschlächter", ["description"] = "Schließt die Quest „Der Efeuthron“ auf Galen ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 8, -["firstID"] = 3513, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 3515, } , [3515] = { -["points"] = 10, -["name"] = "Eine Chance auf Frieden", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 3513, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Eine Chance auf Frieden", ["description"] = "Schließt die Quest „Und nun vielleicht … Frieden“ auf Galen ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 8, -["firstID"] = 3513, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3516] = { -["points"] = 5, -["name"] = "Assistent bei Wilde-Systren-Touren", -["nextId"] = 3517, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 3516, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Assistent bei Wilde-Systren-Touren", ["description"] = "Schließt auf Galen und Y\'ffelon 1 täglichen Einzelauftrag für Juline Courcelles in Vastyr ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 9, -["firstID"] = 3516, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 3517, } , [3517] = { -["points"] = 10, -["name"] = "Gästeführer bei Wilde-Systren-Touren", -["nextId"] = 3518, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 3516, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Gästeführer bei Wilde-Systren-Touren", ["description"] = "Schließt auf Galen und Y\'ffelon 10 tägliche Einzelaufträge für Juline Courcelles in Vastyr ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 9, -["firstID"] = 3516, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 3518, } , [3518] = { -["points"] = 15, -["name"] = "Meister bei Wilde-Systren-Touren", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 3516, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Meister bei Wilde-Systren-Touren", ["description"] = "Schließt auf Galen und Y\'ffelon 30 tägliche Einzelaufträge für Juline Courcelles in Vastyr ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 9, -["firstID"] = 3516, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3519] = { -["points"] = 5, -["name"] = "Monsterjäger von Galen", -["nextId"] = 3520, -["Category"] = "Firesong", -["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["description"] = "Schließt auf Galen und Y\'ffelon 1 täglichen Auftrag gegen Anführer in der offenen Welt für Druide Gastoc vom Steinlehrezirkel in Vastyr ab.", -["prevId"] = 0, -["Category_ID"] = 22, +["numCriteria"] = 1, ["achievementIndex"] = 10, ["firstID"] = 3519, -["numCriteria"] = 1, +["Category"] = "Firesong", +["SubCategory"] = "Quests", +["name"] = "Monsterjäger von Galen", +["description"] = "Schließt auf Galen und Y\'ffelon 1 täglichen Auftrag gegen Anführer in der offenen Welt für Druide Gastoc vom Steinlehrezirkel in Vastyr ab.", +["Category_ID"] = 23, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3520, } , [3520] = { -["points"] = 10, -["name"] = "Monsterschlächter von Galen", -["nextId"] = 3521, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 3519, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Monsterschlächter von Galen", ["description"] = "Schließt auf Galen und Y\'ffelon 10 tägliche Aufträge gegen Anführer in der offenen Welt für Druide Gastoc vom Steinlehrezirkel in Vastyr ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 10, -["firstID"] = 3519, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 3521, } , [3521] = { -["points"] = 15, -["name"] = "Monsterauslöscher von Galen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 3519, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Monsterauslöscher von Galen", ["description"] = "Schließt auf Galen und Y\'ffelon 30 tägliche Aufträge gegen Anführer in der offenen Welt für Druide Gastoc vom Steinlehrezirkel in Vastyr ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 10, -["firstID"] = 3519, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3522] = { -["points"] = 5, -["name"] = "Abkühlung", -["nextId"] = 3523, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 3522, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Abkühlung", ["description"] = "Schließt 1 täglichen Auftrag gegen Vulkanschlote für Druidin Aishabeh auf Galen ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 11, -["firstID"] = 3522, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 3523, } , [3523] = { -["points"] = 10, -["name"] = "Glutersticker", -["nextId"] = 3524, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 3522, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Glutersticker", ["description"] = "Schließt 10 tägliche Aufträge gegen Vulkanschlote für Druidin Aishabeh auf Galen ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 11, -["firstID"] = 3522, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 3524, } , [3524] = { -["points"] = 15, -["name"] = "Feuerlöscher", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 3522, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Feuerlöscher", ["description"] = "Schließt 30 tägliche Aufträge gegen Vulkanschlote für Druidin Aishabeh auf Galen ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 11, -["firstID"] = 3522, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3525] = { -["points"] = 50, -["name"] = "Champion der Erdwurz-Enklave", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 8, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Champion der Erdwurz-Enklave", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Erdwurz-Enklave.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 8, +["points"] = 50, +["nextId"] = 0, } , [3526] = { -["points"] = 50, -["name"] = "Champion der Kentertiefen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 9, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Lost Depths", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Champion der Kentertiefen", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Kentertiefen.", +["Category_ID"] = 24, ["prevId"] = 0, -["Category_ID"] = 23, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 9, +["points"] = 50, +["nextId"] = 0, } , [3527] = { -["points"] = 10, -["name"] = "Schlächterin der Schlachtschreiber", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schlächterin der Schlachtschreiber", ["description"] = "Besiegt 200 Schlachtschreiber in der Halle der Schriftmeister (Veteranen).", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3528] = { -["points"] = 10, -["name"] = "Schlächter der Begleiter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schlächter der Begleiter", ["description"] = "Besiegt 50 Begleiter in der Halle der Schriftmeister (Veteranen). Dazu gehören Hohlrüstung-Wachposten, Hohlrüstung-Duellanten, Magmabären und Sturmatronachen.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3529] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Scribes of Fate", ["name"] = "Sieger der Halle der Schriftmeister", +["description"] = "Besiegt Rissmeister Naqri, Ozezan das Inferno und Valinna in der Halle der Schriftmeister.", ["nextId"] = 0, -["Category"] = "Scribes of Fate", ["prevId"] = 0, -["description"] = "Besiegt Rissmeister Naqri, Ozezan das Inferno und Valinna in der Halle der Schriftmeister.", -["Category_ID"] = 21, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 22, } , [3530] = { -["points"] = 10, -["name"] = "Eroberer der Halle der Schriftmeister", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Eroberer der Halle der Schriftmeister", ["description"] = "Besiegt Rissmeister Naqri, Ozezan das Inferno und Valinna in der Halle der Schriftmeister (Veteranen).", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [3531] = { -["points"] = 50, -["name"] = "Leicht entzündbar", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Leicht entzündbar", ["description"] = "Besiegt Valinna in der Halle der Schriftmeister (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3532] = { -["points"] = 50, -["name"] = "Schnellleser", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schnellleser", ["description"] = "Besiegt zusätzlich zu Rissmeister Naqri, Ozezan dem Inferno und Valinna alle Gegner in der Halle der Schriftmeister (Veteranen) in weniger als 25 Minuten, ohne dass ein Gruppenmitglied getötet wird. Die Zeit läuft, sobald Ihr die erste Gruppe Gegner angreift.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3533] = { -["points"] = 50, -["name"] = "Rastlose Feder", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Rastlose Feder", ["description"] = "Besiegt zusätzlich zu Rissmeister Naqri, Ozezan dem Inferno und Valinna alle Gegner in der Halle der Schriftmeister (Veteranen), ohne dass ein Gruppenmitglied stirbt.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3534] = { -["points"] = 50, -["name"] = "Herausforderer der Halle der Schriftmeister", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer der Halle der Schriftmeister", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Halle der Schriftmeister (Veteranen).", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [3535] = { -["points"] = 50, -["name"] = "Angehender Erhabener Federkiel", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Angehender Erhabener Federkiel", ["description"] = "Besiegt zusätzlich zu Riffmeister Nagri, Ozezan dem Inferno und Valinna alle Gegner in der Halle der Schriftmeister (Veteranen), nachdem Ihr die Herausforderungsbanner gehisst habt, in weniger als 25 Minuten, ohne dass ein Gruppenmitglied getötet wird. Die Zeit läuft, sobald Ihr die erste Gruppe Gegner angreift.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3536] = { -["points"] = 10, -["name"] = "Seuchenschutz", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 30, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Seuchenschutz", ["description"] = "Zerschlagt 500 Brutlinge in der Halle der Schriftmeister (Veteranen)", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3537] = { -["points"] = 10, -["name"] = "Buchkritik", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 31, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Buchkritik", ["description"] = "Zerstört 20 Kodexe von Rissmeister Naqri in der Halle der Schriftmeister (Veteranen).", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3538] = { -["points"] = 10, -["name"] = "Strenges Lektorat", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 32, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Strenges Lektorat", ["description"] = "Besiegt Rissmeister Naqri in der Halle der Schriftmeister (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst und seine Memoiren verbrannt habt.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3539] = { -["points"] = 10, -["name"] = "Heiß auf Trab", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 33, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Heiß auf Trab", ["description"] = "Besiegt Ozezan das Inferno in der Halle der Schriftmeister (Veteranen), ohne dass ein Gruppenmitglied von ihrem Feuersturm Schaden erleidet.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3540] = { -["points"] = 10, -["name"] = "Feind auf Eis", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 34, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Feind auf Eis", ["description"] = "Friert in der Halle der Schriftmeister (Veteranen) 60 feindliche Kreaturen mit Mazandis Hilfe ein.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 34, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3541] = { -["points"] = 10, -["name"] = "Beinarbeit ohne Brandblasen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 35, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Beinarbeit ohne Brandblasen", ["description"] = "Besiegt Valinna und Lamikhai in der Halle der Schriftmeister (Veteranen), ohne dass ein einziges Gruppenmitglied eine Opferfalle auslöst.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 35, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3542] = { -["points"] = 50, -["name"] = "Belesener Kombattant", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Belesener Kombattant", ["description"] = "Besiegt Rissmeister Naqri in der Halle der Schriftmeister (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3543] = { -["points"] = 50, -["name"] = "Wässernder Auslöscher", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Wässernder Auslöscher", ["description"] = "Besiegt Ozezan das Inferno in der Halle der Schriftmeister (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3544] = { -["points"] = 10, +["numCriteria"] = 3, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Scribes of Fate", ["name"] = "Reinfyrs Held", +["description"] = "Schließt optionale Inhalte in der Halle der Schriftmeister ab, indem Ihr 10 Kartoklepten findet und besiegt, 10 Schatztruhen im Gewölbe der Halle der Schriftmeister leerräumt und Reinfyrs verlorene Kartoklepten-Karte erlangt.", ["nextId"] = 0, -["Category"] = "Scribes of Fate", ["prevId"] = 0, -["description"] = "Schließt optionale Inhalte in der Halle der Schriftmeister ab, indem Ihr 10 Kartoklepten findet und besiegt, 10 Schatztruhen im Gewölbe der Halle der Schriftmeister leerräumt und Reinfyrs verlorene Kartoklepten-Karte erlangt.", -["Category_ID"] = 21, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["Category_ID"] = 22, } , [3545] = { -["points"] = 50, -["name"] = "Schlüsselwächter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Schlüsselwächter", ["description"] = "Sammelt in der Halle der Schriftmeister (Veteranen) 10 Gewölbeschlüssel", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3546] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Scribes of Fate", ["name"] = "Meister des Stils der Schriftgelehrten von Mora", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Schriftgelehrten von Mora“, die Ihr für das Bezwingen des letzten Anführers in der Halle der Schriftmeister erhalten könnt.", ["nextId"] = 0, -["Category"] = "Scribes of Fate", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Schriftgelehrten von Mora“, die Ihr für das Bezwingen des letzten Anführers in der Halle der Schriftmeister erhalten könnt.", -["Category_ID"] = 21, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 22, } , [3547] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Scribes of Fate", ["name"] = "Meister des Stils der Gesegneten Erben", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Gesegneten Erben“, die Ihr für das Bezwingen des letzten Anführers in Bal Sunnar erhalten könnt.", ["nextId"] = 0, -["Category"] = "Scribes of Fate", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Gesegneten Erben“, die Ihr für das Bezwingen des letzten Anführers in Bal Sunnar erhalten könnt.", -["Category_ID"] = 21, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["Category_ID"] = 22, } , [3548] = { -["points"] = 5, -["name"] = "Jäger der Bewahrerin von Galen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Jäger der Bewahrerin von Galen", ["description"] = "Findet und besiegt die Bewahrerin von Galen.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [3551] = { -["points"] = 10, -["name"] = "Gesalbter Erzdruide", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 4, +["name"] = "Gesalbter Erzdruide", ["description"] = "Sammelt die folgenden verbesserten Karten des Kartensatzes „Druidenkönig“ für Ruhmesgeschichten.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 10, +["nextId"] = 0, } , [3552] = { -["points"] = 5, -["name"] = "Beim Willen des Grüns", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 4, +["name"] = "Beim Willen des Grüns", ["description"] = "Nutzt in 10-mal die Macht des Druidenkönig-Patrons, um Karten aus der Taverne zu entfernen.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [3553] = { -["points"] = 5, -["name"] = "Gebrochener Braigh", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 4, +["name"] = "Gebrochener Braigh", ["description"] = "Besiegt Ruhmgroßmeister Braigh bei einer Partie Ruhmesgeschichten.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [3556] = { -["points"] = 10, -["name"] = "Vergrabener Nachlass", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Vergrabener Nachlass", ["description"] = "Schließt die Quest „Auge um Auge“ auf Galen ab.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3557] = { -["points"] = 15, -["name"] = "Kasorayn, mein Verbündeter", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 6, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 4, +["name"] = "Kasorayn, mein Verbündeter", ["description"] = "Sammelt den Kartensatz des Druidenkönigs für Ruhmesgeschichten.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 15, +["nextId"] = 0, } , [3558] = { -["points"] = 10, -["name"] = "Sieger am Rand des Wahnsinns", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Sieger am Rand des Wahnsinns", ["description"] = "Besiegt Exarchanikerin Yaseyla, Erzzaubermeisterin Twelvane und Ansuul die Quälende am Rand des Wahnsinns.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3559] = { -["points"] = 50, -["name"] = "Wahnsinnssprinter", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Wahnsinnssprinter", ["description"] = "Besiegt Exarchanikerin Yaseyla, Erzzaubermeisterin Twelvane und Ansuul die Quälende am Rand des Wahnsinns (Veteranen) innerhalb von 30 Minuten. Eure Zeit beginnt, wenn Ihr Vantons Albtraum betretet.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3560] = { -["points"] = 10, -["name"] = "Eroberer am Rand des Wahnsinns", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Eroberer am Rand des Wahnsinns", ["description"] = "Besiegt Exarchanikerin Yaseyla, Erzzaubermeisterin Twelvane und Ansuul die Quälende am Rand des Wahnsinns (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3561] = { -["points"] = 50, -["name"] = "Luzides Träumen", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Luzides Träumen", ["description"] = "Besiegt Exarchanikerin Yaseyla, Erzzaubermeisterin Twelvane und Ansuul die Quälende am Rand des Wahnsinns (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3562] = { -["points"] = 10, -["name"] = "Schreckensschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Schreckensschlächter", ["description"] = "Besiegt 125 Unterbrecher, Leerenmeister, Ausweider und Vollstrecker am Rand des Wahnsinns (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3563] = { -["points"] = 10, -["name"] = "Paranoxiaschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Paranoxiaschlächter", ["description"] = "Besiegt 50 Paranoxias am Rand des Wahnsinns (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3564] = { -["points"] = 50, -["name"] = "Meister des Verstands", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Meister des Verstands", ["description"] = "Besiegt Exarchanikerin Yaseyla, Erzzaubermeisterin Twelvane und Ansuul die Quälende am Rand des Wahnsinns (Veteranen) zusammen mit all ihren feindlichen Anhängern, nachdem Ihr für alle die Herausforderungsbanner gehisst habt, ohne dass ein Gruppenmitglied getötet wird und innerhalb von 30 Minuten nach Betreten des Rands des Wahnsinns.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3565] = { -["points"] = 50, -["name"] = "Vernünftig und klar im Kopf", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 14, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Vernünftig und klar im Kopf", ["description"] = "Bewältigt alle angegebenen Errungenschaften am Rand des Wahnsinns.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 14, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3566] = { -["points"] = 15, -["name"] = "Magierschützer", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Magierschützer", ["description"] = "Besiegt Exarchanikerin Yaseyla am Rand des Wahnsinns (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3567] = { -["points"] = 15, -["name"] = "Traumzerstörer", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Traumzerstörer", ["description"] = "Besiegt Erzzaubermeisterin Twelvane am Rand des Wahnsinns (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3568] = { -["points"] = 50, -["name"] = "Beharrlicher Träumer", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Beharrlicher Träumer", ["description"] = "Besiegt Exarchanikerin Yaseyla, Erzzaubermeisterin Twelvane und Ansuul die Quälende am Rand des Wahnsinns (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt und ohne den Rand des Wahnsinns zu verlassen.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3569] = { -["points"] = 10, -["name"] = "Positive Visualisierung", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Positive Visualisierung", ["description"] = "Sorgt dafür, dass während des Kampfs gegen Exarchanikerin Yaseyla am Rand des Wahnsinns 8 verschiedene Spieler Vantons Klarheit nutzen, um Schrecken zu besiegen.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3570] = { -["points"] = 10, -["name"] = "Astraler Zyklus", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Astraler Zyklus", ["description"] = "Gebt während der Begegnung mit Erzzaubermeisterin Twelvane am Rand des Wahnsinns (Veteranen) als Gruppe kein einziges Mal die falsche Kristallkontrollsequenz ein.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3571] = { -["points"] = 10, -["name"] = "Klinische Mortalität", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Klinische Mortalität", ["description"] = "Verhindert während der Begegnung mit Erzzaubermeisterin Twelvane am Rand des Wahnsinns (Veteranen), dass die Schimäre erneut versteinert.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3572] = { -["points"] = 10, -["name"] = "Stimme der Klarheit", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Stimme der Klarheit", ["description"] = "Betretet Vantons Qual 7 Mal während der Begegnung mit Ansuul der Quälenden am Rand des Wahnsinns.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3573] = { -["points"] = 10, -["name"] = "Furchtlose Vernunft", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Furchtlose Vernunft", ["description"] = "Schließt während der Begegnung mit Ansuul der Quälenden am Rand des Wahnsinns (Veteranen) jede Qual mit weniger als 4 Spielern ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3576] = { -["points"] = 15, -["name"] = "Geißel der Herolde", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 3, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Bastion Nymic", -["SubCategory_ID"] = 6, +["name"] = "Geißel der Herolde", ["description"] = "Besiegt den Unumstößlichen Herold, den Furchtbaren Herold und den Widerlichen Herold in der Bastion Nymon.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3577] = { -["points"] = 10, -["name"] = "Reiniger Nymons", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Bastion Nymic", -["SubCategory_ID"] = 6, +["name"] = "Reiniger Nymons", ["description"] = "Besiegt den Widerlichen Herold in der Bastion Nymon.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3586] = { -["points"] = 10, -["name"] = "Verächter Nymons", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Bastion Nymic", -["SubCategory_ID"] = 6, +["name"] = "Verächter Nymons", ["description"] = "Besiegt den Furchtbaren Herold in der Bastion Nymon.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3587] = { -["points"] = 10, -["name"] = "Entkräfter Nymons", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Bastion Nymic", -["SubCategory_ID"] = 6, +["name"] = "Entkräfter Nymons", ["description"] = "Besiegt den Unumstößlichen Herold in der Bastion Nymon.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3617] = { -["points"] = 50, -["name"] = "Champion von Bal Sunnar", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 10, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Champion von Bal Sunnar", ["description"] = "Bewältigt die angegebenen Errungenschaften für Bal Sunnar.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 10, +["points"] = 50, +["nextId"] = 0, } , [3618] = { -["points"] = 50, -["name"] = "Champion der Halle der Schriftmeister", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 10, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Scribes of Fate", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, +["name"] = "Champion der Halle der Schriftmeister", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Halle der Schriftmeister.", +["Category_ID"] = 22, ["prevId"] = 0, -["Category_ID"] = 21, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 10, +["points"] = 50, +["nextId"] = 0, } , [3619] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, +["Category"] = "Scribes of Fate", ["name"] = "Feuerspeiende Witterung", +["description"] = "Besteht die Zukunft von Bal Sunnar, ohne dass ein Gruppenmitglied durch herabstürzende Felsen Schaden erleidet.", ["nextId"] = 0, -["Category"] = "Scribes of Fate", ["prevId"] = 0, -["description"] = "Besteht die Zukunft von Bal Sunnar, ohne dass ein Gruppenmitglied durch herabstürzende Felsen Schaden erleidet.", -["Category_ID"] = 21, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 22, } , [3620] = { -["points"] = 5, -["name"] = "Erforscher der Anchre-Eiermine", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Erforscher der Anchre-Eiermine", ["description"] = "Erforscht und säubert die Anchre-Eiermine.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3621] = { -["points"] = 5, -["name"] = "Erforscher von Camonnaruhn", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Erforscher von Camonnaruhn", ["description"] = "Erforscht und säubert Camonnaruhn.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3622] = { -["points"] = 5, -["name"] = "Erforscher der Bogentränke", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Erforscher der Bogentränke", ["description"] = "Erforscht und säubert die Bogentränke.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3623] = { -["points"] = 5, -["name"] = "Erforscher der beunruhigenden Studien", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Erforscher der beunruhigenden Studien", ["description"] = "Erforscht und säubert die beunruhigenden Studien.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3624] = { -["points"] = 5, -["name"] = "Erforscher der Klafterbrandung", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Erforscher der Klafterbrandung", ["description"] = "Erforscht und säubert die Klafterbrandung.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3625] = { -["points"] = 5, -["name"] = "Gipfelpunkterforscher", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Gipfelpunkterforscher", ["description"] = "Erforscht und säubert den Gipfelpunkt des Quälenden Auges.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3629] = { -["points"] = 10, -["name"] = "Kettensprenger", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Kettensprenger", ["description"] = "Besiegt in der Zeterklatsch-Senke südlich von Ald Isra den dunkelelfischen Sklaventreiber, der als Corlys der Kettenschmied bekannt ist.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3630] = { -["points"] = 10, -["name"] = "Beender des Albtraums", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Beender des Albtraums", ["description"] = "Besiegt im Albtraumversteck den Verstandesschrecken, der als Wandelnder Albtraum bekannt ist.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3631] = { -["points"] = 10, -["name"] = "Katalogzerbröseler", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Katalogzerbröseler", ["description"] = "Besiegt in der Libram-Kathedrale den Sucher, der als Oberster Katalogisierer bekannt ist.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3632] = { -["points"] = 10, -["name"] = "Runenbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Runenbrecher", ["description"] = "Besiegt auf der Akropolis des Runenmeisters den dunkelelfischen Arkanisten, der als Runenmeister Xiomara bekannt ist.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3633] = { -["points"] = 10, -["name"] = "Zerstörer des Tiefplünderers", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Zerstörer des Tiefplünderers", ["description"] = "Besiegt im Tiefenplünderer-Sumpf den Lauerer, der als Vor-Kuul-Sha der Tiefplünderer bekannt ist.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3634] = { -["points"] = 10, -["name"] = "Besieger des Traumschnitzers", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Besieger des Traumschnitzers", ["description"] = "Besiegt auf dem chthonischen Platz den Dremora Dek, Valkynaz des Klans Traumschnitzer.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3635] = { -["points"] = 15, -["name"] = "Verteidiger von Nekrom", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 6, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Verteidiger von Nekrom", ["description"] = "Besiegt alle sechs Anführer in der offenen Welt auf der Telvanni-Halbinsel und in Apocrypha.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3636] = { -["points"] = 5, +["numCriteria"] = 12, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Necrom", ["name"] = "Meisterangler von Nekrom", +["description"] = "Fangt alle 12 seltenen Fische auf der Telvanni-Halbinsel und in Apocrypha.", ["nextId"] = 0, -["Category"] = "Necrom", ["prevId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische auf der Telvanni-Halbinsel und in Apocrypha.", +["points"] = 5, ["Category_ID"] = 13, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 12, } , [3637] = { -["points"] = 50, -["name"] = "Großabenteurer von Nekrom", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Großabenteurer von Nekrom", ["description"] = "Schließt auf der Telvanni-Halbinsel und in Apocrypha 28 einzelne Quests ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3638] = { -["points"] = 10, -["name"] = "Vom Auge gezeichnet", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Vom Auge gezeichnet", ["description"] = "Schließt die Quest „Entsandte des Schicksals“ in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3639] = { -["points"] = 10, -["name"] = "Nekropolenbeschützer", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Nekropolenbeschützer", ["description"] = "Schließt die Quest „Hüter des Schicksals“ in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3640] = { -["points"] = 10, -["name"] = "Geisterfänger", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Geisterfänger", ["description"] = "Schließt die Quest „Der Geist des Schicksals“ in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3641] = { -["points"] = 10, -["name"] = "Traumschürfer", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Traumschürfer", ["description"] = "Schließt die Quest „Des Schicksals verlorener Traum“ in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3642] = { -["points"] = 10, -["name"] = "Apocryphischer Ermittler", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Apocryphischer Ermittler", ["description"] = "Schließt die Quest „Ein verborgenes Schicksal“ in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3643] = { -["points"] = 10, -["name"] = "Mund für den Mundlosen", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Mund für den Mundlosen", ["description"] = "Schließt die Quest „Das Konklave des Schicksals“ in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3644] = { -["points"] = 10, -["name"] = "Höhlenforscher von Mythos", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Höhlenforscher von Mythos", ["description"] = "Schließt die Quest „Eine Misere des Schicksals“ in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3645] = { -["points"] = 10, -["name"] = "Traumbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Traumbrecher", ["description"] = "Schließt die Quest „Ein ungesundes Schicksal“ in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3646] = { -["points"] = 10, -["name"] = "Geheimniswahrer", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Geheimniswahrer", ["description"] = "Schließt die Quest „Die Chronik des Schicksals“ in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3647] = { -["points"] = 5, -["name"] = "Besucher von Nekrom", -["nextId"] = 3648, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 3647, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Besucher von Nekrom", ["description"] = "Schließt auf der Telvanni-Halbinsel und in Apocrypha 1 täglichen Einzelauftrag für Ordinatorin Tilena in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 13, -["firstID"] = 3647, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3648, } , [3648] = { -["points"] = 10, -["name"] = "Agent von Nekrom", -["nextId"] = 3649, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 3647, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Agent von Nekrom", ["description"] = "Schließt auf der Telvanni-Halbinsel und in Apocrypha 10 tägliche Einzelaufträge für Ordinatorin Tilena in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 13, -["firstID"] = 3647, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3649, } , [3649] = { -["points"] = 15, -["name"] = "Nekrom-Fachkraft", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 3647, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Nekrom-Fachkraft", ["description"] = "Schließt auf der Telvanni-Halbinsel und in Apocrypha 30 tägliche Einzelaufträge für Ordinatorin Tilena in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 13, -["firstID"] = 3647, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3650] = { -["points"] = 5, -["name"] = "Monsterjäger von Nekrom", -["nextId"] = 3651, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 3650, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Monsterjäger von Nekrom", ["description"] = "Schließt auf der Telvanni-Halbinsel und in Apocrypha 1 täglichen Auftrag gegen Anführer in der offenen Welt für Ordinator Nelyn in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 14, -["firstID"] = 3650, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3651, } , [3651] = { -["points"] = 10, -["name"] = "Monsterschlächter von Nekrom", -["nextId"] = 3652, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 3650, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Monsterschlächter von Nekrom", ["description"] = "Schließt auf der Telvanni-Halbinsel und in Apocrypha 10 tägliche Aufträge gegen Anführer in der offenen Welt für Ordinator Nelyn in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 14, -["firstID"] = 3650, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3652, } , [3652] = { -["points"] = 15, -["name"] = "Monsterauslöscher von Nekrom", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 3650, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Monsterauslöscher von Nekrom", ["description"] = "Schließt auf der Telvanni-Halbinsel und in Apocrypha 30 tägliche Aufträge gegen Anführer in der offenen Welt für Ordinator Nelyn in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 14, -["firstID"] = 3650, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3653] = { -["points"] = 5, -["name"] = "Nymonischer Söldner", -["nextId"] = 3654, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 3653, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Nymonischer Söldner", ["description"] = "Schließt auf der Telvanni-Halbinsel und in Apocrypha 1 täglichen Auftrag in der Bastion Nymon für Ordinatorin Tandasea in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 15, -["firstID"] = 3653, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3654, } , [3654] = { -["points"] = 10, -["name"] = "Nymonischer Verteidiger", -["nextId"] = 3655, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 3653, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Nymonischer Verteidiger", ["description"] = "Schließt auf der Telvanni-Halbinsel und in Apocrypha 10 tägliche Aufträge in der Bastion Nymon für Ordinatorin Tandasea in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 15, -["firstID"] = 3653, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3655, } , [3655] = { -["points"] = 15, -["name"] = "Nymonischer Champion", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 3653, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Nymonischer Champion", ["description"] = "Schließt auf der Telvanni-Halbinsel und in Apocrypha 30 tägliche Aufträge in der Bastion Nymon für Ordinatorin Tandasea in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 15, -["firstID"] = 3653, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3656] = { -["points"] = 5, -["name"] = "Schimäre", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 4, +["name"] = "Schimäre", ["description"] = "Erlangt in einem Ranglistenspiel fünfmal die Schimäre über die Gunst des Druidenkönigs.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, +["nextId"] = 0, } , [3657] = { -["points"] = 50, -["name"] = "Gruppenwagnis des Untergewebes", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Gruppenwagnis des Untergewebes", ["description"] = "Besiegt den Allessehenden Ky\'zuu im Untergewebe.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3658] = { -["points"] = 50, -["name"] = "Gruppenwagnis auf Gorne", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Gruppenwagnis auf Gorne", ["description"] = "Besiegt Torwächter Gruzo auf der Insel Gorne.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3659] = { -["points"] = 50, -["name"] = "Eroberer des Untergewebes", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 5, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Eroberer des Untergewebes", ["description"] = "Besiegt alle Champions im Untergewebe.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3660] = { -["points"] = 50, -["name"] = "Eroberer von Gorne", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 5, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Eroberer von Gorne", ["description"] = "Besiegt alle Champions auf der Insel Gorne.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3662] = { -["points"] = 10, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, +["Category"] = "Scribes of Fate", ["name"] = "Fehlende Karte wiedergefunden", +["description"] = "Macht in Rift den Schatz des Schriftmeisters ausfindig und grabt ihn aus.", ["nextId"] = 0, -["Category"] = "Scribes of Fate", ["prevId"] = 0, -["description"] = "Macht in Rift den Schatz des Schriftmeisters ausfindig und grabt ihn aus.", -["Category_ID"] = 21, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["Category_ID"] = 22, } , [3664] = { -["points"] = 10, -["name"] = "Gewölbewächter", -["nextId"] = 0, -["Category"] = "Scribes of Fate", -["prevId"] = 0, -["description"] = "Helft Reinfyr dabei, das Gewölbe vor der Gefahr zu schützen, die im Inneren lauert.", -["Category_ID"] = 21, +["numCriteria"] = 1, ["achievementIndex"] = 13, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Scribes of Fate", +["name"] = "Gewölbewächter", +["description"] = "Helft Reinfyr dabei, das Gewölbe vor der Gefahr zu schützen, die im Inneren lauert.", +["nextId"] = 0, +["prevId"] = 0, +["points"] = 10, +["Category_ID"] = 22, } , [3667] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, +["Category"] = "Necrom", ["name"] = "Meister des Stils der Traumschnitzer", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Traumschnitzer“. Die Kapitel können in wöchentlichen Behältern für den Rand des Wahnsinns gefunden werden.", ["nextId"] = 0, -["Category"] = "Necrom", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Traumschnitzer“. Die Kapitel können in wöchentlichen Behältern für den Rand des Wahnsinns gefunden werden.", +["points"] = 50, ["Category_ID"] = 13, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 14, } , [3668] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Necrom", ["name"] = "Meister des Stils der Hüter der Toten", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Hüter der Toten“, die Ihr als Questbelohnung für den Abschluss von täglichen Aufträgen für Gewölbe oder gegen Anführer in der offenen Welt in Nekrom erhaltet.", ["nextId"] = 0, -["Category"] = "Necrom", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Hüter der Toten“, die Ihr als Questbelohnung für den Abschluss von täglichen Aufträgen für Gewölbe oder gegen Anführer in der offenen Welt in Nekrom erhaltet.", +["points"] = 50, ["Category_ID"] = 13, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 14, } , [3669] = { -["points"] = 50, +["numCriteria"] = 14, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Necrom", ["name"] = "Meister des Stils der Konkordie der Sippe", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Konkordie der Sippe“. Die Kapitel können in der Bastion Nymon gefunden werden.", ["nextId"] = 0, -["Category"] = "Necrom", ["prevId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Konkordie der Sippe“. Die Kapitel können in der Bastion Nymon gefunden werden.", +["points"] = 50, ["Category_ID"] = 13, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 14, } , [3670] = { -["points"] = 10, -["name"] = "Gruppentherapie", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Sanity\'s Edge", -["SubCategory_ID"] = 7, +["name"] = "Gruppentherapie", ["description"] = "Während des Kampfes gegen Ansuul die Quälende am Rand des Wahnsinns müssen 11 Spieler das Ende eines einzelnen Labyrinths erreichen.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3671] = { -["points"] = 50, -["name"] = "Champion von Apocrypha", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 9, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Champion von Apocrypha", ["description"] = "Schließt die Hauptgeschichte in Nekrom ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 9, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3672] = { -["points"] = 10, +["numCriteria"] = 18, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Necrom", ["name"] = "Himmelsscherbenjäger von Nekrom", +["description"] = "Entdeckt alle 18 Himmelsscherben auf der Telvanni-Halbinsel und in Apocrypha.", ["nextId"] = 0, -["Category"] = "Necrom", ["prevId"] = 0, -["description"] = "Entdeckt alle 18 Himmelsscherben auf der Telvanni-Halbinsel und in Apocrypha.", +["points"] = 10, ["Category_ID"] = 13, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 18, } , [3674] = { -["points"] = 50, +["numCriteria"] = 6, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Necrom", ["name"] = "Held von Nekrom", +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held von Nekrom zu werden.", ["nextId"] = 0, -["Category"] = "Necrom", ["prevId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held von Nekrom zu werden.", +["points"] = 50, ["Category_ID"] = 13, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 6, } , [3675] = { -["points"] = 10, -["name"] = "Gravierende Entdeckungen", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 7, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Gravierende Entdeckungen", ["description"] = "Untersucht Grabmarkierungen in der Wildnis der Telvanni-Halbinsel.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3676] = { -["points"] = 10, -["name"] = "Den Tiefen entrissen", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Den Tiefen entrissen", ["description"] = "Macht Bekanntschaft mit diesem seltenen und ungewöhnlichen Fisch aus Apocrypha.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3677] = { -["points"] = 10, -["name"] = "Folianten von unbekannter Farbe", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 5, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Folianten von unbekannter Farbe", ["description"] = "Findet Spektralbücher in Apocrypha.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3678] = { -["points"] = 10, -["name"] = "Syzygie", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 5, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Syzygie", ["description"] = "Macht an Orten in Apocrypha vier Gruppen anormaler Marantischer ausfindig und führt dann mit ihnen ein Ritual durch.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3679] = { -["points"] = 15, -["name"] = "Meistererforscher von Nekrom", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Meistererforscher von Nekrom", ["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte auf der Telvanni-Halbinsel und in Apocrypha.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3680] = { -["points"] = 10, -["name"] = "Pfadfinder von Nekrom", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 6, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Pfadfinder von Nekrom", ["description"] = "Entdeckt alle markanten Orte auf der Telvanni-Halbinsel und in Apocrypha.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3681] = { -["points"] = 10, -["name"] = "Höhlenforscher von Nekrom", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Höhlenforscher von Nekrom", ["description"] = "Entdeckt und säubert alle Höhlen auf der Telvanni-Halbinsel und in Apocrypha.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3689] = { -["points"] = 10, -["name"] = "Gerissens Gefährte", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 2, +["name"] = "Gerissens Gefährte", ["description"] = "Schließt die Gefährtenquests für Gerissen-wie-die-Nacht ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3690] = { -["points"] = 10, -["name"] = "Gerissens Gunst", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 2, +["name"] = "Gerissens Gunst", ["description"] = "Verbessert Eure Beziehung zu Gerissen-wie-die-Nacht, indem Ihr mit ihm bestimmte Aufgaben bewältigt.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3691] = { -["points"] = 15, -["name"] = "Das Dunkel vor Tagesanbruch", -["nextId"] = 0, -["Category"] = "Necrom", -["SubCategory"] = "Companions", ["SubCategory_ID"] = 2, -["description"] = "Erlangt die Gunst von Gerissen-wie-die-Nacht.", -["prevId"] = 0, -["Category_ID"] = 13, +["numCriteria"] = 4, ["achievementIndex"] = 4, ["firstID"] = 0, -["numCriteria"] = 4, +["Category"] = "Necrom", +["SubCategory"] = "Companions", +["name"] = "Das Dunkel vor Tagesanbruch", +["description"] = "Erlangt Gerissen-wie-die-Nachts Gunst, indem Ihr die unten aufgeführten Errungenschaften und Aufgaben abschließt.", +["Category_ID"] = 13, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3692] = { -["points"] = 10, -["name"] = "Azandars Gefährte", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 2, +["name"] = "Azandars Gefährte", ["description"] = "Schließt die Gefährtenquests für Azandar al-Cybiades ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3693] = { -["points"] = 10, -["name"] = "Azandars Gunst", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 2, +["name"] = "Azandars Gunst", ["description"] = "Verbessert Eure Beziehung zu Azandar al-Cybiades, indem Ihr mit ihm bestimmte Aufgaben bewältigt.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3694] = { -["points"] = 15, -["name"] = "Der vollkommene Kollege", -["nextId"] = 0, -["Category"] = "Necrom", -["SubCategory"] = "Companions", ["SubCategory_ID"] = 2, -["description"] = "Erlangt die Gunst von Azandar al-Cybiades.", -["prevId"] = 0, -["Category_ID"] = 13, +["numCriteria"] = 4, ["achievementIndex"] = 7, ["firstID"] = 0, -["numCriteria"] = 4, +["Category"] = "Necrom", +["SubCategory"] = "Companions", +["name"] = "Der vollkommene Kollege", +["description"] = "Erlangt Azandars Gunst, indem Ihr die unten aufgeführten Errungenschaften und Aufgaben abschließt.", +["Category_ID"] = 13, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3695] = { -["points"] = 50, -["name"] = "Söldner und Metamagie", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Companions", -["SubCategory_ID"] = 2, +["name"] = "Söldner und Metamagie", ["description"] = "Erlangt die Gunst von Gerissen-wie-die-Nacht und Azandar al-Cybiades.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3700] = { -["points"] = 10, -["name"] = "Allmächtige Almalexia", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Allmächtige Almalexia", ["description"] = "Sammelt die verbesserten Karten des Kartensatzes „Almalexia“ für Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3701] = { -["points"] = 5, -["name"] = "Ayems Blick", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Ayems Blick", ["description"] = "Nutzt in Ruhmesgeschichten-Partien der Aktivitätensuche 10-mal die Fähigkeit von Almalexia, um die Karten auf dem Zugstapel Eures Gegners anzuschauen.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3702] = { -["points"] = 15, -["name"] = "Spiel mit den Besten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Spiel mit den Besten", ["description"] = "Besiegt Ruhmgroßmeister Bolm bei einer Partie Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3703] = { -["points"] = 15, -["name"] = "Gnadenmutter, ich beuge mein Knie", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Gnadenmutter, ich beuge mein Knie", ["description"] = "Sammelt den Kartensatz von Almalexia für Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3706] = { -["points"] = 50, -["name"] = "Antiquitätenjagd: westliches Himmelsrand", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Antiquitätenjagd: westliches Himmelsrand", ["description"] = "Erhaltet während eurer Abenteuer im westlichen Himmelsrand alle vom Antiquarenzirkel entdeckten mythischen Gegenstände.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3707] = { -["points"] = 50, -["name"] = "Antiquitätenjagd: Reik", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Antiquitätenjagd: Reik", ["description"] = "Erhaltet während eurer Abenteuer im Reik alle vom Antiquarenzirkel entdeckten mythischen Gegenstände.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["nextId"] = 0, } , [3708] = { -["points"] = 50, -["name"] = "Antiquitätenjagd: Dunkelforst", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 4, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Antiquitätenjagd: Dunkelforst", ["description"] = "Erhaltet während eurer Abenteuer in Dunkelforst alle vom Antiquarenzirkel entdeckten mythischen Gegenstände.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3709] = { -["points"] = 50, -["name"] = "Antiquitätenjagd: Totenländer", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Antiquitätenjagd: Totenländer", ["description"] = "Erhaltet während eurer Abenteuer in den Totenländern alle vom Antiquarenzirkel entdeckten mythischen Gegenstände.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 50, +["nextId"] = 0, } , [3710] = { -["points"] = 50, -["name"] = "Antiquitätenjagd: Hochinsel", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 5, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 4, +["name"] = "Antiquitätenjagd: Hochinsel", ["description"] = "Erhaltet während eurer Abenteuer auf Hochinsel alle vom Antiquarenzirkel entdeckten mythischen Gegenstände.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3711] = { -["points"] = 50, -["name"] = "Antiquitätenjagd: Galen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Antiquitätenjagd: Galen", ["description"] = "Erhaltet während eurer Abenteuer auf Galen alle vom Antiquarenzirkel entdeckten mythischen Gegenstände.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 50, +["nextId"] = 0, } , [3712] = { -["points"] = 50, -["name"] = "Antiquitätenjagd: Telvanni-Halbinsel", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Antiquitätenjagd: Telvanni-Halbinsel", ["description"] = "Erhaltet während eurer Abenteuer auf der Telvanni-Halbinsel und in Apocrypha alle vom Antiquarenzirkel entdeckten mythischen Gegenstände.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3713] = { -["points"] = 15, -["name"] = "Gewandung des Kryptenvogts", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Gewandung des Kryptenvogts", ["description"] = "Erhaltet die Gewandung des Kryptenvogts, einem uralten dunmerischen Gegenstand, den man längst vergessen glaubte.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3714] = { -["points"] = 15, -["name"] = "Beinschienen des esoterischen Umfelds", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Beinschienen des esoterischen Umfelds", ["description"] = "Erhaltet die Beinschienen des esoterischen Umfelds, einen uralten dwemerischen Gegenstand, den man längst vergessen glaubte.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3715] = { -["points"] = 15, -["name"] = "Amulett des velothischen Ur-Magiers", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Amulett des velothischen Ur-Magiers", ["description"] = "Erhaltet das Amulett des velothischen Ur-Magiers, einem uralten chimerischen Gegenstand, den man längst vergessen glaubte.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3716] = { -["points"] = 15, -["name"] = "Torques des letzten Ayleïdenkönigs", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Torques des letzten Ayleïdenkönigs", ["description"] = "Erhaltet den Torques des letzten Ayleïdenkönigs in Apocrypha.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3717] = { -["points"] = 15, -["name"] = "Thrassische Würger", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Thrassische Würger", ["description"] = "Erhaltet die thrassischen Würger im westlichen Himmelsrand.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3718] = { -["points"] = 15, -["name"] = "Torques der Klangkonstanz", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Torques der Klangkonstanz", ["description"] = "Erhaltet den Torques der Klangkonstanz im westlichen Himmelsrand.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3722] = { -["points"] = 10, -["name"] = "Kartenanrufer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Kartenanrufer", ["description"] = "Sammelt und verwendet 10 vielgespielte Ruhm-Karten, die Ihr als Belohnungen für Ruhmesgeschichten-Partien erhaltet.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3723] = { -["points"] = 10, -["name"] = "Große Eichen aus kleinen Eicheln", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 2, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Große Eichen aus kleinen Eicheln", ["description"] = "Sammelt und verwendet 25 verlorene Grahteichen-Eicheln und 25 ausgegrabene Valenwald-Setzlinge.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3731] = { -["points"] = 50, +["numCriteria"] = 5, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Necrom", ["name"] = "Retter von Nekrom", +["description"] = "Schließt Quests ab, erkundet und sammelt Antiquitäten, um der Retter von Nekrom zu werden.", ["nextId"] = 0, -["Category"] = "Necrom", ["prevId"] = 0, -["description"] = "Schließt Quests ab, erkundet und sammelt Antiquitäten, um der Retter von Nekrom zu werden.", +["points"] = 50, ["Category_ID"] = 13, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, } , [3733] = { -["points"] = 15, -["name"] = "Reisender auf seltsamen Wegen", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 4, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Reisender auf seltsamen Wegen", ["description"] = "Schließt sonderbare Aufgaben auf der Telvanni-Halbinsel und in Apocrypha ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3734] = { -["points"] = 50, -["name"] = "Unerschütterlicher Beschützer von Nekrom", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 5, +["name"] = "Unerschütterlicher Beschützer von Nekrom", ["description"] = "Bewältigt alle Errungenschaften zu täglichen Aufträgen aus Nekrom.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3735] = { -["points"] = 5, -["name"] = "Rätselknacker des Schicksals", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Bastion Nymic", -["SubCategory_ID"] = 6, +["name"] = "Rätselknacker des Schicksals", ["description"] = "Löst Hermaeus Moras Rätsel im untergrabenen Viertel der Bastion Nymon.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3736] = { -["points"] = 5, -["name"] = "Rätselknacker der Seuche", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Bastion Nymic", -["SubCategory_ID"] = 6, +["name"] = "Rätselknacker der Seuche", ["description"] = "Löst Peryites Rätsel im befallenen Viertel der Bastion Nymon.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3737] = { -["points"] = 5, -["name"] = "Rätselknacker des Albtraums", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Bastion Nymic", -["SubCategory_ID"] = 6, +["name"] = "Rätselknacker des Albtraums", ["description"] = "Löst Vaerminas Rätsel im träumenden Viertel der Bastion Nymon.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3738] = { -["points"] = 15, -["name"] = "Meisterrätselknacker der Bastion Nymon", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 3, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Bastion Nymic", -["SubCategory_ID"] = 6, +["name"] = "Meisterrätselknacker der Bastion Nymon", ["description"] = "Löst alle Rätsel in der Bastion Nymon.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3739] = { -["points"] = 50, -["name"] = "Bewahrer der Bastion", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 3, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Bastion Nymic", -["SubCategory_ID"] = 6, +["name"] = "Bewahrer der Bastion", ["description"] = "Schließt alle Errungenschaften in der Bastion Nymon ab.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3742] = { -["points"] = 10, -["name"] = "Erinnerungen an die Speerspitze", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 1, +["name"] = "Erinnerungen an die Speerspitze", ["description"] = "Sammelt und verwendet 10 Fetzen der Flagge der Speerspitze, die Ihr bei Ruhmesgeschichten-Partien als Belohnung erhalten könnt.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3743] = { -["points"] = 15, -["name"] = "Druidische Feuerstelle", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 4, +["name"] = "Druidische Feuerstelle", ["description"] = "Findet alle Fragmente auf Hochinsel und stellt die Antiquität „druidische Feuerstelle“ zusammen.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3744] = { -["points"] = 50, -["name"] = "Ebenerz-Dwemerwolf", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Ebenerz-Dwemerwolf", ["description"] = "Findet alle Fragmente in Tamriel und stellt die Antiquität „Ebenerz-Dwemerwolf“ zusammen.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3745] = { -["points"] = 15, -["name"] = "Gesichtsmale des Sporengelehrten", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Gesichtsmale des Sporengelehrten", ["description"] = "Findet alle Fragmente auf der Telvanni-Halbinsel und stellt die Antiquität „Gesichtsmale des Sporengelehrten“ zusammen.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3746] = { -["points"] = 15, -["name"] = "Körpermale des Sporengelehrten", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Körpermale des Sporengelehrten", ["description"] = "Findet alle Fragmente auf der Telvanni-Halbinsel und stellt die Antiquität „Körpermale des Sporengelehrten“ zusammen.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3747] = { -["points"] = 15, -["name"] = "Spieluhr „Glyphische Geheimnisse“", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Spieluhr „Glyphische Geheimnisse“", ["description"] = "Findet alle Fragmente auf der Telvanni-Halbinsel und stellt die Antiquität „Spieluhr ‚Glyphische Geheimnisse‘“ zusammen.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3748] = { -["points"] = 15, -["name"] = "Telvanni-Alchemietisch", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Telvanni-Alchemietisch", ["description"] = "Findet alle Fragmente auf der Telvanni-Halbinsel und stellt die Antiquität „Telvanni-Alchemietisch“ zusammen.", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3749] = { -["points"] = 5, -["name"] = "Von Tentakeln niedergemetzelt", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Necrom", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 4, +["name"] = "Von Tentakeln niedergemetzelt", ["description"] = "In Apocryphas tiefen Gewässern von Tentakeln bezwungen", -["prevId"] = 0, ["Category_ID"] = 13, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3751] = { -["points"] = 50, -["name"] = "Herausforderer des Endlosen Archivs", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Herausforderer des Endlosen Archivs", ["description"] = "Bewältigt die angegebenen Errungenschaften für das Endlose Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3752] = { -["points"] = 50, -["name"] = "Endlos versiert", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Endlos versiert", ["description"] = "Erlangt alle einzigartigen Vers-Errungenschaften im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3753] = { -["points"] = 50, -["name"] = "Aufmerksames Auge", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Aufmerksames Auge", ["description"] = "Erlangt alle einzigartigen Vision-Errungenschaften im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3754] = { -["points"] = 50, -["name"] = "An vorderster Front", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "An vorderster Front", ["description"] = "Schließt die Errungenschaften zum Besiegen von Anführern und Marodeuren im Endlosen Archiv ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3755] = { -["points"] = 50, -["name"] = "Lasst kein Buch zurück", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Lasst kein Buch zurück", ["description"] = "Schließt alle Errungenschaften für optionale Inhalte im Endlosen Archiv ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3756] = { -["points"] = 10, -["name"] = "Sieger des Endlosen Archivs", -["nextId"] = 3757, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 3756, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Sieger des Endlosen Archivs", ["description"] = "Besiegt Tho\'at Replicanum 1-mal im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 23, -["firstID"] = 3756, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3757, } , [3757] = { -["points"] = 15, -["name"] = "Ihr schon wieder", -["nextId"] = 3758, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 3756, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Ihr schon wieder", ["description"] = "Besiegt Tho\'at Replicanum 10-mal im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 23, -["firstID"] = 3756, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 3758, } , [3758] = { -["points"] = 50, -["name"] = "Reproduzierbare Ergebnisse", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 3756, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Reproduzierbare Ergebnisse", ["description"] = "Besiegt Tho\'at Replicanum 50-mal im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 23, -["firstID"] = 3756, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3759] = { -["points"] = 50, -["name"] = "Eroberer des Endlosen Archivs", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Eroberer des Endlosen Archivs", ["description"] = "Besiegt die letzte Entwicklung von Tho\'at Replicanum im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3760] = { -["points"] = 10, -["name"] = "Toller Treffer", -["nextId"] = 3761, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 3760, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Toller Treffer", ["description"] = "Besiegt 1.000 Maligrafien in Abschnitten des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 17, -["firstID"] = 3760, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3761, } , [3761] = { -["points"] = 15, -["name"] = "Monster-Söldner", -["nextId"] = 3762, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 3760, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Monster-Söldner", ["description"] = "Besiegt 2.000 Maligrafien in Abschnitten des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 17, -["firstID"] = 3760, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 3762, } , [3762] = { -["points"] = 50, -["name"] = "Schatzjäger", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 3760, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Schatzjäger", ["description"] = "Besiegt 5.000 Maligrafien in Abschnitten des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 17, -["firstID"] = 3760, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3763] = { -["points"] = 50, -["name"] = "Sagenumwobener Gegenspieler", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Sagenumwobener Gegenspieler", ["description"] = "Besiegt 500 Sagenumwobene im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3764] = { -["points"] = 15, -["name"] = "Vorbestimmter Verliesvagabund", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Vorbestimmter Verliesvagabund", ["description"] = "Schließt 150 Abschnitte auf oder über Schleife 2 im Endlosen Archiv ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3765] = { -["points"] = 5, -["name"] = "Ein wenig Hilfe schadet nie", -["nextId"] = 3930, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 3765, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Ein wenig Hilfe schadet nie", ["description"] = "Schließt 3 Abschnitte im Endlosen Archiv mit einem Gefährten ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 7, -["firstID"] = 3765, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3930, } , [3766] = { -["points"] = 5, -["name"] = "Eine Bühne für Zwei", -["nextId"] = 3932, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 3766, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Eine Bühne für Zwei", ["description"] = "Schließt 3 Abschnitte im Endlosen Archiv mit einem anderen Spieler ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 8, -["firstID"] = 3766, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3932, } , [3767] = { -["points"] = 50, -["name"] = "Weiterschleifen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Weiterschleifen", ["description"] = "Erreicht Schleife 4 im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3768] = { -["points"] = 10, -["name"] = "Noch einmal, bitte", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Noch einmal, bitte", ["description"] = "Schließt die tägliche Quest „Replikationselimination“ im Endlosen Archiv 10-mal ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3769] = { -["points"] = 10, -["name"] = "Erste Prasserei", -["nextId"] = 3937, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 3769, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Erste Prasserei", ["description"] = "Gebt 1.000 Archiv-Wissensschätze im Endlosen Archiv aus.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 10, -["firstID"] = 3769, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3937, } , [3770] = { -["points"] = 5, -["name"] = "Fähigkeitsnachweis", -["nextId"] = 3771, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 3770, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Fähigkeitsnachweis", ["description"] = "Besiegt 1 Anführer in der ersten Schleife des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 19, -["firstID"] = 3770, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3771, } , [3771] = { -["points"] = 10, -["name"] = "Endlose Beständigkeit", -["nextId"] = 3772, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 3770, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Endlose Beständigkeit", ["description"] = "Besiegt 50 Anführer in der ersten Schleife des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 19, -["firstID"] = 3770, -["numCriteria"] = 1, +["prevId"] = 3770, +["points"] = 10, +["nextId"] = 3772, } , [3772] = { -["points"] = 15, -["name"] = "Spießrutenläufer", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 1, +["firstID"] = 3770, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Spießrutenläufer", ["description"] = "Besiegt 100 Anführer in der ersten Schleife des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 19, -["firstID"] = 3770, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3773] = { -["points"] = 5, -["name"] = "Nachschlag", -["nextId"] = 3774, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 3773, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Nachschlag", ["description"] = "Besiegt 1 Anführer in der zweiten Schleife des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 20, -["firstID"] = 3773, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3774, } , [3774] = { -["points"] = 10, -["name"] = "Anführer-Abledern", -["nextId"] = 3775, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 3773, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Anführer-Abledern", ["description"] = "Besiegt 30 Anführer in der zweiten Schleife des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 20, -["firstID"] = 3773, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3775, } , [3775] = { -["points"] = 15, -["name"] = "Seht sie fallen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 3773, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Seht sie fallen", ["description"] = "Besiegt 50 Anführer in der zweiten Schleife des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 20, -["firstID"] = 3773, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3776] = { -["points"] = 10, -["name"] = "Noch immer aufrecht", -["nextId"] = 3777, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 3776, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Noch immer aufrecht", ["description"] = "Besiegt 1 Anführer in der dritten Schleife des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 21, -["firstID"] = 3776, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3777, } , [3777] = { -["points"] = 15, -["name"] = "Entschlossener Entsandter", -["nextId"] = 3778, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 3776, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Entschlossener Entsandter", ["description"] = "Besiegt 15 Anführer in der dritten Schleife des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 21, -["firstID"] = 3776, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 3778, } , [3778] = { -["points"] = 50, -["name"] = "Überragender Ansturm", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 3776, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Überragender Ansturm", ["description"] = "Besiegt 30 Anführer in der dritten Schleife des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 21, -["firstID"] = 3776, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3779] = { -["points"] = 10, -["name"] = "Erboster Krieger", -["nextId"] = 3780, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 3779, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Erboster Krieger", ["description"] = "Besiegt 1 Anführer in der vierten Schleife des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 22, -["firstID"] = 3779, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3780, } , [3780] = { -["points"] = 15, -["name"] = "Die Horden erschlagen", -["nextId"] = 3848, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 3779, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Die Horden erschlagen", ["description"] = "Besiegt 10 Anführer in der vierten Schleife des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 22, -["firstID"] = 3779, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 3848, } , [3781] = { -["points"] = 10, -["name"] = "Ich sehne mich nach Gewalt", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 16, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Ich sehne mich nach Gewalt", ["description"] = "Erhaltet 16 unterschiedliche offensive Verse im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 16, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3782] = { -["points"] = 10, -["name"] = "Ihr kriegt mich nicht", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 16, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Ihr kriegt mich nicht", ["description"] = "Erhaltet 16 unterschiedliche defensive Verse im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 16, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3783] = { -["points"] = 10, -["name"] = "Brauchbar und vielseitig", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 11, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Brauchbar und vielseitig", ["description"] = "Erhaltet 11 unterschiedliche unterstützende Verse im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 11, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3784] = { -["points"] = 10, -["name"] = "Visionen der Gewalt", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 16, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Visionen der Gewalt", ["description"] = "Erhaltet 16 unterschiedliche offensive Visionen im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 16, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3785] = { -["points"] = 10, -["name"] = "Endloser Verteidiger", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 16, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Endloser Verteidiger", ["description"] = "Erhaltet 16 unterschiedliche defensive Visionen im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 16, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3786] = { -["points"] = 10, -["name"] = "Das große Ganze sehen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 15, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Das große Ganze sehen", ["description"] = "Erhaltet 15 unterschiedliche unterstützende Visionen im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 15, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3787] = { -["points"] = 15, -["name"] = "Wortwalzer", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, +["achievementIndex"] = 30, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Wortwalzer", ["description"] = "Schließt alle Quests zum optionalen Inhalt „Destozunos Bibliothek“ im Endlosen Archiv ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3789] = { -["points"] = 15, -["name"] = "Versteckte Härte", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 32, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Versteckte Härte", ["description"] = "Schließt alle Schwierigkeitsstufen zum optionalen Inhalt „Kriegsspielplatz“ im Endlosen Archiv ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3790] = { -["points"] = 15, -["name"] = "Geisterlicht-Sammler", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 33, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Geisterlicht-Sammler", ["description"] = "Schließt alle Schwierigkeitsstufen zum optionalen Inhalt „Hallende Höhle“ im Endlosen Archiv ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3791] = { -["points"] = 15, -["name"] = "Rumzicken", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 34, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Rumzicken", ["description"] = "Schließt alle Schwierigkeitsstufen zum optionalen Inhalt „Haefals Schlachterei“ im Endlosen Archiv ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3792] = { -["points"] = 15, -["name"] = "Mehr Verstand als Magicka", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 35, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Mehr Verstand als Magicka", ["description"] = "Schließt alle Schwierigkeitsstufen zum optionalen Inhalt „Tückischer Übergang“ im Endlosen Archiv ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3793] = { -["points"] = 15, -["name"] = "Augen auf!", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 36, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Augen auf!", ["description"] = "Schließt alle Schwierigkeitsstufen zum optionalen Inhalt „Erfasser-Flügel“ im Endlosen Archiv ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3794] = { -["points"] = 15, -["name"] = "Kurzfinger", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 37, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Kurzfinger", ["description"] = "Tötet Gw Langfinger im Endlosen Archiv 5-mal.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3795] = { -["points"] = 15, -["name"] = "Einen kühlen Kopf bewahren", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 4, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Einen kühlen Kopf bewahren", ["description"] = "Erhaltet erst alle Visionen des kristallinen Sets und dann den Vers der Eisinkarnation im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3796] = { -["points"] = 15, -["name"] = "Heulen vor Zorn", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 4, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Heulen vor Zorn", ["description"] = "Erhaltet erst alle Visionen des erbitterten Sets und dann den Vers des Werwolfbehemoths im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3797] = { -["points"] = 15, -["name"] = "Geschmolzene Gegebenheiten", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 4, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Geschmolzene Gegebenheiten", ["description"] = "Erhaltet erst alle Visionen des versengenden Sets und dann den Vers des Eisenatronachen im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3798] = { -["points"] = 10, -["name"] = "Angehimmelt im Archiv", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 13, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Angehimmelt im Archiv", ["description"] = "Begegnet den folgenden Fraktionen innerhalb des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 13, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3799] = { -["points"] = 5, -["name"] = "Kampfbereit", -["nextId"] = 3800, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 3799, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Kampfbereit", ["description"] = "Erhaltet 5 offensive Verse oder Visionen im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 13, -["firstID"] = 3799, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3800, } , [3800] = { -["points"] = 10, -["name"] = "Bewaffneter Ansturm", -["nextId"] = 3801, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 3799, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Bewaffneter Ansturm", ["description"] = "Erhaltet 25 offensive Verse oder Visionen im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 13, -["firstID"] = 3799, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3801, } , [3801] = { -["points"] = 15, -["name"] = "Moras Ansturm", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 3799, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Moras Ansturm", ["description"] = "Erhaltet 75 offensive Verse oder Visionen im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 13, -["firstID"] = 3799, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3802] = { -["points"] = 5, -["name"] = "Ein fester Schild", -["nextId"] = 3803, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 3802, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Ein fester Schild", ["description"] = "Erhaltet 5 defensive Verse oder Visionen im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 14, -["firstID"] = 3802, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3803, } , [3803] = { -["points"] = 10, -["name"] = "Kraftvolle Befestigung", -["nextId"] = 3804, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 3802, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Kraftvolle Befestigung", ["description"] = "Erhaltet 25 defensive Verse oder Visionen im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 14, -["firstID"] = 3802, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3804, } , [3804] = { -["points"] = 15, -["name"] = "Unter Moras Schutz", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 3802, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Unter Moras Schutz", ["description"] = "Erhaltet 75 defensive Verse oder Visionen im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 14, -["firstID"] = 3802, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3805] = { -["points"] = 5, -["name"] = "Strebsames Studium", -["nextId"] = 3806, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 3805, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Strebsames Studium", ["description"] = "Erhaltet 5 unterstützende Verse oder Visionen im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 15, -["firstID"] = 3805, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3806, } , [3806] = { -["points"] = 10, -["name"] = "Unkonventioneller Ansatz", -["nextId"] = 3807, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 3805, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Unkonventioneller Ansatz", ["description"] = "Erhaltet 25 unterstützende Verse oder Visionen im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 15, -["firstID"] = 3805, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3807, } , [3807] = { -["points"] = 15, -["name"] = "Praktikum der Macht", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 3805, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Praktikum der Macht", ["description"] = "Erhaltet 75 unterstützende Verse oder Visionen im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 15, -["firstID"] = 3805, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3808] = { -["points"] = 10, -["name"] = "Schlächter der Rückbesinnung", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Schlächter der Rückbesinnung", ["description"] = "Besiegt 300 Mitglieder der Rückbesinnung in der Grube der Eidgeschworenen (Veteranen).", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3809] = { -["points"] = 10, -["name"] = "Robuster Monsterschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Robuster Monsterschlächter", ["description"] = "Besiegt 100 Bären, Schlurfer oder Eisenatronachen in der Grube der Eidgeschworenen (Veteranen).", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3810] = { -["points"] = 10, -["name"] = "Sieger der Grube der Eidgeschworenen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Sieger der Grube der Eidgeschworenen", ["description"] = "Besiegt Rudelführer Rethelros, Anthelmir und Anthelmirs Konstrukt sowie Aradros den Erwachten in der Grube der Eidgeschworenen.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [3811] = { -["points"] = 10, -["name"] = "Eroberer der Grube der Eidgeschworene", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eroberer der Grube der Eidgeschworene", ["description"] = "Besiegt Rudelführer Rethelros, Anthelmir und Anthelmirs Konstrukt sowie Aradros den Erwachten in der Grube der Eidgeschworenen (Veteranen).", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [3812] = { -["points"] = 50, -["name"] = "Versengt, aber am Leben", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Versengt, aber am Leben", ["description"] = "Besiegt Besiegt Aradros den Erwachten in der Grube der Eidgeschworenen (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3813] = { -["points"] = 50, -["name"] = "Malacaths rasche Rache", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Malacaths rasche Rache", ["description"] = "Besiegt zusätzlich zu Rudelführer Rethelros, Anthelmir und Anthelmirs Konstrukt sowie Aradros dem Erwachten alle Gegner in der Grube der Eidgeschworenen (Veteranen) innerhalb von 25 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe von Gegnern angreift.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3814] = { -["points"] = 50, -["name"] = "Beständige Vergeltung", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Beständige Vergeltung", ["description"] = "Besiegt zusätzlich zu Rudelführer Rethelros, Anthelmir und Anthelmirs Konstrukt sowie Aradros dem Erwachten alle Gegner in der Grube der Eidgeschworenen (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3815] = { -["points"] = 50, -["name"] = "Herausforderer der Grube der Eidgeschworenen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Herausforderer der Grube der Eidgeschworenen", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Grube der Eidgeschworenen (Veteranen).", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [3816] = { -["points"] = 50, -["name"] = "Die Glut entzünden", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Die Glut entzünden", ["description"] = "Besiegt zusätzlich zu Rudelführer Rethelros, Anthelmir und Anthelmirs Konstrukt sowie Aradros dem Erwachten alle Gegner in der Grube der Eidgeschworenen (Veteranen) innerhalb von 25 Minuten, nachdem Ihr das Herausforderungsbanner gehisst habt und ohne dass ein Gruppenmitglied getötet wird. Die Zeit läuft, sobald Ihr die erste Gruppe von Gegnern angreift.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3817] = { -["points"] = 10, -["name"] = "Verteidiger der Verratenen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Verteidiger der Verratenen", ["description"] = "Kämpft gegen Rudelführer Rethelros in der Grube der Eidgeschworenen (Veteranen), während alle Krieger der Eidgeschworenen noch leben.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3818] = { -["points"] = 10, -["name"] = "Feuer mit Feuer bekämpfen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Feuer mit Feuer bekämpfen", ["description"] = "Besiegt Anthelmir und Anthelmirs Konstrukt in der Grube der Eidgeschworenen (Veteranen), nachdem Ihr alle Zunderpechkanister im Auge von Malacath gesprengt habt.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3819] = { -["points"] = 10, -["name"] = "Grubduthags Segen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Grubduthags Segen", ["description"] = "Besiegt Aradros den Erwachten in der Grube der Eidgeschworenen (Veteranen) unter Einfluss der Visage des Kriegers.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3820] = { -["points"] = 10, -["name"] = "Auf die Plätze, fertig, Tritt!", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Auf die Plätze, fertig, Tritt!", ["description"] = "Schlagt in der Grube der Eidgeschworenen vier Mitglieder der Rückbesinnung in die Grube.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3821] = { -["points"] = 10, -["name"] = "Schmiedenschmied", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Schmiedenschmied", ["description"] = "Schmiedet während des Kampfes gegen Aradros den Erwachten den Schmelzer in der Grube der Eidgeschworenen (Veteranen).", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3822] = { -["points"] = 10, -["name"] = "Axtgeschworener", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Axtgeschworener", ["description"] = "Lasst in der Grube der Eidgeschworenen (Veteranen) während des Kampfes gegen Anthelmir und Anthelmirs Konstrukt alle 4 Äxte innerhalb von 5 Metern voneinander landen.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3823] = { -["points"] = 50, -["name"] = "Rudel-Jäger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Rudel-Jäger", ["description"] = "Besiegt Rudelführer Rethelros in der Grube der Eidgeschworenen (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3824] = { -["points"] = 50, -["name"] = "Haarspalterei", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Haarspalterei", ["description"] = "Besiegt Anthelmir und Anthelmirs Konstrukt in der Grube der Eidgeschworenen (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3825] = { -["points"] = 10, -["name"] = "Suche nach Anerkennung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Suche nach Anerkennung", ["description"] = "Schließt Nebeninhalte in der Grube der Eidgeschworenen ab, indem Ihr die Prüfungen der Logen-Anführer findet und abschließt.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [3826] = { -["points"] = 50, -["name"] = "Verbissener Rächer", -["nextId"] = 0, -["Category"] = "Scions of Ithelia", -["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["description"] = "Besiegt Aradros den Erwachten im Schleier des Aufruhrs (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt, ohne dass Ihr optionale Inhalte abgeschlossen und dadurch Verbesserungen erhalten habt.", -["prevId"] = 0, -["Category_ID"] = 20, +["numCriteria"] = 1, ["achievementIndex"] = 7, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Scions of Ithelia", +["SubCategory"] = "Veteran", +["name"] = "Verbissener Rächer", +["description"] = "Besiegt Aradros den Erwachten in der Grube der Eidgeschworenen (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt, ohne dass Ihr optionale Inhalte abgeschlossen und dadurch Verbesserungen erhalten habt.", +["Category_ID"] = 21, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3828] = { -["points"] = 50, -["name"] = "Höhlenforscher der Sprosse Ithelias", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Höhlenforscher der Sprosse Ithelias", ["description"] = "Schließt sowohl die Grube der Eidgeschworenen als auch den Schleier des Aufruhrs (Veteranen) ab.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, +["nextId"] = 0, } , [3829] = { -["points"] = 10, -["name"] = "Späher der Sprosse Ithelias", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Späher der Sprosse Ithelias", ["description"] = "Schließt sowohl die Grube der Eidgeschworenen als auch den Schleier des Aufruhrs ab.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, +["nextId"] = 0, } , [3833] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Summerset", ["name"] = "Längste Finger von Sommersend", +["description"] = "Erhaltet im Alinor-Unterschlupf auf Sommersend 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "Summerset", ["prevId"] = 0, -["description"] = "Erhaltet im Alinor-Unterschlupf auf Sommersend 20.000 Gold durch das Verkaufen von Gegenständen.", +["points"] = 15, ["Category_ID"] = 18, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, } , [3834] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Dark Brotherhood", ["name"] = "Längste Finger der Goldküste", +["description"] = "Erhaltet im Anwil-Unterschlupf an der Goldküste 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", ["prevId"] = 0, -["description"] = "Erhaltet im Anwil-Unterschlupf an der Goldküste 20.000 Gold durch das Verkaufen von Gegenständen.", -["Category_ID"] = 40, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["Category_ID"] = 41, } , [3835] = { -["points"] = 15, -["name"] = "Längste Finger von Kargstein", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Längste Finger von Kargstein", ["description"] = "Erhaltet im Belkarth-Unterschlupf in Kargstein 20.000 Gold durch das Verkaufen von Gegenständen.", -["prevId"] = 0, ["Category_ID"] = 6, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3836] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Murkmire", ["name"] = "Längste Finger von Trübmoor", +["description"] = "Erhaltet im Lilmoth-Unterschlupf in Trübmoor 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "Murkmire", ["prevId"] = 0, -["description"] = "Erhaltet im Lilmoth-Unterschlupf in Trübmoor 20.000 Gold durch das Verkaufen von Gegenständen.", -["Category_ID"] = 34, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["Category_ID"] = 35, } , [3837] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Orsinium", ["name"] = "Längste Finger von Wrothgar", +["description"] = "Erhaltet im Orsinium-Unterschlupf in Wrothgar 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "Orsinium", ["prevId"] = 0, -["description"] = "Erhaltet im Orsinium-Unterschlupf in Wrothgar 20.000 Gold durch das Verkaufen von Gegenständen.", -["Category_ID"] = 42, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["Category_ID"] = 43, } , [3838] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, +["Category"] = "Elsweyr", ["name"] = "Längste Finger des nördlichen Elsweyr", +["description"] = "Erhaltet im Krempen-Unterschlupf im nördlichen Elsweyr 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "Elsweyr", ["prevId"] = 0, -["description"] = "Erhaltet im Krempen-Unterschlupf im nördlichen Elsweyr 20.000 Gold durch das Verkaufen von Gegenständen.", +["points"] = 15, ["Category_ID"] = 17, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, } , [3839] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Dragonhold", ["name"] = "Längste Finger des südlichen Elsweyrs", +["description"] = "Erhaltet im Senchal-Unterschlupf im südlichen Elsweyr 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "Dragonhold", ["prevId"] = 0, -["description"] = "Erhaltet im Senchal-Unterschlupf im südlichen Elsweyr 20.000 Gold durch das Verkaufen von Gegenständen.", -["Category_ID"] = 31, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["Category_ID"] = 32, } , [3840] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Clockwork City", ["name"] = "Längste Finger der Stadt der Uhrwerke", +["description"] = "Erhaltet im Schlackenstadt-Unterschlupf in der Stadt der Uhrwerke 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "Clockwork City", ["prevId"] = 0, -["description"] = "Erhaltet im Schlackenstadt-Unterschlupf in der Stadt der Uhrwerke 20.000 Gold durch das Verkaufen von Gegenständen.", -["Category_ID"] = 37, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["Category_ID"] = 38, } , [3841] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Greymoor", ["name"] = "Längste Finger des westlichen Himmelsrand", +["description"] = "Erhaltet im Einsamkeit-Unterschlupf im westlichen Himmelsrand 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "Greymoor", ["prevId"] = 0, -["description"] = "Erhaltet im Einsamkeit-Unterschlupf im westlichen Himmelsrand 20.000 Gold durch das Verkaufen von Gegenständen.", +["points"] = 15, ["Category_ID"] = 16, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, } , [3842] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Längste Finger von Vvardenfell", +["description"] = "Erhaltet im Vivec-Unterschlupf auf Vvardenfell 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Erhaltet im Vivec-Unterschlupf auf Vvardenfell 20.000 Gold durch das Verkaufen von Gegenständen.", +["points"] = 15, ["Category_ID"] = 19, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, } , [3843] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Blackwood", ["name"] = "Längste Finger von Dunkelforst", +["description"] = "Erhaltet im Leyawiin-Unterschlupf in Dunkelforst 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "Blackwood", ["prevId"] = 0, -["description"] = "Erhaltet im Leyawiin-Unterschlupf in Dunkelforst 20.000 Gold durch das Verkaufen von Gegenständen.", +["points"] = 15, ["Category_ID"] = 15, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, } , [3844] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, +["Category"] = "Markarth", ["name"] = "Längste Finger des Reik", +["description"] = "Erhaltet im Markarth-Unterschlupf im Reik 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "Markarth", ["prevId"] = 0, -["description"] = "Erhaltet im Markarth-Unterschlupf im Reik 20.000 Gold durch das Verkaufen von Gegenständen.", -["Category_ID"] = 28, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["Category_ID"] = 29, } , [3845] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "High Isle", ["name"] = "Längste Finger von Hochinsel", +["description"] = "Erhaltet im Gonfalon-Unterschlupf auf Hochinsel 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "High Isle", ["prevId"] = 0, -["description"] = "Erhaltet im Gonfalon-Unterschlupf auf Hochinsel 20.000 Gold durch das Verkaufen von Gegenständen.", +["points"] = 15, ["Category_ID"] = 14, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, } , [3846] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, +["Category"] = "Firesong", ["name"] = "Längste Finger von Galen", +["description"] = "Erhaltet im Vastyr-Unterschlupf auf Galen 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "Firesong", ["prevId"] = 0, -["description"] = "Erhaltet im Vastyr-Unterschlupf auf Galen 20.000 Gold durch das Verkaufen von Gegenständen.", -["Category_ID"] = 22, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["Category_ID"] = 23, } , [3847] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Necrom", ["name"] = "Längste Finger von Nekrom", +["description"] = "Erhaltet im Nekrom-Unterschlupf auf der Telvanni-Halbinsel 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "Necrom", ["prevId"] = 0, -["description"] = "Erhaltet im Nekrom-Unterschlupf auf der Telvanni-Halbinsel 20.000 Gold durch das Verkaufen von Gegenständen.", +["points"] = 15, ["Category_ID"] = 13, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, } , [3848] = { -["points"] = 50, -["name"] = "Ende der endlosen Schleife", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 3779, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Ende der endlosen Schleife", ["description"] = "Besiegt 20 Anführer in der vierten Schleife des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 22, -["firstID"] = 3779, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3849] = { -["points"] = 10, -["name"] = "Schlächter des blinden Pfades", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Schlächter des blinden Pfades", ["description"] = "Besiegt 150 Kultisten des blinden Pfades im Schleier des Aufruhrs (Veteranen).", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3850] = { -["points"] = 10, -["name"] = "Schlächter des hohlen Wachpostens", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 30, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Schlächter des hohlen Wachpostens", ["description"] = "Besiegt 60 hohle Wachposten im Schleier des Aufruhrs (Veteranen).", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3851] = { -["points"] = 10, -["name"] = "Sieger des Schleiers des Aufruhrs", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Sieger des Schleiers des Aufruhrs", ["description"] = "Besiegt den zerschlagenen Champion, Dunkelscherbe und die Blinde im Schleier des Aufruhrs.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [3852] = { -["points"] = 10, -["name"] = "Eroberer des Schleiers des Aufruhrs", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Eroberer des Schleiers des Aufruhrs", ["description"] = "Besiegt den zerschlagenen Champion, Dunkelscherbe und die Blinde im Schleier des Aufruhrs (Veteranen).", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [3853] = { -["points"] = 50, -["name"] = "Behände und raffiniert", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Behände und raffiniert", ["description"] = "Besiegt die Blinde im Schleier des Aufruhrs (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3854] = { -["points"] = 50, -["name"] = "Einem Pfad folgend", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Einem Pfad folgend", ["description"] = "Besiegt zusätzlich zum zerschlagenen Champion, Dunkelscherbe und der Blinden alle Gegner im Schleier des Aufruhrs (Veteranen) innerhalb von 25 Minuten. Die Zeit läuft, sobald Ihr die erste Gruppe von Gegnern angreift.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3855] = { -["points"] = 50, -["name"] = "Freude des Halbfürsten", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Freude des Halbfürsten", ["description"] = "Besiegt zusätzlich zum zerschlagenen Champion, Dunkelscherbe und der Blinden alle Gegner im Schleier des Aufruhrs (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3856] = { -["points"] = 50, -["name"] = "Herausforderer des Schleiers des Aufruhrs", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Herausforderer des Schleiers des Aufruhrs", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Schleier des Aufruhrs (Veteranen).", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, +["nextId"] = 0, } , [3857] = { -["points"] = 50, -["name"] = "Unerschütterliche Inbrunst", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Unerschütterliche Inbrunst", ["description"] = "Besiegt zusätzlich zum zerschlagenen Champion, Dunkelscherbe und der Blinden alle Gegner im Schleier des Aufruhrs (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt, innerhalb von 25 Minuten, ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3858] = { -["points"] = 10, -["name"] = "Arachnophilie", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 31, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Arachnophilie", ["description"] = "Säubert im Kampf gegen Dunkelscherbe im Schleier des Aufruhrs (Veteranen) 15-mal ein summendes Artefakt.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3859] = { -["points"] = 10, -["name"] = "Zerschlagene Angreifer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 32, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Zerschlagene Angreifer", ["description"] = "Tötet im Kampf gegen die Blinde im Schleier des Aufruhrs (Veteranen) nach dem Ende der Belagerungsphase 10 Glas-Überbleibsel.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3860] = { -["points"] = 10, -["name"] = "Schlosskampf", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Schlosskampf", ["description"] = "Löst im Schleier des Aufruhrs als Team alle 3 Rätsel innerhalb von 30 Sekunden voneinander.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3861] = { -["points"] = 10, -["name"] = "Verschleierter Historiker", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Verschleierter Historiker", ["description"] = "Findet und lest in der Halle der Barone im Schleier des Aufruhrs alle Plaketten, die den Baronen, die sich so bewegen gewidmet sind.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, +["nextId"] = 0, } , [3862] = { -["points"] = 10, -["name"] = "Schnickschnack-Schatzmeister", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 33, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Schnickschnack-Schatzmeister", ["description"] = "Nutzt im Schleier des Aufruhrs (Veteranen) 5-mal den Okular-Zerstreuer.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3863] = { -["points"] = 10, -["name"] = "Gut gezielt", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 34, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Gut gezielt", ["description"] = "Nutzt im Schleier des Aufruhrs (Veteranen) 3-mal den katatonischen Unterbrecher, um die Blinde aus der Luft zu schlagen.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 34, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3864] = { -["points"] = 50, -["name"] = "Championbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Championbrecher", ["description"] = "Besiegt den zerschlagenen Champion im Schleier des Aufruhrs (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3865] = { -["points"] = 50, -["name"] = "Lichtbringer", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Lichtbringer", ["description"] = "Besiegt Dunkelscherbe im Schleier des Aufruhrs (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3866] = { -["points"] = 10, -["name"] = "Dietrich des Mahlstroms", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Dietrich des Mahlstroms", ["description"] = "Findet und löst alle Rätsel im Schleier des Aufruhrs.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, +["nextId"] = 0, } , [3867] = { -["points"] = 50, -["name"] = "Kriegerisches Talent", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Kriegerisches Talent", ["description"] = "Besiegt die Blinde im Schleier des Aufruhrs (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt, ohne dass Ihr optionale Inhalte abgeschlossen und dadurch Verbesserungen erhalten habt.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3868] = { -["points"] = 15, -["name"] = "Borkenwurzsegen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Borkenwurzsegen", ["description"] = "Findet alle Fragmente auf Galen und stellt die Antiquität „Borkenwurzsegen“ zusammen.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3869] = { -["points"] = 50, -["name"] = "Dwemerskarabäus", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Dwemerskarabäus", ["description"] = "Findet alle Fragmente in Bzhar-zel in Schwarzweite und stellt die Antiquität „Dwemerskarabäus“ zusammen.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, +["nextId"] = 0, } , [3870] = { -["points"] = 15, -["name"] = "Wandteppich aus Dunkelforst", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Wandteppich aus Dunkelforst", ["description"] = "Findet alle Fragmente in Dunkelforst und stellt die Antiquität „Wandteppich aus Dunkelforst“ zusammen.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3871] = { -["points"] = 10, -["name"] = "Daedrischer Verzauberungstisch", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Daedrischer Verzauberungstisch", ["description"] = "Findet alle Fragmente in den Totenländern und stellt die Antiquität „Daedrischer Verzauberungstisch“ zusammen.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3872] = { -["points"] = 10, -["name"] = "Schiffsbauer-Schreinerbank", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Schiffsbauer-Schreinerbank", ["description"] = "Findet alle Fragmente auf Galen und stellt die Antiquität „Schiffsbauer-Schreinerbank“ zusammen.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [3873] = { -["points"] = 15, -["name"] = "Spieluhr „In Träumen und Erinnerungen“", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Spieluhr „In Träumen und Erinnerungen“", ["description"] = "Findet alle Fragmente in Tamriel und stellt die Antiquität „Spieluhr ‚In Träumen und Erinnerungen‘“ zusammen.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3874] = { -["points"] = 50, -["name"] = "Al-Esh-Aufstiegsmünze", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Al-Esh-Aufstiegsmünze", ["description"] = "Findet die Antiquität „Al-Esh-Aufstiegsmünze“", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3890] = { -["points"] = 15, -["name"] = "Umarmung des Blutfürsten", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Umarmung des Blutfürsten", ["description"] = "Erhaltet die Umarmung des Blutfürsten im westlichen Himmelsrand.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3891] = { -["points"] = 15, -["name"] = "Malacaths Band der Brutalität", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Malacaths Band der Brutalität", ["description"] = "Erhaltet Malacaths Band der Brutalität im westlichen Himmelsrand.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3892] = { -["points"] = 15, -["name"] = "Ring der Wilden Jagd", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Ring der Wilden Jagd", ["description"] = "Erhaltet den Ring der Wilden Jagd im westlichen Himmelsrand.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3893] = { -["points"] = 15, -["name"] = "Schneetreter", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Schneetreter", ["description"] = "Erhaltet die Schneetreter im westlichen Himmelsrand", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3894] = { -["points"] = 15, -["name"] = "Perlen der Ehlnofey", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Perlen der Ehlnofey", ["description"] = "Erhaltet die Perlen der Ehlnofey im Reik.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3895] = { -["points"] = 15, -["name"] = "Ring des Fahlen Ordens", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Markarth", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Ring des Fahlen Ordens", ["description"] = "Erhaltet den Ring des Fahlen Ordens im Reik.", +["Category_ID"] = 29, ["prevId"] = 0, -["Category_ID"] = 28, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3896] = { -["points"] = 15, -["name"] = "Fete des Todbringers", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Fete des Todbringers", ["description"] = "Erhaltet die Fete des Todbringers im Dunkelforst.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3897] = { -["points"] = 15, -["name"] = "Sithis\' Blick", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Sithis\' Blick", ["description"] = "Erhaltet Sithis\' Blick in Dunkelforst.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3898] = { -["points"] = 15, -["name"] = "Watkilt des Harpunierers", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Watkilt des Harpunierers", ["description"] = "Erhaltet den Watkilt des Harpunierers in Dunkelforst.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3899] = { -["points"] = 15, -["name"] = "Kette des Gestaltwandlers", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Blackwood", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Kette des Gestaltwandlers", ["description"] = "Erhaltet die Kette des Gestaltwandlers in Dunkelforst.", -["prevId"] = 0, ["Category_ID"] = 15, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3900] = { -["points"] = 15, -["name"] = "Markyn-Ring der Erhabenheit", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Markyn-Ring der Erhabenheit", ["description"] = "Erhaltet den Markyn-Ring der Erhabenheit in den Totenländern.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3901] = { -["points"] = 15, -["name"] = "Schulterbänder des Untergangs", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Schulterbänder des Untergangs", ["description"] = "Erhaltet die Schulterbänder des Untergangs in den Totenländern.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3902] = { -["points"] = 15, -["name"] = "Belharzas Band", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Deadlands", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Belharzas Band", ["description"] = "Erhaltet Belharzas Band in den Totenländern.", +["Category_ID"] = 26, ["prevId"] = 0, -["Category_ID"] = 25, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3903] = { -["points"] = 15, -["name"] = "Dov-rha-Panzerschuhe", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 4, +["name"] = "Dov-rha-Panzerschuhe", ["description"] = "Erhaltet die Dov-rha-Panzerschuhe auf Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3904] = { -["points"] = 15, -["name"] = "Ägisriemen der Linkshänder", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 4, +["name"] = "Ägisriemen der Linkshänder", ["description"] = "Erhaltet den Ägisriemen der Linkshänder auf Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3905] = { -["points"] = 15, -["name"] = "Moras Flüstern", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 4, +["name"] = "Moras Flüstern", ["description"] = "Erhaltet Moras Flüstern auf Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3906] = { -["points"] = 15, -["name"] = "Eichenseelenring", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 4, +["name"] = "Eichenseelenring", ["description"] = "Erhaltet den Eichenseelenring auf Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3907] = { -["points"] = 15, -["name"] = "Wicklung der Seeschlange", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "High Isle", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 4, +["name"] = "Wicklung der Seeschlange", ["description"] = "Erhaltet die Wicklung der Seenschlange auf Hochinsel.", -["prevId"] = 0, ["Category_ID"] = 14, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3908] = { -["points"] = 15, -["name"] = "Faunstreich-Bekleidung", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Faunstreich-Bekleidung", ["description"] = "Erhaltet die Faunstreich-Bekleidung auf Galen.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3909] = { -["points"] = 15, -["name"] = "Sturmwebertollen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Sturmwebertollen", ["description"] = "Erhaltet das Sturmwebertollen auf Galen.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3910] = { -["points"] = 15, -["name"] = "Syrabanns Schutz", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Syrabanns Schutz", ["description"] = "Erhaltet Syrabanns Schutz auf Galen.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3911] = { -["points"] = 10, +["numCriteria"] = 7, +["achievementIndex"] = 16, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Dwemertheodolit", +["description"] = "Erhaltet und verwendet Räder, Rumpf, Schultern, Hals, Kopf, Auge und Gehäuse des Dwemertheodoliten.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Erhaltet und verwendet Räder, Rumpf, Schultern, Hals, Kopf, Auge und Gehäuse des Dwemertheodoliten.", +["points"] = 10, ["Category_ID"] = 19, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 7, } , [3912] = { -["points"] = 10, +["numCriteria"] = 7, +["achievementIndex"] = 17, +["firstID"] = 0, +["Category"] = "Morrowind", ["name"] = "Robe des sechsten Hauses", +["description"] = "Erhaltet und verwendet Schneiderschere, aufgerolltes Garn, Räucherwerk, Schneiderhammer, gemusterter Stoffballen, Zierverschluss und Schneiderglocke des Sechsten Hauses.", ["nextId"] = 0, -["Category"] = "Morrowind", ["prevId"] = 0, -["description"] = "Erhaltet und verwendet Schneiderschere, aufgerolltes Garn, Räucherwerk, Schneiderhammer, gemusterter Stoffballen, Zierverschluss und Schneiderglocke des Sechsten Hauses.", +["points"] = 10, ["Category_ID"] = 19, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 7, } , [3913] = { -["points"] = 10, +["numCriteria"] = 7, +["achievementIndex"] = 13, +["firstID"] = 0, +["Category"] = "Summerset", ["name"] = "Fuchsrotes Großohrkätzchen", +["description"] = "Erhaltet und verwendet Halsband, Anhänger, Milchschüsselchen, Mausköder, Schlafkörbchen, Federspielzeug und Handbuch „Pflege und Fütterung“ des fuchsroten Großohrkätzchens.", ["nextId"] = 0, -["Category"] = "Summerset", ["prevId"] = 0, -["description"] = "Erhaltet und verwendet Halsband, Anhänger, Milchschüsselchen, Mausköder, Schlafkörbchen, Federspielzeug und Handbuch „Pflege und Fütterung“ des fuchsroten Großohrkätzchens.", +["points"] = 10, ["Category_ID"] = 18, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 7, } , [3914] = { -["points"] = 10, +["numCriteria"] = 7, +["achievementIndex"] = 14, +["firstID"] = 0, +["Category"] = "Summerset", ["name"] = "Psijik-Leuchtkugel", +["description"] = "Erhaltet und verwendet uralte Texte, mutmaßliche Schriften, aktualisierte Instruktionen, Irrlicht-Animus, Kristallball, Meteorglas und gereinigten Leuchtstaub der Psijik-Leuchtkugel.", ["nextId"] = 0, -["Category"] = "Summerset", ["prevId"] = 0, -["description"] = "Erhaltet und verwendet uralte Texte, mutmaßliche Schriften, aktualisierte Instruktionen, Irrlicht-Animus, Kristallball, Meteorglas und gereinigten Leuchtstaub der Psijik-Leuchtkugel.", +["points"] = 10, ["Category_ID"] = 18, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 7, } , [3915] = { -["points"] = 10, +["numCriteria"] = 8, +["achievementIndex"] = 11, +["firstID"] = 0, +["Category"] = "Greymoor", ["name"] = "Meister-Feldkartograf", +["description"] = "Erhaltet und verwendet Maske, Weste, Beinlinge, Handschuhe, Stiefel, Dreispitz und Rucksack des Kartografen.", ["nextId"] = 0, -["Category"] = "Greymoor", ["prevId"] = 0, -["description"] = "Erhaltet und verwendet Maske, Weste, Beinlinge, Handschuhe, Stiefel, Dreispitz und Rucksack des Kartografen.", +["points"] = 10, ["Category_ID"] = 16, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 8, } , [3916] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Blackwood", ["name"] = "Thrafey-Debütantenkleidung", +["description"] = "Erhaltet und verwendet 50 schuppige Stofffetzen.", ["nextId"] = 0, -["Category"] = "Blackwood", ["prevId"] = 0, -["description"] = "Erhaltet und verwendet 50 schuppige Stofffetzen.", +["points"] = 15, ["Category_ID"] = 15, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, } , [3917] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, +["Category"] = "Blackwood", ["name"] = "Replik der Tür zu Zenithars Aditon", +["description"] = "Erhaltet und verwendet 50 gravierte Scherben.", ["nextId"] = 0, -["Category"] = "Blackwood", ["prevId"] = 0, -["description"] = "Erhaltet und verwendet 50 gravierte Scherben.", +["points"] = 15, ["Category_ID"] = 15, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, } , [3918] = { -["points"] = 15, +["numCriteria"] = 2, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "High Isle", ["name"] = "Korallen-Haj-Mota", +["description"] = "Erhaltet und verwendet 25 Korallen-Haj-Mota-Köder und 25 Korallen-Haj-Mota-Attrappen.", ["nextId"] = 0, -["Category"] = "High Isle", ["prevId"] = 0, -["description"] = "Erhaltet und verwendet 25 Korallen-Haj-Mota-Köder und 25 Korallen-Haj-Mota-Attrappen.", +["points"] = 15, ["Category_ID"] = 14, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 2, } , [3919] = { -["points"] = 10, -["name"] = "Geübter Antiquar", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 1, +["name"] = "Geübter Antiquar", ["description"] = "Erreicht die höchsten Ränge im Spähen und Ausgraben.", -["prevId"] = 0, ["Category_ID"] = 16, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3920] = { -["points"] = 15, -["name"] = "Segen des Steins", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Firesong", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 3, +["name"] = "Segen des Steins", ["description"] = "Findet alle Fragmente auf Galen und stellt die Antiquität „Segen des Steins“ zusammen.", +["Category_ID"] = 23, ["prevId"] = 0, -["Category_ID"] = 22, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["nextId"] = 0, } , [3921] = { -["points"] = 50, -["name"] = "Meister des Stils der Rückbesinnung", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Meister des Stils der Rückbesinnung", ["description"] = "Lernt jedes Kapitel des Buchs „Stil der Rückbesinnung“, die Ihr für das Bezwingen des letzten Anführers in der Grube der Eidgeschworenen erhalten könnt.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["nextId"] = 0, } , [3922] = { -["points"] = 50, -["name"] = "Meister des Stils des Kultisten des blinden Pfades", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Meister des Stils des Kultisten des blinden Pfades", ["description"] = "Lernt jedes Kapitel des Buchs „Stil der Kultisten des blinden Pfads“, die Ihr für das Bezwingen des letzten Anführers im Schleier des Aufruhrs erhalten könnt.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, +["nextId"] = 0, } , [3923] = { -["points"] = 50, -["name"] = "Meister des Stils der Scherbensaat", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Meister des Stils der Scherbensaat", ["description"] = "Lernt jedes Kapitel des Buchs „Stil der Scherbensaat“, die Ihr als Questbelohnung für den Abschluss von täglichen Aufträgen für Gewölbe oder gegen Anführer in der offenen Welt in Skingrad erhaltet.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 8, -["firstID"] = 0, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[3924] = { +["SubCategory_ID"] = 1, ["numCriteria"] = 14, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Gold Road", +["SubCategory"] = "General", +["name"] = "Meister des Stils der Westauen-Legion", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Westauen-Legion“. Die Kapitel können bei Spiegelmoor-Vorstößen gefunden werden.", +["Category_ID"] = 12, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , -[3926] = { +[3925] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Gold Road", +["SubCategory"] = "General", +["name"] = "Meister des Stils der Luminit-Schildwache", +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Luminit-Schildwache“. Die Kapitel können in wöchentlichen Behältern für die Luminit-Zitadelle gefunden werden.", +["Category_ID"] = 12, +["prevId"] = 0, ["points"] = 50, -["name"] = "Höchst heimtückischer Eiter", ["nextId"] = 0, +} +, +[3926] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Höchst heimtückischer Eiter", ["description"] = "Erhaltet und verwendet 50 Maligrafie-Eiter.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3927] = { -["points"] = 15, -["name"] = "Intrigierender Skeever", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Intrigierender Skeever", ["description"] = "Erhaltet und verwendet 25 abstoßende Ausbeuten.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3928] = { -["points"] = 15, -["name"] = "Blickt in das Spiegellabyrinth", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Blickt in das Spiegellabyrinth", ["description"] = "Erhaltet und verwendet 20 unzuverlässige Karten des Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3929] = { -["points"] = 15, -["name"] = "Geht durch das Spiegellabyrinth", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Geht durch das Spiegellabyrinth", ["description"] = "Erhaltet und verwendet 20 fehlerhafte Karten des Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3930] = { -["points"] = 10, -["name"] = "Gefährlicher Gefährte", -["nextId"] = 3931, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 3765, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Gefährlicher Gefährte", ["description"] = "Schließt 15 Abschnitte im Endlosen Archiv mit einem Gefährten ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 7, -["firstID"] = 3765, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3931, } , [3931] = { -["points"] = 15, -["name"] = "Gefährten-Champion", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 3765, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Gefährten-Champion", ["description"] = "Schließt 60 Abschnitte im Endlosen Archiv mit einem Gefährten ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 7, -["firstID"] = 3765, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3932] = { -["points"] = 10, -["name"] = "Endlose Kameradschaft", -["nextId"] = 3933, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 3766, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Endlose Kameradschaft", ["description"] = "Schließt 15 Abschnitte im Endlosen Archiv mit einem anderen Spieler ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 8, -["firstID"] = 3766, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3933, } , [3933] = { -["points"] = 15, -["name"] = "Freunde für immer", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 3766, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Freunde für immer", ["description"] = "Schließt 60 Abschnitte im Endlosen Archiv mit einem anderen Spieler ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 8, -["firstID"] = 3766, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3934] = { -["points"] = 5, -["name"] = "Alleingang", -["nextId"] = 3935, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 3934, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Alleingang", ["description"] = "Schließt 3 Abschnitte im Endlosen Archiv ohne die Unterstützung von Gefährten oder anderen Spielern ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 6, -["firstID"] = 3934, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3935, } , [3935] = { -["points"] = 10, -["name"] = "Wer braucht schon Freunde?", -["nextId"] = 3936, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 3934, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Wer braucht schon Freunde?", ["description"] = "Schließt 15 Abschnitte im Endlosen Archiv ohne die Unterstützung von Gefährten oder anderen Spielern ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 6, -["firstID"] = 3934, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3936, } , [3936] = { -["points"] = 15, -["name"] = "Selbst ist der Mann", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 3934, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Selbst ist der Mann", ["description"] = "Schließt 60 Abschnitte im Endlosen Archiv ohne die Unterstützung von Gefährten oder anderen Spielern ab.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 6, -["firstID"] = 3934, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3937] = { -["points"] = 15, -["name"] = "Es ist eine Investition", -["nextId"] = 3938, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 3769, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Es ist eine Investition", ["description"] = "Gebt 10.000 Archiv-Wissensschätze aus.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 10, -["firstID"] = 3769, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 3938, } , [3938] = { -["points"] = 50, -["name"] = "Überbordende Schätze", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 3769, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Überbordende Schätze", ["description"] = "Gebt 100.000 Archiv-Wissensschätze aus.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 10, -["firstID"] = 3769, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3943] = { -["points"] = 10, -["name"] = "Unergründliches ergründet", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 2, +["name"] = "Unergründliches ergründet", ["description"] = "Sammelt die verbesserten Karten des Kartensatzes „Hermaeus Mora“ für Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3944] = { -["points"] = 5, -["name"] = "Tentakel in jeder Taverne", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 2, +["name"] = "Tentakel in jeder Taverne", ["description"] = "Erhaltet mit der Fähigkeit des Patrons Hermaeus Mora 10-mal eine Karte aus der Taverne in Ruhmesgeschichten-Partien der Aktivitätensuche.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3945] = { -["points"] = 15, -["name"] = "Metrands Meister", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 2, +["name"] = "Metrands Meister", ["description"] = "Besiegt Ruhmgroßmeister Metrand bei einer Partie Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3946] = { -["points"] = 15, -["name"] = "Pakt mit dem Unweigerlich Wissenden", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 2, +["name"] = "Pakt mit dem Unweigerlich Wissenden", ["description"] = "Sammelt den Kartensatz von Hermaeus Mora für Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3948] = { -["points"] = 5, -["name"] = "Meisterangler der Westauen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 12, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Meisterangler der Westauen", ["description"] = "Fangt alle 12 seltenen Fische in den Westauen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3949] = { -["points"] = 10, -["name"] = "Himmelsscherbenjäger der Westauen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 18, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Himmelsscherbenjäger der Westauen", ["description"] = "Entdeckt alle 18 Himmelsscherben in den Westauen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 18, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3950] = { -["points"] = 50, -["name"] = "Held der Goldstraße", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Held der Goldstraße", ["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held der Goldstraße zu werden.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3951] = { -["points"] = 15, -["name"] = "Meistererforscher der Goldstraße", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 2, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Meistererforscher der Goldstraße", ["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte in den Westauen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3952] = { -["points"] = 10, -["name"] = "Pfadfinder der Goldstraße", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 6, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Pfadfinder der Goldstraße", ["description"] = "Entdeckt alle markanten Orte in den Westauen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3953] = { -["points"] = 10, -["name"] = "Höhlenforscher der Goldstraße", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Höhlenforscher der Goldstraße", ["description"] = "Entdeckt und säubert alle Höhlen in den Westauen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3954] = { -["points"] = 5, -["name"] = "Erforscher der Brandscheinhöhle", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Erforscher der Brandscheinhöhle", ["description"] = "Erforscht und säubert die Brandscheinhöhle.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3955] = { -["points"] = 5, -["name"] = "Erforscher des Haldain-Holzfällerlagers", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Erforscher des Haldain-Holzfällerlagers", ["description"] = "Erforscht und säubert das Haldain-Holzfällerlager.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3956] = { -["points"] = 5, -["name"] = "Erforscher von Nonungalo", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Erforscher von Nonungalo", ["description"] = "Erforscht und säubert Nonungalo.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3957] = { -["points"] = 5, -["name"] = "Erforscher von Feste Colovia", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Erforscher von Feste Colovia", ["description"] = "Erforscht und säubert die Feste Colovia.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3958] = { -["points"] = 5, -["name"] = "Erforscher von Varenswacht", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Erforscher von Varenswacht", ["description"] = "Erforscht und säubert Varenswacht.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3959] = { -["points"] = 5, -["name"] = "Erforscher von Legionsruh", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Erforscher von Legionsruh", ["description"] = "Erforscht und säubert Legionsruh.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3960] = { -["points"] = 15, -["name"] = "Verteidiger der Goldstraße", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 6, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Verteidiger der Goldstraße", ["description"] = "Besiegt alle Gruppenanführer in den Westauen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3961] = { -["points"] = 15, -["name"] = "Desillusioniert", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Desillusioniert", ["description"] = "Besiegt den Waldelfen Weber Urthrendir auf der Herbstlichtung.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3962] = { -["points"] = 15, -["name"] = "Schicksalsfressers Fluch", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Schicksalsfressers Fluch", ["description"] = "Besiegt Stri den Schicksalsfresser in der Kluftpfad-Höhle.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3963] = { -["points"] = 15, -["name"] = "Den Dorn gezogen", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Den Dorn gezogen", ["description"] = "Besiegt die Tharriker namens Kralle und Fangzahn beim Aufstieg des Zenturios.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3964] = { -["points"] = 15, -["name"] = "Scherbenzerschlager", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Scherbenzerschlager", ["description"] = "Besiegt Hessedaz den Unheilvollen bei der Schicksalsklippe.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3965] = { -["points"] = 15, -["name"] = "Rückbesinnungssieger", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Rückbesinnungssieger", ["description"] = "Besiegt die Anführer der Rückbesinnung an der Grenzwiege.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3966] = { -["points"] = 15, -["name"] = "Eichenhauer", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Eichenhauer", ["description"] = "Besiegt Eichenkralle beim Olosee.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3968] = { -["points"] = 10, -["name"] = "Teilnehmer der Goldstraße", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 4, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Teilnehmer der Goldstraße", ["description"] = "Vollendet Rituale in den Westauen, die Reisenden Glück bringen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3969] = { -["points"] = 10, -["name"] = "Sternenlicht-Erinnerungen", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 6, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Sternenlicht-Erinnerungen", ["description"] = "Zieht Kraft aus den Ayleïdenbrunnen der Westauen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3970] = { -["points"] = 5, -["name"] = "Colovianisches Qualitätswerkzeug", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 23, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Colovianisches Qualitätswerkzeug", ["description"] = "Stehlt eine Handwerkszeug-Einrichtung von einem Einwohner der Westauen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3972] = { -["points"] = 50, -["name"] = "Großabenteurer der Goldstraße", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Großabenteurer der Goldstraße", ["description"] = "Schließt 28 verschiedene Quests in den Westauen ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3973] = { -["points"] = 10, -["name"] = "Nachfolger in den Fußstapfen", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Nachfolger in den Fußstapfen", ["description"] = "Schließt die Quest „Pfade des Chaos“ an der Goldstraße ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3974] = { -["points"] = 10, -["name"] = "Falsche Hoffnung", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Falsche Hoffnung", ["description"] = "Schließt die Quest „Samen des Verdachts“ an der Goldstraße ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3975] = { -["points"] = 10, -["name"] = "Klinge, Lampe und Strang", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Klinge, Lampe und Strang", ["description"] = "Schließt die Quest „Relikte der drei Fürsten“ an der Goldstraße ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3976] = { -["points"] = 10, -["name"] = "Sucher der Vergessenen", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Sucher der Vergessenen", ["description"] = "Schließt die Quest „König Nantharions letzter Zug“ an der Goldstraße ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3977] = { -["points"] = 10, -["name"] = "Reisender auf der Unbereisten Straße", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Reisender auf der Unbereisten Straße", ["description"] = "Schließt die Quest „Die unbereiste Straße“ an der Goldstraße ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3978] = { -["points"] = 10, -["name"] = "Relikt-Wiederhersteller", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 9, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Relikt-Wiederhersteller", ["description"] = "Schließt die Quest „Ithelias Zorn“ an der Goldstraße ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3979] = { -["points"] = 5, -["name"] = "Besucher der Goldstraße", -["nextId"] = 3980, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 3979, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Besucher der Goldstraße", ["description"] = "Schließt 1 täglichen Einzelauftrag für Kommandant Salerius in den Westauen ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 12, -["firstID"] = 3979, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3980, } , [3980] = { -["points"] = 10, -["name"] = "Goldstraßen-Agent", -["nextId"] = 3981, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 3979, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Goldstraßen-Agent", ["description"] = "Schließt 10 tägliche Einzelaufträge für Kommandant Salerius in den Westauen ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 12, -["firstID"] = 3979, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3981, } , [3981] = { -["points"] = 15, -["name"] = "Goldstraßen-Fachkraft", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 3979, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Goldstraßen-Fachkraft", ["description"] = "Schließt 30 tägliche Einzelaufträge für Kommandant Salerius in den Westauen ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 12, -["firstID"] = 3979, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3982] = { -["points"] = 5, -["name"] = "Monsterjäger der Goldstraße", -["nextId"] = 3983, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 3982, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Monsterjäger der Goldstraße", ["description"] = "Schließt 1 täglichen Auftrag gegen Anführer in der offenen Welt für Leutnant Agrance in den Westauen ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 13, -["firstID"] = 3982, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3983, } , [3983] = { -["points"] = 10, -["name"] = "Monsterschlächter der Goldstraße", -["nextId"] = 3984, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 3982, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Monsterschlächter der Goldstraße", ["description"] = "Schließt 10 tägliche Aufträge gegen Anführer in der offenen Welt für Leutnant Agrance in den Westauen ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 13, -["firstID"] = 3982, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3984, } , [3984] = { -["points"] = 15, -["name"] = "Monsterauslöscher der Goldstraße", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 3982, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Monsterauslöscher der Goldstraße", ["description"] = "Schließt 30 tägliche Aufträge gegen Anführer in der offenen Welt für Leutnant Agrance in den Westauen ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 13, -["firstID"] = 3982, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3985] = { -["points"] = 50, -["name"] = "Erbe der Schola", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Erbe der Schola", ["description"] = "Schließt jede Quests der Schriftlehre-Questreihe ab und vollendet den Wiederaufbau der Schola.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3986] = { -["points"] = 50, -["name"] = "Wahrlich eine Bibliothek", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 10, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Wahrlich eine Bibliothek", ["description"] = "Erwerbt alle unten aufgeführten Grimoires. Grimoires können bei Chronist Firandil in der Schola erworben werden.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3987] = { -["points"] = 5, -["name"] = "Tintenverschmierte Finger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, -["description"] = "Erschafft Eure erste Schriftlehre-Fertigkeit.", -["prevId"] = 0, +["name"] = "Tintenverschmierte Finger", +["description"] = "Erschafft Eure erste geschriebene Fähigkeit.", ["Category_ID"] = 12, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [3988] = { -["points"] = 50, -["name"] = "Meister der Schriftlehre", -["nextId"] = 0, -["Category"] = "Gold Road", -["SubCategory"] = "Scribing", ["SubCategory_ID"] = 2, -["description"] = "Erschafft eine Schriftlehre-Fertigkeit mit jedem der unten aufgeführten Grimoires.", -["prevId"] = 0, -["Category_ID"] = 12, +["numCriteria"] = 11, ["achievementIndex"] = 3, ["firstID"] = 0, -["numCriteria"] = 11, +["Category"] = "Gold Road", +["SubCategory"] = "Scribing", +["name"] = "Meister der Schriftlehre", +["description"] = "Erschafft eine geschriebene Fähigkeit mit jedem der unten aufgeführten Grimoires.", +["Category_ID"] = 12, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3989] = { -["points"] = 5, -["name"] = "Tintensammler", -["nextId"] = 3990, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 3989, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Tintensammler", ["description"] = "Erbeutet oder erhaltet durch Questbelohnungen 5 der leuchtenden Tinten, die in der Schriftlehre genutzt werden. Nach dem Freischalten des Siegels des Indrik-Erleuchteten kann leuchtende Tinte selten von besiegten Feinden erbeutet werden. Nach dem Freischalten des Siegels des Netch-Erleuchteten kann leuchtende Tinte selten in Ressourcenvorkommen gefunden werden.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 10, -["firstID"] = 3989, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 3990, } , [3990] = { -["points"] = 10, -["name"] = "Tintenanhäufer", -["nextId"] = 3991, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 3989, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Tintenanhäufer", ["description"] = "Erbeutet oder erhaltet durch Questbelohnungen 50 der leuchtenden Tinten, die in der Schriftlehre genutzt werden. Nach dem Freischalten des Siegels des Indrik-Erleuchteten kann leuchtende Tinte selten von besiegten Feinden erbeutet werden. Nach dem Freischalten des Siegels des Netch-Erleuchteten kann leuchtende Tinte selten in Ressourcenvorkommen gefunden werden.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 10, -["firstID"] = 3989, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 3991, } , [3991] = { -["points"] = 15, -["name"] = "Tintenscheffler", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 3989, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Tintenscheffler", ["description"] = "Erbeutet oder erhaltet durch Questbelohnungen 500 der leuchtenden Tinten, die in der Schriftlehre genutzt werden. Nach dem Freischalten des Siegels des Indrik-Erleuchteten kann leuchtende Tinte selten von besiegten Feinden erbeutet werden. Nach dem Freischalten des Siegels des Netch-Erleuchteten kann leuchtende Tinte selten in Ressourcenvorkommen gefunden werden.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 10, -["firstID"] = 3989, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3992] = { -["points"] = 50, -["name"] = "Der Federhalter ist mächtiger als das Schwert", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Der Federhalter ist mächtiger als das Schwert", ["description"] = "Schließt die unten aufgeführten Errungenschaften ab, auf dem Weg, alle Fokus-, Effekt- und Affix-Skripturen zu lernen, die während der ursprünglichen Expedition in die Schola zu finden waren.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [3993] = { -["points"] = 10, -["name"] = "Ulfsilds Lehrling", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Ulfsilds Lehrling", ["description"] = "Erlernt die Skripturen, die von der Krähe und dem Indrik während der Quests „Die Zweite Ära der Schriftlehre“ und „Der Flügel des Indrik“ angeboten werden.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [3994] = { -["points"] = 15, -["name"] = "Geschenke des Erzmagisters", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 9, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Geschenke des Erzmagisters", ["description"] = "Erlernt alle unten aufgeführten Skripturen, indem Ihr sie in den Hallen der Magiergilde Tamriels findet.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 9, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3995] = { -["points"] = 15, -["name"] = "Eine Signatur von Klasse", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Eine Skriptur von Klasse", ["description"] = "Erhaltet und verwendet 50 Klassenskripturfetzen, um die Effekt-Skriptur „Klassenmeisterschaft“ freizuschalten. Die Effekt-Skriptur kann bei Chronist Firandil in der Schola erworben werden. Klassenskripturfetzen können in Belohnungen für den Abschluss von Prüfungen, Verliesen, Arenen, Meisterschrieben und dem Endlosen Archiv sowie im PvP gefunden werden.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3996] = { -["points"] = 15, -["name"] = "Fokus-Skriptur-Meisterschaft", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 16, +["achievementIndex"] = 29, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Fokus-Skriptur-Meisterschaft", ["description"] = "Lernt alle unten aufgeführten Fokus-Skripturen. Fokus-Skripturen können an vielen Orten gefunden werden, aber hauptsächlich in den täglichen Belohnungen für Gewölbe, in Gerechtem Lohn aus dem PvP und in Belohnungen der täglichen Quests der Magiergilde. Außerdem sind sie bei Händlern in der Schola und im Endlosen Archiv verfügbar.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 16, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3997] = { -["points"] = 15, -["name"] = "Effekt-Skriptur-Meisterschaft", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 14, +["achievementIndex"] = 30, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Effekt-Skriptur-Meisterschaft", ["description"] = "Lernt alle unten aufgeführten Effekt-Skripturen. Effekt-Skripturen können an vielen Orten gefunden werden, aber hauptsächlich in den täglichen Belohnungen für Anführer in der offenen Welt, in der täglichen Cyrodiil-Belohnung und in Belohnungen der täglichen Quests der Kriegergilde. Außerdem sind sie bei Händlern in der Schola und im Endlosen Archiv verfügbar.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 14, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3998] = { -["points"] = 15, -["name"] = "Affix-Skriptur-Meisterschaft", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 20, +["achievementIndex"] = 31, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Affix-Skriptur-Meisterschaft", ["description"] = "Lernt alle unten aufgeführten Affix-Skripturen. Affix-Skripturen können an vielen Orten gefunden werden, aber hauptsächlich in den täglichen Belohnungen für Weltereignisse, in der täglichen Belohnung in der Kaiserstadt und in Belohnungen der täglichen Quests der Unerschrockenen. Außerdem sind sie bei Händlern in der Schola und im Endlosen Archiv verfügbar.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 20, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [3999] = { -["points"] = 15, -["name"] = "Fähigkeiten-Stilist auf dem neuesten Stand", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 22, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Fähigkeiten-Stilist auf dem neuesten Stand", ["description"] = "Erlernt alle Fähigkeitenstile, die zur Veröffentlichung von „Gold Road“ zur Verfügung standen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 22, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [4000] = { -["points"] = 50, -["name"] = "Spiegelschmetterer", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Spiegelschmetterer", ["description"] = "Besiegt Yrrkkyyn in Westgrube.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4001] = { -["points"] = 50, -["name"] = "Eroberer von Westgrube", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 5, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Eroberer von Westgrube", ["description"] = "Besiegt alle Champions in Westgrube.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4002] = { -["points"] = 50, -["name"] = "Kühner Sieg", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Kühner Sieg", ["description"] = "Besiegt Viikor Kühnhuf in Silorn.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4003] = { -["points"] = 50, -["name"] = "Eroberer von Silorn", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 5, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Eroberer von Silorn", ["description"] = "Besiegt alle Champions in Silorn.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4004] = { -["points"] = 10, -["name"] = "Knöpft sie Euch vor", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, +["name"] = "Knöpft sie Euch vor", ["description"] = "Besiegt einen der Marodeure im Endlosen Archiv.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4005] = { -["points"] = 15, -["name"] = "Marodeurschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 3, -["description"] = "Begegnet allen Marodeuren im Endlosen Archiv und besiegt sie.", -["prevId"] = 0, +["name"] = "Marodeurschlächter", +["description"] = "Begegnet und besiegt Marodeur Gothmau, Marodeur Ulmor und Marodeur Hilkarax im Endlosen Archiv und besiegt sie.", ["Category_ID"] = 8, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [4007] = { -["points"] = 15, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Deadlands", ["name"] = "Längste Finger von Ferngrab", +["description"] = "Erhaltet im Ferngrab-Unterschlupf in den Totenländern 20.000 Gold durch das Verkaufen von Gegenständen.", ["nextId"] = 0, -["Category"] = "Deadlands", ["prevId"] = 0, -["description"] = "Erhaltet im Ferngrab-Unterschlupf in den Totenländern 20.000 Gold durch das Verkaufen von Gegenständen.", -["Category_ID"] = 25, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, +["Category_ID"] = 26, } , [4008] = { -["points"] = 50, -["name"] = "Lieblingskunde", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Lieblingskunde", ["description"] = "Erwerbt alle Sammlungsstücke bei den Händlern des Endlosen Archivs.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4009] = { -["points"] = 50, -["name"] = "Champion der Grube der Eidgeschworenen", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 9, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Champion der Grube der Eidgeschworenen", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Grube der Eidgeschworenen.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 9, +["points"] = 50, +["nextId"] = 0, } , [4010] = { -["points"] = 50, -["name"] = "Champion des Schleiers des Aufruhrs", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 10, +["achievementIndex"] = 28, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, +["name"] = "Champion des Schleiers des Aufruhrs", ["description"] = "Bewältigt die angegebenen Errungenschaften im Schleier des Aufruhrs.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 10, +["points"] = 50, +["nextId"] = 0, } , [4011] = { -["points"] = 10, -["name"] = "Verschleiert und getilgt", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Verschleiert und getilgt", ["description"] = "Nutzt den Zephyrus Obscuris 5-mal, um als Team einen Teil des Schlachtfelds von Flächeneffekt-Angriffen zu befreien.", +["Category_ID"] = 21, ["prevId"] = 0, -["Category_ID"] = 20, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, +["nextId"] = 0, } , [4013] = { -["points"] = 10, -["name"] = "Sieger der Luminit-Zitadelle", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Sieger der Luminit-Zitadelle", ["description"] = "Besiegt Graf Ryelaz, Zilyesset sowie die orphische Splitterscherbe und sichert den arkanen Knoten in der Luminit-Zitadelle.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4014] = { -["points"] = 50, -["name"] = "Express-Exkursion", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Express-Exkursion", ["description"] = "Besiegt alle Feinde zusätzlich zu Graf Ryelaz und Zilyesset sowie der orphischen Splitterscherbe und sichert den arkanen Knoten in der Luminit-Zitadelle (Veteranen) innerhalb von 30 Minuten. Eure Zeit beginnt, wenn Ihr die Luminit-Zitadelle betretet.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4015] = { -["points"] = 10, -["name"] = "Eroberer der Luminit-Zitadelle", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Eroberer der Luminit-Zitadelle", ["description"] = "Besiegt Graf Ryelaz und Zilyesset sowie die orphische Splitterscherbe und sichert den arkanen Knoten in der Luminit-Zitadelle (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4016] = { -["points"] = 50, -["name"] = "Kristalline Überlebende", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Kristalline Überlebende", ["description"] = "Besiegt alle Feinde zusätzlich zu Graf Ryelaz und Zilyesset sowie der orphischen Splitterscherbe und sichert den arkanen Knoten in der Luminit-Zitadelle (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4017] = { -["points"] = 10, -["name"] = "Dremoraschlächter", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Luminit-Dremoraschlächter", ["description"] = "Besiegt 200 Dremora in der Luminit-Zitadelle (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4018] = { -["points"] = 10, -["name"] = "Schlächter von Licht und Schatten", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Schlächter von Licht und Schatten", ["description"] = "Besiegt 200 Lichtbringer und Dunkelwirker in der Luminit-Zitadelle (Veteranen).", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4019] = { -["points"] = 50, -["name"] = "Arkaner Stabilisator", -["nextId"] = 0, -["Category"] = "Gold Road", -["SubCategory"] = "Lucent Citadel", ["SubCategory_ID"] = 8, -["description"] = "Besiegt zusätzlich zu Graf Ryelaz und Zilyesset sowie der orphischen Splitterscherbe auf höchster Schwierigkeitsstufe alle Gegner in der Luminit-Zitadelle (Veteranen) und sichert den arkanen Knoten in weniger als 30 Minuten, ohne dass ein Gruppenmitglied getötet wird.", -["prevId"] = 0, -["Category_ID"] = 12, +["numCriteria"] = 1, ["achievementIndex"] = 9, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Gold Road", +["SubCategory"] = "Lucent Citadel", +["name"] = "Arkaner Stabilisator", +["description"] = "Besiegt zusätzlich zu Graf Ryelaz und Zilyesset sowie der orphischen Splitterscherbe auf höchster Schwierigkeitsstufe alle Gegner in der Luminit-Zitadelle (Veteranen) und sichert den arkanen Knoten, nachdem Ihr für alle das Herausforderungsbanner gehisst habt, in weniger als 30 Minuten, ohne dass ein Gruppenmitglied getötet wird.", +["Category_ID"] = 12, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4020] = { -["points"] = 50, -["name"] = "Knotfälle", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 16, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Knotfälle", ["description"] = "Bewältigt die angegebenen Errungenschaften für die Luminit-Zitadelle.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 16, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4021] = { -["points"] = 15, -["name"] = "Gespiegelte Kooperation", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Gespiegelte Kooperation", ["description"] = "Besiegt Graf Ryelaz und Zilyesset in der Luminit-Zitadelle (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [4022] = { -["points"] = 15, -["name"] = "Zerrissene Scherbe", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Zerrissene Scherbe", ["description"] = "Besiegt die orphische Splitterscherbe in der Luminit-Zitadelle (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [4023] = { -["points"] = 50, -["name"] = "Rückholspezialist", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 8, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Rückholspezialist", ["description"] = "Besiegt innerhalb eines Durchlaufs Graf Ryelaz und Zilyesset sowie die orphische Splitterscherbe und sichert den arkanen Knoten in der Luminit-Zitadelle (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4024] = { -["points"] = 10, -["name"] = "Zurückgeworfene Auslöschung", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Zurückgeworfene Auslöschung", ["description"] = "Besiegt Graf Ryelaz und Zilyesset in der Luminit-Zitadelle (Veteranen), wenn sie beide „Auslöschen“ wirken.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4025] = { -["points"] = 10, -["name"] = "Lichtmeisterschaft", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 13, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Lichtmeisterschaft", ["description"] = "Besiegt während der Begegnung mit Graf Ryelaz und Zilyesset in der Luminit-Zitadelle 50 Gegner, die durch die Fähigkeiten „brillanter Schimmerstrahl“ oder „öder Schimmerstrahl“ verwundbar gemacht wurden.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4026] = { -["points"] = 10, -["name"] = "Das Siegel brechen", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Das Siegel brechen", ["description"] = "Besiegt die orphische Splitterscherbe in der Luminit-Zitadelle, ohne dass Spieler durch den Schicksalsbesiegler sterben.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4027] = { -["points"] = 10, -["name"] = "Geteilte Verantwortung", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Geteilte Verantwortung", ["description"] = "Besiegt die orphische Splitterscherbe in der Luminit-Zitadelle (Veteranen), nachdem alle Spieler einen Spiegel gewechselt haben.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4028] = { -["points"] = 10, -["name"] = "Fester Griff", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Fester Griff", ["description"] = "Sichert den arkanen Knoten in der Luminit-Zitadelle (Veteranen), wobei nur 6 oder weniger unterschiedliche Gruppenmitglieder ihn halten und niemand ihn zweimal hält.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4029] = { -["points"] = 50, -["name"] = "Vergeltung braucht Zeit", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["achievementIndex"] = 6, +["firstID"] = 0, ["Category"] = "Scions of Ithelia", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Vergeltung braucht Zeit", ["description"] = "Schließt die Seiteninhalte in der Grube der Eidgeschworenen und im Schleier des Aufruhrs ab.", +["Category_ID"] = 21, ["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4124] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 3, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Schlupfwinkel-Aufspürer", +["description"] = "Schließt optionale Inhalte in der Schanze der Abgeschiedenen ab, indem Ihr Wachhauptmann Paratius, Dozent Domitius und Eliana Albus besiegt.", ["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4254] = { +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, +["Category"] = "Imperial City", +["name"] = "Kaiserlicher Fragmentsammler", +["description"] = "Sammelt 1.500 kaiserliche Fragmente", +["nextId"] = 0, +["prevId"] = 0, +["points"] = 50, +["Category_ID"] = 44, +} +, +[4177] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Verteidiger von Kluftspitze", +["description"] = "Besiegt alle sechs Gruppenanführer in Kluftspitze.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4176] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["achievementIndex"] = 6, ["firstID"] = 0, -["numCriteria"] = 2, +["Category"] = "Exploration", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Verteidiger von Sturmhafen", +["description"] = "Besiegt alle sechs Gruppenanführer in Sturmhafen.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , -[4040] = { -["points"] = 5, -["name"] = "Wein und Waffen", +[4175] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["achievementIndex"] = 4, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Verteidiger von Glenumbra", +["description"] = "Besiegt alle sechs Gruppenanführer in Glenumbra.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, ["nextId"] = 0, +} +, +[4040] = { +["SubCategory_ID"] = 5, +["numCriteria"] = 5, +["achievementIndex"] = 24, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Wein und Waffen", ["description"] = "Nehmt auf verschiedene Arten an der Kultur der Westauen teil.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [4041] = { -["points"] = 15, -["name"] = "Minotauren-Fährtenleser", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, +["achievementIndex"] = 25, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Minotauren-Fährtenleser", ["description"] = "Findet und besiegt den Anführer des Minotauren-Kriegstrupps.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 25, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4174] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["achievementIndex"] = 6, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Exploration", +["SubCategory"] = "Aldmeri Dominion", +["name"] = "Verteidiger von Schnittermark", +["description"] = "Besiegt alle sechs Gruppenanführer in Schnittermark.", +["Category_ID"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [4043] = { -["points"] = 50, -["name"] = "Champion der Goldstraße", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 7, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, -["description"] = "Schließt die Hauptgeschichte in den Westauen ab.", -["prevId"] = 0, +["name"] = "Champion der Goldstraße", +["description"] = "Untersucht die Unruhen, die die Westauen plagt, und stellt Euch der Bedrohung durch Ithelia, der Daedrafürstin der Pfade.", ["Category_ID"] = 12, -["achievementIndex"] = 1, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4296] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 14, +["achievementIndex"] = 25, ["firstID"] = 0, -["numCriteria"] = 7, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Champion von Lep Seclusa", +["description"] = "Bewältigt die angegebenen Errungenschaften für Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4045] = { -["points"] = 10, -["name"] = "Mutter des Kaiserreichs", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 4, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 3, +["name"] = "Mutter des Kaiserreichs", ["description"] = "Sammelt die verbesserten Karten des Kartensatzes „Heilige Alessia“ für Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4046] = { -["points"] = 5, -["name"] = "Ein Hoch auf die Mutter der Sterblichen", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 3, +["name"] = "Ein Hoch auf die Mutter der Sterblichen", ["description"] = "Erschafft mit der Fähigkeit der Heiligen Alessia 10-mal Akteure in Ruhmesgeschichten-Partien der Aktivitätensuche.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 0, } , [4047] = { -["points"] = 15, -["name"] = "Caledonia kaltgestellt", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 3, +["name"] = "Caledonia kaltgestellt", ["description"] = "Besiegt Ruhmgroßmeisterin Caledonia Gregorius bei einer Partie Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [4048] = { -["points"] = 15, -["name"] = "Die Prüfungen der Heiligen Alessia", -["nextId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Tales of Tribute", -["SubCategory_ID"] = 3, +["name"] = "Die Prüfungen der Heiligen Alessia", ["description"] = "Sammelt den Kartensatz der Heiligen Alessia für Ruhmesgeschichten.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [4049] = { -["points"] = 10, -["name"] = "Wahrheitsspiegel", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Wahrheitsspiegel", ["description"] = "Schließt „Das Schicksal der Vergessenen Fürstin“ an der Goldstraße ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4050] = { -["points"] = 10, -["name"] = "Realitätsflicker", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Realitätsflicker", ["description"] = "Schließt die Quest „Im Gedenken an“ an der Goldstraße ab.", -["prevId"] = 0, ["Category_ID"] = 12, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4295] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 8, ["achievementIndex"] = 11, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Champion der Schanze der Abgeschiedenen", +["description"] = "Bewältigt die angegebenen Errungenschaften für die Schanze der Abgeschiedenen.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4052] = { -["points"] = 10, -["name"] = "Glashimmel-Champion", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 3, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Mirrormoor Mosaics", -["SubCategory_ID"] = 7, +["name"] = "Glashimmel-Champion", ["description"] = "Reist zu den Spiegelmoor-Mosaiken in den Westauen und besiegt die unten aufgeführten Vorstoß-Champions.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4053] = { -["points"] = 10, -["name"] = "Glashimmel-Verteidiger", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 4, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Mirrormoor Mosaics", -["SubCategory_ID"] = 7, +["name"] = "Glashimmel-Verteidiger", ["description"] = "Schließt die Spiegelmoor-Vorstöße an jedem der unten aufgeführten Mosaik-Standorte ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4054] = { -["points"] = 15, -["name"] = "Spiegelmoor-Vorstoß-Unterbrecher", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 6, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Mirrormoor Mosaics", -["SubCategory_ID"] = 7, +["name"] = "Spiegelmoor-Vorstoß-Unterbrecher", ["description"] = "Stört die unten aufgeführten Valkynaz-Rituale in der Wildnis um die Spiegelmoor-Mosaiken.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [4055] = { -["points"] = 5, -["name"] = "Fähigkeiten-Stilist: große Heilung", -["nextId"] = 4056, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 4055, ["Category"] = "Gold Road", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Fähigkeiten-Stilist: große Heilung", ["description"] = "Erhaltet und verwendet 10 Mosaik-Stilschnipsel von Spiegelmoor-Vorstößen bei Westauen-Mosaiken, um den Fähigkeitenstil „große Heilung, Fliederfarben“ freizuschalten.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 7, -["firstID"] = 4055, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 4056, } , [4056] = { -["points"] = 10, -["name"] = "Fähigkeiten-Stilist: Dämmerbrecher", -["nextId"] = 4149, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 4055, ["Category"] = "Gold Road", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Fähigkeiten-Stilist: Dämmerbrecher", ["description"] = "Erhaltet und verwendet 20 Mosaik-Stilschnipsel von Spiegelmoor-Vorstößen bei Westauen-Mosaiken, um den Fähigkeitenstil „Dämmerbrecher, Dämmerviolett“ freizuschalten.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 7, -["firstID"] = 4055, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 4149, } , [4057] = { -["points"] = 5, -["name"] = "Spiegelmoor-Vorstoß-Jäger", -["nextId"] = 4058, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 4057, ["Category"] = "Gold Road", ["SubCategory"] = "Mirrormoor Mosaics", -["SubCategory_ID"] = 7, +["name"] = "Spiegelmoor-Vorstoß-Jäger", ["description"] = "Reist zu einem Spiegelmoor-Mosaik und schließt Eure erste tägliche Vorstoß-Quest für Legionärin Jaida in den Westauen ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 2, -["firstID"] = 4057, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 4058, } , [4058] = { -["points"] = 10, -["name"] = "Spiegelmoor-Vorstoß-Vernichter", -["nextId"] = 4059, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 4057, ["Category"] = "Gold Road", ["SubCategory"] = "Mirrormoor Mosaics", -["SubCategory_ID"] = 7, +["name"] = "Spiegelmoor-Vorstoß-Vernichter", ["description"] = "Schließt 10 tägliche Spiegelmoor-Vorstoß-Quests für Legionärin Jaida in den Westauen ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 2, -["firstID"] = 4057, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 4059, } , [4059] = { -["points"] = 15, -["name"] = "Spiegelmoor-Vorstoß-Zerstörer", -["nextId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 4057, ["Category"] = "Gold Road", ["SubCategory"] = "Mirrormoor Mosaics", -["SubCategory_ID"] = 7, +["name"] = "Spiegelmoor-Vorstoß-Zerstörer", ["description"] = "Schließt 30 tägliche Spiegelmoor-Vorstoß-Quests für Legionärin Jaida in den Westauen ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 2, -["firstID"] = 4057, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4157] = { +["SubCategory_ID"] = 3, ["numCriteria"] = 1, +["achievementIndex"] = 31, +["firstID"] = 4157, +["Category"] = "Infinite Archive", +["SubCategory"] = "Exploration", +["name"] = "Geisterhafte Rache", +["description"] = "Schließt Eure erste Quest für Esalinwe im Endlosen Archiv ab.", +["Category_ID"] = 8, +["prevId"] = 0, +["points"] = 5, +["nextId"] = 4198, } , [4061] = { -["points"] = 10, -["name"] = "Interplanare Zugehörigkeit", -["nextId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Interplanare Zugehörigkeit", ["description"] = "Sichert den arkanen Knoten in der Luminit-Zitadelle (Veteranen), wobei immer mindestens 5 Gruppenmitglieder den Träger des Knotens unterstützen, mit Ausnahme des Moments, in dem der Knoten zersplittert.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4062] = { -["points"] = 15, -["name"] = "Endlos erfahren", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Endlos erfahren", ["description"] = "Erhaltet und verwendet 20 Archiv-Enigmen.", -["prevId"] = 0, ["Category_ID"] = 8, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [4063] = { -["points"] = 15, -["name"] = "Archivalisch erfahren", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Infinite Archive", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Archivalisch erfahren", ["description"] = "Erhaltet und verwendet 20 Archiv-Rätsel.", +["Category_ID"] = 8, ["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4156] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 2, +["achievementIndex"] = 5, +["firstID"] = 0, +["Category"] = "Infinite Archive", +["SubCategory"] = "Exploration", +["name"] = "Flink und fähig", +["description"] = "Begegnet Marodeur Bittog und Marodeur Zulfimbul im Endlosen Archiv und besiegt sie.", ["Category_ID"] = 8, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, +} +, +[4155] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 4, ["achievementIndex"] = 16, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Infinite Archive", +["SubCategory"] = "Exploration", +["name"] = "Kadaverkrieger", +["description"] = "Erhaltet erst alle Visionen des nekrotischen Sets und dann den Vers der Untoteninkarnation im Endlosen Archiv.", +["Category_ID"] = 8, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , -[4151] = { +[4154] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 10, +["achievementIndex"] = 12, +["firstID"] = 0, +["Category"] = "Infinite Archive", +["SubCategory"] = "Exploration", +["name"] = "Vorbereitete Weitsicht", +["description"] = "Erhaltet 10 bestimmte und einzigartige Visionen im Endlosen Archiv.", +["Category_ID"] = 8, +["prevId"] = 0, ["points"] = 10, -["name"] = "Überflieger", ["nextId"] = 0, +} +, +[4153] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 8, +["achievementIndex"] = 9, +["firstID"] = 0, +["Category"] = "Infinite Archive", +["SubCategory"] = "Exploration", +["name"] = "Begabt und erfolgreich", +["description"] = "Erhaltet 8 bestimmte und einzigartige Verse im Endlosen Archiv.", +["Category_ID"] = 8, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4152] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["achievementIndex"] = 3, +["firstID"] = 0, +["Category"] = "Infinite Archive", +["SubCategory"] = "General", +["name"] = "Siegreicher Kurator", +["description"] = "Bewältigt die angegebenen Errungenschaften im Endlosen Archiv.", +["Category_ID"] = 8, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4151] = { +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Überflieger", ["description"] = "Reist in der Luminit-Zitadelle (Veteranen) vom Boden des Turms der versunkenen Ruinen zur Spitze, ohne die Geisterlicht-Gestalt zu verlassen und ohne ein Siegel zu benutzen, um sie wieder aufzufüllen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4150] = { -["points"] = 15, -["name"] = "Längste Finger der Westauen", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Längste Finger der Westauen", ["description"] = "Erhaltet im Skingrad-Unterschlupf in den Westauen 20.000 Gold durch das Verkaufen von Gegenständen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [4149] = { -["points"] = 15, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 7, +["firstID"] = 4055, +["Category"] = "Gold Road", +["SubCategory"] = "General", ["name"] = "Fähigkeiten-Stilist: Meteor", +["description"] = "Erhaltet und verwendet 30 Mosaik-Stilschnipsel von Spiegelmoor-Vorstößen bei Westauen-Mosaiken, um den Fähigkeitenstil „Meteor, loderndes Orange“ freizuschalten.", +["Category_ID"] = 12, +["prevId"] = 0, +["points"] = 15, ["nextId"] = 0, -["Category"] = "Gold Road", +} +, +[4107] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Hundsschlächter", +["description"] = "Besiegt 200 Wölfe und Sumpfhunde in der Schanze der Abgeschiedenen (Veteranen).", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4250] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["achievementIndex"] = 10, +["firstID"] = 0, +["Category"] = "Fallen Banners", ["SubCategory"] = "General", +["name"] = "Doppelt aufgeladen", +["description"] = "Werdet im Kampf gegen Lewin Frey in Lep Seclusa 2-mal von „aufgeladener Schlag“ getroffen, während Ihr von „Ableiter“ betroffen seid.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4251] = { ["SubCategory_ID"] = 1, -["description"] = "Erhaltet und verwendet 30 Mosaik-Stilschnipsel von Spiegelmoor-Vorstößen bei Westauen-Mosaiken, um den Fähigkeitenstil „Meteor, loderndes Orange“ freizuschalten.", +["numCriteria"] = 1, +["achievementIndex"] = 11, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Belagerungsunterdrücker", +["description"] = "Zerstört in Lep Seclusa 10 Belagerungswaffen von Belagerungsmeister Malthoras.", +["Category_ID"] = 20, ["prevId"] = 0, -["Category_ID"] = 12, -["achievementIndex"] = 7, -["firstID"] = 4055, +["points"] = 10, +["nextId"] = 0, +} +, +[4252] = { +["SubCategory_ID"] = 1, ["numCriteria"] = 1, +["achievementIndex"] = 12, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Unversengte Stiefel", +["description"] = "Besiegt Flammentänzerin Ajim-Rei in Lep Seclusa, ohne dass ein Gruppenmitglied durch „häutende Flammen“ verbrannt wird.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , -[4079] = { +[4126] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 26, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Deserteurschlächter", +["description"] = "Besiegt 300 Deserteure in Lep Seclusa (Veteranen).", +["Category_ID"] = 20, +["prevId"] = 0, ["points"] = 10, -["name"] = "Den Schatten hingeben", ["nextId"] = 0, +} +, +[4127] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 27, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Kriegsbestienschlächter", +["description"] = "Besiegt 300 Kriegsbestien in Lep Seclusa (Veteranen).", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, +} +, +[4130] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Einmal mehr entthront", +["description"] = "Besiegt Orpheon den Taktiker in Lep Seclusa (Veteranen), nachdem Ihr das Herausforderungsbanner gehisst habt.", +["Category_ID"] = 20, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, +} +, +[4079] = { +["SubCategory_ID"] = 8, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Lucent Citadel", -["SubCategory_ID"] = 8, +["name"] = "Den Schatten hingeben", ["description"] = "Reinigt die Dunkelheit mit einer beliebigen Strahlenquelle in der Luminit-Zitadelle.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4080] = { -["points"] = 50, -["name"] = "Söldner der Goldstraße", -["nextId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 3, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 6, +["name"] = "Söldner der Goldstraße", ["description"] = "Schließt alle Errungenschaften zu täglichen Quests der Goldstraße ab.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4081] = { -["points"] = 50, -["name"] = "Echo des Tilgers", -["nextId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 2, +["achievementIndex"] = 26, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 5, +["name"] = "Echo des Tilgers", ["description"] = "Erhaltet und verwendet 25 Rudimente der Täuschung und 25 Rudimente der Grausamkeit, um das Andenken „Echo des Tilgers“ freizuschalten. Rudimente der Täuschung findet Ihr in Silorn und Rudimente der Grausamkeit in Westgrube.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4082] = { -["points"] = 15, -["name"] = "Rourken-Dampfschützer", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 2, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 4, +["name"] = "Rourken-Dampfschützer", ["description"] = "Erhaltet die Rourken-Dampfschützer in den Westauen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [4083] = { -["points"] = 15, -["name"] = "Kapuze der Schattenkönigin", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 3, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 4, +["name"] = "Kapuze der Schattenkönigin", ["description"] = "Erhaltet die Kapuze der Schattenkönigin in den Westauen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [4084] = { -["points"] = 15, -["name"] = "Der Heilige und die Verführerin", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 4, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 4, +["name"] = "Der Heilige und die Verführerin", ["description"] = "Erhaltet „Der Heilige und die Verführerin“ in den Westauen.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [4085] = { -["points"] = 15, -["name"] = "Ayleïdische Schmiedestelle", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, +["achievementIndex"] = 5, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 4, +["name"] = "Ayleïdische Schmiedestelle", ["description"] = "Erhaltet während Eurer Abenteuer in den Westauen die vom Antiquarenzirkel entdeckte ayleïdische Schmiedestelle.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 15, +["nextId"] = 0, } , [4086] = { -["points"] = 50, -["name"] = "Antiquitätenjagd: Westauen", -["nextId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 3, +["achievementIndex"] = 1, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Antiquities", -["SubCategory_ID"] = 4, +["name"] = "Antiquitätenjagd: Westauen", ["description"] = "Erhaltet während Eurer Abenteuer in den Westauen alle vom Antiquarenzirkel entdeckten mythischen Gegenstände.", -["prevId"] = 0, ["Category_ID"] = 12, -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["points"] = 50, +["nextId"] = 0, } , [4087] = { -["points"] = 10, -["name"] = "Katapultieren", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 14, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, -["description"] = "Erschafft eine Schriftlehre-Fertigkeit mit dem Grimoire „Katapultieren“.", -["prevId"] = 0, +["name"] = "Katapultieren", +["description"] = "Erschafft eine geschriebene Fähigkeit mit dem Grimoire „Katapultieren“.", ["Category_ID"] = 12, -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4088] = { -["points"] = 10, -["name"] = "Reisemesser", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 15, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, -["description"] = "Erschafft eine Schriftlehre-Fertigkeit mit dem Grimoire „Reisemesser“.", -["prevId"] = 0, +["name"] = "Reisemesser", +["description"] = "Erschafft eine geschriebene Fähigkeit mit dem Grimoire „Reisemesser“.", ["Category_ID"] = 12, -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4089] = { -["points"] = 10, -["name"] = "Schildwurf", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 16, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, -["description"] = "Erschafft eine Schriftlehre-Fertigkeit mit dem Grimoire „Schildwurf“.", -["prevId"] = 0, +["name"] = "Schildwurf", +["description"] = "Erschafft eine geschriebene Fähigkeit mit dem Grimoire „Schildwurf“.", ["Category_ID"] = 12, -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4090] = { -["points"] = 10, -["name"] = "Zerschmettern", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 17, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, -["description"] = "Erschafft eine Schriftlehre-Fertigkeit mit dem Grimoire „Zerschmettern“.", -["prevId"] = 0, +["name"] = "Zerschmettern", +["description"] = "Erschafft eine geschriebene Fähigkeit mit dem Grimoire „Zerschmettern“.", ["Category_ID"] = 12, -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4091] = { -["points"] = 10, -["name"] = "Elementare Explosion", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 18, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, -["description"] = "Erschafft eine Schriftlehre-Fertigkeit mit dem Grimoire „elementare Explosion“.", -["prevId"] = 0, +["name"] = "Elementare Explosion", +["description"] = "Erschafft eine geschriebene Fähigkeit mit dem Grimoire „elementare Explosion“.", ["Category_ID"] = 12, -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4092] = { -["points"] = 10, -["name"] = "Pfleger-Verbindung", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 19, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, -["description"] = "Erschafft eine Schriftlehre-Fertigkeit mit dem Grimoire „Pfleger-Verbindung“.", -["prevId"] = 0, +["name"] = "Pfleger-Verbindung", +["description"] = "Erschafft eine geschriebene Fähigkeit mit dem Grimoire „Pfleger-Verbindung“.", ["Category_ID"] = 12, -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4093] = { -["points"] = 10, -["name"] = "Ulfsilds Ausweichplan", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 20, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, -["description"] = "Erschafft eine Schriftlehre-Fertigkeit mit dem Grimoire „Ulfsilds Ausweichplan“.", -["prevId"] = 0, +["name"] = "Ulfsilds Ausweichplan", +["description"] = "Erschafft eine geschriebene Fähigkeit mit dem Grimoire „Ulfsilds Ausweichplan“.", ["Category_ID"] = 12, -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4094] = { -["points"] = 10, -["name"] = "Fackelträger", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 21, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, -["description"] = "Erschafft eine Schriftlehre-Fertigkeit mit dem Grimoire „Fackelträger“.", -["prevId"] = 0, +["name"] = "Fackelträger", +["description"] = "Erschafft eine geschriebene Fähigkeit mit dem Grimoire „Fackelträger“.", ["Category_ID"] = 12, -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , [4095] = { -["points"] = 10, -["name"] = "Seelenbruch", -["nextId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["achievementIndex"] = 22, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, -["description"] = "Erschafft eine Schriftlehre-Fertigkeit mit dem Grimoire „Seelenbruch“.", -["prevId"] = 0, +["name"] = "Seelenbruch", +["description"] = "Erschafft eine geschriebene Fähigkeit mit dem Grimoire „Seelenbruch“.", ["Category_ID"] = 12, -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["points"] = 10, +["nextId"] = 0, } , } diff --git a/data/de/de.lua b/data/de/de.lua index c524cde..ab49adc 100644 --- a/data/de/de.lua +++ b/data/de/de.lua @@ -147,6 +147,6 @@ L.box["DLC Group"] = "DLC Group" DLC_Names= {"Diebesgilde", "Dark Brotherhood", "Orsinium", "Kaiserstadt", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones", "Stadt der Uhrwerke", "Morrowind", "Sommersend", "Wolfhunter", "Trübmoor", "Elsweyr", "Dragonhold", "Scalebreaker", "Wrathstone", "Gramsturms", "Greymoor","Stonethorn","Markath", "Flames", "Blackwood", "Waking Flame", "Deadlands", -"Ascending", "High Isle", "Lost Depths", "Firesong", "Necrom", "Endless Archive","Scions of Ithelia", "Gold Road" +"Ascending", "High Isle", "Lost Depths", "Firesong", "Necrom", "Endless Archive","Scions of Ithelia", "Gold Road", "Fallen Banners" } diff --git a/data/en/en-data.lua b/data/en/en-data.lua index d937db6..548a103 100644 --- a/data/en/en-data.lua +++ b/data/en/en-data.lua @@ -1,40701 +1,41845 @@ --Obtained from the game, Don't edit. Ach_Detail ={ [4096] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Trample", ["description"] = "Create a Scribed Skill from the Trample Grimoire.", ["Category_ID"] = 12, -["name"] = "Trample", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 10, } , [4098] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Wield Soul", ["description"] = "Create a Scribed Skill from the Wield Soul Grimoire.", ["Category_ID"] = 12, -["name"] = "Wield Soul", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 25, +["points"] = 10, } , [4099] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "A Patrol to Last a Lifetime", ["description"] = "Complete the Scribing quest \"The Second Era of Scribing.\"", ["Category_ID"] = 12, -["name"] = "A Patrol to Last a Lifetime", +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [4100] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "The Responsibility of Power", ["description"] = "Complete the Scribing quest \"The Wing of the Indrik.\"", ["Category_ID"] = 12, -["name"] = "The Responsibility of Power", +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [4101] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Stay Buoyant, Be Joyous", ["description"] = "Complete the Scribing quest \"The Wing of the Netch.\"", ["Category_ID"] = 12, -["name"] = "Stay Buoyant, Be Joyous", +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [4102] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Feathered Knight, Furred Thief", ["description"] = "Complete the Scribing quest \"The Wing of the Gryphon.\"", ["Category_ID"] = 12, -["name"] = "Feathered Knight, Furred Thief", +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [4103] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "This One\'s a Puzzler", ["description"] = "Complete the Scribing quest \"The Wing of the Dragon.\"", ["Category_ID"] = 12, -["name"] = "This One\'s a Puzzler", +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [4104] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "Scribing", -["SubCategory_ID"] = 2, +["name"] = "Beyond the Locked Door", ["description"] = "Complete the final quest in the Scribing quest line.", ["Category_ID"] = 12, -["name"] = "Beyond the Locked Door", +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [4105] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Gold Road", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, +["name"] = "Savior of West Weald", ["description"] = "Complete quests, explore, acquire antiquities, and become the Savior of West Weald.", ["Category_ID"] = 12, -["name"] = "Savior of West Weald", +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, } , [11] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Elden Hollow I Vanquisher", ["description"] = "Defeat Akash gra-Mal, Chokethorn, and Canonreeve Oraneth in Elden Hollow I.", ["Category_ID"] = 4, -["name"] = "Elden Hollow I Vanquisher", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 10, } , -[28] = { -["points"] = 5, -["prevId"] = 0, +[4108] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, -["Category"] = "Quests", -["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, -["description"] = "Defeat Faolchu the Changeling and set the city of Camlorn free.", -["Category_ID"] = 7, -["name"] = "Faolchu\'s Bane", -["achievementIndex"] = 4, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Albus Slayer", +["description"] = "Defeat 200 Albus combatants in Veteran Exiled Redoubt.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , -[30] = { -["points"] = 5, -["prevId"] = 0, +[4109] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 3, ["nextId"] = 0, -["Category"] = "Quests", -["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, -["description"] = "Help the wyresses remove Angof\'s corruption from their sacred groves and the Wyrd Tree.", -["Category_ID"] = 7, -["name"] = "Wyrd Friend", -["achievementIndex"] = 6, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Exiled Redoubt Vanquisher", +["description"] = "Defeat Executioner Jerensi, Prime Sorcerer Vandorallen, and the Squall of Retribution in Exiled Redoubt.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , -[31] = { -["points"] = 5, -["prevId"] = 0, +[4110] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 3, ["nextId"] = 0, -["Category"] = "Quests", -["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, -["description"] = "Stop Angof the Gravesinger\'s necromantic plan to conquer Glenumbra.", -["Category_ID"] = 7, -["name"] = "Savior of Glenumbra", -["achievementIndex"] = 5, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Exiled Redoubt Conqueror", +["description"] = "Defeat Executioner Jerensi, Prime Sorcerer Vandorallen, and the Squall of Retribution in Veteran Exiled Redoubt.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , -[34] = { -["points"] = 50, -["prevId"] = 0, +[4111] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, -["Category"] = "Quests", -["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, -["description"] = "Complete 53 quests in Glenumbra.", -["Category_ID"] = 7, -["name"] = "Glenumbra Adventurer", -["achievementIndex"] = 2, ["firstID"] = 0, -["numCriteria"] = 1, -} -, -[52] = { -["points"] = 5, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Squall Silencer", +["description"] = "Defeat the Squall of Retribution after raising the Challenge Banner in Veteran Exiled Redoubt.", +["Category_ID"] = 20, ["prevId"] = 0, -["nextId"] = 53, -["Category"] = "Quests", -["name"] = "Quester", -["Category_ID"] = 7, -["description"] = "Complete 50 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", ["achievementIndex"] = 6, -["firstID"] = 52, -["numCriteria"] = 1, +["points"] = 50, } , -[53] = { -["points"] = 10, -["prevId"] = 0, -["nextId"] = 54, -["Category"] = "Quests", -["name"] = "Explorer", -["Category_ID"] = 7, -["description"] = "Complete 100 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", -["achievementIndex"] = 6, -["firstID"] = 52, +[4112] = { +["SubCategory_ID"] = 2, ["numCriteria"] = 1, -} -, -[54] = { -["points"] = 15, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Swift Hand of Justice", +["description"] = "Defeat all encounters in addition to Executioner Jerensi, Prime Sorcerer Vandorallen, and the Squall of Retribution within 25 minutes of entering Veteran Exiled Redoubt. Your timer starts upon engaging the first enemies.", +["Category_ID"] = 20, ["prevId"] = 0, -["nextId"] = 55, -["Category"] = "Quests", -["name"] = "Adventurer", -["Category_ID"] = 7, -["description"] = "Complete 250 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", -["achievementIndex"] = 6, -["firstID"] = 52, -["numCriteria"] = 1, +["achievementIndex"] = 8, +["points"] = 50, } , -[55] = { -["points"] = 15, -["prevId"] = 0, -["nextId"] = 56, -["Category"] = "Quests", -["name"] = "Master Adventurer", -["Category_ID"] = 7, -["description"] = "Complete 500 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", -["achievementIndex"] = 6, -["firstID"] = 52, +[4113] = { +["SubCategory_ID"] = 2, ["numCriteria"] = 1, -} -, -[56] = { -["points"] = 15, -["prevId"] = 0, ["nextId"] = 0, -["Category"] = "Quests", -["name"] = "Indomitable Adventurer", -["Category_ID"] = 7, -["description"] = "Complete 1000 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", -["achievementIndex"] = 6, -["firstID"] = 52, -["numCriteria"] = 1, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Leave No Ghosts", +["description"] = "Defeat all encounters in addition to Executioner Jerensi, Prime Sorcerer Vandorallen, and the Squall of Retribution in Veteran Exiled Redoubt without suffering a group member death.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 50, } , -[57] = { -["points"] = 50, -["prevId"] = 0, +[4114] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, -["Category"] = "Quests", -["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, -["description"] = "Complete 60 unique quests in Stormhaven.", -["Category_ID"] = 7, -["name"] = "Stormhaven Adventurer", -["achievementIndex"] = 7, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Exiled Redoubt Challenger", +["description"] = "Complete the listed achievements for Veteran Exiled Redoubt.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , -[58] = { -["points"] = 50, -["prevId"] = 0, +[4115] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, -["Category"] = "Quests", -["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, -["description"] = "Complete 42 unique quests in Rivenspire.", -["Category_ID"] = 7, -["name"] = "Rivenspire Adventurer", -["achievementIndex"] = 12, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Revenge Breaker", +["description"] = "Defeat all encounters in addition to Executioner Jerensi, Prime Sorcerer Vandorallen, and the Squall of Retribution after placing the Challenge Banners in Veteran Exiled Redoubt within 25 minutes without suffering a group member death.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 50, } , -[59] = { -["points"] = 50, -["prevId"] = 0, +[4116] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, -["Category"] = "Quests", -["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, -["description"] = "Complete 42 unique quests in Alik\'r Desert.", -["Category_ID"] = 7, -["name"] = "Alik\'r Desert Adventurer", -["achievementIndex"] = 17, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Evading Execution", +["description"] = "Defeat Executioner Jerensi without being hit by her spike traps in Veteran Exiled Redoubt.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 10, } , -[60] = { -["points"] = 50, -["prevId"] = 0, +[4118] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, -["Category"] = "Quests", -["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, -["description"] = "Complete 36 unique quests in Bangkorai.", -["Category_ID"] = 7, -["name"] = "Bangkorai Adventurer", -["achievementIndex"] = 22, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Rust Monster", +["description"] = "Freeze or disarm then kill 25 Iron Atronach Spiders during the fight with Prime Sorcerer Vandorallen in Exiled Redoubt.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , -[61] = { -["points"] = 50, -["prevId"] = 0, +[4119] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, -["Category"] = "Quests", -["name"] = "Hero of the Daggerfall Covenant", -["Category_ID"] = 7, -["description"] = "Complete all Daggerfall Covenant quest achievements.", -["achievementIndex"] = 3, ["firstID"] = 0, -["numCriteria"] = 5, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Shocking Rebound", +["description"] = "Use Prime Sorcerer Vandorallen\'s Storm Spear to deal 250,000 damage to enemies in Veteran Exiled Redoubt.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 10, } , -[78] = { -["points"] = 10, -["prevId"] = 0, +[4120] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, -["Category"] = "Dungeons", -["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, -["description"] = "Defeat Foreman Llothan, the Hive Lord, and the Sentinel of Rkugamz in Darkshade Caverns I.", -["Category_ID"] = 4, -["name"] = "Darkshade Caverns I Vanquisher", -["achievementIndex"] = 12, ["firstID"] = 0, -["numCriteria"] = 3, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Exposed to the Elements", +["description"] = "In a full 4-player group, after raising the Challenge Banner defeat the Squall of Retribution only after each member of your group has picked up one of every color of elemental orb in Veteran Exiled Redoubt.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 10, } , -[79] = { -["points"] = 10, -["prevId"] = 0, +[4121] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, -["Category"] = "Dungeons", -["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, -["description"] = "Defeat Investigator Garron, Varain Pellingare and Allene Pellingare in Wayrest Sewers I.", -["Category_ID"] = 4, -["name"] = "Wayrest Sewers I Vanquisher", -["achievementIndex"] = 14, ["firstID"] = 0, -["numCriteria"] = 3, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Return to Rest", +["description"] = "In one expedition into the Exiled Redoubt defeat Guard Captain Paratius, Docent Domitius, and Eliana Albus before defeating the Squall of Retribution.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , -[80] = { -["points"] = 10, -["prevId"] = 0, +[4122] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, -["Category"] = "Dungeons", -["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, -["description"] = "Defeat Archmaster Siniel, Death\'s Leviathan, and the Ilambris Twins in Crypt of Hearts I.", -["Category_ID"] = 4, -["name"] = "Crypt of Hearts I Vanquisher", -["achievementIndex"] = 19, ["firstID"] = 0, -["numCriteria"] = 4, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Forcibly Pardoned", +["description"] = "Defeat Executioner Jerensi after raising the Challenge Banner in Veteran Exiled Redoubt.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , -[81] = { -["points"] = 10, -["prevId"] = 0, +[4123] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, -["Category"] = "Dungeons", -["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, -["description"] = "Defeat Valaran Stormcaller, Stormfist, and Stormreeve Neidir in Tempest Island.", -["Category_ID"] = 4, -["name"] = "Tempest Island Vanquisher", -["achievementIndex"] = 21, ["firstID"] = 0, -["numCriteria"] = 3, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Arrogance\'s Remedy", +["description"] = "Defeat Prime Sorcerer Vandorallen after raising the Challenge Banner in Veteran Exiled Redoubt.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , -[145] = { -["points"] = 5, -["prevId"] = 0, +[28] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, -["description"] = "Stop the Reachmen from attacking Evermore.", +["name"] = "Faolchu\'s Bane", +["description"] = "Defeat Faolchu the Changeling and set the city of Camlorn free.", ["Category_ID"] = 7, -["name"] = "Evermore Defender", -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 5, } , -[146] = { -["points"] = 5, +[4125] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Life\'s for the Living", +["description"] = "Defeat Executioner Jerensi, Prime Sorcerer Vandorallen, and the Squall of Retribution after raising the Challenge Banner and without gaining the benefits from completing optional content in Veteran Exiled Redoubt.", +["Category_ID"] = 20, ["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 50, +} +, +[30] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, -["description"] = "Liberate the Bangkorai Garrison from the invaders.", +["name"] = "Wyrd Friend", +["description"] = "Help the wyresses remove Angof\'s corruption from their sacred groves and the Wyrd Tree.", ["Category_ID"] = 7, -["name"] = "Bangkorai Garrison Liberator", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 26, +["points"] = 5, } , -[147] = { -["points"] = 5, -["prevId"] = 0, +[31] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, -["description"] = "Rescue High King Emeric from the clutches of Septima Tharn.", +["name"] = "Savior of Glenumbra", +["description"] = "Stop Angof the Gravesinger\'s necromantic plan to conquer Glenumbra.", ["Category_ID"] = 7, -["name"] = "High King Emeric\'s Savior", -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 5, } , -[148] = { -["points"] = 5, -["prevId"] = 0, +[4128] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 3, ["nextId"] = 0, -["Category"] = "Exploration", -["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, -["description"] = "Kill the spriggan Woodblight at Blighted Isle.", -["Category_ID"] = 6, -["name"] = "Woodblight Killer", -["achievementIndex"] = 80, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Lep Seclusa Vanquisher", +["description"] = "Defeat Garvin the Tracker, Noriwen, and Orpheon the Tactician in Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , -[149] = { -["points"] = 5, -["prevId"] = 0, -["nextId"] = 0, -["Category"] = "Exploration", -["SubCategory"] = "Daggerfall Covenant", +[4129] = { ["SubCategory_ID"] = 2, -["description"] = "Kill Dayarrus the Xivilai at Arlimahera\'s Sanctum.", -["Category_ID"] = 6, -["name"] = "Dayarrus\' Deathbringer", -["achievementIndex"] = 32, +["numCriteria"] = 3, +["nextId"] = 0, ["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Lep Seclusa Conqueror", +["description"] = "Defeat Garvin the Tracker, Noriwen, and Orpheon the Tactician in Veteran Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 10, +} +, +[34] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Quests", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Glenumbra Adventurer", +["description"] = "Complete 53 quests in Glenumbra.", +["Category_ID"] = 7, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 50, +} +, +[4131] = { +["SubCategory_ID"] = 2, ["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Quick Deliverance", +["description"] = "Defeat all encounters including Garvin the Tracker, Noriwen, and Orpheon the Tactician within 25 minutes of entering Veteran Lep Seclusa. Your timer starts upon engaging the first enemies.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 50, } , -[150] = { +[4132] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Strike True", +["description"] = "Defeat all encounters including Garvin the Tracker, Noriwen, and Orpheon the Tactician in Veteran Lep Seclusa without suffering a group member death.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 50, +} +, +[4133] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 4, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Lep Seclusa Challenger", +["description"] = "Complete the listed achievements for Veteran Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 50, +} +, +[4134] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Sic Semper", +["description"] = "Defeat all encounters in addition to Garvin the Tracker, Noriwen, and Orpheon the Tactician after raising the Challenge Banner in Veteran Lep Seclusa within 25 minutes without suffering a group member death.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 50, +} +, +[4135] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Duneripper Demolisher", +["description"] = "Kill 5 Monstrous Dunerippers using Noxious Boulders during the fight with Garvin the Tracker in Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, +} +, +[4136] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Nipped in the Bud", +["description"] = "Defeat Garvin the Tracker without allowing him to place any traps in Veteran Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 28, +["points"] = 10, +} +, +[4137] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Siege Survivor", +["description"] = "Defeat Noriwen while under siege in Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, +} +, +[4138] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Unburnt and Unscathed", +["description"] = "Defeat Noriwen without any player getting hit by a Fire Line Blast from a Gryphon Bomber in Veteran Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 29, +["points"] = 10, +} +, +[4139] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Fight the Darkness", +["description"] = "Allow Orpheon the Tactician to become Enshrouded by his dark magic 3 times in one movement phase without experiencing a player death in Veteran Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 30, +["points"] = 10, +} +, +[4140] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Shielded Insurrection", +["description"] = "Defeat Orpheon the Tactician without any player being hit by an unblocked Arcane Void attack in Veteran Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 31, +["points"] = 10, +} +, +[4141] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Erase the Tracks", +["description"] = "Defeat Garvin the Tracker after raising the Challenge Banner in Veteran Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 50, +} +, +[4142] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Stay Grounded", +["description"] = "Defeat Noriwen after raising the Challenge Banner in Veteran Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 50, +} +, +[4143] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Slowed Not Stopped", +["description"] = "Defeat Orpheon the Tactician after being afflicted by Slow Descent and having your resources reduced to 25% or less in Veteran Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 32, +["points"] = 10, +} +, +[4144] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Tactical Recklessness", +["description"] = "Complete Lep Seclusa without being struck by siege, leaving Siege Master Malthoras alive.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, +} +, +[4146] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 2, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "Veteran", +["name"] = "Fallen Banners Delver", +["description"] = "Complete both Exiled Redoubt and Lep Seclusa on Veteran.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, +} +, +[4147] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 2, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Fallen Banners Scout", +["description"] = "Complete both Exiled Redoubt and Lep Seclusa on Normal.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 10, +} +, +[52] = { +["numCriteria"] = 1, +["nextId"] = 53, +["firstID"] = 52, +["Category"] = "Quests", +["name"] = "Quester", +["description"] = "Complete 50 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category_ID"] = 7, +["prevId"] = 0, +["achievementIndex"] = 2, ["points"] = 5, +} +, +[53] = { +["numCriteria"] = 1, +["nextId"] = 54, +["firstID"] = 52, +["Category"] = "Quests", +["name"] = "Explorer", +["description"] = "Complete 100 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category_ID"] = 7, +["prevId"] = 52, +["achievementIndex"] = 2, +["points"] = 10, +} +, +[54] = { +["numCriteria"] = 1, +["nextId"] = 55, +["firstID"] = 52, +["Category"] = "Quests", +["name"] = "Adventurer", +["description"] = "Complete 250 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category_ID"] = 7, +["prevId"] = 53, +["achievementIndex"] = 2, +["points"] = 15, +} +, +[55] = { +["numCriteria"] = 1, +["nextId"] = 56, +["firstID"] = 52, +["Category"] = "Quests", +["name"] = "Master Adventurer", +["description"] = "Complete 500 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category_ID"] = 7, +["prevId"] = 54, +["achievementIndex"] = 2, +["points"] = 15, +} +, +[56] = { +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 52, +["Category"] = "Quests", +["name"] = "Indomitable Adventurer", +["description"] = "Complete 1000 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category_ID"] = 7, +["prevId"] = 55, +["achievementIndex"] = 2, +["points"] = 15, +} +, +[57] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Quests", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Stormhaven Adventurer", +["description"] = "Complete 60 unique quests in Stormhaven.", +["Category_ID"] = 7, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 50, +} +, +[58] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Quests", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Rivenspire Adventurer", +["description"] = "Complete 42 unique quests in Rivenspire.", +["Category_ID"] = 7, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 50, +} +, +[59] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Quests", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Alik\'r Desert Adventurer", +["description"] = "Complete 42 unique quests in Alik\'r Desert.", +["Category_ID"] = 7, ["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, +} +, +[60] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Quests", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Bangkorai Adventurer", +["description"] = "Complete 36 unique quests in Bangkorai.", +["Category_ID"] = 7, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, +} +, +[61] = { +["numCriteria"] = 5, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Quests", +["name"] = "Hero of the Daggerfall Covenant", +["description"] = "Complete all Daggerfall Covenant quest achievements.", +["Category_ID"] = 7, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, +} +, +[4159] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Exile\'s Revenge Style Master", +["description"] = "Learn every chapter in the Exile\'s Revenge style book, found by defeating the final boss in Exiled Redoubt.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 50, +} +, +[4160] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 14, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Militant Monk Style Master", +["description"] = "Learn every chapter in the Militant Monk style book, found by defeating the final boss in Lep Seclusa.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 50, +} +, +[4170] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Aldmeri Dominion", +["name"] = "Defender of Auridon", +["description"] = "Defeat all six group bosses in Auridon.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 15, +} +, +[4171] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Aldmeri Dominion", +["name"] = "Defender of Grahtwood", +["description"] = "Defeat all six group bosses in Grahtwood.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 15, +} +, +[4172] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Aldmeri Dominion", +["name"] = "Defender of Greenshade", +["description"] = "Defeat all six group bosses in Greenshade.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, +} +, +[4173] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Aldmeri Dominion", +["name"] = "Defender of Malabal Tor", +["description"] = "Defeat all six group bosses in Malabal Tor.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 15, +} +, +[78] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Dungeons", +["SubCategory"] = "Group Dungeons", +["name"] = "Darkshade Caverns I Vanquisher", +["description"] = "Defeat Foreman Llothan, the Hive Lord, and the Sentinel of Rkugamz in Darkshade Caverns I.", +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 26, +["points"] = 10, +} +, +[79] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Dungeons", +["SubCategory"] = "Group Dungeons", +["name"] = "Wayrest Sewers I Vanquisher", +["description"] = "Defeat Investigator Garron, Varain Pellingare and Allene Pellingare in Wayrest Sewers I.", +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 10, +} +, +[80] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 4, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Dungeons", +["SubCategory"] = "Group Dungeons", +["name"] = "Crypt of Hearts I Vanquisher", +["description"] = "Defeat Archmaster Siniel, Death\'s Leviathan, and the Ilambris Twins in Crypt of Hearts I.", +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 10, +} +, +[81] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 3, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Dungeons", +["SubCategory"] = "Group Dungeons", +["name"] = "Tempest Island Vanquisher", +["description"] = "Defeat Valaran Stormcaller, Stormfist, and Stormreeve Neidir in Tempest Island.", +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, +} +, +[4178] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 6, +["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", +["name"] = "Defender of Alik\'r Desert", +["description"] = "Defeat all six group bosses in Alik\'r Desert.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 15, +} +, +[4179] = { ["SubCategory_ID"] = 2, -["description"] = "Kill the frost atronach monarch Nomeg Hyril at Nilata Falls.", +["numCriteria"] = 6, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Defender of Bangkorai", +["description"] = "Defeat all six group bosses in Bangkorai.", ["Category_ID"] = 6, -["name"] = "Nomeg Hyril\'s Executioner", -["achievementIndex"] = 57, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 15, +} +, +[4180] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Ebonheart Pact", +["name"] = "Defender of Stonefalls", +["description"] = "Defeat all six group bosses in Stonefalls.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 15, +} +, +[4181] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Ebonheart Pact", +["name"] = "Defender of Deshaan", +["description"] = "Defeat all six group bosses in Deshaan.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 15, +} +, +[4182] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Ebonheart Pact", +["name"] = "Defender of Shadowfen", +["description"] = "Defeat all six group bosses in Shadowfen.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, +} +, +[4183] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Ebonheart Pact", +["name"] = "Defender of Eastmarch", +["description"] = "Defeat all six group bosses in Eastmarch.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 15, +} +, +[4184] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 6, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Ebonheart Pact", +["name"] = "Defender of the Rift", +["description"] = "Defeat all six group bosses in the Rift.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 15, +} +, +[4185] = { +["SubCategory_ID"] = 4, +["numCriteria"] = 6, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Coldharbour", +["name"] = "Defender of Coldharbour", +["description"] = "Defeat all six group bosses in Coldharbour.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 15, +} +, +[4186] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 5, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Aldmeri Dominion", +["name"] = "Defender of the Aldmeri Dominion", +["description"] = "Defeat all 30 group bosses in the Aldmeri Dominion.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, +} +, +[4187] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 5, +["nextId"] = 0, ["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Defender of Daggerfall Covenant", +["description"] = "Defeat all 30 group bosses in the Daggerfall Covenant.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, +} +, +[4188] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 5, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Ebonheart Pact", +["name"] = "Defender of the Ebonheart Pact", +["description"] = "Defeat all 30 group bosses in the Ebonheart Pact.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, +} +, +[4198] = { +["SubCategory_ID"] = 3, ["numCriteria"] = 1, +["nextId"] = 4199, +["firstID"] = 4157, +["Category"] = "Infinite Archive", +["SubCategory"] = "Exploration", +["name"] = "Vindictive Dedication", +["description"] = "Complete 10 quests for Esalinwe in the Infinite Archive.", +["Category_ID"] = 8, +["prevId"] = 0, +["achievementIndex"] = 31, +["points"] = 10, } , -[151] = { +[4199] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 4157, +["Category"] = "Infinite Archive", +["SubCategory"] = "Exploration", +["name"] = "Infinite Avenger", +["description"] = "Complete 30 quests for Esalinwe in the Infinite Archive.", +["Category_ID"] = 8, +["prevId"] = 0, +["achievementIndex"] = 31, +["points"] = 15, +} +, +[4230] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Gold Road", +["SubCategory"] = "Scribing", +["name"] = "Grimoire: Banner Bearer", +["description"] = "Purchase the Banner Bearer grimoire from Chronicler Firandil at the Scholarium.", +["Category_ID"] = 12, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 5, +} +, +[4231] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Gold Road", +["SubCategory"] = "Scribing", +["name"] = "Banner Bearer", +["description"] = "Create a Scribed Skill from the Banner Bearer Grimoire.", +["Category_ID"] = 12, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 10, +} +, +[145] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Quests", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Evermore Defender", +["description"] = "Stop the Reachmen from attacking Evermore.", +["Category_ID"] = 7, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 5, +} +, +[146] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Quests", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Bangkorai Garrison Liberator", +["description"] = "Liberate the Bangkorai Garrison from the invaders.", +["Category_ID"] = 7, +["prevId"] = 0, +["achievementIndex"] = 4, ["points"] = 5, +} +, +[147] = { +["SubCategory_ID"] = 3, +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Quests", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "High King Emeric\'s Savior", +["description"] = "Rescue High King Emeric from the clutches of Septima Tharn.", +["Category_ID"] = 7, ["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, +} +, +[148] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", +["name"] = "Woodblight Killer", +["description"] = "Kill the spriggan Woodblight at Blighted Isle.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 5, +} +, +[149] = { ["SubCategory_ID"] = 2, -["description"] = "Kill the liches Qumehdi and Zaman at the Telesubi Ruins.", +["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Dayarrus\' Deathbringer", +["description"] = "Kill Dayarrus the Xivilai at Arlimahera\'s Sanctum.", ["Category_ID"] = 6, -["name"] = "Lich Butcher", -["achievementIndex"] = 51, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 5, +} +, +[150] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, +["nextId"] = 0, ["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Nomeg Hyril\'s Executioner", +["description"] = "Kill the frost atronach monarch Nomeg Hyril at Nilata Falls.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 5, +} +, +[151] = { +["SubCategory_ID"] = 2, ["numCriteria"] = 1, +["nextId"] = 0, +["firstID"] = 0, +["Category"] = "Exploration", +["SubCategory"] = "Daggerfall Covenant", +["name"] = "Lich Butcher", +["description"] = "Kill the liches Qumehdi and Zaman at the Telesubi Ruins.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 5, } , [152] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Summoner Slayer", ["description"] = "Kill the summoner Caecilia Attius and her Daedra minions at the Summoner\'s Camp.", ["Category_ID"] = 6, -["name"] = "Summoner Slayer", -["achievementIndex"] = 71, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 5, } , [153] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Wolf-Father Exorcist", ["description"] = "Destroy the ghost Garach Wolf-Father and his werewolf spirits at Lakewatch Tower.", ["Category_ID"] = 6, -["name"] = "Wolf-Father Exorcist", -["achievementIndex"] = 79, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 5, } , [154] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Dreamslayer", ["description"] = "Defeat the Omen of the Watchful Eye and lift the paranoia in Alcaire.", ["Category_ID"] = 7, -["name"] = "Dreamslayer", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 5, } , [155] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Spirit Warden Champion", ["description"] = "Return the Dream Shard to Pariah Abbey and restore peace to Menevia.", ["Category_ID"] = 7, -["name"] = "Spirit Warden Champion", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 5, } , [156] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Azura\'s Ally", ["description"] = "Defeat the Omen of Counting Stars and end the obsessions plaguing Gavaudon.", ["Category_ID"] = 7, -["name"] = "Azura\'s Ally", -["achievementIndex"] = 9, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 5, +} +, +[4253] = { +["SubCategory_ID"] = 1, +["numCriteria"] = 6, +["nextId"] = 0, ["firstID"] = 0, -["numCriteria"] = 1, +["Category"] = "Fallen Banners", +["SubCategory"] = "General", +["name"] = "Thorough Rescuer", +["description"] = "Find and speak with all the surviving Hel Netu throughout Lep Seclusa prior to defeating Orpheon the Tactician.", +["Category_ID"] = 20, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , [158] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Hatespinner Hunter", ["description"] = "Kill the giant spider, Aesar the Hatespinner, at Aesar\'s Web.", ["Category_ID"] = 6, -["name"] = "Hatespinner Hunter", -["achievementIndex"] = 44, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 62, +["points"] = 5, } , [159] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Menhir Hunter", ["description"] = "Kill the gargoyle, Menhir Stoneskin, at Valeguard Tower.", ["Category_ID"] = 6, -["name"] = "Menhir Hunter", -["achievementIndex"] = 54, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 63, +["points"] = 5, } , [160] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Darkblood Hunter", ["description"] = "Kill the necromancer, Louna Darkblood, at Old Kalgon\'s Keep.", ["Category_ID"] = 6, -["name"] = "Darkblood Hunter", -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 65, +["points"] = 5, } , [161] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Hag Hunter", ["description"] = "Kill the hag, Magdelena, at Magdelena\'s Haunt.", ["Category_ID"] = 6, -["name"] = "Hag Hunter", -["achievementIndex"] = 42, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 64, +["points"] = 5, } , [162] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Stroda\'s Assassin", ["description"] = "Kill the Orc, Stroda gra-Drom, at East-Rock Landing.", ["Category_ID"] = 6, -["name"] = "Stroda\'s Assassin", -["achievementIndex"] = 70, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 56, +["points"] = 5, } , [163] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Siren Hunter", ["description"] = "Kill the Nereid, Desuuga the Siren, at Siren\'s Cove.", ["Category_ID"] = 6, -["name"] = "Siren Hunter", -["achievementIndex"] = 68, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 55, +["points"] = 5, } , [176] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Glenumbra Cave Delver", ["description"] = "Discover and clear all six caves in Glenumbra.", ["Category_ID"] = 6, -["name"] = "Glenumbra Cave Delver", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 71, +["points"] = 15, } , [177] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Stormhaven Cave Delver", ["description"] = "Discover and clear all six caves in Stormhaven.", ["Category_ID"] = 6, -["name"] = "Stormhaven Cave Delver", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 50, +["points"] = 15, } , [178] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Rivenspire Cave Delver", ["description"] = "Discover and clear all six caves in Rivenspire.", ["Category_ID"] = 6, -["name"] = "Rivenspire Cave Delver", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 40, +["points"] = 15, } , [180] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Bangkorai Cave Delver", ["description"] = "Discover and clear all six caves in Bangkorai.", ["Category_ID"] = 6, -["name"] = "Bangkorai Cave Delver", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 15, } , [181] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Stonefalls Cave Delver", ["description"] = "Discover and clear all six caves in Stonefalls.", ["Category_ID"] = 6, -["name"] = "Stonefalls Cave Delver", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 66, +["points"] = 15, } , [184] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Skin-Stealer Destroyer", ["description"] = "Destroy the Dominion\'s ability to create Skin-Stealers.", ["Category_ID"] = 7, -["name"] = "Skin-Stealer Destroyer", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 5, } , [185] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Egg Protector", ["description"] = "Protect the Argonian eggs so a new generation can be born.", ["Category_ID"] = 7, -["name"] = "Egg Protector", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 5, } , [186] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Mnemic Egg Guardian", ["description"] = "Recover the Mnemic Egg from the Dominion.", ["Category_ID"] = 7, -["name"] = "Mnemic Egg Guardian", +["prevId"] = 0, ["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [187] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Haynekhtnamet Hunter", ["description"] = "Kill the wamasu champion Haynekhtnamet in its lair.", ["Category_ID"] = 6, -["name"] = "Haynekhtnamet Hunter", -["achievementIndex"] = 46, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 56, +["points"] = 5, } , [188] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Ogre Twin Tormentor", ["description"] = "Kill the ogre twins Argablog and Vlaga at Xal Thak.", ["Category_ID"] = 6, -["name"] = "Ogre Twin Tormentor", -["achievementIndex"] = 60, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 54, +["points"] = 5, } , [189] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Mummy Lord Murderer", ["description"] = "Kill the Ayleid Mummy Lord Talkynd at Nen Ria.", ["Category_ID"] = 6, -["name"] = "Mummy Lord Murderer", -["achievementIndex"] = 58, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 55, +["points"] = 5, } , [190] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Captain Bones Destroyer", ["description"] = "Defeat Captain Bones and his undead crew aboard the Captain\'s ship.", ["Category_ID"] = 6, -["name"] = "Captain Bones Destroyer", -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 40, +["points"] = 5, } , [191] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Urrai\'s Bane", ["description"] = "Kill the Daedroth Urrai at Bitterroot Cave.", ["Category_ID"] = 6, -["name"] = "Urrai\'s Bane", -["achievementIndex"] = 79, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 53, +["points"] = 5, } , [192] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Slave Lord\'s Ruination", ["description"] = "Kill the Slave Lord Rendrasa at the Slaver\'s Camp.", ["Category_ID"] = 6, -["name"] = "Slave Lord\'s Ruination", -["achievementIndex"] = 71, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 5, } , [193] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Shadowfen Cave Delver", ["description"] = "Discover and clear all six caves in Shadowfen.", ["Category_ID"] = 6, -["name"] = "Shadowfen Cave Delver", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 42, +["points"] = 15, } , [194] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 15, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Hero of Bleakrock", ["description"] = "Find Bleakrock\'s missing villagers and send them home.", ["Category_ID"] = 7, -["name"] = "Hero of Bleakrock", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 15, +["prevId"] = 0, +["achievementIndex"] = 26, +["points"] = 10, } , [195] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Strifeswarm Eradicator", ["description"] = "Kill the champion of the Strifeswarm kwama hive.", ["Category_ID"] = 6, -["name"] = "Strifeswarm Eradicator", -["achievementIndex"] = 75, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 79, +["points"] = 5, } , [196] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Memory Masher", ["description"] = "Enter the Cave of Memories and destroy the Ashlander Guardian.", ["Category_ID"] = 6, -["name"] = "Memory Masher", -["achievementIndex"] = 56, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 70, +["points"] = 5, } , [197] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Shellcracker", ["description"] = "Survive the mudcrabs of Shipwreck Strand and kill Shellcracker, the cannibal crab.", ["Category_ID"] = 6, -["name"] = "Shellcracker", -["achievementIndex"] = 67, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 76, +["points"] = 5, } , [198] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["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_ID"] = 6, -["name"] = "Dreugh Destroyer", -["achievementIndex"] = 36, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 78, +["points"] = 5, } , [199] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Saintly Slaughter", ["description"] = "Destroy the Golden Saint at the Shivering Shrine.", ["Category_ID"] = 6, -["name"] = "Saintly Slaughter", -["achievementIndex"] = 65, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 75, +["points"] = 5, } , [200] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Netch Wrangler", ["description"] = "Defeat the bull netch Ozzacha in Brahma\'s Grove.", ["Category_ID"] = 6, -["name"] = "Netch Wrangler", -["achievementIndex"] = 59, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 65, +["points"] = 5, } , [201] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Balreth\'s Bane", ["description"] = "Destroy Balreth and return the Brother of Strife to slumber.", ["Category_ID"] = 7, -["name"] = "Balreth\'s Bane", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 25, +["points"] = 5, } , [202] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Inner Sea Armature Explorer", ["description"] = "Explore and clear the Inner Sea Armature.", ["Category_ID"] = 6, -["name"] = "Inner Sea Armature Explorer", -["achievementIndex"] = 49, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 84, +["points"] = 10, } , [203] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, -["description"] = "Explore and clear Emberflint Mine.", -["Category_ID"] = 6, -["name"] = "Emberflint Mine Explorer", -["achievementIndex"] = 38, -["firstID"] = 0, -["numCriteria"] = 1, +["name"] = "Emberflint Mine Explorer", +["description"] = "Explore and clear Emberflint Mine.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 81, +["points"] = 10, } , [204] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "General Serien\'s Demise", ["description"] = "Slay General Serien and stop the Covenant invasion of Stonefalls.", ["Category_ID"] = 7, -["name"] = "General Serien\'s Demise", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 5, } , [205] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Mephala\'s Nest Explorer", ["description"] = "Explore and clear Mephala\'s Nest.", ["Category_ID"] = 6, -["name"] = "Mephala\'s Nest Explorer", -["achievementIndex"] = 57, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 83, +["points"] = 10, } , [206] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Hightide Hollow Explorer", ["description"] = "Explore and clear Hightide Hollow.", ["Category_ID"] = 6, -["name"] = "Hightide Hollow Explorer", -["achievementIndex"] = 47, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 82, +["points"] = 10, } , [207] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Softloam Cavern Explorer", ["description"] = "Explore and clear Softloam Cavern.", ["Category_ID"] = 6, -["name"] = "Softloam Cavern Explorer", -["achievementIndex"] = 73, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 69, +["points"] = 10, } , [208] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Sheogorath\'s Tongue Explorer", ["description"] = "Explore and clear Sheogorath\'s Tongue.", ["Category_ID"] = 6, -["name"] = "Sheogorath\'s Tongue Explorer", -["achievementIndex"] = 68, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 80, +["points"] = 10, } , [209] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Sadal\'s Overthrower", ["description"] = "Destroy Sadal and save Stonefalls.", ["Category_ID"] = 7, -["name"] = "Sadal\'s Overthrower", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 5, } , [210] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Rageclaw Hunter", ["description"] = "Kill the great werewolf, Rageclaw, at Rageclaw\'s Den.", ["Category_ID"] = 6, -["name"] = "Rageclaw Hunter", -["achievementIndex"] = 63, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 38, +["points"] = 5, } , [211] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Armene\'s Bane", ["description"] = "Kill the Breton necromancer, Vivien Armene, at the Dragon Mound.", ["Category_ID"] = 6, -["name"] = "Armene\'s Bane", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 36, +["points"] = 5, } , [212] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Ratmaster Crusher", ["description"] = "Kill the vampire, Olveidi the Ratmaster, at the Ratmaster\'s Prowl.", ["Category_ID"] = 6, -["name"] = "Ratmaster Crusher", -["achievementIndex"] = 64, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 33, +["points"] = 5, } , [213] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Mannskadi\'s Mauler", ["description"] = "Kill the wild mammoth, Mannskadi, at Dragon\'s Hallow.", ["Category_ID"] = 6, -["name"] = "Mannskadi\'s Mauler", -["achievementIndex"] = 55, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 27, +["points"] = 5, } , [214] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Ammabani Ambusher", ["description"] = "Kill the great sabre cat, Ammabani, at Ammabani\'s Pride.", ["Category_ID"] = 6, -["name"] = "Ammabani Ambusher", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 28, +["points"] = 5, } , [215] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Ilessan Tower Explorer", ["description"] = "Explore and clear Ilessan Tower.", ["Category_ID"] = 6, -["name"] = "Ilessan Tower Explorer", -["achievementIndex"] = 46, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 81, +["points"] = 10, } , [216] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Silumm Explorer", ["description"] = "Explore and clear Silumm.", ["Category_ID"] = 6, -["name"] = "Silumm Explorer", -["achievementIndex"] = 67, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 82, +["points"] = 10, } , [217] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Enduum Explorer", ["description"] = "Explore and clear Enduum.", ["Category_ID"] = 6, -["name"] = "Enduum Explorer", -["achievementIndex"] = 36, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 72, +["points"] = 10, } , [218] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Mines of Khuras Explorer", ["description"] = "Explore and clear the Mines of Khuras.", ["Category_ID"] = 6, -["name"] = "Mines of Khuras Explorer", -["achievementIndex"] = 55, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 79, +["points"] = 10, } , [219] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Ebon Crypt Explorer", ["description"] = "Explore and clear the Ebon Crypt.", ["Category_ID"] = 6, -["name"] = "Ebon Crypt Explorer", -["achievementIndex"] = 35, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 76, +["points"] = 10, } , [220] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Cryptwatch Fort Explorer", ["description"] = "Explore and clear Cryptwatch Fort.", ["Category_ID"] = 6, -["name"] = "Cryptwatch Fort Explorer", -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 77, +["points"] = 10, } , [221] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Portdun Watch Explorer", ["description"] = "Explore and clear Portdun Watch.", ["Category_ID"] = 6, -["name"] = "Portdun Watch Explorer", -["achievementIndex"] = 62, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 66, +["points"] = 10, } , [222] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Koeglin Mine Explorer", ["description"] = "Explore and clear Koeglin Mine.", ["Category_ID"] = 6, -["name"] = "Koeglin Mine Explorer", -["achievementIndex"] = 48, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 67, +["points"] = 10, } , [223] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Pariah Catacombs Explorer", ["description"] = "Explore and clear the Pariah Catacombs.", ["Category_ID"] = 6, -["name"] = "Pariah Catacombs Explorer", +["prevId"] = 0, ["achievementIndex"] = 61, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [224] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Farangel\'s Delve Explorer", ["description"] = "Explore and clear Farangel\'s Delve.", ["Category_ID"] = 6, -["name"] = "Farangel\'s Delve Explorer", -["achievementIndex"] = 38, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 54, +["points"] = 10, } , [225] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Bearclaw Mine Explorer", ["description"] = "Explore and clear the Bearclaw Mine.", ["Category_ID"] = 6, -["name"] = "Bearclaw Mine Explorer", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 51, +["points"] = 10, } , [226] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Norvulk Ruins Explorer", ["description"] = "Explore and clear the Norvulk Ruins.", ["Category_ID"] = 6, -["name"] = "Norvulk Ruins Explorer", -["achievementIndex"] = 58, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 53, +["points"] = 10, } , [227] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Crestshade Mine Explorer", ["description"] = "Explore and clear Crestshade Mine.", ["Category_ID"] = 6, -["name"] = "Crestshade Mine Explorer", -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 43, +["points"] = 10, } , [228] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Flyleaf Catacombs Explorer", ["description"] = "Explore and clear the Flyleaf Catacombs.", ["Category_ID"] = 6, -["name"] = "Flyleaf Catacombs Explorer", -["achievementIndex"] = 39, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 45, +["points"] = 10, } , [229] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Tribulation Crypt Explorer", ["description"] = "Explore and clear the Tribulation Crypt.", ["Category_ID"] = 6, -["name"] = "Tribulation Crypt Explorer", -["achievementIndex"] = 75, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 46, +["points"] = 10, } , [230] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Orc\'s Finger Ruins Explorer", ["description"] = "Explore and clear Orc\'s Finger Ruins.", ["Category_ID"] = 6, -["name"] = "Orc\'s Finger Ruins Explorer", -["achievementIndex"] = 60, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 42, +["points"] = 10, } , [231] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Erokii Ruins Explorer", ["description"] = "Explore and clear the Erokii Ruins.", ["Category_ID"] = 6, -["name"] = "Erokii Ruins Explorer", -["achievementIndex"] = 37, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 47, +["points"] = 10, } , [232] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Hildune\'s Secret Refuge Explorer", ["description"] = "Explore and clear Hildune\'s Secret Refuge.", ["Category_ID"] = 6, -["name"] = "Hildune\'s Secret Refuge Explorer", -["achievementIndex"] = 45, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 44, +["points"] = 10, } , [245] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Atanaz Ruins Explorer", ["description"] = "Explore and clear the Atanaz Ruins.", ["Category_ID"] = 6, -["name"] = "Atanaz Ruins Explorer", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 44, +["points"] = 10, } , [246] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Broken Tusk Explorer", ["description"] = "Explore and clear Broken Tusk.", ["Category_ID"] = 6, -["name"] = "Broken Tusk Explorer", -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 45, +["points"] = 10, } , [247] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Chid-Moska Ruins Explorer", ["description"] = "Explore and clear the Chid-Moska Ruins.", ["Category_ID"] = 6, -["name"] = "Chid-Moska Ruins Explorer", -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 52, +["points"] = 10, } , [248] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Gandranen Explorer", ["description"] = "Explore and clear Gandranen.", ["Category_ID"] = 6, -["name"] = "Gandranen Explorer", -["achievementIndex"] = 43, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 48, +["points"] = 10, } , [249] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Onkobra Kwama Mine Explorer", ["description"] = "Explore and clear the Onkobra Kwama Mine.", ["Category_ID"] = 6, -["name"] = "Onkobra Kwama Mine Explorer", -["achievementIndex"] = 62, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 43, +["points"] = 10, } , [250] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Black Maw Shrine Explorer", ["description"] = "Explore and clear the Shrine of the Black Maw.", ["Category_ID"] = 6, -["name"] = "Black Maw Shrine Explorer", -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 47, +["points"] = 10, } , [251] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Chill Hollow Explorer", ["description"] = "Explore and clear the Chill Hollow.", ["Category_ID"] = 6, -["name"] = "Chill Hollow Explorer", -["achievementIndex"] = 34, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 39, +["points"] = 10, } , [252] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Icehammer\'s Vault Explorer", ["description"] = "Explore and clear Icehammer\'s Vault.", ["Category_ID"] = 6, -["name"] = "Icehammer\'s Vault Explorer", -["achievementIndex"] = 48, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 37, +["points"] = 10, } , [253] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Old Sord\'s Cave Explorer", ["description"] = "Explore and clear Old Sord\'s Cave.", ["Category_ID"] = 6, -["name"] = "Old Sord\'s Cave Explorer", -["achievementIndex"] = 61, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 32, +["points"] = 10, } , [254] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Frigid Grotto Explorer", ["description"] = "Explore and clear the Frigid Grotto.", ["Category_ID"] = 6, -["name"] = "Frigid Grotto Explorer", -["achievementIndex"] = 41, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 35, +["points"] = 10, } , [255] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Stormcrag Crypt Explorer", ["description"] = "Explore and clear Stormcrag Crypt.", ["Category_ID"] = 6, -["name"] = "Stormcrag Crypt Explorer", -["achievementIndex"] = 74, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 31, +["points"] = 10, } , [256] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Bastard\'s Tomb Explorer", ["description"] = "Explore and clear the Bastard\'s Tomb.", ["Category_ID"] = 6, -["name"] = "Bastard\'s Tomb Explorer", -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 30, +["points"] = 10, } , [257] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Beralagr Hunter", ["description"] = "Kill the great bear, Beralagr, at Swiftblade\'s Camp.", ["Category_ID"] = 6, -["name"] = "Beralagr Hunter", -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 25, +["points"] = 5, } , [258] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Drowned Horde Decimator", ["description"] = "Destroy Thjormar and the Drowned Horde at Bitterpoint Strand.", ["Category_ID"] = 6, -["name"] = "Drowned Horde Decimator", -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 38, +["points"] = 5, } , [259] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Dugan\'s Demolisher", ["description"] = "Kill the Orc reaver Dugan the Red.", ["Category_ID"] = 6, -["name"] = "Dugan\'s Demolisher", -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 36, +["points"] = 5, } , [260] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Bone Grappler\'s Bane", ["description"] = "Kill the strangler Bone Grappler in its nest.", ["Category_ID"] = 6, -["name"] = "Bone Grappler\'s Bane", -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 32, +["points"] = 5, } , [261] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Tallatta\'s Annihilator", ["description"] = "Kill the Nereid queen Tallatta the Lustrous in the Jagged Grotto.", ["Category_ID"] = 6, -["name"] = "Tallatta\'s Annihilator", -["achievementIndex"] = 68, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 28, +["points"] = 5, } , [262] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Skullbreaker", ["description"] = "Kill Skullbreaker the sea troll at Windshriek Strand.", ["Category_ID"] = 6, -["name"] = "Skullbreaker", -["achievementIndex"] = 65, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 5, } , [263] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Green Vanquisher", ["description"] = "Kill Commander Faldethil of the Green Hunters at River Edge.", ["Category_ID"] = 6, -["name"] = "Green Vanquisher", -["achievementIndex"] = 39, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 30, +["points"] = 5, } , [264] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Lady Llarel\'s Shelter Explorer", ["description"] = "Explore and clear Lady Llarel\'s Shelter.", ["Category_ID"] = 6, -["name"] = "Lady Llarel\'s Shelter Explorer", -["achievementIndex"] = 52, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 77, +["points"] = 10, } , [265] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Lower Bthanual Explorer", ["description"] = "Explore and clear the ruins of Lower Bthanual.", ["Category_ID"] = 6, -["name"] = "Lower Bthanual Explorer", -["achievementIndex"] = 53, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 73, +["points"] = 10, } , [266] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Triple Circle Mine Explorer", ["description"] = "Explore and clear the Triple Circle Mine.", ["Category_ID"] = 6, -["name"] = "Triple Circle Mine Explorer", -["achievementIndex"] = 77, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 67, +["points"] = 10, } , [267] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Taleon\'s Crag Explorer", ["description"] = "Explore and clear Taleon\'s Crag.", ["Category_ID"] = 6, -["name"] = "Taleon\'s Crag Explorer", -["achievementIndex"] = 76, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 71, +["points"] = 10, } , [268] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Knife Ear Grotto Explorer", ["description"] = "Explore and clear Knife Ear Grotto.", ["Category_ID"] = 6, -["name"] = "Knife Ear Grotto Explorer", -["achievementIndex"] = 51, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 68, +["points"] = 10, } , [269] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Corpse Garden Explorer", ["description"] = "Explore and clear the Corpse Garden.", ["Category_ID"] = 6, -["name"] = "Corpse Garden Explorer", -["achievementIndex"] = 35, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 61, +["points"] = 10, } , [270] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Deshaan Cave Delver", ["description"] = "Discover and clear all six caves in Deshaan.", ["Category_ID"] = 6, -["name"] = "Deshaan Cave Delver", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 58, +["points"] = 15, } , [272] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Arx Corinium Vanquisher", ["description"] = "Defeat Ganakton the Tempest, Sliklenia the Songstress, and Sellistrix the Lamia Queen in Arx Corinium.", ["Category_ID"] = 4, -["name"] = "Arx Corinium Vanquisher", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 10, } , [274] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Dead Man\'s Drop Explorer", ["description"] = "Explore and clear Dead Man\'s Drop.", ["Category_ID"] = 6, -["name"] = "Dead Man\'s Drop Explorer", -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 37, +["points"] = 10, } , [275] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Short-Tusk Hunter", ["description"] = "Kill the giant kagouti, Short-Tusk, at Short-Tusk\'s Hillock.", ["Category_ID"] = 6, -["name"] = "Short-Tusk Hunter", -["achievementIndex"] = 69, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 64, +["points"] = 5, } , [276] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Abomination Slayer", ["description"] = "Kill the corpse husk, the Abomination, at the Grove of the Abomination.", ["Category_ID"] = 6, -["name"] = "Abomination Slayer", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 74, +["points"] = 5, } , [277] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Sharpfang Killer", ["description"] = "Kill the giant troll, Sharpfang, at the Dire Bramblepatch.", ["Category_ID"] = 6, -["name"] = "Sharpfang Killer", -["achievementIndex"] = 66, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 57, +["points"] = 5, } , [278] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Mabrigash Shade Destroyer", ["description"] = "Destroy the Mabrigash Shade at the Mabrigash Burial Circle.", ["Category_ID"] = 6, -["name"] = "Mabrigash Shade Destroyer", -["achievementIndex"] = 54, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 63, +["points"] = 5, } , [279] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Druitularg\'s Bane", ["description"] = "Kill the Dremora ritualist, Druitularg, at Druitularg\'s Ritual Altar.", ["Category_ID"] = 6, -["name"] = "Druitularg\'s Bane", -["achievementIndex"] = 37, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 60, +["points"] = 5, } , [280] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Bittergreen Obliterator", ["description"] = "Kill the giant guar, Bittergreen the Wild, at Caravan Crest.", ["Category_ID"] = 6, -["name"] = "Bittergreen Obliterator", -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 59, +["points"] = 5, } , [281] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Black Vine Ruins Explorer", ["description"] = "Explore and clear the Black Vine Ruins.", ["Category_ID"] = 6, -["name"] = "Black Vine Ruins Explorer", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 31, +["points"] = 10, } , [282] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Roots of Silvenar Explorer", ["description"] = "Explore and clear the Roots of Silvenar.", ["Category_ID"] = 6, -["name"] = "Roots of Silvenar Explorer", -["achievementIndex"] = 58, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 29, +["points"] = 10, } , [283] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Hound Hinderer", ["description"] = "Uncover the Hound\'s Plan to lure the Green Lady to Silvenar.", ["Category_ID"] = 7, -["name"] = "Hound Hinderer", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 5, } , [284] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Silvenar\'s Friend", ["description"] = "Save the Silvenar from his captors.", ["Category_ID"] = 7, -["name"] = "Silvenar\'s Friend", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 5, } , [285] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Hero of Frond and Leaf", ["description"] = "Unite the Silvenar with the Green Lady.", ["Category_ID"] = 7, -["name"] = "Hero of Frond and Leaf", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 5, } , [286] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Shael Ruins Explorer", ["description"] = "Explore and clear the Shael Ruins.", ["Category_ID"] = 6, -["name"] = "Shael Ruins Explorer", -["achievementIndex"] = 62, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 33, +["points"] = 10, } , [287] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Auridon Cave Delver", ["description"] = "Discover and clear all six caves in Auridon.", ["Category_ID"] = 6, -["name"] = "Auridon Cave Delver", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 70, +["points"] = 15, } , [288] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Del\'s Claim Explorer", ["description"] = "Explore and clear Del\'s Claim.", ["Category_ID"] = 6, -["name"] = "Del\'s Claim Explorer", -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 83, +["points"] = 10, } , [289] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Ondil Explorer", ["description"] = "Explore and clear Ondil.", ["Category_ID"] = 6, -["name"] = "Ondil Explorer", -["achievementIndex"] = 55, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 80, +["points"] = 10, } , [290] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Entila\'s Folly Explorer", ["description"] = "Explore and clear Entila\'s Folly.", ["Category_ID"] = 6, -["name"] = "Entila\'s Folly Explorer", -["achievementIndex"] = 34, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 79, +["points"] = 10, } , [291] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Wansalen Explorer", ["description"] = "Explore and clear Wansalen.", ["Category_ID"] = 6, -["name"] = "Wansalen Explorer", -["achievementIndex"] = 75, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 78, +["points"] = 10, } , [292] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Mehrunes\' Spite Explorer", ["description"] = "Explore and clear Mehrunes\' Spite.", ["Category_ID"] = 6, -["name"] = "Mehrunes\' Spite Explorer", -["achievementIndex"] = 47, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 71, +["points"] = 10, } , [293] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Bewan Explorer", ["description"] = "Explore and clear Bewan.", ["Category_ID"] = 6, -["name"] = "Bewan Explorer", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 76, +["points"] = 10, } , [294] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Fungal Grotto I Vanquisher", ["description"] = "Defeat the Goblin War Chief and the Dreugh King in Fungal Grotto I.", ["Category_ID"] = 4, -["name"] = "Fungal Grotto I Vanquisher", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 27, +["points"] = 10, } , [296] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Malabal Tor Cave Delver", ["description"] = "Discover and clear all six caves in Malabal Tor.", ["Category_ID"] = 6, -["name"] = "Malabal Tor Cave Delver", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 27, +["points"] = 15, } , [297] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Tomb of the Apostates Explorer", ["description"] = "Explore and clear the Tomb of the Apostates.", ["Category_ID"] = 6, -["name"] = "Tomb of the Apostates Explorer", -["achievementIndex"] = 71, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 35, +["points"] = 10, } , [298] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Hoarvor Pit Explorer", ["description"] = "Explore and clear the Hoarvor Pit.", ["Category_ID"] = 6, -["name"] = "Hoarvor Pit Explorer", -["achievementIndex"] = 42, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 34, +["points"] = 10, } , [299] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sanguine\'s Demesne Vanquisher", ["description"] = "Defeat three of the champions in Sanguine\'s Demesne.", ["Category_ID"] = 4, -["name"] = "Sanguine\'s Demesne Vanquisher", -["achievementIndex"] = 48, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 37, +["points"] = 10, } , [300] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sanguine\'s Demesne Conqueror", ["description"] = "Defeat all six champions in Sanguine\'s Demesne.", ["Category_ID"] = 4, -["name"] = "Sanguine\'s Demesne Conqueror", -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 50, } , [301] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Spindleclutch I Vanquisher", ["description"] = "Defeat the Swarm Mother and the Whisperer in Spindleclutch I.", ["Category_ID"] = 4, -["name"] = "Spindleclutch I Vanquisher", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 10, } , [303] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Torturers\' Demise", ["description"] = "Defeat Kathutet, Amkaos, and Ranyu, Molag Bal\'s torturers, at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Torturers\' Demise", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [304] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Ogrim Brother Subjugator", ["description"] = "Defeat Glut, Hogshead, and Stumble, the three Ogrim Brothers, at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Ogrim Brother Subjugator", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 10, } , [305] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Dremora Pirate Slayer", ["description"] = "Defeat Velehk Sain, the Dremora pirate, at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Dremora Pirate Slayer", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 10, } , [306] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Traveling Dremora Slayer", ["description"] = "Defeat Methats, Vonshala, and Sumeer, the Dremora travelers, at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Traveling Dremora Slayer", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 10, } , [307] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Favored Daedroth Destroyer", ["description"] = "Defeat Menta Na, Molag Bal\'s most favored Daedroth, at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Favored Daedroth Destroyer", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 10, } , [308] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Closer of the Ever-Open Eye", ["description"] = "Defeat Yggmanei the Ever-Open Eye, Molag Bal\'s greatest spy, at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Closer of the Ever-Open Eye", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [309] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Hrelvesuu\'s Bane", ["description"] = "Defeat the Daedroth Hrelvesuu at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Hrelvesuu\'s Bane", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 10, } , [310] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Devourer of Souls Subverter", ["description"] = "Defeat Rhagothan, the Devourer of Souls, at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Devourer of Souls Subverter", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 10, } , [311] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Frost Lord Destroyer", ["description"] = "Defeat Nomeg Haga, the giant Frost Atronach of Coldharbour, at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Frost Lord Destroyer", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 10, } , [312] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Storm Lord Destroyer", ["description"] = "Defeat Zymel Hriz, the giant Storm Atronach of Coldharbour, at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Storm Lord Destroyer", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 10, } , [313] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Xivilai Slavemaster Destroyer", ["description"] = "Defeat Anaxes and Medrike, the Xivilai torturers, at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Xivilai Slavemaster Destroyer", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [314] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Seductive Sister Destroyer", ["description"] = "Defeat Vika, Dylora, and Jansa, the Dark Seducer sisters, at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Seductive Sister Destroyer", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [315] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Verkarth Vampire Destroyer", ["description"] = "Defeat King Styriche of Verkarth and his companions, Fangaril and Zayzahad, at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Verkarth Vampire Destroyer", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 10, } , [316] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Crescent Dremora Destroyer", ["description"] = "Defeat Lord Dregas Volar, the holder of the Daedric Crescent, at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Crescent Dremora Destroyer", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 10, } , [317] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Mournhold Lich Destroyer", ["description"] = "Defeat Gedna Relvel, the Lich of Mournhold, at a Dark Anchor.", ["Category_ID"] = 6, -["name"] = "Mournhold Lich Destroyer", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , [318] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 16, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "General Executioner", ["description"] = "Destroy all of Molag Bal\'s generals that appear at the Dark Anchors.", ["Category_ID"] = 6, -["name"] = "General Executioner", +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 16, +["points"] = 50, } , [322] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Chainbreaker", ["description"] = "Release the Dark Anchor pinions to send the chains back to Coldharbour.", ["Category_ID"] = 6, -["name"] = "Chainbreaker", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [324] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 619, +["firstID"] = 324, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Anchor Destroyer", ["description"] = "Destroy 10 Dark Anchors from Coldharbour.", ["Category_ID"] = 6, -["name"] = "Anchor Destroyer", -["achievementIndex"] = 7, -["firstID"] = 324, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [325] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Banished Cells I Vanquisher", ["description"] = "Defeat Shadowrend and High Kinlord Rilis in Banished Cells I.", ["Category_ID"] = 4, -["name"] = "Banished Cells I Vanquisher", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 10, } , [328] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "The Rift Cave Delver", ["description"] = "Discover and clear all six caves in the Rift.", ["Category_ID"] = 6, -["name"] = "The Rift Cave Delver", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 15, } , [329] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Faldar\'s Tooth Explorer", ["description"] = "Explore and clear Faldar\'s Tooth.", ["Category_ID"] = 6, -["name"] = "Faldar\'s Tooth Explorer", -["achievementIndex"] = 39, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 10, } , [330] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Broken Helm Hollow Explorer", ["description"] = "Explore and clear Broken Helm Hollow.", ["Category_ID"] = 6, -["name"] = "Broken Helm Hollow Explorer", -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , [331] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Avanchnzel Explorer", ["description"] = "Explore and clear Avanchnzel.", ["Category_ID"] = 6, -["name"] = "Avanchnzel Explorer", -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 10, } , [332] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Fort Greenwall Explorer", ["description"] = "Explore and clear Fort Greenwall.", ["Category_ID"] = 6, -["name"] = "Fort Greenwall Explorer", -["achievementIndex"] = 40, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 10, } , [333] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Shroud Hearth Barrow Explorer", ["description"] = "Explore and clear Shroud Hearth Barrow.", ["Category_ID"] = 6, -["name"] = "Shroud Hearth Barrow Explorer", -["achievementIndex"] = 70, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 10, } , [334] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Snapleg Cave Explorer", ["description"] = "Explore and clear Snapleg Cave.", ["Category_ID"] = 6, -["name"] = "Snapleg Cave Explorer", -["achievementIndex"] = 72, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 10, } , [335] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Reach Crusher", ["description"] = "Crush the Reach\'s presence in the Rift.", ["Category_ID"] = 7, -["name"] = "Reach Crusher", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 5, } , [336] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Wormsquasher", ["description"] = "Defeat Thallik Wormfather and scatter the Worm Cult.", ["Category_ID"] = 7, -["name"] = "Wormsquasher", -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 5, } , [337] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Ysgramor\'s Prodigy", ["description"] = "Return Sinmur to his grave.", ["Category_ID"] = 7, -["name"] = "Ysgramor\'s Prodigy", -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [340] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Fungal Grotto II Assassin", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 50, } , [342] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["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_ID"] = 5, -["name"] = "Fearless Assaulter", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 50, } , [343] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Fungal Grotto II Conqueror", -["Category_ID"] = 5, ["description"] = "Defeat Gamyne Bandu, the Spawn of Mephala, and Vila Theran in Veteran Fungal Grotto II.", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 3, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 10, } , [345] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Khajiiti Hunters\' Bane", ["description"] = "Defeat Indur-sa and the Khajiiti Hunters at the Hunter Camp.", ["Category_ID"] = 6, -["name"] = "Khajiiti Hunters\' Bane", -["achievementIndex"] = 50, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 5, } , [346] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Troll Killer", ["description"] = "Defeat the trolls, Frostdrool and Sleetclaw, at the Troll Cave.", ["Category_ID"] = 6, -["name"] = "Troll Killer", -["achievementIndex"] = 78, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 5, } , [347] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Frost Atronach Destroyer", ["description"] = "Defeat the Frost Atronach, Nomeg Rine, at the Frozen Ruins.", ["Category_ID"] = 6, -["name"] = "Frost Atronach Destroyer", -["achievementIndex"] = 42, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 5, } , [348] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Ghost Banisher", ["description"] = "Put Ghoragham to rest at Angarvunde Mound.", ["Category_ID"] = 6, -["name"] = "Ghost Banisher", -["achievementIndex"] = 44, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 5, } , [349] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Giant Slayer", ["description"] = "Defeat Longstride the Giant and his Mammoth at the Giant Camp.", ["Category_ID"] = 6, -["name"] = "Giant Slayer", -["achievementIndex"] = 45, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 5, } , [350] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Wispmother Vanquisher", ["description"] = "Banish Aereus the Wispmother from Wisplight Glen.", ["Category_ID"] = 6, -["name"] = "Wispmother Vanquisher", -["achievementIndex"] = 80, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 5, } , [351] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Marines Avenger", ["description"] = "End the threat of the necromancers at Soulfire Plateau and avenge the First Auridon Marines.", ["Category_ID"] = 6, -["name"] = "Marines Avenger", -["achievementIndex"] = 46, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 73, +["points"] = 5, } , [352] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Bandit Lord Bounty Hunter", ["description"] = "Defeat Quenyas, leader of Auridon\'s bandit gangs, in the camp at Seaside Scarp.", ["Category_ID"] = 6, -["name"] = "Bandit Lord Bounty Hunter", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 82, +["points"] = 5, } , [353] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Ghost Captain Crusher", ["description"] = "Destroy Ghost Captain Blanchete at the Wreck of the Raptor.", ["Category_ID"] = 6, -["name"] = "Ghost Captain Crusher", -["achievementIndex"] = 37, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 81, +["points"] = 5, } , [354] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Snapjaw\'s Bane", ["description"] = "Defeat the clannfear champion, Snapjaw, and end the murder of innocents at Heretic\'s Summons.", ["Category_ID"] = 6, -["name"] = "Snapjaw\'s Bane", -["achievementIndex"] = 66, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 77, +["points"] = 5, } , [355] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Nestmother Eradicator", ["description"] = "Defeat the giant snake known as the Nestmother in her den.", ["Category_ID"] = 6, -["name"] = "Nestmother Eradicator", -["achievementIndex"] = 53, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 74, +["points"] = 5, } , [356] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Anarume Bounty Hunter", ["description"] = "Defeat Anarume at the Heritance Proving Ground and end his treason.", ["Category_ID"] = 6, -["name"] = "Anarume Bounty Hunter", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 75, +["points"] = 5, } , [357] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Direfrost Keep Vanquisher", ["description"] = "Defeat the Guardian of the Flame, the Empowered Frost Atronach, and Drodda of Icereach at Direfrost Keep.", ["Category_ID"] = 4, -["name"] = "Direfrost Keep Vanquisher", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 25, +["points"] = 10, } , [360] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Sunder the First Veil", ["description"] = "Execute the traitor at Tanzelwil in the name of Queen Ayrenn.", ["Category_ID"] = 7, -["name"] = "Sunder the First Veil", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 25, +["points"] = 5, } , [361] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Sunder the Second Veil", ["description"] = "Infiltrate the Veiled Heritance and discover its secret.", ["Category_ID"] = 7, -["name"] = "Sunder the Second Veil", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 5, } , [362] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Sunder the Third Veil", ["description"] = "Defeat the Daedric army and their leader at Firsthold.", ["Category_ID"] = 7, -["name"] = "Sunder the Third Veil", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 5, } , [363] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Plague Ender", ["description"] = "Kill Merdyndril the Alchemist at Obsidian Gorge and put an end to the Llodos plague.", ["Category_ID"] = 7, -["name"] = "Plague Ender", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 5, } , [364] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Temple Knight", ["description"] = "Free the Tribunal Temple from invading Daedric forces.", ["Category_ID"] = 7, -["name"] = "Temple Knight", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 15, } , [365] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Vox Slayer", ["description"] = "Kill Magistrix Vox at Eidolon\'s Hollow and restore peace to Deshaan.", ["Category_ID"] = 7, -["name"] = "Vox Slayer", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 15, } , [367] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Crow\'s Wood Vanquisher", ["description"] = "Defeat three of the champions in Crow\'s Wood.", ["Category_ID"] = 4, -["name"] = "Crow\'s Wood Vanquisher", -["achievementIndex"] = 39, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 31, +["points"] = 10, } , [368] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Crow\'s Wood Conqueror", ["description"] = "Defeat all of Crow\'s Wood\'s champions.", ["Category_ID"] = 4, -["name"] = "Crow\'s Wood Conqueror", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 30, +["points"] = 50, } , [369] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Forgotten Crypts Vanquisher", ["description"] = "Defeat three of the champions in the Forgotten Crypts.", ["Category_ID"] = 4, -["name"] = "Forgotten Crypts Vanquisher", -["achievementIndex"] = 40, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["achievementIndex"] = 38, +["points"] = 10, } , [370] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Forgotten Crypts Conqueror", ["description"] = "Defeat all of the champions in the Forgotten Crypts.", ["Category_ID"] = 4, -["name"] = "Forgotten Crypts Conqueror", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["achievementIndex"] = 35, +["points"] = 50, } , [371] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Lion\'s Den Group Event", ["description"] = "Defeat the Lonely Giant and his angry mammoths in the Lion\'s Den.", ["Category_ID"] = 4, -["name"] = "Lion\'s Den Group Event", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 43, +["points"] = 50, } , [372] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Sanguine\'s Group Event", ["description"] = "Defeat Fight-Master Grel and his adepts at Sanguine\'s Demesne.", ["Category_ID"] = 4, -["name"] = "Sanguine\'s Group Event", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 50, } , [373] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Lion\'s Den Vanquisher", ["description"] = "Defeat three of the champions in the Lion\'s Den.", ["Category_ID"] = 4, -["name"] = "Lion\'s Den Vanquisher", -["achievementIndex"] = 42, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 34, +["points"] = 10, } , [374] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Lion\'s Den Conqueror", ["description"] = "Defeat all of the champions in the Lion\'s Den.", ["Category_ID"] = 4, -["name"] = "Lion\'s Den Conqueror", -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 27, +["points"] = 50, } , [375] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Hall of the Dead Vanquisher", ["description"] = "Defeat three of the champions in the Hall of the Dead.", ["Category_ID"] = 4, -["name"] = "Hall of the Dead Vanquisher", -["achievementIndex"] = 41, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 36, +["points"] = 10, } , [376] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Hall of the Dead Conqueror", ["description"] = "Defeat all of the champions in the Hall of the Dead.", ["Category_ID"] = 4, -["name"] = "Hall of the Dead Conqueror", +["prevId"] = 0, ["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 50, } , [377] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Obsidian Scar Vanquisher", ["description"] = "Defeat three of the champions in Obsidian Scar.", ["Category_ID"] = 4, -["name"] = "Obsidian Scar Vanquisher", -["achievementIndex"] = 44, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 10, } , [378] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Obsidian Scar Conqueror", ["description"] = "Defeat all of the champions in Obsidian Scar.", ["Category_ID"] = 4, -["name"] = "Obsidian Scar Conqueror", -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 50, } , [379] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Crow\'s Wood Group Event", ["description"] = "Destroy the Soul Wraiths to summon and slay Ghyslain in Crow\'s Wood.", ["Category_ID"] = 4, -["name"] = "Crow\'s Wood Group Event", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 50, } , [380] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Bad Man\'s Group Event", ["description"] = "Slay the Giant Snake Mother in Bad Man\'s Hallows.", ["Category_ID"] = 4, -["name"] = "Bad Man\'s Group Event", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 39, +["points"] = 50, } , [381] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Hall of the Dead Group Event", ["description"] = "Defeat Reynir the Destroyer and his minions in the Hall of the Dead.", ["Category_ID"] = 4, -["name"] = "Hall of the Dead Group Event", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 42, +["points"] = 50, } , [382] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Graufang Hunter", ["description"] = "Kill the giant bear Graufang at Seaview Point.", ["Category_ID"] = 6, -["name"] = "Graufang Hunter", -["achievementIndex"] = 41, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 73, +["points"] = 5, } , [383] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Limbscather Slayer", ["description"] = "Defeat the lurcher Limbscather at the Western Overlook.", ["Category_ID"] = 6, -["name"] = "Limbscather Slayer", -["achievementIndex"] = 52, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 86, +["points"] = 5, } , [384] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Werewolf\'s Bane", ["description"] = "Kill the werewolf, Salazar the Wolf, at the Wolf\'s Camp.", ["Category_ID"] = 6, -["name"] = "Werewolf\'s Bane", -["achievementIndex"] = 78, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 80, +["points"] = 5, } , [385] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Asard\'s Assassin", ["description"] = "Defeat the Bloodthorn zombie, Asard the Putrid, at North Shore Point.", ["Category_ID"] = 6, -["name"] = "Asard\'s Assassin", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 69, +["points"] = 5, } , [386] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Trapjaw Stalker", ["description"] = "Defeat the wamasu, Trapjaw, at Trapjaw\'s Cove.", ["Category_ID"] = 6, -["name"] = "Trapjaw Stalker", -["achievementIndex"] = 74, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 78, +["points"] = 5, } , [387] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Bloodcaller\'s Ruin", ["description"] = "Defeat the necromancer, Grivier Bloodcaller, at Balefire Island.", ["Category_ID"] = 6, -["name"] = "Bloodcaller\'s Ruin", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 75, +["points"] = 5, } , [388] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Forgotten Crypts Group Event", ["description"] = "Eradicate the Kwama infestation and kill the Kwama Guardians in the Forgotten Crypts.", ["Category_ID"] = 4, -["name"] = "Forgotten Crypts Group Event", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 50, } , [389] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Toothmaul Gully Vanquisher", ["description"] = "Defeat three of the champions in Toothmaul Gully.", ["Category_ID"] = 4, -["name"] = "Toothmaul Gully Vanquisher", -["achievementIndex"] = 50, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 10, } , [390] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Toothmaul Gully Conqueror", ["description"] = "Defeat all of the champions in Toothmaul Gully.", ["Category_ID"] = 4, -["name"] = "Toothmaul Gully Conqueror", -["achievementIndex"] = 34, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 50, } , [391] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Volenfell Vanquisher", ["description"] = "Defeat Quintus Verres, Tremorscale, and the Guardian Council at Volenfell.", ["Category_ID"] = 4, -["name"] = "Volenfell Vanquisher", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 10, } , [393] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Blessed Crucible Vanquisher", ["description"] = "Defeat the Pack, the Beast Master, and the Lava Queen at the Blessed Crucible.", ["Category_ID"] = 4, -["name"] = "Blessed Crucible Vanquisher", -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 10, } , [395] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Lost City Vanquisher", ["description"] = "Defeat three of the champions in the Lost City of the Na-Totambu.", ["Category_ID"] = 4, -["name"] = "Lost City Vanquisher", -["achievementIndex"] = 43, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 10, } , [396] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Lost City Conqueror", ["description"] = "Defeat all of the champions in the Lost City of the Na-Totambu.", ["Category_ID"] = 4, -["name"] = "Lost City Conqueror", -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 50, } , [399] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Titanclaw Cracker", ["description"] = "Defeat Titanclaw the mudcrab at Mudcrab Beach.", ["Category_ID"] = 6, -["name"] = "Titanclaw Cracker", -["achievementIndex"] = 72, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 68, +["points"] = 5, } , [400] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Spider Slayer", ["description"] = "Defeat Old Widow Silk and the Bloodweaver spiders at the Spider Nest.", ["Category_ID"] = 6, -["name"] = "Spider Slayer", -["achievementIndex"] = 69, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 48, +["points"] = 5, } , [401] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Brood Queen Destroyer", ["description"] = "Defeat the Dreugh Brood Queen at the Dreugh Waters.", ["Category_ID"] = 6, -["name"] = "Brood Queen Destroyer", -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 60, +["points"] = 5, } , [402] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Gar Xuu Gar\'s Bane", ["description"] = "Defeat the Daedroth Gar Xuu Gar and his minions at the Abandoned Farm.", ["Category_ID"] = 6, -["name"] = "Gar Xuu Gar\'s Bane", -["achievementIndex"] = 40, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 59, +["points"] = 5, } , [403] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Cousin Scrag\'s Demolisher", ["description"] = "Defeat the Ogre called Cousin Scrag at Scrag\'s Larder.", ["Category_ID"] = 6, -["name"] = "Cousin Scrag\'s Demolisher", -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 58, +["points"] = 5, } , [404] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Kruz Control", ["description"] = "Defeat Zymel Kruz the Storm Atronach at the Ancient Altar.", ["Category_ID"] = 6, -["name"] = "Kruz Control", -["achievementIndex"] = 50, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 57, +["points"] = 5, } , [406] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Nose Diver", ["description"] = "Jump from the nose of the Weeping Giant.", ["Category_ID"] = 6, -["name"] = "Nose Diver", -["achievementIndex"] = 59, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 87, +["points"] = 5, } , [410] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Blackheart Haven Vanquisher", ["description"] = "Defeat Atarus, the Roost Mother, and Captain Blackheart in Blackheart Haven.", ["Category_ID"] = 4, -["name"] = "Blackheart Haven Vanquisher", -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 10, } , [412] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Santaki Ruins Explorer", ["description"] = "Explore and clear the Santaki Ruins.", ["Category_ID"] = 6, -["name"] = "Santaki Ruins Explorer", -["achievementIndex"] = 66, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 38, +["points"] = 10, } , [413] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Alik\'r Desert Cave Delver", ["description"] = "Discover and clear all six caves in the Alik\'r Desert.", ["Category_ID"] = 6, -["name"] = "Alik\'r Desert Cave Delver", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 29, +["points"] = 15, } , [414] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Divad\'s Chagrin Mine Explorer", ["description"] = "Explore and clear Divad\'s Chagrin Mine.", ["Category_ID"] = 6, -["name"] = "Divad\'s Chagrin Mine Explorer", -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 37, +["points"] = 10, } , [415] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Famed Recruiter", ["description"] = "Recruit all three famous privateers on Stros M\'Kai.", ["Category_ID"] = 7, -["name"] = "Famed Recruiter", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 25, +["points"] = 10, } , [416] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Aldunz Ruins Explorer", ["description"] = "Explore and clear the Aldunz Ruins.", ["Category_ID"] = 6, -["name"] = "Aldunz Ruins Explorer", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 33, +["points"] = 10, } , [417] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Selene\'s Web Vanquisher", ["description"] = "Defeat Longclaw, Foulhide, and Selene in Selene\'s Web.", ["Category_ID"] = 4, -["name"] = "Selene\'s Web Vanquisher", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 10, } , [419] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Coldrock Diggings Explorer", ["description"] = "Explore and clear Coldrock Diggings.", ["Category_ID"] = 6, -["name"] = "Coldrock Diggings Explorer", -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 30, +["points"] = 10, } , [420] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Sandblown Mine Explorer", ["description"] = "Explore and clear the Sandblown Mine.", ["Category_ID"] = 6, -["name"] = "Sandblown Mine Explorer", -["achievementIndex"] = 65, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 32, +["points"] = 10, } , [421] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Spindleclutch II Conqueror", -["Category_ID"] = 5, ["description"] = "Defeat the Blood Golem, Praxin\'s Ghost, and Vorenor Winterbourne in Veteran Spindleclutch II.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 3, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 25, +["points"] = 10, } , [423] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Yldzuun Ruins Explorer", ["description"] = "Explore and clear the Yldzuun Ruins.", ["Category_ID"] = 6, -["name"] = "Yldzuun Ruins Explorer", -["achievementIndex"] = 81, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 31, +["points"] = 10, } , [424] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Eastmarch Cave Delver", ["description"] = "Discover and clear all six caves in Eastmarch.", ["Category_ID"] = 6, -["name"] = "Eastmarch Cave Delver", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 29, +["points"] = 15, } , [425] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Deathsong Deforester", ["description"] = "Destroy the tainted plant creatures at Deathsong Cleft in Reaper\'s March.", ["Category_ID"] = 6, -["name"] = "Deathsong Deforester", -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 5, } , [426] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Big Ozur\'s Bane", ["description"] = "Defeat Big Ozur the Ogre in Big Ozur\'s Valley.", ["Category_ID"] = 6, -["name"] = "Big Ozur\'s Bane", +["prevId"] = 0, ["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [427] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Queen of Three Mercies and her entourage at Waterdancer Falls in Reaper\'s March.", -["Category_ID"] = 6, ["name"] = "Mercy Killer", -["achievementIndex"] = 48, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat the Queen of Three Mercies and her entourage at Waterdancer Falls in Reaper\'s March.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 5, } , [428] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Gravecaller\'s Doom", ["description"] = "Defeat Gravecaller Niramo and his dark daughter Varien at the Reaper\'s Henge.", ["Category_ID"] = 6, -["name"] = "Gravecaller\'s Doom", -["achievementIndex"] = 38, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 5, } , [429] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Ysolmarr\'s Ruin", ["description"] = "Defeat the Daedroth, Ysolmarr the Roving Pyre, near the Old S\'ren-ja Docks in Reaper\'s March.", ["Category_ID"] = 6, -["name"] = "Ysolmarr\'s Ruin", -["achievementIndex"] = 79, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 5, } , [430] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Nur-dro\'s Downfall", ["description"] = "Defeat the vampire, Overlord Nur-dro, at Ushmal\'s Rest in Reaper\'s March.", ["Category_ID"] = 6, -["name"] = "Nur-dro\'s Downfall", -["achievementIndex"] = 54, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 5, } , [432] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Aba-Loria Explorer", ["description"] = "Explore and clear Aba-Loria.", ["Category_ID"] = 6, -["name"] = "Aba-Loria Explorer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [433] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Grotto of Depravity Explorer", ["description"] = "Explore and clear the Grotto of Depravity.", ["Category_ID"] = 6, -["name"] = "Grotto of Depravity Explorer", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [434] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Cave of Trophies Explorer", ["description"] = "Explore and clear the Cave of Trophies.", ["Category_ID"] = 6, -["name"] = "Cave of Trophies Explorer", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 10, } , [435] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Forgefire Vault Explorer", ["description"] = "Explore and clear the Vault of Haman Forgefire.", ["Category_ID"] = 6, -["name"] = "Forgefire Vault Explorer", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 10, } , [436] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Mal Sorra\'s Tomb Explorer", ["description"] = "Explore and clear Mal Sorra\'s Tomb.", ["Category_ID"] = 6, -["name"] = "Mal Sorra\'s Tomb Explorer", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [437] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Wailing Maw Explorer", ["description"] = "Explore and clear the Wailing Maw.", ["Category_ID"] = 6, -["name"] = "Wailing Maw Explorer", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [438] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Coldharbour Cave Delver", ["description"] = "Discover and clear all six caves in Coldharbour.", ["Category_ID"] = 6, -["name"] = "Coldharbour Cave Delver", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, } , [439] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Sthorha\'s Doom", ["description"] = "Defeat the daedroth, Sthorha the Crazed, at Aba-Darre.", ["Category_ID"] = 6, -["name"] = "Sthorha\'s Doom", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 5, } , [440] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Ice Wraith Hunter", ["description"] = "Defeat the ice wraith, Duriatundur, at Duriatundur\'s Killing Field.", ["Category_ID"] = 6, -["name"] = "Ice Wraith Hunter", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 5, } , [441] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Centurion\'s Ruin", ["description"] = "Defeat the ancient Dwarven Centurion, Zemarek-thul, at Zemarek\'s Hollow.", ["Category_ID"] = 6, -["name"] = "Centurion\'s Ruin", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 5, } , [442] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Daedroth Trio Hunter", ["description"] = "Defeat the daedroth trio, Nolagha, Keggahiha and Rsolignah, at the Daedroth Larder.", ["Category_ID"] = 6, -["name"] = "Daedroth Trio Hunter", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 5, } , [443] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Brolsgerbwd\'s Bane", ["description"] = "Defeat the Dremora necromancer, Brolsgerbwd, at the Risen Court.", ["Category_ID"] = 6, -["name"] = "Brolsgerbwd\'s Bane", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 5, } , [444] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Cynhamoth\'s End", ["description"] = "Defeat the harvester, Cynhamoth, at Cynhamoth\'s Grove.", ["Category_ID"] = 6, -["name"] = "Cynhamoth\'s End", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 5, } , [445] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Rulanyil\'s Fall Group Event", ["description"] = "Defeat the undead hordes of Hergor the Fallen at Rulanyil\'s Fall.", ["Category_ID"] = 4, -["name"] = "Rulanyil\'s Fall Group Event", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 48, +["points"] = 50, } , [446] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Spindleclutch II Assassin", ["description"] = "Defeat Mad Mortine, Bloodspawn, 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_ID"] = 5, -["name"] = "Spindleclutch II Assassin", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 50, } , [448] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Compassionate Hero", ["description"] = "Defeat Vorenor Winterbourne in Veteran Spindleclutch II without killing any of the innocent victims held captive in his lair.", ["Category_ID"] = 5, -["name"] = "Compassionate Hero", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 50, } , [449] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Banished Cells II Assassin", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 50, } , [451] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Cursed Hero", ["description"] = "In Veteran Banished Cells II, defeat High Kinlord Rilis while three or more Daedroth still live.", ["Category_ID"] = 5, -["name"] = "Cursed Hero", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 50, } , [452] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Reaper\'s March Cave Delver", ["description"] = "Discover and clear all six caves in Reaper\'s March.", ["Category_ID"] = 6, -["name"] = "Reaper\'s March Cave Delver", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 15, } , [453] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Kuna\'s Delve Explorer", ["description"] = "Explore and clear Kuna\'s Delve.", ["Category_ID"] = 6, -["name"] = "Kuna\'s Delve Explorer", -["achievementIndex"] = 45, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 10, } , [454] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Thibaut\'s Cairn Explorer", ["description"] = "Explore and clear Thibaut\'s Cairn.", ["Category_ID"] = 6, -["name"] = "Thibaut\'s Cairn Explorer", -["achievementIndex"] = 69, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 10, } , [455] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Weeping Wind Cave Explorer", ["description"] = "Explore and clear the Weeping Wind Cave.", ["Category_ID"] = 6, -["name"] = "Weeping Wind Cave Explorer", -["achievementIndex"] = 77, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 10, } , [456] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Claw\'s Strike Explorer", ["description"] = "Explore and clear Claw\'s Strike.", ["Category_ID"] = 6, -["name"] = "Claw\'s Strike Explorer", -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 10, } , [457] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Fardir\'s Folly Explorer", ["description"] = "Explore and clear Fardir\'s Folly.", ["Category_ID"] = 6, -["name"] = "Fardir\'s Folly Explorer", -["achievementIndex"] = 35, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 10, } , [458] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Jode\'s Light Explorer", ["description"] = "Explore and clear Jode\'s Light.", ["Category_ID"] = 6, -["name"] = "Jode\'s Light Explorer", -["achievementIndex"] = 43, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 10, } , [459] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Elden Hollow II Conqueror", -["Category_ID"] = 5, ["description"] = "Defeat Dark Root, Murklight, and Bogdan the Nightflame in Veteran Elden Hollow II.", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 3, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 10, } , [460] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Crimson Cove Group Event", ["description"] = "Defeat Flat Tooth and his minions at Crimson Cove.", ["Category_ID"] = 4, -["name"] = "Crimson Cove Group Event", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 41, +["points"] = 50, } , [461] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Elden Hollow II Assassin", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [463] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Closing the Book", ["description"] = "Defeat Bogdan the Nightflame after reading the Opus of Torment in Veteran Elden Hollow II.", ["Category_ID"] = 5, -["name"] = "Closing the Book", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 50, } , [464] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Darkshade Caverns II Conqueror", -["Category_ID"] = 5, ["description"] = "Defeat the Transmuted Hive Lord, Grobull the Transmuted, and the Engine Guardian in Veteran Darkshade Caverns II.", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 3, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 10, } , [465] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Darkshade Caverns II Assassin", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 50, } , [467] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Deadly Engineer", ["description"] = "Defeat the Engine Guardian in Veteran Darkshade Caverns II without anyone in your group activating an Engine Lever.", ["Category_ID"] = 5, -["name"] = "Deadly Engineer", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 50, } , [468] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Toothmaul Gully Group Event", ["description"] = "Destroy Bloodroot and its guardians at Toothmaul Gully.", ["Category_ID"] = 4, -["name"] = "Toothmaul Gully Group Event", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 49, +["points"] = 50, } , [469] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Vile Manse Group Event", ["description"] = "Defeat the damned creations of Graccus\' frost experiments at the Vile Manse.", ["Category_ID"] = 4, -["name"] = "Vile Manse Group Event", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 50, +["points"] = 50, } , [470] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Root Sunder Group Event", ["description"] = "Defeat the Bonemonger and its captors in Root Sunder Ruins.", ["Category_ID"] = 4, -["name"] = "Root Sunder Group Event", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 47, +["points"] = 50, } , [471] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Glenumbra Angler", ["description"] = "Catch all 12 rare fish in Glenumbra.", ["Category_ID"] = 6, -["name"] = "Glenumbra Angler", +["prevId"] = 0, ["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, } , [472] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Stormhaven Angler", ["description"] = "Catch all 12 rare fish in Stormhaven.", ["Category_ID"] = 6, -["name"] = "Stormhaven Angler", +["prevId"] = 0, ["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, } , [473] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Rivenspire Angler", ["description"] = "Catch all 12 rare fish in Rivenspire.", ["Category_ID"] = 6, -["name"] = "Rivenspire Angler", +["prevId"] = 0, ["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, } , [474] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Alik\'r Desert Angler", ["description"] = "Catch all 12 rare fish in Alik\'r Desert.", ["Category_ID"] = 6, -["name"] = "Alik\'r Desert Angler", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 5, } , [475] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Bangkorai Angler", ["description"] = "Catch all 12 rare fish in Bangkorai.", ["Category_ID"] = 6, -["name"] = "Bangkorai Angler", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 5, } , [476] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Covenant Fisherman", ["description"] = "Complete all Daggerfall Covenant fishing achievements.", ["Category_ID"] = 6, -["name"] = "Covenant Fisherman", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [477] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Stonefalls Angler", ["description"] = "Catch all 12 rare fish in Stonefalls.", ["Category_ID"] = 6, -["name"] = "Stonefalls Angler", +["prevId"] = 0, ["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, } , [478] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Deshaan Angler", ["description"] = "Catch all 12 rare fish in Deshaan.", ["Category_ID"] = 6, -["name"] = "Deshaan Angler", +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, } , [479] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Shadowfen Angler", ["description"] = "Catch all 12 rare fish in Shadowfen.", ["Category_ID"] = 6, -["name"] = "Shadowfen Angler", +["prevId"] = 0, ["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, } , [480] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Eastmarch Angler", ["description"] = "Catch all 12 rare fish in Eastmarch.", ["Category_ID"] = 6, -["name"] = "Eastmarch Angler", +["prevId"] = 0, ["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, } , [481] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Rift Angler", ["description"] = "Catch all 12 rare fish in the Rift.", ["Category_ID"] = 6, -["name"] = "Rift Angler", +["prevId"] = 0, ["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, } , [482] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Pact Fisherman", ["description"] = "Complete all Ebonheart Pact fishing achievements.", ["Category_ID"] = 6, -["name"] = "Pact Fisherman", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [483] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Auridon Angler", ["description"] = "Catch all 12 rare fish in Auridon.", ["Category_ID"] = 6, -["name"] = "Auridon Angler", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 5, } , [484] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Grahtwood Angler", ["description"] = "Catch all 12 rare fish in Grahtwood.", ["Category_ID"] = 6, -["name"] = "Grahtwood Angler", +["prevId"] = 0, ["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, } , [485] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Greenshade Angler", ["description"] = "Catch all 12 rare fish in Greenshade.", ["Category_ID"] = 6, -["name"] = "Greenshade Angler", +["prevId"] = 0, ["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, } , [486] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Malabal Tor Angler", ["description"] = "Catch all 12 rare fish in Malabal Tor.", ["Category_ID"] = 6, -["name"] = "Malabal Tor Angler", +["prevId"] = 0, ["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, } , [487] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Reaper\'s March Angler", ["description"] = "Catch all 12 rare fish in Reaper\'s March.", ["Category_ID"] = 6, -["name"] = "Reaper\'s March Angler", +["prevId"] = 0, ["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, } , [488] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Dominion Fisherman", ["description"] = "Complete all Aldmeri Dominion fishing achievements.", ["Category_ID"] = 6, -["name"] = "Dominion Fisherman", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [489] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Cyrodiil Angler", ["description"] = "Catch all 12 rare fish in Cyrodiil.", ["Category_ID"] = 6, -["name"] = "Cyrodiil Angler", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [490] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Coldharbour Angler", ["description"] = "Catch all 12 rare fish in Coldharbour.", ["Category_ID"] = 6, -["name"] = "Coldharbour Angler", +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, } , [491] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Stros M\'Kai Angler", ["description"] = "Catch a rare Eltheric Grouper in the saltwaters of Stros M\'Kai.", ["Category_ID"] = 6, -["name"] = "Stros M\'Kai Angler", +["prevId"] = 0, ["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [492] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Khenarthi\'s Roost Angler", ["description"] = "Catch a rare Pyandonean Ray in the saltwaters of Khenarthi\'s Roost.", ["Category_ID"] = 6, -["name"] = "Khenarthi\'s Roost Angler", +["prevId"] = 0, ["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [493] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Bleakrock Angler", ["description"] = "Catch a rare Inner Sea Scalyfin fish in the saltwaters of Bleakrock.", ["Category_ID"] = 6, -["name"] = "Bleakrock Angler", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [494] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 8, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, -["description"] = "Complete all fishing achievements.", -["Category_ID"] = 6, ["name"] = "Master Fisher", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 8, +["description"] = "Prove yourself a Master Angler completing the achievements listed below.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [495] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Duneripper\'s Downfall", ["description"] = "Defeat the duneripper, Mother Sands, at the Lost Caravan.", ["Category_ID"] = 6, -["name"] = "Duneripper\'s Downfall", -["achievementIndex"] = 34, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 35, +["points"] = 5, } , [496] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Lonely Papa\'s Doom", ["description"] = "Defeat the giant, Lonely Papa, at the Giant Camp.", ["Category_ID"] = 6, -["name"] = "Lonely Papa\'s Doom", -["achievementIndex"] = 53, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 26, +["points"] = 5, } , [497] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Hag Upheaval", ["description"] = "Defeat the Hag Sisters, Igazkad, Orochar and Ukha, at the Hag Camp.", ["Category_ID"] = 6, -["name"] = "Hag Upheaval", -["achievementIndex"] = 43, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 34, +["points"] = 5, } , [498] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Korignah\'s Bane", ["description"] = "Defeat Korignah the harvester in the Forsaken Hearts Cave.", ["Category_ID"] = 6, -["name"] = "Korignah\'s Bane", -["achievementIndex"] = 49, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 25, +["points"] = 5, } , [499] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Mummy King Murderer", ["description"] = "Defeat the Mummy King at King\'s Rest.", ["Category_ID"] = 6, -["name"] = "Mummy King Murderer", -["achievementIndex"] = 56, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 5, } , [500] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Saint Slayer", ["description"] = "Defeat the golden saint, Staada, at the Lesser Circle.", ["Category_ID"] = 6, -["name"] = "Saint Slayer", -["achievementIndex"] = 64, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 36, +["points"] = 5, } , [510] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Court Ranger", ["description"] = "Protect the Court of the Wilderking.", ["Category_ID"] = 7, -["name"] = "Court Ranger", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 5, } , [511] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Veil Lifter", ["description"] = "End the Veiled Heritance threat in Greenshade.", ["Category_ID"] = 7, -["name"] = "Veil Lifter", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 5, } , [512] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Valenwood Protector", ["description"] = "Cleanse the corruption from Valenwood.", ["Category_ID"] = 7, -["name"] = "Valenwood Protector", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 5, } , [516] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Uwafa\'s Ruination", ["description"] = "Defeat Uwafa and reclaim the Ansei Ward.", ["Category_ID"] = 7, -["name"] = "Uwafa\'s Ruination", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 5, } , [517] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Alasan\'s Devastation", ["description"] = "Defeat Alasan and restore the Ansei Ward.", ["Category_ID"] = 7, -["name"] = "Alasan\'s Devastation", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 5, } , [518] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Ash\'abah Hero", ["description"] = "Defeat the Withered Hand and reclaim all the Ansei Wards.", ["Category_ID"] = 7, -["name"] = "Ash\'abah Hero", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 5, } , [524] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 5, +["name"] = "Meridia\'s Lightbearer", ["description"] = "Gather all of the Lights of Meridia within Coldharbour.", ["Category_ID"] = 7, -["name"] = "Meridia\'s Lightbearer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, } , -[525] = { -["points"] = 10, -["prevId"] = 0, +[525] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Maormer\'s Bane", ["description"] = "Stop the Maormer from summoning a hurricane to destroy Khenarthi\'s Roost.", ["Category_ID"] = 7, -["name"] = "Maormer\'s Bane", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 26, +["points"] = 10, } , [526] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Skooma Watch", ["description"] = "Intervene in all instances of skooma abuse on Khenarthi\'s Roost.", ["Category_ID"] = 6, -["name"] = "Skooma Watch", -["achievementIndex"] = 64, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 84, +["points"] = 5, } , [536] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Clan Mother Inaugurator", ["description"] = "Restore the Clan Mother to power in Arenthia.", ["Category_ID"] = 7, -["name"] = "Clan Mother Inaugurator", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 5, } , [537] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Dark Mane Incarcerator", ["description"] = "Shackle the Dark Mane to his prison beneath Moonmont.", ["Category_ID"] = 7, -["name"] = "Dark Mane Incarcerator", -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 5, } , [538] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Two Moons Pathwalker", ["description"] = "Walk the Two Moons Path with the next Mane.", ["Category_ID"] = 7, -["name"] = "Two Moons Pathwalker", -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, } , [539] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Troll\'s Toothpick Explorer", ["description"] = "Explore and clear the Troll\'s Toothpick.", ["Category_ID"] = 6, -["name"] = "Troll\'s Toothpick Explorer", -["achievementIndex"] = 76, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 10, } , [540] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Torog\'s Spite Explorer", ["description"] = "Explore and clear Torog\'s Spite.", ["Category_ID"] = 6, -["name"] = "Torog\'s Spite Explorer", -["achievementIndex"] = 73, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 10, } , [541] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Crypt of the Exiles Explorer", ["description"] = "Explore and clear the Crypt of the Exiles.", ["Category_ID"] = 6, -["name"] = "Crypt of the Exiles Explorer", -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 10, } , [542] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Viridian Watch Explorer", ["description"] = "Explore and clear the Viridian Watch.", ["Category_ID"] = 6, -["name"] = "Viridian Watch Explorer", -["achievementIndex"] = 77, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 10, } , [543] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Rubble Butte Explorer", ["description"] = "Explore and clear Rubble Butte.", ["Category_ID"] = 6, -["name"] = "Rubble Butte Explorer", -["achievementIndex"] = 63, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 10, } , [544] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Klathzgar Explorer", ["description"] = "Explore and clear Klathzgar.", ["Category_ID"] = 6, -["name"] = "Klathzgar Explorer", -["achievementIndex"] = 47, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , [545] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Banished Cells II Conqueror", -["Category_ID"] = 5, ["description"] = "Defeat the Maw of the Infernal, Keeper Imiril, and High Kinlord Rilis in Veteran Banished Cells II.", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 10, } , [548] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Ozozzachar\'s Door", ["description"] = "Destroy Ozozzachar, the favored Titan of Molag Bal.", ["Category_ID"] = 6, -["name"] = "Ozozzachar\'s Door", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [550] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Underroot Explorer", ["description"] = "Explore and clear the Underroot.", ["Category_ID"] = 6, -["name"] = "Underroot Explorer", -["achievementIndex"] = 72, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 47, +["points"] = 10, } , [551] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["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_ID"] = 4, -["name"] = "City of Ash I Vanquisher", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [553] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Carac Dena Explorer", ["description"] = "Explore and clear Carac Dena.", ["Category_ID"] = 6, -["name"] = "Carac Dena Explorer", -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 52, +["points"] = 10, } , [555] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Gurzag\'s Mine Explorer", ["description"] = "Explore and clear Gurzag\'s Mine.", ["Category_ID"] = 6, -["name"] = "Gurzag\'s Mine Explorer", -["achievementIndex"] = 40, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 53, +["points"] = 10, } , [558] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Harridan\'s Lair Explorer", ["description"] = "Explore and clear Harridan\'s Lair.", ["Category_ID"] = 6, -["name"] = "Harridan\'s Lair Explorer", -["achievementIndex"] = 41, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 51, +["points"] = 10, } , [559] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Barrow Trench Explorer", ["description"] = "Explore and clear Barrow Trench.", ["Category_ID"] = 6, -["name"] = "Barrow Trench Explorer", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 46, +["points"] = 10, } , [560] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Gathongor Hunter", ["description"] = "Defeat the Argonian Behemoth, Gathongor the Mauler, at Gathongor\'s Mire.", ["Category_ID"] = 6, -["name"] = "Gathongor Hunter", -["achievementIndex"] = 36, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 49, +["points"] = 5, } , [561] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "King of the Hill", ["description"] = "Defeat the ogre, Thodundor of the Hill, at Thodundor\'s View.", ["Category_ID"] = 6, -["name"] = "King of the Hill", -["achievementIndex"] = 44, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 41, +["points"] = 5, } , [562] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Sea Elf\'s Woe", ["description"] = "Defeat the Sea Elf, Jahlasri, and her Maormer companions at the Maormer Camp.", ["Category_ID"] = 6, -["name"] = "Sea Elf\'s Woe", -["achievementIndex"] = 61, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 42, +["points"] = 5, } , [563] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Rootwater\'s Demise", ["description"] = "Defeat the lurcher known as the Heart of Rootwater at Rootwater Spring.", ["Category_ID"] = 6, -["name"] = "Rootwater\'s Demise", -["achievementIndex"] = 59, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 50, +["points"] = 5, } , [564] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Spy Smasher", ["description"] = "Defeat the Argonian Maheelius and his force of spies at the Reconnaissance Camp.", ["Category_ID"] = 6, -["name"] = "Spy Smasher", -["achievementIndex"] = 67, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 39, +["points"] = 5, } , [565] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Zymel Chaser", ["description"] = "Defeat the Storm Atronach, Zymel Etitan, at Pelda Tarn.", ["Category_ID"] = 6, -["name"] = "Zymel Chaser", -["achievementIndex"] = 80, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 40, +["points"] = 5, } , [567] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Naril Nagaia Explorer", ["description"] = "Explore and clear Naril Nagaia.", ["Category_ID"] = 6, -["name"] = "Naril Nagaia Explorer", -["achievementIndex"] = 51, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 48, +["points"] = 10, } , [568] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Greenshade Cave Delver", ["description"] = "Discover and clear all six caves in Greenshade.", ["Category_ID"] = 6, -["name"] = "Greenshade Cave Delver", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 45, +["points"] = 15, } , [570] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Vaults of Madness Vanquisher", ["description"] = "Defeat Ulguna Soul-Reaver, Grothdarr, Iskra the Omen, and the Mad Architect in the Vaults of Madness.", ["Category_ID"] = 4, -["name"] = "Vaults of Madness Vanquisher", -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 10, } , [572] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Grahtwood Cave Delver", ["description"] = "Discover and clear all six caves in Grahtwood.", ["Category_ID"] = 6, -["name"] = "Grahtwood Cave Delver", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 55, +["points"] = 15, } , [573] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Ne Salas Explorer", ["description"] = "Explore and clear Ne Salas.", ["Category_ID"] = 6, -["name"] = "Ne Salas Explorer", -["achievementIndex"] = 52, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 67, +["points"] = 10, } , [574] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Scuttle Pit Explorer", ["description"] = "Explore and clear the Scuttle Pit.", ["Category_ID"] = 6, -["name"] = "Scuttle Pit Explorer", -["achievementIndex"] = 60, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 68, +["points"] = 10, } , [575] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Vinedeath Cave Explorer", ["description"] = "Explore and clear Vinedeath Cave.", ["Category_ID"] = 6, -["name"] = "Vinedeath Cave Explorer", -["achievementIndex"] = 74, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 65, +["points"] = 10, } , [576] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Burroot Kwama Mine Explorer", ["description"] = "Explore and clear Burroot Kwama Mine.", ["Category_ID"] = 6, -["name"] = "Burroot Kwama Mine Explorer", -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 60, +["points"] = 10, } , [577] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Wormroot Depths Explorer", ["description"] = "Explore and clear Wormroot Depths.", ["Category_ID"] = 6, -["name"] = "Wormroot Depths Explorer", -["achievementIndex"] = 78, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 56, +["points"] = 10, } , [578] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Mobar Mine Explorer", ["description"] = "Explore and clear Mobar Mine.", ["Category_ID"] = 6, -["name"] = "Mobar Mine Explorer", -["achievementIndex"] = 49, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 61, +["points"] = 10, } , [579] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 15, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Dominion Anchor Shatterer", ["description"] = "Destroy every Dark Anchor in Aldmeri Dominion territory.", ["Category_ID"] = 6, -["name"] = "Dominion Anchor Shatterer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 15, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 15, } , [584] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 15, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, -["description"] = "Destroy every Dark Anchor in Daggerfall Covenant territory.", -["Category_ID"] = 6, ["name"] = "Covenant Anchor Shatterer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 15, +["description"] = "Destroy every Dark Anchor in Daggerfall Covenant territory.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, } , [585] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 15, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Pact Anchor Shatterer", ["description"] = "Destroy every Dark Anchor in Ebonheart Pact territory.", ["Category_ID"] = 6, -["name"] = "Pact Anchor Shatterer", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 15, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 15, } , [586] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 10, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Imperial Anchor Shatterer", ["description"] = "Destroy every Dark Anchor in the contested lands of Cyrodiil.", ["Category_ID"] = 6, -["name"] = "Imperial Anchor Shatterer", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 15, } , [587] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Anchors Away", ["description"] = "Destroy every Dark Anchor in Tamriel.", ["Category_ID"] = 6, -["name"] = "Anchors Away", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 50, } , [589] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Hero of House Tamrith", ["description"] = "Kill Reezal-Jul at Camp Tamrith and save the Crestshade refugees.", ["Category_ID"] = 7, -["name"] = "Hero of House Tamrith", +["prevId"] = 0, ["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [590] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Hero of House Dorell", ["description"] = "Kill Lady Lleraya Montclair at Northpoint and set Baron Dorell\'s city free.", ["Category_ID"] = 7, -["name"] = "Hero of House Dorell", +["prevId"] = 0, ["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [591] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Sword of Ravenwatch", ["description"] = "Kill Baron Wylon Montclair and destroy the Lightless Remnant at the Doomcrag to save Rivenspire.", ["Category_ID"] = 7, -["name"] = "Sword of Ravenwatch", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 5, } , [593] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Stonefalls Adventurer", ["description"] = "Complete 59 unique quests in Stonefalls.", ["Category_ID"] = 7, -["name"] = "Stonefalls Adventurer", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 50, } , [595] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Deshaan Adventurer", ["description"] = "Complete 55 unique quests in Deshaan.", ["Category_ID"] = 7, -["name"] = "Deshaan Adventurer", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 50, } , [596] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Shadowfen Adventurer", ["description"] = "Complete 51 unique quests in Shadowfen.", ["Category_ID"] = 7, -["name"] = "Shadowfen Adventurer", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 50, } , [597] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Giant-Friend", ["description"] = "Kill Lob the Cleaver and befriend the Giants at the Cradlecrush Arena.", ["Category_ID"] = 7, -["name"] = "Giant-Friend", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 5, } , [598] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Skald-King\'s Salvation", ["description"] = "Save Jorunn the Skald-King at Mistwatch Tower.", ["Category_ID"] = 7, -["name"] = "Skald-King\'s Salvation", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 5, } , [599] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Skald-King\'s Arrow", ["description"] = "Defeat Fildgor Orcthane at Skuldafn and earn the title of Arrow of Jorunn the Skald-King.", ["Category_ID"] = 7, -["name"] = "Skald-King\'s Arrow", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 5, } , [600] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Eastmarch Adventurer", ["description"] = "Complete 43 unique quests in Eastmarch.", ["Category_ID"] = 7, -["name"] = "Eastmarch Adventurer", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [602] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Reaper\'s March Adventurer", ["description"] = "Complete 45 unique quests in Reaper\'s March.", ["Category_ID"] = 7, -["name"] = "Reaper\'s March Adventurer", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, } , [603] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "The Rift Adventurer", ["description"] = "Complete 61 unique quests in the Rift.", ["Category_ID"] = 7, -["name"] = "The Rift Adventurer", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [604] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Auridon Adventurer", ["description"] = "Complete 37 unique quests in Auridon.", ["Category_ID"] = 7, -["name"] = "Auridon Adventurer", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 50, } , [605] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Southpoint Savior", ["description"] = "Free Southpoint from the influence of the Daedric Prince, Sheogorath.", ["Category_ID"] = 7, -["name"] = "Southpoint Savior", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 5, } , [606] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Reliquary Retriever", ["description"] = "Retrieve the Heart of Anumaril from the Reliquary of Stars.", ["Category_ID"] = 7, -["name"] = "Reliquary Retriever", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 5, } , [607] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Hero of Falinesti", ["description"] = "Free Nairume from her prison and retrieve Rajhin\'s Mantle.", ["Category_ID"] = 7, -["name"] = "Hero of Falinesti", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 5, } , [608] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Grahtwood Adventurer", ["description"] = "Complete 38 unique quests in Grahtwood.", ["Category_ID"] = 7, -["name"] = "Grahtwood Adventurer", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 50, } , [610] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Greenshade Adventurer", ["description"] = "Complete 40 unique quests in Greenshade.", ["Category_ID"] = 7, -["name"] = "Greenshade Adventurer", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 50, } , [611] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Malabal Tor Adventurer", ["description"] = "Complete 40 unique quests in Malabal Tor.", ["Category_ID"] = 7, -["name"] = "Malabal Tor Adventurer", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 50, } , [612] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 5, +["name"] = "Light of the Ayleid King", ["description"] = "Rescue the last Ayleid King, Laloriaran Dynar, from the Lightless Oubliette.", ["Category_ID"] = 7, -["name"] = "Light of the Ayleid King", +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [613] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 5, +["name"] = "Guardian of the Great Mage", ["description"] = "Rescue the Great Mage, Vanus Galerion, and help him destroy Molag Bal\'s Great Shackle.", ["Category_ID"] = 7, -["name"] = "Guardian of the Great Mage", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 5, } , [614] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 5, +["name"] = "Planemeld Sunderer", ["description"] = "Stop the Planemeld and defeat Molag Bal\'s plan of conquest at the Endless Stair.", ["Category_ID"] = 7, -["name"] = "Planemeld Sunderer", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, } , [616] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 5, +["name"] = "Coldharbour Adventurer", ["description"] = "Complete 29 unique quests in Coldharbour.", ["Category_ID"] = 7, -["name"] = "Coldharbour Adventurer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, } , [617] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["name"] = "Hero of the Ebonheart Pact", -["Category_ID"] = 7, ["description"] = "Complete all Ebonheart Pact quest achievements.", +["Category_ID"] = 7, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, } , [618] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["name"] = "Hero of the Aldmeri Dominion", -["Category_ID"] = 7, ["description"] = "Complete all Aldmeri Dominion quest achievements.", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["Category_ID"] = 7, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [619] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 620, +["firstID"] = 324, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Anchor Demolisher", ["description"] = "Destroy 50 Dark Anchors from Coldharbour.", ["Category_ID"] = 6, -["name"] = "Anchor Demolisher", -["achievementIndex"] = 7, -["firstID"] = 324, -["numCriteria"] = 1, +["prevId"] = 324, +["achievementIndex"] = 1, +["points"] = 10, } , [620] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 621, +["firstID"] = 324, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Anchor Decimator", ["description"] = "Destroy 100 Dark Anchors from Coldharbour.", ["Category_ID"] = 6, -["name"] = "Anchor Decimator", -["achievementIndex"] = 7, -["firstID"] = 324, -["numCriteria"] = 1, +["prevId"] = 619, +["achievementIndex"] = 1, +["points"] = 15, } , [621] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 324, ["Category"] = "Exploration", ["SubCategory"] = "Dark Anchors", -["SubCategory_ID"] = 7, +["name"] = "Anchor Devastator", ["description"] = "Destroy 250 Dark Anchors from Coldharbour.", ["Category_ID"] = 6, -["name"] = "Anchor Devastator", -["achievementIndex"] = 7, -["firstID"] = 324, -["numCriteria"] = 1, +["prevId"] = 620, +["achievementIndex"] = 1, +["points"] = 50, } , [622] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Dominion Cave Delver", ["description"] = "Complete all of the Aldmeri Dominion cave exploration achievements.", ["Category_ID"] = 6, -["name"] = "Dominion Cave Delver", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 50, } , [625] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Covenant Cave Delver", ["description"] = "Complete all of the Daggerfall Covenant cave exploration achievements.", ["Category_ID"] = 6, -["name"] = "Covenant Cave Delver", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 50, } , [626] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Pact Cave Delver", ["description"] = "Complete all of the Ebonheart Pact cave exploration achievements.", ["Category_ID"] = 6, -["name"] = "Pact Cave Delver", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 50, } , [627] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["name"] = "Tamriel Master Cave Delver", -["Category_ID"] = 6, ["description"] = "Complete every cave exploration achievement in Tamriel.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 4, +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, } , [628] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["name"] = "Tamriel Expert Adventurer", -["Category_ID"] = 7, ["description"] = "Complete all of the unique quest achievements across Tamriel.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 4, +["Category_ID"] = 7, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [678] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Wayrest Sewers II Conqueror", -["Category_ID"] = 5, ["description"] = "Defeat Malubeth the Scourger, Garron the Returned, and Varaine and Allene Pellingare in Veteran Wayrest Sewers II.", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 3, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 10, } , [679] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, -["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_ID"] = 5, ["name"] = "Wayrest Sewers II Assassin", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["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_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 50, } , [681] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["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_ID"] = 5, -["name"] = "Pellingare Ghoul Slayer", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 50, } , [691] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["name"] = "Dungeon Ruler", -["Category_ID"] = 4, ["description"] = "Kill 100 named enemies in dungeons.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 10, } , [696] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Shagura\'s Doom", ["description"] = "Defeat the crazed Orc hunter Shagura at Hircine\'s Henge.", ["Category_ID"] = 6, -["name"] = "Shagura\'s Doom", -["achievementIndex"] = 63, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 62, +["points"] = 5, } , [697] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Monsoon Marauder", ["description"] = "Defeat the senche-tigress Nindaeril the Monsoon atop Nindaeril\'s Perch.", ["Category_ID"] = 6, -["name"] = "Monsoon Marauder", -["achievementIndex"] = 50, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 64, +["points"] = 5, } , [698] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Water Walloper", ["description"] = "Defeat the Nereid Lady Solace in Lady Solace\'s Fen.", ["Category_ID"] = 6, -["name"] = "Water Walloper", -["achievementIndex"] = 76, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 66, +["points"] = 5, } , [699] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Poacher Pounder", ["description"] = "Defeat Otho Rufinus, the poacher leader, at the Poacher Camp.", ["Category_ID"] = 6, -["name"] = "Poacher Pounder", -["achievementIndex"] = 57, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 59, +["points"] = 5, } , [700] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Thugrub Dissector", ["description"] = "Defeat the giant flesh atronach Thugrub the Reformed in Thugrub\'s Cave.", ["Category_ID"] = 6, -["name"] = "Thugrub Dissector", -["achievementIndex"] = 70, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 57, +["points"] = 5, } , [701] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Valanir\'s Bane", ["description"] = "Defeat the lich Valanir the Restless at Valanir\'s Rest.", ["Category_ID"] = 6, -["name"] = "Valanir\'s Bane", -["achievementIndex"] = 73, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 63, +["points"] = 5, } , [707] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Na-Totambu Group Event", ["description"] = "Solve the puzzle of the Guardians in the Lost City of the Na-Totambu.", ["Category_ID"] = 4, -["name"] = "Na-Totambu Group Event", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 44, +["points"] = 50, } , [708] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Razak\'s Wheel Group Event", ["description"] = "Defeat the flesh atronach at Razak\'s Wheel.", ["Category_ID"] = 4, -["name"] = "Razak\'s Wheel Group Event", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 46, +["points"] = 50, } , [709] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["name"] = "Dungeon Lord", -["Category_ID"] = 4, ["description"] = "Defeat 1000 named enemies in Dungeons.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [710] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["name"] = "Dungeon Marauder", -["Category_ID"] = 4, ["description"] = "Defeat 1000 enemies in Dungeons.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 10, } , [711] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["name"] = "Dungeon Annihilator", -["Category_ID"] = 4, ["description"] = "Defeat 10,000 enemies in Dungeons.", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 50, } , [713] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Obsidian Scar Group Event", ["description"] = "Defeat the Orc, Zilbash the Deceiver, at Obsidian Scar.", ["Category_ID"] = 4, -["name"] = "Obsidian Scar Group Event", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 45, +["points"] = 50, } , [714] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Bonesnap Ruins Group Event", ["description"] = "Defeat the Eternal One in the Bonesnap Ruins.", ["Category_ID"] = 4, -["name"] = "Bonesnap Ruins Group Event", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 40, +["points"] = 50, } , [716] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Peacemaker", ["description"] = "Help ease cultural tensions and reconcile the allies in Grahtwood.", ["Category_ID"] = 6, -["name"] = "Peacemaker", -["achievementIndex"] = 56, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 86, +["points"] = 5, } , [730] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Bloodmayne Cave Explorer", ["description"] = "Explore and clear Bloodmayne Cave.", ["Category_ID"] = 6, -["name"] = "Bloodmayne Cave Explorer", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 10, } , [731] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Breakneck Cave Explorer", ["description"] = "Explore and clear Breakneck Cave.", ["Category_ID"] = 6, -["name"] = "Breakneck Cave Explorer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [732] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Haynote Cave Explorer", ["description"] = "Explore and clear Haynote Cave.", ["Category_ID"] = 6, -["name"] = "Haynote Cave Explorer", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 10, } , [733] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Nisin Cave Explorer", ["description"] = "Explore and clear Nisin Cave.", ["Category_ID"] = 6, -["name"] = "Nisin Cave Explorer", +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 10, } , [734] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Pothole Caverns Explorer", ["description"] = "Explore and clear the Pothole Caverns.", ["Category_ID"] = 6, -["name"] = "Pothole Caverns Explorer", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 10, } , [735] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Serpent Hollow Explorer", ["description"] = "Explore and clear Serpent Hollow.", ["Category_ID"] = 6, -["name"] = "Serpent Hollow Explorer", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , [736] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Capstone Cave Explorer", ["description"] = "Explore and clear Capstone Cave.", ["Category_ID"] = 6, -["name"] = "Capstone Cave Explorer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 10, } , [737] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Echo Cave Explorer", ["description"] = "Explore and clear Echo Cave.", ["Category_ID"] = 6, -["name"] = "Echo Cave Explorer", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [738] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Lipsand Tarn Explorer", ["description"] = "Explore and clear Lipsand Tarn.", ["Category_ID"] = 6, -["name"] = "Lipsand Tarn Explorer", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 10, } , [739] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Red Ruby Cave Explorer", ["description"] = "Explore and clear Red Ruby Cave.", ["Category_ID"] = 6, -["name"] = "Red Ruby Cave Explorer", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [740] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Toadstool Hollow Explorer", ["description"] = "Explore and clear Toadstool Hollow.", ["Category_ID"] = 6, -["name"] = "Toadstool Hollow Explorer", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [741] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Underpall Cave Explorer", ["description"] = "Explore and clear Underpall Cave.", ["Category_ID"] = 6, -["name"] = "Underpall Cave Explorer", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [742] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Cracked Wood Cave Explorer", ["description"] = "Explore and clear Cracked Wood Cave.", ["Category_ID"] = 6, -["name"] = "Cracked Wood Cave Explorer", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [743] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Kingscrest Cavern Explorer", ["description"] = "Explore and clear Kingscrest Cavern.", ["Category_ID"] = 6, -["name"] = "Kingscrest Cavern Explorer", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 10, } , [744] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Muck Valley Cavern Explorer", ["description"] = "Explore and clear Muck Valley Cavern.", ["Category_ID"] = 6, -["name"] = "Muck Valley Cavern Explorer", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [745] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Newt Cave Explorer", ["description"] = "Explore and clear Newt Cave.", ["Category_ID"] = 6, -["name"] = "Newt Cave Explorer", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 10, } , [746] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Quickwater Cave Explorer", ["description"] = "Explore and clear Quickwater Cave.", ["Category_ID"] = 6, -["name"] = "Quickwater Cave Explorer", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [747] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Vahtacen Explorer", ["description"] = "Explore and clear Vahtacen.", ["Category_ID"] = 6, -["name"] = "Vahtacen Explorer", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [749] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["name"] = "Dungeon Damage Dealer", -["Category_ID"] = 4, ["description"] = "Deal 1,000,000 points of damage in Dungeons or Delves.", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , [750] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["name"] = "Dungeon Damage Dispenser", -["Category_ID"] = 4, ["description"] = "Deal 10,000,000 points of damage in Dungeons or Delves.", +["Category_ID"] = 4, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [751] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["name"] = "Dungeon Healer", -["Category_ID"] = 4, ["description"] = "Heal 1,000,000 points of damage to allies in Dungeons or Delves.", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [752] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["name"] = "Greater Dungeon Healer", -["Category_ID"] = 4, ["description"] = "Heal 10,000,000 points of damage to allies in Dungeons or Delves.", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 50, } , [753] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["name"] = "Dungeon Blocker", -["Category_ID"] = 4, ["description"] = "Block 1,000,000 points of damage in Dungeons.", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [754] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["name"] = "Greater Dungeon Blocker", -["Category_ID"] = 4, ["description"] = "Block 10,000,000 points of damage in Dungeons.", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [758] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 10, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 7, +["name"] = "Bruma Adventurer", ["description"] = "Complete all unique quests in Bruma.", ["Category_ID"] = 7, -["name"] = "Bruma Adventurer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [759] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 10, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 7, +["name"] = "Cheydinhal Adventurer", ["description"] = "Complete all unique quests in Cheydinhal.", ["Category_ID"] = 7, -["name"] = "Cheydinhal Adventurer", +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 10, +["points"] = 10, } , [760] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 10, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 7, +["name"] = "Chorrol Weynon Priory Adventurer", ["description"] = "Complete all unique quests in Chorrol and Weynon Priory.", ["Category_ID"] = 7, -["name"] = "Chorrol Weynon Priory Adventurer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [761] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 10, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 7, +["name"] = "Cropsford Adventurer", ["description"] = "Complete all unique quests in Cropsford.", ["Category_ID"] = 7, -["name"] = "Cropsford Adventurer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 10, } , [762] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 7, +["numCriteria"] = 10, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 7, +["name"] = "Vlastarus Adventurer", ["description"] = "Complete all unique quests in Vlastarus.", ["Category_ID"] = 7, -["name"] = "Vlastarus Adventurer", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [766] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 18, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Cyrodiil", -["SubCategory_ID"] = 6, +["name"] = "Cyrodiil Cave Delver", ["description"] = "Explore and clear all 18 caves in Cyrodiil.", ["Category_ID"] = 6, -["name"] = "Cyrodiil Cave Delver", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 18, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 50, } , [767] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["name"] = "Cyrodiil Champion", -["Category_ID"] = 7, ["description"] = "Complete all quest achievements in Cyrodiil.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 5, +["Category_ID"] = 7, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 50, } , [768] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Khenarthi\'s Roost Pathfinder", ["description"] = "Discover all of the striking locales on Khenarthi\'s Roost.", ["Category_ID"] = 6, -["name"] = "Khenarthi\'s Roost Pathfinder", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 85, +["points"] = 5, } , [769] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Auridon Pathfinder", ["description"] = "Discover all of the striking locales on Auridon.", ["Category_ID"] = 6, -["name"] = "Auridon Pathfinder", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 72, +["points"] = 5, } , [770] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Bleakrock Isle Pathfinder", ["description"] = "Discover all of the striking locales on Bleakrock Isle.", ["Category_ID"] = 6, -["name"] = "Bleakrock Isle Pathfinder", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 86, +["points"] = 5, } , [771] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Bal Foyen Pathfinder", ["description"] = "Discover all of the striking locales in Bal Foyen.", ["Category_ID"] = 6, -["name"] = "Bal Foyen Pathfinder", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 85, +["points"] = 5, } , [772] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Stonefalls Pathfinder", ["description"] = "Discover all of the striking locales in Stonefalls.", ["Category_ID"] = 6, -["name"] = "Stonefalls Pathfinder", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 72, +["points"] = 5, } , [773] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Stros M\'kai Pathfinder", ["description"] = "Discover all of the striking locales on Stros M\'kai.", ["Category_ID"] = 6, -["name"] = "Stros M\'kai Pathfinder", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 84, +["points"] = 5, } , [774] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Betnikh Pathfinder", ["description"] = "Discover all of the striking locales on Betnikh.", ["Category_ID"] = 6, -["name"] = "Betnikh Pathfinder", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 85, +["points"] = 5, } , [775] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Glenumbra Pathfinder", ["description"] = "Discover all of the striking locales in Glenumbra.", ["Category_ID"] = 6, -["name"] = "Glenumbra Pathfinder", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 74, +["points"] = 5, } , [778] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Champion of Rahni\'Za", ["description"] = "Unravel the mysteries of Rahni\'Za, School of Warriors.", ["Category_ID"] = 7, -["name"] = "Champion of Rahni\'Za", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 15, } , [832] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Grahtwood Pathfinder", ["description"] = "Discover all of the striking locales in Grahtwood.", ["Category_ID"] = 6, -["name"] = "Grahtwood Pathfinder", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 58, +["points"] = 5, } , [833] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Stormhaven Pathfinder", ["description"] = "Discover all of the striking locales in Stormhaven.", ["Category_ID"] = 6, -["name"] = "Stormhaven Pathfinder", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 52, +["points"] = 5, } , [834] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Deshaan Pathfinder", ["description"] = "Discover all of the striking locales in Deshaan.", ["Category_ID"] = 6, -["name"] = "Deshaan Pathfinder", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 62, +["points"] = 5, } , [835] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Reaper\'s March Pathfinder", ["description"] = "Discover all of the striking locales in Reaper\'s March.", ["Category_ID"] = 6, -["name"] = "Reaper\'s March Pathfinder", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 5, } , [836] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["name"] = "Slaughtered", -["Category_ID"] = 6, ["description"] = "Defeated by slaughterfish.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, } , [839] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Greenshade Pathfinder", ["description"] = "Discover all of the striking locales in Greenshade.", ["Category_ID"] = 6, -["name"] = "Greenshade Pathfinder", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 44, +["points"] = 5, } , [840] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Rivenspire Pathfinder", ["description"] = "Discover all of the striking locales in Rivenspire.", ["Category_ID"] = 6, -["name"] = "Rivenspire Pathfinder", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 41, +["points"] = 5, } , [845] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 8, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Shadowfen Pathfinder", ["description"] = "Discover all of the striking locales in Shadowfen.", ["Category_ID"] = 6, -["name"] = "Shadowfen Pathfinder", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 8, +["prevId"] = 0, +["achievementIndex"] = 46, +["points"] = 5, } , [849] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Alik\'r Desert Pathfinder", ["description"] = "Discover all of the striking locales in Alik\'r Desert.", ["Category_ID"] = 6, -["name"] = "Alik\'r Desert Pathfinder", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 28, +["points"] = 5, } , [850] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Arachnid Slayer", ["description"] = "Defeat 200 Spiders in Veteran Fungal Grotto II.", ["Category_ID"] = 5, -["name"] = "Veteran Arachnid Slayer", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 10, } , [851] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Obsidian Slayer", ["description"] = "Defeat 425 Obsidian Warriors in Veteran Fungal Grotto II.", ["Category_ID"] = 5, -["name"] = "Veteran Obsidian Slayer", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 25, +["points"] = 10, } , [852] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Bonebreaker II", ["description"] = "Defeat 120 Skeletons in Veteran Banished Cells II.", ["Category_ID"] = 5, -["name"] = "Veteran Bonebreaker II", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [853] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Rilis Dremora Slayer", ["description"] = "Defeat 300 Dremora in Veteran Banished Cells II.", ["Category_ID"] = 5, -["name"] = "Rilis Dremora Slayer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 10, } , [854] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Thrall Slayer", ["description"] = "Defeat 220 Vampire Thralls in Veteran Spindleclutch II.", ["Category_ID"] = 5, -["name"] = "Veteran Thrall Slayer", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 10, } , [855] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Flesh Atronach Conqueror", ["description"] = "Defeat 65 Flesh Atronachs in Veteran Spindleclutch II.", ["Category_ID"] = 5, -["name"] = "Veteran Flesh Atronach Conqueror", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [856] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Kwama Slayer II", ["description"] = "Defeat 200 Kwama in Veteran Darkshade Caverns II.", ["Category_ID"] = 5, -["name"] = "Veteran Kwama Slayer II", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 10, } , [857] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Construct Slayer", ["description"] = "Defeat 800 Dwarven Constructs in Veteran Darkshade Caverns II.", ["Category_ID"] = 5, -["name"] = "Veteran Construct Slayer", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 30, +["points"] = 10, } , [858] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Banekin Slayer", ["description"] = "Defeat 140 Banekin in Veteran Elden Hollow II.", ["Category_ID"] = 5, -["name"] = "Veteran Banekin Slayer", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 10, } , [859] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Lurcher Slayer", ["description"] = "Defeat 60 Lurchers in Veteran Elden Hollow II.", ["Category_ID"] = 5, -["name"] = "Veteran Lurcher Slayer", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 29, +["points"] = 10, } , [860] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Zombie Slayer", ["description"] = "Defeat 350 Zombies in Veteran Wayrest Sewers II.", ["Category_ID"] = 5, -["name"] = "Veteran Zombie Slayer", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [861] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Colossus Slayer", ["description"] = "Defeat 40 Bone Colossi in Veteran Wayrest Sewers II.", ["Category_ID"] = 5, -["name"] = "Veteran Colossus Slayer", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 32, +["points"] = 10, } , [862] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Malabal Tor Pathfinder", ["description"] = "Discover all of the striking locales in Malabal Tor.", ["Category_ID"] = 6, -["name"] = "Malabal Tor Pathfinder", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 26, +["points"] = 5, } , [863] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "The Rift Pathfinder", ["description"] = "Discover all of the striking locales in the Rift.", ["Category_ID"] = 6, -["name"] = "The Rift Pathfinder", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 5, } , [864] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Coldharbour Pathfinder", ["description"] = "Discover all of the striking locales in Coldharbour.", ["Category_ID"] = 6, -["name"] = "Coldharbour Pathfinder", +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 7, +["points"] = 5, } , [865] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Bangkorai Pathfinder", ["description"] = "Discover all of the striking locales in Bangkorai.", ["Category_ID"] = 6, -["name"] = "Bangkorai Pathfinder", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 5, } , [866] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Eastmarch Pathfinder", ["description"] = "Discover all of the striking locales in Eastmarch.", ["Category_ID"] = 6, -["name"] = "Eastmarch Pathfinder", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 34, +["points"] = 5, } , [867] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 21, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["name"] = "Tamriel Trailblazer", -["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.", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 21, +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [869] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 15, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["name"] = "Crime Pays", -["Category_ID"] = 6, ["description"] = "Extort gold from merchants across Tamriel.", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 15, +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, } , [870] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["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_ID"] = 4, -["name"] = "Hel Ra Citadel: The War Horn", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 5, } , [871] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 15, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["name"] = "Give to the Poor", -["Category_ID"] = 6, ["description"] = "Share your wealth with needy beggars across Tamriel.", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 15, +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 15, } , [872] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 19, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["name"] = "I Like M\'aiq", -["Category_ID"] = 6, ["description"] = "Track the movements of M\'aiq the Liar across Tamriel and beyond.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 19, +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 15, } , [873] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 15, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["name"] = "Lightbringer", -["Category_ID"] = 6, ["description"] = "Bring light to the dark places of the world.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 15, +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 15, } , [874] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Village of the Lost Group Event", ["description"] = "Defeat Zatalguch in the Village of the Lost.", ["Category_ID"] = 4, -["name"] = "Village of the Lost Group Event", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 51, +["points"] = 50, } , [876] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Crypt of Hearts II Conqueror", -["Category_ID"] = 5, ["description"] = "Defeat Ruzozuzalpamaz, the Brothers Ilambris and the Ilambris Amalgam, and Nerien\'eth in Veteran Crypt of Hearts II.", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 3, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 10, } , [878] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "City of Ash II Conqueror", -["Category_ID"] = 5, ["description"] = "Complete Veteran City of Ash II by defeating Horvantud the Fire Maw, the Ash Titan, and Valkyn Skoria.", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 3, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 15, } , [880] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, -["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_ID"] = 43, ["name"] = "Imperial City Prison Conqueror", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 6, +["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_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, } , [884] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Molavar Explorer", ["description"] = "Explore and clear Molavar.", ["Category_ID"] = 6, -["name"] = "Molavar Explorer", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 10, } , [885] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Rkundzelft Explorer", ["description"] = "Explore and clear Rkundzelft.", ["Category_ID"] = 6, -["name"] = "Rkundzelft Explorer", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 27, +["points"] = 10, } , [886] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Serpent\'s Nest Explorer", ["description"] = "Explore and clear Serpent\'s Nest.", ["Category_ID"] = 6, -["name"] = "Serpent\'s Nest Explorer", -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 10, } , [887] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Ilthag\'s Undertower Explorer", ["description"] = "Explore and clear Ilthag\'s Undertower.", ["Category_ID"] = 6, -["name"] = "Ilthag\'s Undertower Explorer", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , [888] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Ruins of Kardala Explorer", ["description"] = "Explore and clear the Ruins of Kardala.", ["Category_ID"] = 6, -["name"] = "Ruins of Kardala Explorer", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 10, } , [889] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Loth\'Na Caverns Explorer", ["description"] = "Explore and clear Loth\'Na Caverns.", ["Category_ID"] = 6, -["name"] = "Loth\'Na Caverns Explorer", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [890] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Rkhardahrk Explorer", ["description"] = "Explore and clear Rkhardahrk.", ["Category_ID"] = 6, -["name"] = "Rkhardahrk Explorer", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [891] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Haddock\'s Market Explorer", ["description"] = "Explore and clear Haddock\'s Market.", ["Category_ID"] = 6, -["name"] = "Haddock\'s Market Explorer", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 10, } , [892] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Chiselshriek Mine Explorer", ["description"] = "Explore and clear the Chiselshriek Mine.", ["Category_ID"] = 6, -["name"] = "Chiselshriek Mine Explorer", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 10, } , [893] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Buried Sands Explorer", ["description"] = "Explore and clear the Buried Sands.", ["Category_ID"] = 6, -["name"] = "Buried Sands Explorer", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [894] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Mtharnaz Explorer", ["description"] = "Explore and clear Mtharnaz.", ["Category_ID"] = 6, -["name"] = "Mtharnaz Explorer", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 26, +["points"] = 10, } , [895] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "The Howling Sepulchers Explorer", ["description"] = "Explore and clear the Howling Sepulchers.", ["Category_ID"] = 6, -["name"] = "The Howling Sepulchers Explorer", -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [896] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Balamath Explorer", ["description"] = "Explore and clear Balamath.", ["Category_ID"] = 6, -["name"] = "Balamath Explorer", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 10, } , [897] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Fearfangs Cavern Explorer", ["description"] = "Explore and clear Fearfangs Cavern.", ["Category_ID"] = 6, -["name"] = "Fearfangs Cavern Explorer", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 10, } , [898] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Exarch\'s Stronghold Explorer", ["description"] = "Explore and clear Exarch\'s Stronghold.", ["Category_ID"] = 6, -["name"] = "Exarch\'s Stronghold Explorer", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 10, } , [899] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Zalgaz\'s Den Explorer", ["description"] = "Explore and clear Zalgaz\'s Den.", ["Category_ID"] = 6, -["name"] = "Zalgaz\'s Den Explorer", +["prevId"] = 0, ["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [900] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Tombs of the Na-Totambu Explorer", ["description"] = "Explore and clear the Tombs of the Na-Totambu.", ["Category_ID"] = 6, -["name"] = "Tombs of the Na-Totambu Explorer", -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [901] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Hircine\'s Haunt Explorer", ["description"] = "Explore and clear Hircine\'s Haunt.", ["Category_ID"] = 6, -["name"] = "Hircine\'s Haunt Explorer", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 10, } , [902] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 9, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Lower Craglorn Pathfinder", ["description"] = "Discover all of the striking locales in Lower Craglorn.", ["Category_ID"] = 6, -["name"] = "Lower Craglorn Pathfinder", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 9, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, } , [905] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Shada\'s Tear Curse-Breaker", ["description"] = "Defeat Shada and cleanse the waters of Shada\'s Tear.", ["Category_ID"] = 7, -["name"] = "Shada\'s Tear Curse-Breaker", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 15, } , [906] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Tenacious Seeker", ["description"] = "Uncover the secrets hidden within the Seeker\'s Archive.", ["Category_ID"] = 7, -["name"] = "Tenacious Seeker", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 15, } , [907] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Spellscar Defender", ["description"] = "Prevent a catastrophic explosion of magic from within the Spellscar.", ["Category_ID"] = 7, -["name"] = "Spellscar Defender", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 15, } , [908] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Exalted of Elinhir", ["description"] = "Defeat Yamanu-ko and end the strife in Elinhir.", ["Category_ID"] = 7, -["name"] = "Exalted of Elinhir", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 15, } , [909] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Celestial Investigator", ["description"] = "Discover why the Celestials have appeared in Craglorn.", ["Category_ID"] = 7, -["name"] = "Celestial Investigator", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [916] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 8, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Fishing", -["SubCategory_ID"] = 8, +["name"] = "Craglorn Angler", ["description"] = "Catch all 12 rare fish in Craglorn.", ["Category_ID"] = 6, -["name"] = "Craglorn Angler", +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 12, +["points"] = 5, } , [936] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Serpents and Secrets", ["description"] = "Dismantle the Serpent\'s forces and vanquish the Exalted Viper.", ["Category_ID"] = 7, -["name"] = "Serpents and Secrets", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 50, } , [937] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Upper Craglorn Pathfinder", ["description"] = "Discover all of the striking locales in Upper Craglorn.", ["Category_ID"] = 6, -["name"] = "Upper Craglorn Pathfinder", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 5, } , [939] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Spiderkith Slayer", ["description"] = "Defeat 250 Spiderkith in Veteran Crypt of Hearts II.", ["Category_ID"] = 5, -["name"] = "Veteran Spiderkith Slayer", -["achievementIndex"] = 34, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [940] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Flesh Atronach Slayer", ["description"] = "Defeat 50 Flesh Atronachs in Veteran Crypt of Hearts II.", ["Category_ID"] = 5, -["name"] = "Veteran Flesh Atronach Slayer", -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 40, +["points"] = 10, } , [941] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Crypt of Hearts II Assassin", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 50, } , [942] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Deadly Crypt Survivor", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 50, } , [943] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "A Rule Unquestioned", ["description"] = "Defeat a hidden threat to the Dominion in Auridon.", ["Category_ID"] = 7, -["name"] = "A Rule Unquestioned", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 15, } , [944] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Iconoclast", ["description"] = "You thwarted perilous Daedric schemes in Grahtwood.", ["Category_ID"] = 7, -["name"] = "Iconoclast", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 15, } , [945] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Spirit of the Bosmer", ["description"] = "Drive corruption from the heart of Valenwood in Greenshade.", ["Category_ID"] = 7, -["name"] = "Spirit of the Bosmer", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 15, } , [946] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Matchmaker", ["description"] = "Restore the Silvenar and the Green Lady to their rightful place in Malabal Tor.", ["Category_ID"] = 7, -["name"] = "Matchmaker", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 15, } , [947] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 2, +["name"] = "Hallowed Moons", ["description"] = "Walk the Two Moons Path in Reaper\'s March.", ["Category_ID"] = 7, -["name"] = "Hallowed Moons", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 15, } , [948] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Hearts of Darkness", ["description"] = "Imprison the Brothers of Strife in Stonefalls.", ["Category_ID"] = 7, -["name"] = "Hearts of Darkness", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 15, } , [949] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Plague Eater", ["description"] = "Avert the destruction of Deshaan.", ["Category_ID"] = 7, -["name"] = "Plague Eater", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 15, } , [950] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Egg and Root", ["description"] = "You defeated a great threat to the Hist in Shadowfen.", ["Category_ID"] = 7, -["name"] = "Egg and Root", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 15, } , [951] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Blood Feud", ["description"] = "Prevent a great threat to the Skald-King in Eastmarch.", ["Category_ID"] = 7, -["name"] = "Blood Feud", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 15, } , [952] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 4, +["name"] = "Shattered Remnants", ["description"] = "Defeat the Worm Cult in the Rift.", ["Category_ID"] = 7, -["name"] = "Shattered Remnants", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, } , [953] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Ritual Destruction", ["description"] = "Stop an insidious cultist plot in Glenumbra.", ["Category_ID"] = 7, -["name"] = "Ritual Destruction", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 15, } , [954] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Rude Awakening", ["description"] = "End the nightmares in Stormhaven.", ["Category_ID"] = 7, -["name"] = "Rude Awakening", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 15, } , [955] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Curse Breaker", ["description"] = "End the blood-curse and restore order in Rivenspire.", ["Category_ID"] = 7, -["name"] = "Curse Breaker", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 15, } , [956] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "Consecrated Ground", ["description"] = "Put the dead to rest in Alik\'r.", ["Category_ID"] = 7, -["name"] = "Consecrated Ground", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 15, } , [957] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 5, +["name"] = "Radiant Champion", ["description"] = "Defy the will of Molag Bal in Coldharbour.", ["Category_ID"] = 7, -["name"] = "Radiant Champion", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 15, } , [958] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 3, +["name"] = "End of Empire", ["description"] = "Drive the Imperial forces out of Bangkorai.", ["Category_ID"] = 7, -["name"] = "End of Empire", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 15, } , [964] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Glenumbra Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in Glenumbra.", ["Category_ID"] = 6, -["name"] = "Glenumbra Master Explorer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 70, +["points"] = 50, } , [965] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Stormhaven Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in Stormhaven.", ["Category_ID"] = 6, -["name"] = "Stormhaven Master Explorer", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 49, +["points"] = 50, } , [966] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Rivenspire Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in Rivenspire.", ["Category_ID"] = 6, -["name"] = "Rivenspire Master Explorer", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 39, +["points"] = 50, } , [967] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Alik\'r Desert Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in the Alik\'r Desert.", ["Category_ID"] = 6, -["name"] = "Alik\'r Desert Master Explorer", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 27, +["points"] = 50, } , [968] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Bangkorai Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in Bangkorai.", ["Category_ID"] = 6, -["name"] = "Bangkorai Master Explorer", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 50, } , [969] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Aldmeri Master Explorer", ["description"] = "Discover and clear all caves and locales throughout the Aldmeri Dominion Territory.", ["Category_ID"] = 6, -["name"] = "Aldmeri Master Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 50, } , [970] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Stonefalls Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in Stonefalls.", ["Category_ID"] = 6, -["name"] = "Stonefalls Master Explorer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 50, +["points"] = 50, } , [971] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Deshaan Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in Deshaan.", ["Category_ID"] = 6, -["name"] = "Deshaan Master Explorer", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 49, +["points"] = 50, } , [972] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Shadowfen Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in Shadowfen.", ["Category_ID"] = 6, -["name"] = "Shadowfen Master Explorer", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 41, +["points"] = 50, } , [973] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Eastmarch Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in Eastmarch.", ["Category_ID"] = 6, -["name"] = "Eastmarch Master Explorer", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 26, +["points"] = 50, } , [974] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, -["description"] = "Discover and clear all six caves and striking locales in the Rift.", -["Category_ID"] = 6, -["name"] = "The Rift Master Explorer", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 2, +["name"] = "The Rift Master Explorer", +["description"] = "Discover and clear all six caves and striking locales in the Rift.", +["Category_ID"] = 6, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 50, } , [975] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Bleakrock and Bal Foyen Explorer", ["description"] = "Discover all of the striking locales on Bleakrock and Bal Foyen.", ["Category_ID"] = 6, -["name"] = "Bleakrock and Bal Foyen Explorer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 51, +["points"] = 15, } , [976] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Auridon Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in Auridon.", ["Category_ID"] = 6, -["name"] = "Auridon Master Explorer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 69, +["points"] = 50, } , [977] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Grahtwood Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in Grahtwood.", ["Category_ID"] = 6, -["name"] = "Grahtwood Master Explorer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 54, +["points"] = 50, } , [978] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Greenshade Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in Greenshade.", ["Category_ID"] = 6, -["name"] = "Greenshade Master Explorer", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 43, +["points"] = 50, } , [979] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Malabal Tor Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in Malabal Tor.", ["Category_ID"] = 6, -["name"] = "Malabal Tor Master Explorer", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 25, +["points"] = 50, } , [980] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Aldmeri Dominion", -["SubCategory_ID"] = 1, +["name"] = "Reaper\'s March Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in Reaper\'s March.", ["Category_ID"] = 6, -["name"] = "Reaper\'s March Master Explorer", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 50, } , [981] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Stros M\'kai and Betnikh Explorer", ["description"] = "Discover all of the striking locales on Stros M\'kai and Betnikh.", ["Category_ID"] = 6, -["name"] = "Stros M\'kai and Betnikh Explorer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 83, +["points"] = 15, } , [982] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Daggerfall Covenant", -["SubCategory_ID"] = 2, +["name"] = "Daggerfall Master Explorer", ["description"] = "Discover and clear all caves and locales throughout the Daggerfall Covenant Territory.", ["Category_ID"] = 6, -["name"] = "Daggerfall Master Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [983] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Ebonheart Pact", -["SubCategory_ID"] = 3, +["name"] = "Ebonheart Master Explorer", ["description"] = "Discover and clear all caves and locales throughout the Ebonheart Pact Territory.", ["Category_ID"] = 6, -["name"] = "Ebonheart Master Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [984] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Coldharbour", -["SubCategory_ID"] = 4, +["name"] = "Coldharbour Master Explorer", ["description"] = "Discover and clear all six caves and striking locales in Coldharbour.", ["Category_ID"] = 6, -["name"] = "Coldharbour Master Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [985] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Lower Craglorn Cave Delver", ["description"] = "Discover and clear all twelve explorable caves in Lower Craglorn.", ["Category_ID"] = 6, -["name"] = "Lower Craglorn Cave Delver", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 12, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 15, } , [986] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Lower Craglorn Master Explorer", ["description"] = "Discover and clear all caves and locales throughout Lower Craglorn.", ["Category_ID"] = 6, -["name"] = "Lower Craglorn Master Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 50, } , [990] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Aetherian Archive Completed", ["description"] = "Defeat the Celestial Mage, freeing her from the Serpent\'s control.", ["Category_ID"] = 4, -["name"] = "Aetherian Archive Completed", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [991] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Hel Ra Citadel Completed", ["description"] = "Defeat the Celestial Warrior, freeing him from the Serpent\'s control.", ["Category_ID"] = 4, -["name"] = "Hel Ra Citadel Completed", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [992] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Dragonstar Arena Champion", ["description"] = "Conquer all challengers and earn the title of Dragonstar Arena Champion!", ["Category_ID"] = 4, -["name"] = "Dragonstar Arena Champion", +["prevId"] = 0, ["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [993] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Soul Shriven in Coldharbour", ["description"] = "Complete Main Quest Chapter 1.", ["Category_ID"] = 7, -["name"] = "Soul Shriven in Coldharbour", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [994] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "The Harborage", ["description"] = "Complete Main Quest Chapter 1.5.", ["Category_ID"] = 7, -["name"] = "The Harborage", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [995] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Daughter of Giants", ["description"] = "Complete Main Quest Chapter 2.", ["Category_ID"] = 7, -["name"] = "Daughter of Giants", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [996] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Chasing Shadows", ["description"] = "Complete Main Quest Chapter 2.5.", ["Category_ID"] = 7, -["name"] = "Chasing Shadows", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [997] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Castle of the Worm", ["description"] = "Complete Main Quest Chapter 3.", ["Category_ID"] = 7, -["name"] = "Castle of the Worm", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 10, } , [998] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "The Tharn Speaks", ["description"] = "Complete Main Quest Chapter 3.5.", ["Category_ID"] = 7, -["name"] = "The Tharn Speaks", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 10, } , [999] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "The Halls of Torment", ["description"] = "Complete Main Quest Chapter 4.", ["Category_ID"] = 7, -["name"] = "The Halls of Torment", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [1000] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "The Valley of Blades", ["description"] = "Complete Main Quest Chapter 4.5.", ["Category_ID"] = 7, -["name"] = "The Valley of Blades", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [1001] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "The Shadow of Sancre Tor", ["description"] = "Complete Main Quest Chapter 5.", ["Category_ID"] = 7, -["name"] = "The Shadow of Sancre Tor", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [1002] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Council of the Five Companions", ["description"] = "Complete Main Quest Chapter 5.5.", ["Category_ID"] = 7, -["name"] = "Council of the Five Companions", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [1003] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "The God of Schemes", ["description"] = "Complete Main Quest Chapter 6.", ["Category_ID"] = 7, -["name"] = "The God of Schemes", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [1014] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Shatterer of Scales", ["description"] = "Defeat Exarch Arnoth and clear Skyreach Hold of the Scaled Court and its allies.", ["Category_ID"] = 7, -["name"] = "Shatterer of Scales", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 15, } , [1015] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Vanquisher of Virmaril", ["description"] = "Defeat Virmaril the Betrayer and his undead legions within Skyreach Catacombs.", ["Category_ID"] = 7, -["name"] = "Vanquisher of Virmaril", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 15, } , [1016] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Warden of the Pinnacle", ["description"] = "Defeat Aetherion and restore the Nedic wards within Skyreach Pinnacle.", ["Category_ID"] = 7, -["name"] = "Warden of the Pinnacle", +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, } , [1049] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Root Sunder Conqueror", ["description"] = "Defeat all of the champions in Root Sunder.", ["Category_ID"] = 4, -["name"] = "Root Sunder Conqueror", -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [1050] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Rulanyil\'s Fall Conqueror", ["description"] = "Defeat all of the Champions in Rulanyil\'s Fall.", ["Category_ID"] = 4, -["name"] = "Rulanyil\'s Fall Conqueror", -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 50, } , [1051] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Crimson Cove Conqueror", ["description"] = "Defeat all of the champions in Crimson Cove.", ["Category_ID"] = 4, -["name"] = "Crimson Cove Conqueror", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [1052] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "The Vile Manse Conqueror", ["description"] = "Defeat all of the champions in the Vile Manse.", ["Category_ID"] = 4, -["name"] = "The Vile Manse Conqueror", -["achievementIndex"] = 33, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [1053] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Bad Man\'s Hallows Conqueror", ["description"] = "Defeat all of the champions in Bad Man\'s Hallows.", ["Category_ID"] = 4, -["name"] = "Bad Man\'s Hallows Conqueror", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["achievementIndex"] = 26, +["points"] = 50, } , [1054] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Bonesnap Ruins Conqueror", ["description"] = "Defeat all of the champions in Bonesnap Ruins.", ["Category_ID"] = 4, -["name"] = "Bonesnap Ruins Conqueror", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 50, } , [1055] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Razak\'s Wheel Conqueror", ["description"] = "Defeat all of the champions in Razak\'s Wheel.", ["Category_ID"] = 4, -["name"] = "Razak\'s Wheel Conqueror", -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 50, } , [1056] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Village of the Lost Conqueror", ["description"] = "Defeat all of the champions in Village of the Lost.", ["Category_ID"] = 4, -["name"] = "Village of the Lost Conqueror", -["achievementIndex"] = 35, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 32, +["points"] = 50, } , [1057] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Root Sunder Vanquisher", ["description"] = "Defeat three of the champions in Root Sunder.", ["Category_ID"] = 4, -["name"] = "Root Sunder Vanquisher", -["achievementIndex"] = 46, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [1058] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Rulanyil\'s Fall Vanquisher", ["description"] = "Defeat three of the champions in Rulanyil\'s Fall.", ["Category_ID"] = 4, -["name"] = "Rulanyil\'s Fall Vanquisher", -["achievementIndex"] = 47, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [1059] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Crimson Cove Vanquisher", ["description"] = "Defeat three of the champions in Crimson Cove.", ["Category_ID"] = 4, -["name"] = "Crimson Cove Vanquisher", -["achievementIndex"] = 38, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [1060] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "The Vile Manse Vanquisher", ["description"] = "Defeat three of the champions in the Vile Manse.", ["Category_ID"] = 4, -["name"] = "The Vile Manse Vanquisher", -["achievementIndex"] = 49, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [1061] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Bad Man\'s Hallows Vanquisher", ["description"] = "Defeat three of the champions in Bad Man\'s Hallows.", ["Category_ID"] = 4, -["name"] = "Bad Man\'s Hallows Vanquisher", -["achievementIndex"] = 36, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["achievementIndex"] = 29, +["points"] = 10, } , [1062] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Bonesnap Ruins Vanquisher", ["description"] = "Defeat three of the champions in Bonesnap Ruins.", ["Category_ID"] = 4, -["name"] = "Bonesnap Ruins Vanquisher", -["achievementIndex"] = 37, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 10, } , [1063] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Razak\'s Wheel Vanquisher", ["description"] = "Defeat three of the champions in Razak\'s Wheel.", ["Category_ID"] = 4, -["name"] = "Razak\'s Wheel Vanquisher", -["achievementIndex"] = 45, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 28, +["points"] = 10, } , [1064] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Village of the Lost Vanquisher", ["description"] = "Defeat three of the champions in Village of the Lost.", ["Category_ID"] = 4, -["name"] = "Village of the Lost Vanquisher", -["achievementIndex"] = 51, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 33, +["points"] = 10, } , [1068] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Ebonheart Pact Conqueror", ["description"] = "Defeat all of the Public Dungeon champions in the Ebonheart Pact.", ["Category_ID"] = 4, -["name"] = "Ebonheart Pact Conqueror", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 50, } , [1069] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Aldmeri Dominion Conqueror", ["description"] = "Defeat all of the Public Dungeon champions in the Aldmeri Dominion.", ["Category_ID"] = 4, -["name"] = "Aldmeri Dominion Conqueror", +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, } , [1070] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Public Dungeons", -["SubCategory_ID"] = 2, +["name"] = "Daggerfall Covenant Conqueror", ["description"] = "Defeat all of the Public Dungeon champions in the Daggerfall Covenant.", ["Category_ID"] = 4, -["name"] = "Daggerfall Covenant Conqueror", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 50, } , [1071] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["name"] = "Complete All Speed Challenges", ["description"] = "Complete the listed Speed Challenges.", ["Category_ID"] = 5, -["name"] = "Complete All Speed Challenges", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 50, } , [1072] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 8, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Complete All Hard Modes", ["description"] = "Complete the listed Hard Mode Dungeons.", ["Category_ID"] = 5, -["name"] = "Complete All Hard Modes", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 8, +["prevId"] = 0, +["achievementIndex"] = 25, +["points"] = 50, } , [1073] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Vanquisher of the Pact", ["description"] = "Defeat all the bosses throughout the Group Dungeons in the Ebonheart Pact.", ["Category_ID"] = 4, -["name"] = "Vanquisher of the Pact", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 50, } , [1074] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Vanquisher of the Covenant", ["description"] = "Defeat all the bosses throughout the Group Dungeons in the Daggerfall Covenant.", ["Category_ID"] = 4, -["name"] = "Vanquisher of the Covenant", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 50, } , [1075] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "Vanquisher of the Dominion", ["description"] = "Defeat all the bosses throughout the Group Dungeons in the Aldmeri Dominion.", ["Category_ID"] = 4, -["name"] = "Vanquisher of the Dominion", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 50, } , [1078] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Weekly Trial or Arena Complete", ["description"] = "Complete a Weekly Trial or Arena.", ["Category_ID"] = 4, -["name"] = "Weekly Trial or Arena Complete", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [1079] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Time Trial or Arena: Weekly", ["description"] = "Complete a Weekly Veteran Trial or Arena within 33 minutes.", ["Category_ID"] = 4, -["name"] = "Time Trial or Arena: Weekly", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, } , [1080] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Time Trial: Hel Ra Citadel", ["description"] = "Complete Veteran Hel Ra Citadel within a time limit of 33 minutes.", ["Category_ID"] = 4, -["name"] = "Time Trial: Hel Ra Citadel", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 50, } , [1081] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Time Trial: Aetherian Archive", ["description"] = "Complete Veteran Aetherian Archive within a time limit of 33 minutes.", ["Category_ID"] = 4, -["name"] = "Time Trial: Aetherian Archive", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [1082] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Undaunted Rescuer", -["Category_ID"] = 5, ["description"] = "Rescue all of the members of the failed Undaunted expedition to the City of Ash II.", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 10, } , [1084] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["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_ID"] = 5, -["name"] = "The Blade\'s Edge", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 50, } , [1105] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Mehrunes Dremora Slayer", ["description"] = "Defeat 300 Dremora in Veteran City of Ash II.", ["Category_ID"] = 5, -["name"] = "Mehrunes Dremora Slayer", -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 10, } , [1106] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Flame Colossus Slayer", ["description"] = "Defeat 50 Flame Colossi in Veteran City of Ash II.", ["Category_ID"] = 5, -["name"] = "Veteran Flame Colossus Slayer", -["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 35, +["points"] = 10, } , [1107] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Deadly Deadlands Survivor", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 50, } , [1108] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "City of Ash II Assassin", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 50, } , [1109] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["name"] = "Sewer Subjugator", -["Category_ID"] = 43, ["description"] = "Kill all the named champions lurking in the Imperial Sewers.", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 15, } , [1111] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Easy as Pie", -["Category_ID"] = 5, ["description"] = "Explore the culinary traditions of the Dremora.", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 5, } , [1112] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Craglorn Pilgrim", ["description"] = "Complete the Gray Passage pilgrimage within the allotted time limit.", ["Category_ID"] = 7, -["name"] = "Craglorn Pilgrim", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 15, } , [1113] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Sanctum Ophidia: Feeding Pit", ["description"] = "Use the feed pile in Sanctum Ophidia and survive the ensuing battle.", ["Category_ID"] = 4, -["name"] = "Sanctum Ophidia: Feeding Pit", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 5, } , [1114] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "A World On Fire", ["description"] = "In Veteran City of Ash II, make a pact with the Frigid Tome, then defeat Valkyn Skoria.", ["Category_ID"] = 5, -["name"] = "A World On Fire", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 50, } , [1115] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Trials Damage Dealer", ["description"] = "Deal 1,000,000 points of damage in Trials.", ["Category_ID"] = 4, -["name"] = "Trials Damage Dealer", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [1116] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Trials Healer", ["description"] = "Heal 1,000,000 points of damage to allies in Trials.", ["Category_ID"] = 4, -["name"] = "Trials Healer", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [1117] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Trials Blocker", ["description"] = "Block 1,000,000 points of damage in Trials.", ["Category_ID"] = 4, -["name"] = "Trials Blocker", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [1120] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Adjudicator, the Elite Guard, the Planar Inhibitor, and Molag Kena in Veteran White-Gold Tower.", -["Category_ID"] = 43, ["name"] = "White-Gold Tower Conqueror", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 4, +["description"] = "Defeat the Adjudicator, the Elite Guard, the Planar Inhibitor, and Molag Kena in Veteran White-Gold Tower.", +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 15, } , [1121] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Earthly Possessions", ["description"] = "Find Geldrion Treehelm\'s stash in Belkarth.", ["Category_ID"] = 6, -["name"] = "Earthly Possessions", +["prevId"] = 0, ["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [1122] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, -["description"] = "Free prisoners from their cell blocks in Imperial City Prison.", -["Category_ID"] = 43, ["name"] = "Blockbuster", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 4, +["description"] = "Free prisoners from their cell blocks in Imperial City Prison.", +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, } , [1123] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Sanctum Ophidia Completed", ["description"] = "Defeat the Celestial Serpent.", ["Category_ID"] = 4, -["name"] = "Sanctum Ophidia Completed", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 50, } , [1124] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Time Trial: Sanctum Ophidia", ["description"] = "Complete Veteran Sanctum Ophidia within a time limit of 33 minutes.", ["Category_ID"] = 4, -["name"] = "Time Trial: Sanctum Ophidia", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 50, } , [1126] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Upper Craglorn Master Explorer", ["description"] = "Discover and clear all caves and locales throughout Upper Craglorn.", ["Category_ID"] = 6, -["name"] = "Upper Craglorn Master Explorer", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [1127] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Upper Craglorn Cave Delver", ["description"] = "Discover and clear all six explorable caves in Upper Craglorn.", ["Category_ID"] = 6, -["name"] = "Upper Craglorn Cave Delver", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 15, } , [1128] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, -["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_ID"] = 43, ["name"] = "No Prison Can Hold Me", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["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_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [1129] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, -["description"] = "Defeat all mini-boss and boss enemies in Veteran Imperial City Prison without suffering a group member death.", -["Category_ID"] = 43, ["name"] = "Life Sentence", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat all mini-boss and boss enemies in Veteran Imperial City Prison without suffering a group member death.", +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [1130] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, -["description"] = "Defeat 50 Vigilant Watchers in Veteran Imperial City Prison.", -["Category_ID"] = 43, ["name"] = "Vigilant Watcher Slayer", +["description"] = "Defeat 50 Vigilant Watchers in Veteran Imperial City Prison.", +["Category_ID"] = 44, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1131] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, -["description"] = "Defeat 300 Mindshriven in Veteran Imperial City Prison.", -["Category_ID"] = 43, ["name"] = "Mindshriven Slayer", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat 300 Mindshriven in Veteran Imperial City Prison.", +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [1132] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, -["description"] = "Complete the listed Challenges for veteran dungeons in Imperial City.", -["Category_ID"] = 43, ["name"] = "Imperial City Challenger", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 6, +["description"] = "Complete the listed Challenges for veteran dungeons in Imperial City.", +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 50, } , [1133] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, -["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_ID"] = 43, ["name"] = "Out of Sight", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["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_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 50, } , [1136] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Hel Ra Citadel Difficult Mode", ["description"] = "Defeat the Celestial Warrior after enraging him through the destruction of his statue army.", ["Category_ID"] = 4, -["name"] = "Hel Ra Citadel Difficult Mode", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 50, } , [1137] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Aetherian Archive Difficult Mode", ["description"] = "Defeat the Celestial Mage after taunting her by smashing the Aetherial Orbs.", ["Category_ID"] = 4, -["name"] = "Aetherian Archive Difficult Mode", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 50, } , [1138] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Sanctum Ophidia Difficult Mode", ["description"] = "Defeat the Celestial Serpent after desecrating the sacred banners of the Scaled Court.", ["Category_ID"] = 4, -["name"] = "Sanctum Ophidia Difficult Mode", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 50, } , [1139] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Craglorn Trials Conqueror", ["description"] = "Complete Hel Ra Citadel, Aetherian Archive, and Sanctum Ophidia at their highest difficulties.", ["Category_ID"] = 4, -["name"] = "Craglorn Trials Conqueror", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 50, } , [1140] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Dragonstar Arena Conqueror", ["description"] = "Conquer all challengers on the increased difficulty version of Dragonstar Arena.", ["Category_ID"] = 4, -["name"] = "Dragonstar Arena Conqueror", +["prevId"] = 0, ["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1142] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Lord Warden Dusk of Imperial City Prison while you and your group members avoid every Darklight Burst.", -["Category_ID"] = 43, ["name"] = "Darklight Dancer", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat the Lord Warden Dusk of Imperial City Prison while you and your group members avoid every Darklight Burst.", +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [1143] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 6, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 6, +["name"] = "Craglorn Completist", ["description"] = "Eliminate the threat of the Serpent and his Scaled Court throughout all of Craglorn.", ["Category_ID"] = 7, -["name"] = "Craglorn Completist", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [1150] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1151, +["firstID"] = 1150, ["Category"] = "Dungeons", ["name"] = "Pledge Taker", -["Category_ID"] = 4, ["description"] = "Complete one Undaunted Pledge bestowed by Maj al-Ragath.", -["achievementIndex"] = 3, -["firstID"] = 1150, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, } , [1151] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1152, +["firstID"] = 1150, ["Category"] = "Dungeons", ["name"] = "Returned Undaunted", -["Category_ID"] = 4, ["description"] = "Complete 10 Undaunted Pledges bestowed by Maj al-Ragath.", -["achievementIndex"] = 3, -["firstID"] = 1150, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 1150, +["achievementIndex"] = 2, +["points"] = 10, } , [1152] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1153, +["firstID"] = 1150, ["Category"] = "Dungeons", ["name"] = "Undaunted, Daily", -["Category_ID"] = 4, ["description"] = "Complete 50 Undaunted Pledges bestowed by Maj al-Ragath.", -["achievementIndex"] = 3, -["firstID"] = 1150, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 1151, +["achievementIndex"] = 2, +["points"] = 15, } , [1153] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1150, ["Category"] = "Dungeons", ["name"] = "Maj\'s Cohort", -["Category_ID"] = 4, ["description"] = "Complete 100 Undaunted Pledges bestowed by Maj al-Ragath.", -["achievementIndex"] = 3, -["firstID"] = 1150, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 1152, +["achievementIndex"] = 2, +["points"] = 50, } , [1154] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1155, +["firstID"] = 1154, ["Category"] = "Dungeons", ["name"] = "Prove Them Wrong", -["Category_ID"] = 4, ["description"] = "Complete one Undaunted Pledge bestowed by Glirion the Redbeard.", -["achievementIndex"] = 4, -["firstID"] = 1154, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [1155] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1156, +["firstID"] = 1154, ["Category"] = "Dungeons", ["name"] = "You Still Draw Breath", -["Category_ID"] = 4, ["description"] = "Complete 10 Undaunted Pledges bestowed by Glirion the Redbeard.", -["achievementIndex"] = 4, -["firstID"] = 1154, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 1154, +["achievementIndex"] = 1, +["points"] = 10, } , [1156] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1157, +["firstID"] = 1154, ["Category"] = "Dungeons", ["name"] = "Death Has Not Claimed You", -["Category_ID"] = 4, ["description"] = "Complete 50 Undaunted Pledges bestowed by Glirion the Redbeard.", -["achievementIndex"] = 4, -["firstID"] = 1154, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 1155, +["achievementIndex"] = 1, +["points"] = 15, } , [1157] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1154, ["Category"] = "Dungeons", ["name"] = "Glirion\'s Cohort", -["Category_ID"] = 4, ["description"] = "Complete 100 Undaunted Pledges bestowed by Glirion the Redbeard.", -["achievementIndex"] = 4, -["firstID"] = 1154, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 1156, +["achievementIndex"] = 1, +["points"] = 50, } , [1158] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["name"] = "Call of the Undaunted", -["Category_ID"] = 4, ["description"] = "Reach level 45, attracting the attention of the Undaunted elite.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 10, } , [1159] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 8, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Deadlands Savvy", -["Category_ID"] = 5, ["description"] = "Complete the following achievements associated with City of Ash II.", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 8, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 27, +["points"] = 50, } , [1160] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 13, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["name"] = "Imperial City Skyshard Hunter", -["Category_ID"] = 43, ["description"] = "Find all 13 Skyshards in the Imperial City.", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 13, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 15, } , [1169] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["name"] = "Imperial Sewers Pathfinder", -["Category_ID"] = 43, ["description"] = "Discover all of the striking locales in the Imperial Sewers.", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 6, -} -, -[1171] = { -["points"] = 10, -["prevId"] = 0, -["nextId"] = 0, -["Category"] = "Imperial City", -["name"] = "Imperial City Locksmith", -["Category_ID"] = 43, -["description"] = "Assemble a key for each of the trophy chests found in the Imperial City.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 6, -} -, -[1172] = { -["points"] = 50, +["Category_ID"] = 44, ["prevId"] = 0, -["nextId"] = 0, -["Category"] = "Imperial City", -["name"] = "Key Collector", -["Category_ID"] = 43, -["description"] = "Assemble a total of 25 trophy door keys in the Imperial City.", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["achievementIndex"] = 15, +["points"] = 10, } , [1174] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["name"] = "Horror of Horrors", -["Category_ID"] = 43, ["description"] = "Defeat all the Patrolling Horrors in the Imperial City.", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 15, } , [1175] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["name"] = "The Sublime Protector", -["Category_ID"] = 43, ["description"] = "Bring an end to Molag Bal\'s secret plot in the Imperial City.", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 7, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 15, } , [1176] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1177, +["firstID"] = 1176, ["Category"] = "Imperial City", ["name"] = "Imperial City Recruit", -["Category_ID"] = 43, ["description"] = "Kill 1 player while inside the Imperial City.", +["Category_ID"] = 44, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 1176, -["numCriteria"] = 1, +["points"] = 5, } , [1177] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1178, +["firstID"] = 1176, ["Category"] = "Imperial City", ["name"] = "Imperial City Veteran", -["Category_ID"] = 43, ["description"] = "Kill 50 players while inside the Imperial City.", +["Category_ID"] = 44, +["prevId"] = 1176, ["achievementIndex"] = 8, -["firstID"] = 1176, -["numCriteria"] = 1, +["points"] = 10, } , [1178] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1176, ["Category"] = "Imperial City", ["name"] = "Imperial City Warlord", -["Category_ID"] = 43, ["description"] = "Kill 100 players while inside the Imperial City.", +["Category_ID"] = 44, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 1176, -["numCriteria"] = 1, +["points"] = 15, } , [1179] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1314, ["Category"] = "Imperial City", ["name"] = "Big Score", -["Category_ID"] = 43, ["description"] = "Gain 900 Tel Var Stones from a single gain.", -["achievementIndex"] = 15, -["firstID"] = 1314, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 1315, +["achievementIndex"] = 2, +["points"] = 15, } , [1181] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["name"] = "Xivkyn Style Master", -["Category_ID"] = 43, ["description"] = "Learn every chapter in the Xivkyn style book, found in Daedric Caches in the Imperial City.", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [1182] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1269, +["firstID"] = 1182, ["Category"] = "Imperial City", ["name"] = "Trove Scamp Seeker", -["Category_ID"] = 43, ["description"] = "Kill 1 Trove Scamp while adventuring in the Imperial Sewers.", -["achievementIndex"] = 18, -["firstID"] = 1182, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [1184] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["name"] = "Imperial Arena Champion", -["Category_ID"] = 43, ["description"] = "Complete the Imperial City Arena by slaying the Ringmaster and her monstrous servants.", +["Category_ID"] = 44, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 15, } , [1185] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["name"] = "Protector of the Faith", -["Category_ID"] = 43, ["description"] = "Complete the Imperial City Temple event by defeating the Daedric Titan, Uzuruz.", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 15, } , [1186] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["name"] = "Imperial City Angler", -["Category_ID"] = 43, ["description"] = "Catch all 12 rare fish in Imperial City.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 5, } , [1235] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Activate the ancient centurion in Rkindaleft.", -["Category_ID"] = 42, ["name"] = "Rkindaleft Group Event", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Activate the ancient centurion in Rkindaleft.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, } , [1236] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat all of Rkindaleft\'s champions.", -["Category_ID"] = 42, ["name"] = "Rkindaleft Conqueror", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 4, +["description"] = "Defeat all of Rkindaleft\'s champions.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [1237] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat 3 champions in the Rkindaleft public dungeon.", -["Category_ID"] = 42, ["name"] = "Rkindaleft Vanquisher", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 4, +["description"] = "Defeat 3 champions in the Rkindaleft public dungeon.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 15, } , [1238] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Resist the cultist onslaught in Old Orsinium.", -["Category_ID"] = 42, ["name"] = "Old Orsinium Group Event", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Resist the cultist onslaught in Old Orsinium.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 27, +["points"] = 50, } , [1239] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat all of the champions in Old Orsinium.", -["Category_ID"] = 42, ["name"] = "Old Orsinium Conqueror", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Defeat all of the champions in Old Orsinium.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 50, } , [1240] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat 3 champions in the Old Orsinium public dungeon.", -["Category_ID"] = 42, ["name"] = "Old Orsinium Vanquisher", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Defeat 3 champions in the Old Orsinium public dungeon.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 15, } , [1241] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1242, +["firstID"] = 1241, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 3 quests in Wrothgar.", -["Category_ID"] = 42, ["name"] = "Wrothgar Newcomer", -["achievementIndex"] = 6, -["firstID"] = 1241, -["numCriteria"] = 1, +["description"] = "Complete 3 quests in Wrothgar.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [1242] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1243, +["firstID"] = 1241, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 9 quests in Wrothgar.", -["Category_ID"] = 42, ["name"] = "Wrothgar Explorer", -["achievementIndex"] = 6, -["firstID"] = 1241, -["numCriteria"] = 1, +["description"] = "Complete 9 quests in Wrothgar.", +["Category_ID"] = 43, +["prevId"] = 1241, +["achievementIndex"] = 7, +["points"] = 10, } , [1243] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1244, +["firstID"] = 1241, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 15 quests in Wrothgar.", -["Category_ID"] = 42, ["name"] = "Wrothgar Trailblazer", -["achievementIndex"] = 6, -["firstID"] = 1241, -["numCriteria"] = 1, +["description"] = "Complete 15 quests in Wrothgar.", +["Category_ID"] = 43, +["prevId"] = 1242, +["achievementIndex"] = 7, +["points"] = 10, } , [1244] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1245, +["firstID"] = 1241, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 21 quests in Wrothgar.", -["Category_ID"] = 42, ["name"] = "Wrothgar Pathfinder", -["achievementIndex"] = 6, -["firstID"] = 1241, -["numCriteria"] = 1, +["description"] = "Complete 21 quests in Wrothgar.", +["Category_ID"] = 43, +["prevId"] = 1243, +["achievementIndex"] = 7, +["points"] = 10, } , [1245] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1241, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 27 unique quests in Wrothgar.", -["Category_ID"] = 42, ["name"] = "Wrothgar Adventurer", -["achievementIndex"] = 6, -["firstID"] = 1241, -["numCriteria"] = 1, +["description"] = "Complete 27 unique quests in Wrothgar.", +["Category_ID"] = 43, +["prevId"] = 1244, +["achievementIndex"] = 7, +["points"] = 10, } , [1247] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Grant an elderly Orc warrior a glorious death.", -["Category_ID"] = 42, ["name"] = "One Last Brawl", -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Grant an elderly Orc warrior a glorious death.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 10, } , [1248] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["name"] = "Hero of Wrothgar", -["Category_ID"] = 42, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Wrothgar.", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [1249] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat four Wrothgar world bosses.", -["Category_ID"] = 42, ["name"] = "Defender of Orsinium", +["description"] = "Defeat four Wrothgar world bosses.", +["Category_ID"] = 43, +["prevId"] = 0, ["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 15, } , [1250] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 20, ["nextId"] = 1324, +["firstID"] = 1250, ["Category"] = "Orsinium", ["name"] = "Wrothgar Relic Hunter", -["Category_ID"] = 42, ["description"] = "Collect 16 relics for the House of Orsimer Glories museum.", -["achievementIndex"] = 4, -["firstID"] = 1250, -["numCriteria"] = 20, +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 15, } , [1257] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Wrothgar Dungeon Conqueror", ["description"] = "Complete both Wrothgar public dungeon boss achievements.", -["Category_ID"] = 42, -["name"] = "Wrothgar Dungeon Slayer", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 2, +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 15, } , [1260] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete Wrothgar\'s main quests.", -["Category_ID"] = 42, ["name"] = "Kingmaker", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["description"] = "Complete Wrothgar\'s main quests.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, } , [1261] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1262, +["firstID"] = 1261, ["Category"] = "Imperial City", ["name"] = "Xivkyn Assassin", -["Category_ID"] = 43, ["description"] = "Kill 1 member of the Coldharbour Elite Guard.", -["achievementIndex"] = 19, -["firstID"] = 1261, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [1262] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1263, +["firstID"] = 1261, ["Category"] = "Imperial City", ["name"] = "Xivkyn\'s Scourge", -["Category_ID"] = 43, ["description"] = "Kill 50 members of the Coldharbour Elite Guard.", -["achievementIndex"] = 19, -["firstID"] = 1261, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 1261, +["achievementIndex"] = 10, +["points"] = 15, } , [1263] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1261, ["Category"] = "Imperial City", ["name"] = "Xivkyn\'s Bane", -["Category_ID"] = 43, ["description"] = "Kill 100 members of the Coldharbour Elite Guard.", -["achievementIndex"] = 19, -["firstID"] = 1261, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 50, } , [1267] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["name"] = "Alliance Gladiator", -["Category_ID"] = 43, ["description"] = "Kill 100 players while inside the Imperial Arena.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 15, } , [1268] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1271, +["firstID"] = 1268, ["Category"] = "Imperial City", ["name"] = "Cunning Scamp Seeker", -["Category_ID"] = 43, ["description"] = "Kill 1 Cunning Scamp while adventuring in the Imperial Sewers.", -["achievementIndex"] = 2, -["firstID"] = 1268, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [1269] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1270, +["firstID"] = 1182, ["Category"] = "Imperial City", ["name"] = "Trove Scamp Slayer", -["Category_ID"] = 43, ["description"] = "Kill 5 Trove Scamps while adventuring in the Imperial Sewers.", -["achievementIndex"] = 18, -["firstID"] = 1182, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 1182, +["achievementIndex"] = 5, +["points"] = 15, } , [1270] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1182, ["Category"] = "Imperial City", ["name"] = "Trove Scamp Exterminator", -["Category_ID"] = 43, ["description"] = "Kill 10 Trove Scamps while adventuring in the Imperial Sewers.", -["achievementIndex"] = 18, -["firstID"] = 1182, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [1271] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1272, +["firstID"] = 1268, ["Category"] = "Imperial City", ["name"] = "Cunning Scamp Slayer", -["Category_ID"] = 43, ["description"] = "Kill 5 Cunning Scamps while adventuring in the Imperial Sewers.", -["achievementIndex"] = 2, -["firstID"] = 1268, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 1268, +["achievementIndex"] = 6, +["points"] = 15, } , [1272] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1268, ["Category"] = "Imperial City", ["name"] = "Cunning Scamp Exterminator", -["Category_ID"] = 43, ["description"] = "Kill 10 Cunning Scamps while adventuring in the Imperial Sewers.", -["achievementIndex"] = 2, -["firstID"] = 1268, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 50, } , [1273] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["name"] = "Imperial Lightbringer", -["Category_ID"] = 43, ["description"] = "Complete the Barathrum Centrata event deep beneath the Imperial City.", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 50, } , [1275] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, -["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_ID"] = 43, ["name"] = "First to the Top", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["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_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 50, } , [1276] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, -["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_ID"] = 43, ["name"] = "To Spite a Tharn", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["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_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 50, } , [1277] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, -["description"] = "Defeat 100 Xivkyn in Veteran White-Gold Tower.", -["Category_ID"] = 43, ["name"] = "Horn Breaker", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat 100 Xivkyn in Veteran White-Gold Tower.", +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [1278] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, -["description"] = "Defeat 75 Daedroth in Veteran White-Gold Tower.", -["Category_ID"] = 43, ["name"] = "Daedroth Dropper", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat 75 Daedroth in Veteran White-Gold Tower.", +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [1279] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, -["description"] = "In Veteran White-Gold Tower, complete the ritual listed in the Obelisk Tome, then defeat Molag Kena.", -["Category_ID"] = 43, ["name"] = "Ire of the Storm", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "In Veteran White-Gold Tower, complete the ritual listed in the Obelisk Tome, then defeat Molag Kena.", +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [1280] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, -["description"] = "In Veteran White-Gold Tower, destroy all portals to prevent the arrival of the Planar Inhibitor\'s reinforcements.", -["Category_ID"] = 43, ["name"] = "Entry Denied", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "In Veteran White-Gold Tower, destroy all portals to prevent the arrival of the Planar Inhibitor\'s reinforcements.", +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [1281] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, -["description"] = "Locate and interact with all of the speaking stones in the White-Gold Tower.", -["Category_ID"] = 43, ["name"] = "Imperial Transgressions", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 3, +["description"] = "Locate and interact with all of the speaking stones in the White-Gold Tower.", +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 5, } , [1285] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat Old Snagara the echatere in the Poacher\'s Encampment.", -["Category_ID"] = 42, ["name"] = "Echatere Executioner", +["description"] = "Defeat Old Snagara the echatere in the Poacher\'s Encampment.", +["Category_ID"] = 43, +["prevId"] = 0, ["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1286] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat Zandadunoz the Reborn at the Unfinished Dolmen.", -["Category_ID"] = 42, ["name"] = "Dolmen Denied", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat Zandadunoz the Reborn at the Unfinished Dolmen.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 26, +["points"] = 10, } , [1287] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Riekr regent King-Chief Edu at the King-Chief\'s Throne.", -["Category_ID"] = 42, ["name"] = "Regent Removed", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat the Riekr regent King-Chief Edu at the King-Chief\'s Throne.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 10, } , [1288] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Winterborn Briarheart Warrior, Corintthac the Abomination, at the Accursed Nursery.", -["Category_ID"] = 42, ["name"] = "Winterborn Witherer", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat the Winterborn Briarheart Warrior, Corintthac the Abomination, at the Accursed Nursery.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 10, } , [1289] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat Mad Urkazbur at the Mad-Ogre\'s Altar.", -["Category_ID"] = 42, ["name"] = "Manage the Madness", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat Mad Urkazbur at the Mad-Ogre\'s Altar.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 25, +["points"] = 10, } , [1290] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat Nyzchaleft the Dwarven Centurion at Nyzchaleft Falls.", -["Category_ID"] = 42, ["name"] = "Challenge of the Centurion", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat Nyzchaleft the Dwarven Centurion at Nyzchaleft Falls.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 10, } , [1297] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Nikolvara\'s Kennel.", -["Category_ID"] = 42, ["name"] = "Nikolvara\'s Kennel Explorer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear Nikolvara\'s Kennel.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 5, } , [1298] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Coldperch Cavern.", -["Category_ID"] = 42, ["name"] = "Coldperch Cavern Explorer", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear Coldperch Cavern.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 5, } , [1299] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Argent Mine.", -["Category_ID"] = 42, ["name"] = "Argent Mine Explorer", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear Argent Mine.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 5, } , [1300] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Thukhozod\'s Sanctum.", -["Category_ID"] = 42, ["name"] = "Thukhozod\'s Sanctum Explorer", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear Thukhozod\'s Sanctum.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 5, } , [1301] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Watcher\'s Hold.", -["Category_ID"] = 42, ["name"] = "Watcher\'s Hold Explorer", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear Watcher\'s Hold.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 5, } , [1302] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Zthenganaz.", -["Category_ID"] = 42, ["name"] = "Zthenganaz Explorer", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear Zthenganaz.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 5, } , [1303] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, -["description"] = "In Veteran Imperial City Prison, destroy the Warden\'s Tome, then defeat Lord Warden Dusk.", -["Category_ID"] = 43, ["name"] = "Lord Warden\'s Retaliation", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "In Veteran Imperial City Prison, destroy the Warden\'s Tome, then defeat Lord Warden Dusk.", +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 50, } , [1304] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 9, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Maelstrom Arena", -["SubCategory_ID"] = 3, -["description"] = "Conquer all challengers and earn the title of Maelstrom Arena Champion.", -["Category_ID"] = 42, ["name"] = "Maelstrom Arena Champion", +["description"] = "Conquer all challengers and earn the title of Maelstrom Arena Champion.", +["Category_ID"] = 43, +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 9, +["points"] = 15, } , [1305] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 9, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Maelstrom Arena", -["SubCategory_ID"] = 3, -["description"] = "Conquer all challengers in Veteran Maelstrom Arena.", -["Category_ID"] = 42, ["name"] = "Maelstrom Arena Conqueror", +["description"] = "Conquer all challengers in Veteran Maelstrom Arena.", +["Category_ID"] = 43, +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 9, +["points"] = 50, } , [1306] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, -["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_ID"] = 43, ["name"] = "Out of the Frying Pan", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, -} -, -[1307] = { -["points"] = 10, +["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_ID"] = 44, ["prevId"] = 0, -["nextId"] = 0, -["Category"] = "Imperial City", -["name"] = "Imperial City Dungeon Locksmith", -["Category_ID"] = 43, -["description"] = "Assemble a key for each of the trophy chests found in the White-Gold Tower and Imperial City Prison group dungeons.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["achievementIndex"] = 10, +["points"] = 15, } , [1311] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1312, +["firstID"] = 1311, ["Category"] = "Imperial City", ["name"] = "Tel Var Collector", -["Category_ID"] = 43, ["description"] = "Gain 1,000 Tel Var Stones over the lifetime of your account.", -["achievementIndex"] = 16, -["firstID"] = 1311, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [1312] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1313, +["firstID"] = 1311, ["Category"] = "Imperial City", ["name"] = "Tel Var Baron", -["Category_ID"] = 43, ["description"] = "Gain 10,000 Tel Var Stones over the lifetime of your account.", -["achievementIndex"] = 16, -["firstID"] = 1311, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 1311, +["achievementIndex"] = 3, +["points"] = 15, } , [1313] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1311, ["Category"] = "Imperial City", ["name"] = "Tel Var Master", -["Category_ID"] = 43, ["description"] = "Gain 100,000 Tel Var Stones over the lifetime of your account.", -["achievementIndex"] = 16, -["firstID"] = 1311, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 1312, +["achievementIndex"] = 3, +["points"] = 50, } , [1314] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1315, +["firstID"] = 1314, ["Category"] = "Imperial City", ["name"] = "Sudden Spoils", -["Category_ID"] = 43, ["description"] = "Gain 300 Tel Var Stones from a single gain.", -["achievementIndex"] = 15, -["firstID"] = 1314, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, } , [1315] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1179, +["firstID"] = 1314, ["Category"] = "Imperial City", ["name"] = "Windfall Profits", -["Category_ID"] = 43, ["description"] = "Gain 600 Tel Var Stones from a single gain.", -["achievementIndex"] = 15, -["firstID"] = 1314, -["numCriteria"] = 1, +["Category_ID"] = 44, +["prevId"] = 1314, +["achievementIndex"] = 2, +["points"] = 10, } , [1316] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Make a donation to the Orsinium City Solicitor.", -["Category_ID"] = 42, ["name"] = "Orsinium Patron", -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Make a donation to the Orsinium City Solicitor.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, } , [1320] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 17, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Find all 17 Skyshards in Wrothgar.", -["Category_ID"] = 42, ["name"] = "Wrothgar Skyshard Hunter", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 17, +["description"] = "Find all 17 Skyshards in Wrothgar.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 15, } , [1321] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and clear all 6 explorable caves in Wrothgar.", -["Category_ID"] = 42, ["name"] = "Wrothgar Master Delver", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["description"] = "Discover and clear all 6 explorable caves in Wrothgar.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 15, } , [1322] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover all of the striking locales in Wrothgar.", -["Category_ID"] = 42, ["name"] = "Wrothgar Master Seeker", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 6, +["description"] = "Discover all of the striking locales in Wrothgar.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 10, } , [1323] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and clear all caves and striking locales in Wrothgar.", -["Category_ID"] = 42, ["name"] = "Wrothgar Master Explorer", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Discover and clear all caves and striking locales in Wrothgar.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 15, } , [1324] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 20, ["nextId"] = 0, +["firstID"] = 1250, ["Category"] = "Orsinium", ["name"] = "Wrothgar Master Relic Hunter", -["Category_ID"] = 42, ["description"] = "Collect all 20 relics for the House of Orsimer Glories museum.", -["achievementIndex"] = 4, -["firstID"] = 1250, -["numCriteria"] = 20, +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 50, } , [1325] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete quest \"A King-Sized Problem\" in Wrothgar.", -["Category_ID"] = 42, ["name"] = "Orc King\'s Councilor", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete quest \"A King-Sized Problem\" in Wrothgar.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [1326] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete quest \"The Anger of a King\" in Wrothgar.", -["Category_ID"] = 42, ["name"] = "Orc King\'s Marshal", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete quest \"The Anger of a King\" in Wrothgar.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [1327] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete quest \"Blood on a King\'s Hands\" in Wrothgar.", -["Category_ID"] = 42, ["name"] = "Orc King\'s Conqueror", +["description"] = "Complete quest \"Blood on a King\'s Hands\" in Wrothgar.", +["Category_ID"] = 43, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1328] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 40 unique quests in Wrothgar.", -["Category_ID"] = 42, ["name"] = "Wrothgar Grand Adventurer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete 40 unique quests in Wrothgar.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 15, } , [1330] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Maelstrom Arena", -["SubCategory_ID"] = 3, -["description"] = "Complete Veteran Maelstrom Arena in a single attempt, without dying or leaving the arena.", -["Category_ID"] = 42, ["name"] = "Maelstrom Arena: Perfect Run", +["description"] = "Complete Veteran Maelstrom Arena in a single attempt, without dying or leaving the arena.", +["Category_ID"] = 43, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1331] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Leap from the cliff west of Frostbreak Ridge and survive.", -["Category_ID"] = 42, ["name"] = "Wrothgar Cliff Jumper", -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Leap from the cliff west of Frostbreak Ridge and survive.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 5, } , [1333] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1334, +["firstID"] = 1333, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 1 world boss daily job for Arzorag in Orsinium within the Wrothgar zone.", -["Category_ID"] = 42, ["name"] = "One at a Time", -["achievementIndex"] = 7, -["firstID"] = 1333, -["numCriteria"] = 1, +["description"] = "Complete 1 world boss daily job for Arzorag in Orsinium within the Wrothgar zone.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, } , [1334] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1335, +["firstID"] = 1333, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 7 world boss daily jobs for Arzorag in Orsinium within the Wrothgar zone.", -["Category_ID"] = 42, ["name"] = "Lucky Seven", -["achievementIndex"] = 7, -["firstID"] = 1333, -["numCriteria"] = 1, +["description"] = "Complete 7 world boss daily jobs for Arzorag in Orsinium within the Wrothgar zone.", +["Category_ID"] = 43, +["prevId"] = 1333, +["achievementIndex"] = 2, +["points"] = 10, } , [1335] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1333, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 30 world boss daily jobs for Arzorag in Orsinium within the Wrothgar zone.", -["Category_ID"] = 42, ["name"] = "Monster Hunter of the Month", -["achievementIndex"] = 7, -["firstID"] = 1333, -["numCriteria"] = 1, +["description"] = "Complete 30 world boss daily jobs for Arzorag in Orsinium within the Wrothgar zone.", +["Category_ID"] = 43, +["prevId"] = 1334, +["achievementIndex"] = 2, +["points"] = 15, } , [1336] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1337, +["firstID"] = 1336, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 1 delve daily job for Guruzug in Morkul Stronghold within the Wrothgar zone.", -["Category_ID"] = 42, ["name"] = "A Delve a Day", -["achievementIndex"] = 8, -["firstID"] = 1336, -["numCriteria"] = 1, +["description"] = "Complete 1 delve daily job for Guruzug in Morkul Stronghold within the Wrothgar zone.", +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [1337] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1338, +["firstID"] = 1336, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 7 delve daily jobs for Guruzug in Morkul Stronghold within the Wrothgar zone.", -["Category_ID"] = 42, ["name"] = "Wrothgar Delve Weekly", -["achievementIndex"] = 8, -["firstID"] = 1336, -["numCriteria"] = 1, +["description"] = "Complete 7 delve daily jobs for Guruzug in Morkul Stronghold within the Wrothgar zone.", +["Category_ID"] = 43, +["prevId"] = 1336, +["achievementIndex"] = 1, +["points"] = 10, } , [1338] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1336, ["Category"] = "Orsinium", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 30 delve daily jobs for Guruzug in Morkul Stronghold within the Wrothgar zone.", -["Category_ID"] = 42, ["name"] = "Wrothgar Delve Monthly", -["achievementIndex"] = 8, -["firstID"] = 1336, -["numCriteria"] = 1, +["description"] = "Complete 30 delve daily jobs for Guruzug in Morkul Stronghold within the Wrothgar zone.", +["Category_ID"] = 43, +["prevId"] = 1337, +["achievementIndex"] = 1, +["points"] = 15, } , [1339] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["name"] = "Hooking Wrothgar\'s Biggest Catch", -["Category_ID"] = 42, ["description"] = "Catch the rare Crab-Slaughter-Crane fish found in Wrothgar.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [1340] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["name"] = "Wrothgar Master Angler", -["Category_ID"] = 42, ["description"] = "Catch all 12 rare fish in Wrothgar.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 5, } , [1341] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["name"] = "Ancient Orc Style Master", -["Category_ID"] = 42, ["description"] = "Learn every chapter in the Ancient Orc style book, found by defeating foes in Old Orsinium and Rkindaleft.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [1342] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Find all 6 skyshards in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Gold Coast Skyshard Hunter", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 6, +["description"] = "Find all 6 skyshards in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 10, } , [1343] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, -["description"] = "Drive the dro-m\'Athra back to the void and close the Maw of Lorkhaj in Normal Mode.", -["Category_ID"] = 41, ["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_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, } , [1344] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, -["description"] = "Defeat Rakkhat after empowering him at the lunar shrines in Veteran Maw of Lorkhaj.", -["Category_ID"] = 41, ["name"] = "Maw of Lorkhaj Difficult Mode", +["description"] = "Defeat Rakkhat after empowering him at the lunar shrines in Veteran Maw of Lorkhaj.", +["Category_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1345] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "Imperial City Prison", -["SubCategory_ID"] = 1, -["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_ID"] = 43, ["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_ID"] = 44, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, } , [1346] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Imperial City", ["SubCategory"] = "White Gold Tower", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Adjudicator, the Elite Guard, the Planar Inhibitor, and Molag Kena in White-Gold Tower.", -["Category_ID"] = 43, ["name"] = "White-Gold Tower Vanquisher", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 4, +["description"] = "Defeat the Adjudicator, the Elite Guard, the Planar Inhibitor, and Molag Kena in White-Gold Tower.", +["Category_ID"] = 44, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [1347] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["name"] = "Hew\'s Bane Skyshard Hunter", -["Category_ID"] = 41, ["description"] = "Find all 6 skyshards in Hew\'s Bane.", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [1349] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Trespass in seven locked locations throughout Abah\'s Landing.", -["Category_ID"] = 41, ["name"] = "Breaking and Entering", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 7, +["description"] = "Trespass in seven locked locations throughout Abah\'s Landing.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 5, } , [1350] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Learn every rumor about the statue in the Thieves Den.", -["Category_ID"] = 41, ["name"] = "The Lady in the Cistern", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 7, +["description"] = "Learn every rumor about the statue in the Thieves Den.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 5, } , [1351] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["name"] = "Hew\'s Bane Master Angler", -["Category_ID"] = 41, ["description"] = "Catch all 12 rare fish in Hew\'s Bane.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 5, } , [1352] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Kill Syvarra of the Deep at Ko Estaran.", -["Category_ID"] = 41, ["name"] = "Deepest Shallows", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Kill Syvarra of the Deep at Ko Estaran.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [1353] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Kill Captain Virindi Slave-Taker at Thrall Cove.", -["Category_ID"] = 41, ["name"] = "Cutting the Keel", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Kill Captain Virindi Slave-Taker at Thrall Cove.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [1354] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat both Hew\'s Bane world bosses.", -["Category_ID"] = 41, ["name"] = "Defender of Hew\'s Bane", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Defeat both Hew\'s Bane world bosses.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 15, } , [1355] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Bahraha\'s Gloom.", -["Category_ID"] = 41, ["name"] = "Bahraha\'s Gloom Explorer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear Bahraha\'s Gloom.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 5, } , [1356] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Shark\'s Teeth Grotto.", -["Category_ID"] = 41, ["name"] = "Shark\'s Teeth Grotto Explorer", +["description"] = "Explore and clear Shark\'s Teeth Grotto.", +["Category_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [1357] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and clear both explorable caves in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "Hew\'s Bane Cave Delver", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Discover and clear both explorable caves in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [1358] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover all of the striking locales in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "Hew\'s Bane Pathfinder", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 4, +["description"] = "Discover all of the striking locales in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [1359] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and clear all caves and striking locales in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "Hew\'s Bane Master Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Discover and clear all caves and striking locales in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 15, } , [1360] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1370, +["firstID"] = 1360, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete quest \"Cleaning House\" in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "Always Travel Separately", -["achievementIndex"] = 2, -["firstID"] = 1360, -["numCriteria"] = 1, +["description"] = "Complete quest \"Cleaning House\" in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [1361] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1362, +["firstID"] = 1360, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete quest \"A Flawless Plan\" in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "Never, Ever Steal From the Guild", -["achievementIndex"] = 2, -["firstID"] = 1360, -["numCriteria"] = 1, +["description"] = "Complete quest \"A Flawless Plan\" in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 1370, +["achievementIndex"] = 6, +["points"] = 10, } , [1362] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1363, +["firstID"] = 1360, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete quest \"Forever Hold Your Peace\" in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "Wedding Crashers", -["achievementIndex"] = 2, -["firstID"] = 1360, -["numCriteria"] = 1, +["description"] = "Complete quest \"Forever Hold Your Peace\" in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 1361, +["achievementIndex"] = 6, +["points"] = 10, } , [1363] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1360, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete quest \"Prison Break\" in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "Broken Wheel", -["achievementIndex"] = 2, -["firstID"] = 1360, -["numCriteria"] = 1, +["description"] = "Complete quest \"Prison Break\" in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 1362, +["achievementIndex"] = 6, +["points"] = 10, } , [1364] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1366, +["firstID"] = 1364, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 12 unique story quests in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "Hew\'s Bane Adventurer", -["achievementIndex"] = 3, -["firstID"] = 1364, -["numCriteria"] = 1, +["description"] = "Complete 12 unique story quests in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, } , [1365] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["name"] = "Hero of Hew\'s Bane", -["Category_ID"] = 41, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Hew\'s Bane.", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [1366] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1364, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 16 unique story quests in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "Hew\'s Bane Grand Adventurer", -["achievementIndex"] = 3, -["firstID"] = 1364, -["numCriteria"] = 1, +["description"] = "Complete 16 unique story quests in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 1364, +["achievementIndex"] = 4, +["points"] = 50, } , [1367] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, -["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_ID"] = 41, ["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_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1368] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, -["description"] = "Defeat Rakkhat, Fang of Lorkhaj and his legions of dro-m\'Athra in Veteran Maw of Lorkhaj.", -["Category_ID"] = 41, ["name"] = "Maw of Lorkhaj Conqueror", +["description"] = "Defeat Rakkhat, Fang of Lorkhaj and his legions of dro-m\'Athra in Veteran Maw of Lorkhaj.", +["Category_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1369] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, -["description"] = "Use both chain switches within ten seconds in Veteran Maw of Lorkhaj, then defeat the dro-m\'Athra invaders.", -["Category_ID"] = 41, ["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_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [1370] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1361, +["firstID"] = 1360, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete quest \"The Long Game\" in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "Iron Wheel Infiltration", -["achievementIndex"] = 2, -["firstID"] = 1360, -["numCriteria"] = 1, +["description"] = "Complete quest \"The Long Game\" in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 1360, +["achievementIndex"] = 6, +["points"] = 10, } , [1371] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Join the Thieves Guild by completing quest \"Partners in Crime\" in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "Welcome to the Thieves Guild", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Join the Thieves Guild by completing quest \"Partners in Crime\" in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [1372] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1373, +["firstID"] = 1372, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 1 heist from the Heist Board for the Thieves Guild.", -["Category_ID"] = 41, ["name"] = "Fledgling Filcher", -["achievementIndex"] = 9, -["firstID"] = 1372, -["numCriteria"] = 1, +["description"] = "Complete 1 heist from the Heist Board for the Thieves Guild.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 5, } , [1373] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1374, +["firstID"] = 1372, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 7 heists from the Heist Board for the Thieves Guild.", -["Category_ID"] = 41, ["name"] = "Seasoned Sneak-Thief", -["achievementIndex"] = 9, -["firstID"] = 1372, -["numCriteria"] = 1, +["description"] = "Complete 7 heists from the Heist Board for the Thieves Guild.", +["Category_ID"] = 42, +["prevId"] = 1372, +["achievementIndex"] = 8, +["points"] = 10, } , [1374] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1372, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 15 heists from the Heist Board for the Thieves Guild.", -["Category_ID"] = 41, ["name"] = "Professional Pilferer", -["achievementIndex"] = 9, -["firstID"] = 1372, -["numCriteria"] = 1, +["description"] = "Complete 15 heists from the Heist Board for the Thieves Guild.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 15, } , [1375] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete quest \"His Greatest Treasure\" in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "A Life Deferred", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete quest \"His Greatest Treasure\" in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [1376] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete quest \"That Which Was Lost\" in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "Seeds Untilled", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete quest \"That Which Was Lost\" in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [1377] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete quest \"Everyone Has A Price\" in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "What Price, Freedom?", +["description"] = "Complete quest \"Everyone Has A Price\" in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1378] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete quest \"The One That Got Away\" in Hew\'s Bane.", -["Category_ID"] = 41, ["name"] = "Loose Ends", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete quest \"The One That Got Away\" in Hew\'s Bane.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [1379] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Steal the treasures on Kari\'s Hit List from every territory of the Aldmeri Dominion and place them in the Thieves Den.", -["Category_ID"] = 41, ["name"] = "Despoil the Dominion", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Steal the treasures on Kari\'s Hit List from every territory of the Aldmeri Dominion and place them in the Thieves Den.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 15, } , [1380] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Steal the treasures on Kari\'s Hit List from every territory of the Daggerfall Covenant and place them in the Thieves Den.", -["Category_ID"] = 41, ["name"] = "Con the Covenant", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Steal the treasures on Kari\'s Hit List from every territory of the Daggerfall Covenant and place them in the Thieves Den.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 15, } , [1381] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Steal the treasures on Kari\'s Hit List from every territory of the Ebonheart Pact and place them in the Thieves Den.", -["Category_ID"] = 41, ["name"] = "Purloin the Pact", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Steal the treasures on Kari\'s Hit List from every territory of the Ebonheart Pact and place them in the Thieves Den.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 15, } , [1382] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Steal the treasure on Kari\'s Hit List from Abah\'s Landing and place it in the Thieves Den.", -["Category_ID"] = 41, ["name"] = "Loot the Landing", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Steal the treasure on Kari\'s Hit List from Abah\'s Landing and place it in the Thieves Den.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 15, } , [1383] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Steal every treasure from Kari\'s Hit List and place them all within the Thieves Den.", -["Category_ID"] = 41, ["name"] = "A Cutpurse Above", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 4, +["description"] = "Steal every treasure from Kari\'s Hit List and place them all within the Thieves Den.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 50, } , [1385] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, -["description"] = "Defeat 25 Void Callers in the Maw of Lorkhaj.", -["Category_ID"] = 41, ["name"] = "Maw of Lorkhaj: Shadow Slayer", +["description"] = "Defeat 25 Void Callers in the Maw of Lorkhaj.", +["Category_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1386] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, -["description"] = "Defeat Rakkhat without anyone dying while afflicted by the Breath of Lorkhaj.", -["Category_ID"] = 41, ["name"] = "Maw of Lorkhaj: Stainless Souls", +["description"] = "Defeat Rakkhat without anyone dying while afflicted by the Breath of Lorkhaj.", +["Category_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, } , [1388] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, -["description"] = "In Veteran Maw of Lorkhaj, force Rakkhat into his final phase within two lunar cycles, then defeat him.", -["Category_ID"] = 41, ["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_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, } , [1389] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, -["description"] = "Defeat Rakkhat in Veteran Maw of Lorkhaj, with a maximum of two players ever being afflicted by the Breath of Lorkhaj.", -["Category_ID"] = 41, ["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_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, } , [1390] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, -["description"] = "Defeat Rakkhat in Veteran Maw of Lorkhaj, with at least three dro-m\'Athra Dreadstalkers still alive.", -["Category_ID"] = 41, ["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_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, } , [1391] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, -["description"] = "Complete all achievements related to defeating Rakkhat, Fang of Lorkhaj in Veteran Maw of Lorkhaj.", -["Category_ID"] = 41, ["name"] = "Maw of Lorkhaj: Moons\' Champion", +["description"] = "Complete all achievements related to defeating Rakkhat, Fang of Lorkhaj in Veteran Maw of Lorkhaj.", +["Category_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, } , [1392] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Maw of Lorkhaj", -["SubCategory_ID"] = 3, -["description"] = "Complete Veteran Maw of Lorkhaj without suffering a group member death.", -["Category_ID"] = 41, ["name"] = "Maw of Lorkhaj: Spotless Triumph", +["description"] = "Complete Veteran Maw of Lorkhaj without suffering a group member death.", +["Category_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1393] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["name"] = "A Gift from Orsinium", -["Category_ID"] = 42, ["description"] = "Come visit the Orcs\' newly rebuilt capital city: Orsinium!", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 5, } , [1394] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Successfully pick pockets at each of the four most popular shops in Abah\'s Landing.", -["Category_ID"] = 41, ["name"] = "Five Finger Discount", +["description"] = "Successfully pick pockets at each of the four most popular shops in Abah\'s Landing.", +["Category_ID"] = 42, +["prevId"] = 0, ["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 5, } , [1395] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 1396, +["firstID"] = 1395, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and loot 1 Thieves Trove.", -["Category_ID"] = 41, ["name"] = "Finders Keepers", -["achievementIndex"] = 18, -["firstID"] = 1395, -["numCriteria"] = 1, +["description"] = "Discover and loot 1 Thieves Trove.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 5, } , [1396] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 1397, +["firstID"] = 1395, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and loot 5 Thieves Troves.", -["Category_ID"] = 41, ["name"] = "An Eye For Details", -["achievementIndex"] = 18, -["firstID"] = 1395, -["numCriteria"] = 1, +["description"] = "Discover and loot 5 Thieves Troves.", +["Category_ID"] = 42, +["prevId"] = 1395, +["achievementIndex"] = 6, +["points"] = 10, } , [1397] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1395, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and loot 15 Thieves Troves.", -["Category_ID"] = 41, ["name"] = "Leave No Stash Behind", -["achievementIndex"] = 18, -["firstID"] = 1395, -["numCriteria"] = 1, +["description"] = "Discover and loot 15 Thieves Troves.", +["Category_ID"] = 42, +["prevId"] = 1396, +["achievementIndex"] = 6, +["points"] = 15, } , [1398] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1399, +["firstID"] = 1398, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete your first daily job from the Tip Board for the Thieves Guild.", -["Category_ID"] = 41, ["name"] = "Fresh Footpad", -["achievementIndex"] = 10, -["firstID"] = 1398, -["numCriteria"] = 1, +["description"] = "Complete your first daily job from the Tip Board for the Thieves Guild.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [1399] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1400, +["firstID"] = 1398, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 10 daily jobs from the Tip Board for the Thieves Guild.", -["Category_ID"] = 41, ["name"] = "Practiced Prowler", -["achievementIndex"] = 10, -["firstID"] = 1398, -["numCriteria"] = 1, +["description"] = "Complete 10 daily jobs from the Tip Board for the Thieves Guild.", +["Category_ID"] = 42, +["prevId"] = 1398, +["achievementIndex"] = 1, +["points"] = 10, } , [1400] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1398, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 30 daily jobs from the Tip Board for the Thieves Guild.", -["Category_ID"] = 41, ["name"] = "Sophisticated Shadowfoot", -["achievementIndex"] = 10, -["firstID"] = 1398, -["numCriteria"] = 1, +["description"] = "Complete 30 daily jobs from the Tip Board for the Thieves Guild.", +["Category_ID"] = 42, +["prevId"] = 1399, +["achievementIndex"] = 1, +["points"] = 15, } , [1401] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Assist each member of the Thieves Guild in resolving personal matters.", -["Category_ID"] = 41, ["name"] = "Honor Among Thieves", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 4, +["description"] = "Assist each member of the Thieves Guild in resolving personal matters.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [1402] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Evade justice with the help of the \"Timely Escape\" Thieves Guild skill, as well as a friendly footpad.", -["Category_ID"] = 41, ["name"] = "And Then They Were Gone", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Evade justice with the help of the \"Timely Escape\" Thieves Guild skill, as well as a friendly footpad.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 5, } , [1403] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Complete 1 heist for the Thieves Guild without being detected.", -["Category_ID"] = 41, ["name"] = "Master of Shadows", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete 1 heist for the Thieves Guild without being detected.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 10, } , [1404] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Receive the highest possible reward in 5 heists for the Thieves Guild.", -["Category_ID"] = 41, ["name"] = "Deep Pockets", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Receive the highest possible reward in 5 heists for the Thieves Guild.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 15, } , [1405] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "At each Outlaws Refuge within the Aldmeri Dominion, receive 4000 gold for fencing items.", -["Category_ID"] = 41, ["name"] = "Eagle\'s Nest-Egg", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "At each Outlaws Refuge within the Aldmeri Dominion, receive 4000 gold for fencing items.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 15, } , [1406] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "At each Outlaws Refuge within the Ebonheart Pact, receive 4000 gold for fencing items.", -["Category_ID"] = 41, ["name"] = "Dragon\'s Hoard", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "At each Outlaws Refuge within the Ebonheart Pact, receive 4000 gold for fencing items.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 15, } , [1407] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "At each Outlaws Refuge within the Daggerfall Covenant, receive 4000 gold for fencing items.", -["Category_ID"] = 41, ["name"] = "Lion\'s Golden Pride", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "At each Outlaws Refuge within the Daggerfall Covenant, receive 4000 gold for fencing items.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 15, } , [1408] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Receive 4000 gold for fencing items at the Thieves Den in Abah\'s Landing.", -["Category_ID"] = 41, ["name"] = "Merchant Lord\'s Coffers", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Receive 4000 gold for fencing items at the Thieves Den in Abah\'s Landing.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 10, } , [1409] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "At each Outlaws Refuge within every Alliance territory, as well as the Thieves Den, receive 4000 gold for fencing items.", -["Category_ID"] = 41, ["name"] = "Magnanimous Magnate", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 4, +["description"] = "At each Outlaws Refuge within every Alliance territory, as well as the Thieves Den, receive 4000 gold for fencing items.", +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 50, } , [1410] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 16, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["name"] = "Litany of Blood", -["Category_ID"] = 40, ["description"] = "Execute all targets listed in the Litany of Blood and collect your reward.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 16, +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 50, } , [1411] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["name"] = "Trinimac Style Master", -["Category_ID"] = 42, ["description"] = "Learn every chapter in the Trinimac style book, found by completing daily jobs for Guruzug in Morkul.", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [1412] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Orsinium", ["name"] = "Malacath Style Master", -["Category_ID"] = 42, ["description"] = "Learn every chapter in the Malacath style book, found by completing daily jobs for Arzorag inside Skalar\'s Hostel.", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 43, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, } , [1413] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["name"] = "Spoils of Abah\'s Landing", -["Category_ID"] = 41, ["description"] = "Travel to the notorious free port of Abah\'s Landing!", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 5, } , [1417] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["name"] = "Outlaw Style Master", -["Category_ID"] = 41, ["description"] = "Learn every chapter in the Outlaw style book, found by defeating bosses in Hew\'s Bane.", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [1419] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat Limenauruus the possessed minotaur and the shadow spirits at Tribune\'s Folly.", -["Category_ID"] = 40, ["name"] = "Defeat Limenauruus", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat Limenauruus the possessed minotaur and the shadow spirits at Tribune\'s Folly.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [1420] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Enter the Kvatch Arena and defeat all challengers.", -["Category_ID"] = 40, ["name"] = "Conquer the Kvatch Arena", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Enter the Kvatch Arena and defeat all challengers.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [1421] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["name"] = "Gold Coast Tourist", -["Category_ID"] = 40, ["description"] = "Visit the Gold Coast and take in the local scenery.", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 5, } , [1422] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["name"] = "Abah\'s Watch Style Master", -["Category_ID"] = 41, ["description"] = "Learn every chapter in the Abah\'s Watch style book, found by completing Tip Board quests in the Thieves Guild.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [1423] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["name"] = "Thieves Guild Style Master", -["Category_ID"] = 41, ["description"] = "Learn every chapter in the Thieves Guild style book, found by completing Heists in the Thieves Guild.", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, } , [1424] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["name"] = "Assassins League Style Master", -["Category_ID"] = 40, ["description"] = "Learn every chapter in the Assassins League style book, found by defeating bosses in the Gold Coast.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [1425] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat both world bosses in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Defender of the Gold Coast", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Defeat both world bosses in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, } , [1426] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Hrota Cave.", -["Category_ID"] = 40, ["name"] = "Hrota Cave Explorer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear Hrota Cave.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 5, } , [1427] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Garlas Agea.", -["Category_ID"] = 40, ["name"] = "Garlas Agea Explorer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear Garlas Agea.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 5, } , [1428] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and clear all caves and striking locales in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Gold Coast Master Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Discover and clear all caves and striking locales in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 15, } , [1429] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and clear both explorable caves in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Gold Coast Cave Delver", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Discover and clear both explorable caves in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 10, } , [1430] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover all of the striking locales in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Gold Coast Pathfinder", +["description"] = "Discover all of the striking locales in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, } , [1431] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["name"] = "Gold Coast Master Angler", -["Category_ID"] = 40, ["description"] = "Catch all 12 rare fish in the Gold Coast.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 5, } , [1432] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1433, +["firstID"] = 1432, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 14 unique story quests in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Gold Coast Adventurer", -["achievementIndex"] = 1, -["firstID"] = 1432, -["numCriteria"] = 1, +["description"] = "Complete 14 unique story quests in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 15, } , [1433] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1432, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 17 unique story quests in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Gold Coast Grand Adventurer", -["achievementIndex"] = 1, -["firstID"] = 1432, -["numCriteria"] = 1, +["description"] = "Complete 17 unique story quests in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 1432, +["achievementIndex"] = 2, +["points"] = 50, } , [1434] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["name"] = "Bane of the Gold Coast", -["Category_ID"] = 40, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Bane of the Gold Coast.", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, } , [1435] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1436, +["firstID"] = 1435, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Join the Dark Brotherhood and complete the \"Voices in the Dark\" quest.", -["Category_ID"] = 40, ["name"] = "First Blood", -["achievementIndex"] = 2, -["firstID"] = 1435, -["numCriteria"] = 1, +["description"] = "Join the Dark Brotherhood and complete the \"Voices in the Dark\" quest.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [1436] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1437, +["firstID"] = 1435, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Signed in Blood\" Dark Brotherhood quest in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Dark Initiate", -["achievementIndex"] = 2, -["firstID"] = 1435, -["numCriteria"] = 1, +["description"] = "Complete the \"Signed in Blood\" Dark Brotherhood quest in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 1435, +["achievementIndex"] = 4, +["points"] = 10, } , [1437] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1438, +["firstID"] = 1435, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Welcome Home\" Dark Brotherhood quest in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "New-blade", -["achievementIndex"] = 2, -["firstID"] = 1435, -["numCriteria"] = 1, +["description"] = "Complete the \"Welcome Home\" Dark Brotherhood quest in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 1436, +["achievementIndex"] = 4, +["points"] = 10, } , [1438] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1439, +["firstID"] = 1435, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"A Lesson in Silence\" Dark Brotherhood quest in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Sermonizer Subduer", -["achievementIndex"] = 2, -["firstID"] = 1435, -["numCriteria"] = 1, +["description"] = "Complete the \"A Lesson in Silence\" Dark Brotherhood quest in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 1437, +["achievementIndex"] = 4, +["points"] = 10, } , [1439] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1435, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Questions of Faith\" Dark Brotherhood quest in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Brethren Benefactor", -["achievementIndex"] = 2, -["firstID"] = 1435, -["numCriteria"] = 1, +["description"] = "Complete the \"Questions of Faith\" Dark Brotherhood quest in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 1438, +["achievementIndex"] = 4, +["points"] = 10, } , [1440] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1441, +["firstID"] = 1440, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"A Special Request\" Dark Brotherhood quest in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Assassin", +["description"] = "Complete the \"A Special Request\" Dark Brotherhood quest in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 1440, -["numCriteria"] = 1, +["points"] = 10, } , [1441] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1442, +["firstID"] = 1440, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Dark Revelations\" Dark Brotherhood quest in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Dark Discovery", +["description"] = "Complete the \"Dark Revelations\" Dark Brotherhood quest in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 1440, ["achievementIndex"] = 3, -["firstID"] = 1440, -["numCriteria"] = 1, +["points"] = 10, } , [1442] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1443, +["firstID"] = 1440, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"A Ghost from the Past\" Dark Brotherhood quest in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Dark Investigator", +["description"] = "Complete the \"A Ghost from the Past\" Dark Brotherhood quest in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 1441, ["achievementIndex"] = 3, -["firstID"] = 1440, -["numCriteria"] = 1, +["points"] = 10, } , [1443] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1444, +["firstID"] = 1440, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete \"The Wrath of Sithis\" Dark Brotherhood quest in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Wrath of Sithis", +["description"] = "Complete \"The Wrath of Sithis\" Dark Brotherhood quest in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 1442, ["achievementIndex"] = 3, -["firstID"] = 1440, -["numCriteria"] = 1, +["points"] = 10, } , [1444] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1440, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Filling the Void\" Dark Brotherhood quest in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Silencer", +["description"] = "Complete the \"Filling the Void\" Dark Brotherhood quest in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 1443, ["achievementIndex"] = 3, -["firstID"] = 1440, -["numCriteria"] = 1, +["points"] = 10, } , [1445] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 1446, +["firstID"] = 1445, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Complete your first Black Sacrament contract, as the Speaker commanded.", -["Category_ID"] = 40, ["name"] = "First Sacrament", -["achievementIndex"] = 11, -["firstID"] = 1445, -["numCriteria"] = 1, +["description"] = "Complete your first Black Sacrament contract, as the Speaker commanded.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 5, } , [1446] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 1447, +["firstID"] = 1445, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Complete 7 Black Sacrament contracts, as the Speaker commanded.", -["Category_ID"] = 40, ["name"] = "Seventh Sacrament", -["achievementIndex"] = 11, -["firstID"] = 1445, -["numCriteria"] = 1, +["description"] = "Complete 7 Black Sacrament contracts, as the Speaker commanded.", +["Category_ID"] = 41, +["prevId"] = 1445, +["achievementIndex"] = 14, +["points"] = 10, } , [1447] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1445, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Complete 15 Black Sacrament contracts, as the Speaker commanded.", -["Category_ID"] = 40, ["name"] = "Fifteenth Sacrament", -["achievementIndex"] = 11, -["firstID"] = 1445, -["numCriteria"] = 1, +["description"] = "Complete 15 Black Sacrament contracts, as the Speaker commanded.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 15, } , [1448] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Complete 5 Black Sacrament contracts at the highest possible reward level.", -["Category_ID"] = 40, ["name"] = "Perfect Sacrament", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete 5 Black Sacrament contracts at the highest possible reward level.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 15, } , [1449] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Complete a Black Sacrament contract without being detected.", -["Category_ID"] = 40, ["name"] = "Hidden Sacrament", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete a Black Sacrament contract without being detected.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 10, } , [1450] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 21, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Assassinate every target named by a Black Sacrament contract when commanded to by the Speaker.", -["Category_ID"] = 40, ["name"] = "Blackest Sacrament", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 21, +["description"] = "Assassinate every target named by a Black Sacrament contract when commanded to by the Speaker.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 15, } , [1451] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 1452, +["firstID"] = 1451, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Complete your first murder contract from the \"Marked for Death\" tome.", -["Category_ID"] = 40, ["name"] = "First Contract", -["achievementIndex"] = 15, -["firstID"] = 1451, -["numCriteria"] = 1, +["description"] = "Complete your first murder contract from the \"Marked for Death\" tome.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 5, } , [1452] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 1453, +["firstID"] = 1451, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Complete 10 murder contracts from the \"Marked for Death\" tome.", -["Category_ID"] = 40, ["name"] = "Tenth Contract", -["achievementIndex"] = 15, -["firstID"] = 1451, -["numCriteria"] = 1, +["description"] = "Complete 10 murder contracts from the \"Marked for Death\" tome.", +["Category_ID"] = 41, +["prevId"] = 1451, +["achievementIndex"] = 7, +["points"] = 10, } , [1453] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1451, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Complete 30 murder contracts from the \"Marked for Death\" tome.", -["Category_ID"] = 40, ["name"] = "Thirtieth Contract", -["achievementIndex"] = 15, -["firstID"] = 1451, -["numCriteria"] = 1, +["description"] = "Complete 30 murder contracts from the \"Marked for Death\" tome.", +["Category_ID"] = 41, +["prevId"] = 1452, +["achievementIndex"] = 7, +["points"] = 15, } , [1454] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Closely observe the silent vigil of the Ayleid Sentinel at Beldaburo in the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Lonely Sentinel", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Closely observe the silent vigil of the Ayleid Sentinel at Beldaburo in the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 5, } , [1455] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Murder 20 innocents in the Gold Coast city of Kvatch.", -["Category_ID"] = 40, ["name"] = "Kvatch Murder Spree", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Murder 20 innocents in the Gold Coast city of Kvatch.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, } , [1456] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Murder 20 innocents in the Gold Coast city of Anvil.", -["Category_ID"] = 40, ["name"] = "Anvil Murder Spree", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Murder 20 innocents in the Gold Coast city of Anvil.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [1457] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "In the capital city of each Alliance, murder an innocent with the Blade of Woe.", -["Category_ID"] = 40, ["name"] = "Blood Tour", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 3, +["description"] = "In the capital city of each Alliance, murder an innocent with the Blade of Woe.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [1458] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Aid each of the notable figures recently arrived on the Gold Coast.", -["Category_ID"] = 40, ["name"] = "Gold Coast Connections", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 7, +["description"] = "Aid each of the notable figures recently arrived on the Gold Coast.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 15, } , [1459] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 1460, +["firstID"] = 1459, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Murder your first innocent with the Blade of Woe.", -["Category_ID"] = 40, ["name"] = "First Cut", -["achievementIndex"] = 20, -["firstID"] = 1459, -["numCriteria"] = 1, +["description"] = "Murder your first innocent with the Blade of Woe.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 5, } , [1460] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 1461, +["firstID"] = 1459, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Murder 25 innocents with the Blade of Woe.", -["Category_ID"] = 40, ["name"] = "Twenty-Fifth Cut", -["achievementIndex"] = 20, -["firstID"] = 1459, -["numCriteria"] = 1, +["description"] = "Murder 25 innocents with the Blade of Woe.", +["Category_ID"] = 41, +["prevId"] = 1459, +["achievementIndex"] = 8, +["points"] = 10, } , [1461] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1459, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Murder 100 innocents with the Blade of Woe.", -["Category_ID"] = 40, ["name"] = "One-Hundredth Cut", -["achievementIndex"] = 20, -["firstID"] = 1459, -["numCriteria"] = 1, +["description"] = "Murder 100 innocents with the Blade of Woe.", +["Category_ID"] = 41, +["prevId"] = 1460, +["achievementIndex"] = 8, +["points"] = 15, } , [1462] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Sanctum Ophidia Conqueror", ["description"] = "Defeat the Celestial Serpent in Veteran Sanctum Ophidia.", ["Category_ID"] = 4, -["name"] = "Sanctum Ophidia Conqueror", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 50, } , [1463] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Complete each achievement associated with the Speaker\'s Black Sacrament contracts.", -["Category_ID"] = 40, ["name"] = "Flawless Sacrament", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 6, +["description"] = "Complete each achievement associated with the Speaker\'s Black Sacrament contracts.", +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 50, } , [1474] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Hel Ra Citadel Conqueror", ["description"] = "Defeat the Celestial Warrior in Veteran Hel Ra Citadel.", ["Category_ID"] = 4, -["name"] = "Hel Ra Citadel Conqueror", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 50, } , [1503] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Trials", -["SubCategory_ID"] = 1, +["name"] = "Aetherian Archive Conqueror", ["description"] = "Defeat the Celestial Mage in Veteran Aetherian Archive.", ["Category_ID"] = 4, -["name"] = "Aetherian Archive Conqueror", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 50, } , [1504] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["name"] = "Ruins of Mazzatun Vanquisher", -["Category_ID"] = 39, ["description"] = "Defeat Zatzu the Spine-Breaker, the Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in the Ruins of Mazzatun.", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 4, +["Category_ID"] = 40, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [1505] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Zatzu the Spine-Breaker, the Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun.", -["Category_ID"] = 39, ["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_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 10, } , [1506] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "In Veteran Ruins of Mazzatun, defeat Tree-Minder Na-Kesh after enraging her by destroying her alchemical notes on Amber Plasm.", -["Category_ID"] = 39, ["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_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1507] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 39, ["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_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1508] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 39, ["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_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1509] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat 50 Xit-Xaht Sludge-Slingers in Veteran Ruins of Mazzatun.", -["Category_ID"] = 39, ["name"] = "Sludge-Slinger Slayer", +["description"] = "Defeat 50 Xit-Xaht Sludge-Slingers in Veteran Ruins of Mazzatun.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1510] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat 600 members of the Xit-Xaht tribe in Veteran Ruins of Mazzatun.", -["Category_ID"] = 39, ["name"] = "Xit-Xaht Slayer", +["description"] = "Defeat 600 members of the Xit-Xaht tribe in Veteran Ruins of Mazzatun.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1511] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Complete the listed achievements for Veteran Ruins of Mazzatun.", -["Category_ID"] = 39, ["name"] = "Ruins of Mazzatun Challenger", +["description"] = "Complete the listed achievements for Veteran Ruins of Mazzatun.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [1512] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["name"] = "Mazzatun Massacre", -["Category_ID"] = 39, ["description"] = "Defeat Tree-Minder Na-Kesh after first eliminating all other enemies in Ruins of Mazzatun.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 40, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [1513] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Rescue all six of the Su-Zahleel Elders from the Ritual Chamber in Veteran Ruins of Mazzatun.", -["Category_ID"] = 39, ["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_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1514] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["name"] = "Sapped Sludge Slingers", -["Category_ID"] = 39, ["description"] = "Complete Ruins of Mazzatun without ever allowing a Sludge Slinger to empower one of its allies with Amber Plasm.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 40, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [1515] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Mighty Chudan in Veteran Ruins of Mazzatun without any party members being hit by Bog Rush.", -["Category_ID"] = 39, ["name"] = "Haj Mota Matador", +["description"] = "Defeat the Mighty Chudan in Veteran Ruins of Mazzatun without any party members being hit by Bog Rush.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1516] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Xal-Nur the Slaver in Veteran Ruins of Mazzatun without unleashing any Wamasu to assist you.", -["Category_ID"] = 39, ["name"] = "Obedience Training", +["description"] = "Defeat Xal-Nur the Slaver in Veteran Ruins of Mazzatun without unleashing any Wamasu to assist you.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1517] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 39, ["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_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1518] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 39, ["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_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1519] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun without any party members being struck by Blistering Amber.", -["Category_ID"] = 39, ["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_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1520] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["name"] = "Shadows of the Hist Explorer", -["Category_ID"] = 39, ["description"] = "Enter either the Ruins of Mazzatun or the Cradle of Shadows for the first time.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 40, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 5, } , [1522] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["name"] = "Cradle of Shadows Vanquisher", -["Category_ID"] = 39, ["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in the Cradle of Shadows.", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["Category_ID"] = 40, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [1523] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in Veteran Cradle of Shadows.", -["Category_ID"] = 39, ["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_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, } , [1524] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Velidreth in Veteran Cradle of Shadows, after first enraging her by defiling her statue of Mephala.", -["Category_ID"] = 39, ["name"] = "Velidreth\'s Vengeance", +["description"] = "Defeat Velidreth in Veteran Cradle of Shadows, after first enraging her by defiling her statue of Mephala.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1525] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 39, ["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_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1526] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 39, ["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_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1527] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Destroy 50 statues of Velidreth\'s Devotion in Veteran Cradle of Shadows.", -["Category_ID"] = 39, ["name"] = "Heretic", +["description"] = "Destroy 50 statues of Velidreth\'s Devotion in Veteran Cradle of Shadows.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1528] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat 600 members of the Silken Ring or their Spiderkith allies in Veteran Cradle of Shadows.", -["Category_ID"] = 39, ["name"] = "Spider Cult Slayer", +["description"] = "Defeat 600 members of the Silken Ring or their Spiderkith allies in Veteran Cradle of Shadows.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1529] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Complete the listed achievements for Veteran Cradle of Shadows.", -["Category_ID"] = 39, ["name"] = "Cradle of Shadows Challenger", +["description"] = "Complete the listed achievements for Veteran Cradle of Shadows.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [1530] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Pass through the spider caves in Veteran Cradle of Shadows without lighting more than two braziers.", -["Category_ID"] = 39, ["name"] = "Fear No Darkness", +["description"] = "Pass through the spider caves in Veteran Cradle of Shadows without lighting more than two braziers.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1531] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Khephidaen the Spiderkith in Veteran Cradle of Shadows without relighting any extinguished braziers.", -["Category_ID"] = 39, ["name"] = "Shadowplay", +["description"] = "Defeat Khephidaen the Spiderkith in Veteran Cradle of Shadows without relighting any extinguished braziers.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1532] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Dranos Velador in Veteran Cradle of Shadows without absorbing any orbs.", -["Category_ID"] = 39, ["name"] = "Divided He Fell", +["description"] = "Defeat Dranos Velador in Veteran Cradle of Shadows without absorbing any orbs.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1533] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members dying in the catacombs.", -["Category_ID"] = 39, ["name"] = "Web Walker", +["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members dying in the catacombs.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1534] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without using the Atronach\'s Light synergy.", -["Category_ID"] = 39, ["name"] = "Embrace the Shadow", +["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without using the Atronach\'s Light synergy.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1535] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members being caught by her Shadow Sense.", -["Category_ID"] = 39, ["name"] = "Nothing to See Here", +["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members being caught by her Shadow Sense.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1536] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["name"] = "Venomous Evasion", -["Category_ID"] = 39, ["description"] = "Defeat Velidreth in Cradle of Shadows without any party members being hit by venom sacs.", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 40, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [1538] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Complete Veteran Cradle of Shadows and Veteran Ruins of Mazzatun.", -["Category_ID"] = 39, ["name"] = "Shadows of the Hist Delver", +["description"] = "Complete Veteran Cradle of Shadows and Veteran Ruins of Mazzatun.", +["Category_ID"] = 40, +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, } , [1549] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Banished Cells I Conqueror", -["Category_ID"] = 5, ["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [1550] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Bonebreaker I", ["description"] = "Defeat 350 Skeletons in Veteran Banished Cells I.", ["Category_ID"] = 5, -["name"] = "Veteran Bonebreaker I", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 10, } , [1551] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Daedra Slayer I", ["description"] = "Defeat 100 Daedra in Veteran Banished Cells I.", ["Category_ID"] = 5, -["name"] = "Veteran Daedra Slayer I", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 10, } , [1552] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Banished Cells I Assassin", +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1553] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Banished Cells I Survivor", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [1554] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Soul Splitter", ["description"] = "Defeat High Kinlord Rilis in Veteran Banished Cells I, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "Soul Splitter", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [1555] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["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_ID"] = 4, -["name"] = "Banished Cells II Vanquisher", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [1556] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Fungal Grotto I Conqueror", -["Category_ID"] = 5, ["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw, and Kra\'gh the Dreugh King in Veteran Fungal Grotto I.", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 10, } , [1557] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Goblin Slayer", ["description"] = "Defeat 450 Goblins in Veteran Fungal Grotto I.", ["Category_ID"] = 5, -["name"] = "Veteran Goblin Slayer", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 10, } , [1558] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Dreugh Slayer", ["description"] = "Defeat 50 Dreugh in Veteran Fungal Grotto I.", ["Category_ID"] = 5, -["name"] = "Veteran Dreugh Slayer", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 10, } , [1559] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Fungal Grotto I Assassin", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 50, } , [1560] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Fungal Grotto I Survivor", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 50, } , [1561] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Catch of the Day", ["description"] = "Defeat the Dreugh King in Veteran Fungal Grotto I, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "Catch of the Day", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 50, } , [1562] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["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_ID"] = 4, -["name"] = "Fungal Grotto II Vanquisher", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [1563] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Fungal Grotto II Survivor", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 50, } , [1564] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Banished Cells II Survivor", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [1565] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Spindleclutch I Conqueror", -["Category_ID"] = 5, ["description"] = "Defeat Spindlekin, the Swarm Mother, Cerise the Widow-Maker, Big Rabbu, and the Whisperer in Veteran Spindleclutch I.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 5, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [1566] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Spider Slayer", ["description"] = "Defeat 600 Spiders in Veteran Spindleclutch I.", ["Category_ID"] = 5, -["name"] = "Veteran Spider Slayer", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 26, +["points"] = 10, } , [1567] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Corrupted Slayer", ["description"] = "Defeat 350 Corrupted in Veteran Spindleclutch I.", ["Category_ID"] = 5, -["name"] = "Veteran Corrupted Slayer", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , [1568] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Spindleclutch I Assassin", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [1569] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Spindleclutch I Survivor", ["description"] = "Defeat the Swarm Mother and the Whisperer in Veteran Spindleclutch I, without suffering a group member death.", ["Category_ID"] = 5, -["name"] = "Spindleclutch I Survivor", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 50, } , [1570] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Quiet at Last", ["description"] = "Defeat the Whisperer in Veteran Spindleclutch I, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "Quiet at Last", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [1571] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, -["description"] = "Defeat Mad Martine, Bloodspawn, Praxin Douare, the Flesh Atronach Trio, Urvan Veleth, and Vorenor Winterbourne in Spindleclutch II.", -["Category_ID"] = 4, -["name"] = "Spindleclutch II Vanquisher", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["name"] = "Spindleclutch II Vanquisher", +["description"] = "Defeat Mad Martine, Bloodspawn, Praxin Douare, the Flesh Atronach Trio, Urvan Veleth, and Vorenor Winterbourne in Spindleclutch II.", +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [1572] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["name"] = "Spindleclutch II Survivor", ["description"] = "Defeat Mad Mortine, Bloodspawn, Praxin Douare, the Flesh Atronach trio, Urvan Veleth, and Vorenor Winterbourne in Veteran Spindleclutch II, without suffering a group member death.", ["Category_ID"] = 5, -["name"] = "Spindleclutch II Survivor", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 50, } , [1573] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Elden Hollow I Conqueror", -["Category_ID"] = 5, ["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 26, +["points"] = 10, } , [1574] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Darkfern Orc Slayer", ["description"] = "Defeat 400 Darkfern Orcs in Veteran Elden Hollow I.", ["Category_ID"] = 5, -["name"] = "Veteran Darkfern Orc Slayer", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 28, +["points"] = 10, } , [1575] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Alit Slayer", ["description"] = "Defeat 100 Alit in Veteran Elden Hollow I.", ["Category_ID"] = 5, -["name"] = "Veteran Alit Slayer", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 27, +["points"] = 10, } , [1576] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Elden Hollow I Assassin", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 50, } , [1577] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Elden Hollow I Survivor", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 50, } , [1578] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Canonreeve Reaver", ["description"] = "Defeat Canonreeve Oraneth in Veteran Elden Hollow I, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "Canonreeve Reaver", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 50, } , [1579] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["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_ID"] = 4, -["name"] = "Elden Hollow II Vanquisher", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [1580] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Elden Hollow II Survivor", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 50, } , [1581] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Darkshade Caverns I Conqueror", -["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.", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , [1582] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Pit Rat Slayer", ["description"] = "Defeat 175 Pit Rat Thugs in Veteran Darkshade Caverns I.", ["Category_ID"] = 5, -["name"] = "Veteran Pit Rat Slayer", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 10, } , [1583] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Kwama Slayer", ["description"] = "Defeat 300 Kwama in Veteran Darkshade Caverns I.", ["Category_ID"] = 5, -["name"] = "Veteran Kwama Slayer", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 10, } , [1584] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Darkshade Caverns I Assassin", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, } , [1585] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Darkshade Caverns I Survivor", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 50, } , [1586] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Well Out of Warranty", ["description"] = "Defeat the Sentinel of Rkugamz in Veteran Darkshade Caverns I, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "Well Out of Warranty", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 50, } , [1587] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["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_ID"] = 4, -["name"] = "Darkshade Caverns II Vanquisher", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 10, } , [1588] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Darkshade Caverns II Survivor", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 50, } , [1589] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Wayrest Sewers I Conqueror", -["Category_ID"] = 5, ["description"] = "Defeat Slimecraw, Investigator Garron, the Rat Whisperer, Uulgarg the Hungry, Varain Pellingare, and Allene Pellingare in Veteran Wayrest Sewers I.", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [1590] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Skeever Slayer", ["description"] = "Defeat 800 Skeevers in Veteran Wayrest Sewers I.", ["Category_ID"] = 5, -["name"] = "Veteran Skeever Slayer", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 31, +["points"] = 10, } , [1591] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Mercenary Slayer", ["description"] = "Defeat 500 Pellingare Mercenaries in Veteran Wayrest Sewers I.", ["Category_ID"] = 5, -["name"] = "Veteran Mercenary Slayer", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [1592] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Wayrest Sewers I Assassin", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 50, } , [1593] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Wayrest Sewers I Survivor", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 50, } , [1594] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Down the Gutter", ["description"] = "Defeat Allene Pellingare in Veteran Wayrest Sewers I, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "Down the Gutter", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 50, } , [1595] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["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_ID"] = 4, -["name"] = "Wayrest Sewers II Vanquisher", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [1596] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Wayrest Sewers II Survivor", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 50, } , [1597] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "City of Ash I Conqueror", -["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.", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 15, } , [1598] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Deadlands Banekin Slayer", ["description"] = "Defeat 550 Banekin in Veteran City of Ash I.", ["Category_ID"] = 5, -["name"] = "Veteran Deadlands Banekin Slayer", -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 33, +["points"] = 10, } , [1599] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Flame Atronach Slayer", ["description"] = "Defeat 60 Flame Atronach in Veteran City of Ash I.", ["Category_ID"] = 5, -["name"] = "Veteran Flame Atronach Slayer", -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 34, +["points"] = 10, } , [1600] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "City of Ash I Assassin", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 50, } , [1601] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "City of Ash I Survivor", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, } , [1602] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Fire Brigade", ["description"] = "Defeat Razor Master Erthas in Veteran City of Ash I, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "Fire Brigade", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 50, } , [1603] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["name"] = "City of Ash II Vanquisher", ["description"] = "Defeat Horvantud the Fire Maw, the Ash Titan, and Valkyn Skoria in City of Ash II.", ["Category_ID"] = 4, -["name"] = "City of Ash II Vanquisher", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 3, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [1604] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Arx Corinium Conqueror", -["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.", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 15, } , [1605] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Lamia Slayer", ["description"] = "Defeat 400 Lamias in Veteran Arx Corinium.", ["Category_ID"] = 5, -["name"] = "Veteran Lamia Slayer", -["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 36, +["points"] = 10, } , [1606] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Snake Slayer", ["description"] = "Defeat 175 Giant Snakes in Veteran Arx Corinium.", ["Category_ID"] = 5, -["name"] = "Veteran Snake Slayer", -["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 37, +["points"] = 10, } , [1607] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Arx Corinium Assassin", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 50, } , [1608] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, -["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_ID"] = 5, -["name"] = "Arx Corinium Survivor", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["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_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [1609] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Snake Skinner", ["description"] = "Defeat Sellistrix the Lamia Queen in Veteran Arx Corinium, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "Snake Skinner", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [1610] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Crypt of Hearts I Conqueror", -["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.", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 10, } , [1611] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Crypt Zombie Slayer", ["description"] = "Defeat 400 Zombies in Veteran Crypt of Hearts I.", ["Category_ID"] = 5, -["name"] = "Veteran Crypt Zombie Slayer", -["achievementIndex"] = 32, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 39, +["points"] = 10, } , [1612] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Crypt Skeleton Slayer", ["description"] = "Defeat 400 Skeletons in Veteran Crypt of Hearts I.", ["Category_ID"] = 5, -["name"] = "Veteran Crypt Skeleton Slayer", -["achievementIndex"] = 31, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 38, +["points"] = 10, } , [1613] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Crypt of Hearts I Assassin", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 50, } , [1614] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Crypt of Hearts I Survivor", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 50, } , [1615] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "A Crypt for Two", ["description"] = "Defeat the Ilambris Twins in Veteran Crypt of Hearts I, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "A Crypt for Two", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 50, } , [1616] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dungeons", ["SubCategory"] = "Group Dungeons", -["SubCategory_ID"] = 3, +["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_ID"] = 4, -["name"] = "Crypt of Hearts II Vanquisher", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [1617] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Tempest Island Conqueror", -["Category_ID"] = 5, ["description"] = "Complete Veteran Tempest Island by defeating Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir.", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 15, } , [1618] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Tempest Lamia Slayer", ["description"] = "Defeat 600 Lamias in Veteran Tempest Island.", ["Category_ID"] = 5, -["name"] = "Veteran Tempest Lamia Slayer", -["achievementIndex"] = 36, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 42, +["points"] = 10, } , [1619] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Sea Viper Slayer", ["description"] = "Defeat 550 Sea Vipers in Veteran Tempest Island.", ["Category_ID"] = 5, -["name"] = "Veteran Sea Viper Slayer", -["achievementIndex"] = 35, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 41, +["points"] = 10, } , [1620] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Tempest Island Assassin", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 50, } , [1621] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Tempest Island Survivor", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 50, } , [1622] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Burial at Sea", ["description"] = "Defeat Stormreeve Neidir in Veteran Tempest Island, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "Burial at Sea", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, } , [1623] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Direfrost Keep Conqueror", -["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.", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 15, } , [1624] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Draugr Slayer", ["description"] = "Defeat 325 Draugr in Veteran Direfrost Keep.", ["Category_ID"] = 5, -["name"] = "Veteran Draugr Slayer", -["achievementIndex"] = 37, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 43, +["points"] = 10, } , [1625] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Frozen Skeleton Slayer", ["description"] = "Defeat 350 Frozen Skeletons in Veteran Direfrost Keep.", ["Category_ID"] = 5, -["name"] = "Veteran Frozen Skeleton Slayer", -["achievementIndex"] = 38, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 44, +["points"] = 10, } , [1626] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Direfrost Keep Assassin", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 50, } , [1627] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Direfrost Keep Survivor", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 50, } , [1628] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "A Dish Served Cold", ["description"] = "Defeat Drodda of Icereach in Veteran Direfrost Keep, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "A Dish Served Cold", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 50, } , [1629] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Volenfell Conqueror", -["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.", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 15, } , [1630] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Treasure Hunter Slayer", ["description"] = "Defeat 250 Treasure Hunters in Veteran Volenfell.", ["Category_ID"] = 5, -["name"] = "Veteran Treasure Hunter Slayer", -["achievementIndex"] = 40, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [1631] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Dwarven Construct Slayer", ["description"] = "Defeat 300 Dwarven Constructs in Veteran Volenfell.", ["Category_ID"] = 5, -["name"] = "Veteran Dwarven Construct Slayer", -["achievementIndex"] = 39, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [1632] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Volenfell Assassin", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [1633] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Volenfell Survivor", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 50, } , [1634] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "They Were Just Rusty", ["description"] = "Defeat the Guardian Constructs in Veteran Volenfell, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "They Were Just Rusty", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 50, } , [1635] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Selene\'s Web Conqueror", -["Category_ID"] = 5, ["description"] = "Complete Veteran Selene\'s Web by defeating Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene.", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 15, } , [1636] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Selene\'s Bosmer Slayer", ["description"] = "Defeat 250 of Selene\'s Bosmer in Veteran Selene\'s Web.", ["Category_ID"] = 5, -["name"] = "Veteran Selene\'s Bosmer Slayer", -["achievementIndex"] = 41, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [1637] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Selene\'s Spider Slayer", ["description"] = "Defeat 250 Spiders in Veteran Selene\'s Web.", ["Category_ID"] = 5, -["name"] = "Veteran Selene\'s Spider Slayer", -["achievementIndex"] = 42, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 45, +["points"] = 10, } , [1638] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Selene\'s Web Assassin", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 50, } , [1639] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Selene\'s Web Survivor", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 50, } , [1640] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "All Wrapped Up", ["description"] = "Defeat Selene in Veteran Selene\'s Web, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "All Wrapped Up", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 50, } , [1641] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Blessed Crucible Conqueror", -["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.", -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 15, } , [1642] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Gladiator Slayer", ["description"] = "Defeat 500 Gladiators in Veteran Blessed Crucible.", ["Category_ID"] = 5, -["name"] = "Veteran Gladiator Slayer", -["achievementIndex"] = 44, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 47, +["points"] = 10, } , [1643] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Durzog Slayer", ["description"] = "Defeat 150 Durzogs in Veteran Blessed Crucible.", ["Category_ID"] = 5, -["name"] = "Veteran Durzog Slayer", -["achievementIndex"] = 43, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 46, +["points"] = 10, } , [1644] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Blessed Crucible Assassin", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [1645] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Blessed Crucible Survivor", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [1646] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Coronation by Fire", ["description"] = "Defeat the Lava Queen in Veteran Blessed Crucible, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "Coronation by Fire", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [1647] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Blackheart Haven Conqueror", -["Category_ID"] = 5, ["description"] = "Complete Veteran Blackheart Haven by defeating Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart.", -["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, } , [1648] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Pirate Slayer", ["description"] = "Defeat 500 Haven Pirates in Veteran Blackheart Haven.", ["Category_ID"] = 5, -["name"] = "Veteran Pirate Slayer", -["achievementIndex"] = 46, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 10, } , [1649] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Harpy Slayer", ["description"] = "Defeat 400 Harpies in Veteran Blackheart Haven.", ["Category_ID"] = 5, -["name"] = "Veteran Harpy Slayer", -["achievementIndex"] = 45, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 48, +["points"] = 10, } , [1650] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Blackheart Haven Assassin", +["prevId"] = 0, ["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1651] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Blackheart Haven Survivor", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [1652] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "Thoroughly Plundered", ["description"] = "Defeat Captain Blackheart in Veteran Blackheart Haven, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "Thoroughly Plundered", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [1653] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 8, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["name"] = "Vaults of Madness Conqueror", -["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.", -["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 8, +["Category_ID"] = 5, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 15, } , [1654] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Dremora Destroyer", ["description"] = "Defeat 150 Dremora in Veteran Vaults of Madness.", ["Category_ID"] = 5, -["name"] = "Veteran Dremora Destroyer", -["achievementIndex"] = 47, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 10, } , [1655] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Slayer Challenges", -["SubCategory_ID"] = 2, +["name"] = "Veteran Feral Shriven Slayer", ["description"] = "Defeat 750 Feral Shriven in Veteran Vaults of Madness.", ["Category_ID"] = 5, -["name"] = "Veteran Feral Shriven Slayer", -["achievementIndex"] = 48, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [1656] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Speed Challenges", -["SubCategory_ID"] = 3, +["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_ID"] = 5, -["name"] = "Vaults of Madness Assassin", +["prevId"] = 0, ["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1657] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Survivor Challenges", -["SubCategory_ID"] = 4, +["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_ID"] = 5, -["name"] = "Vaults of Madness Survivor", +["prevId"] = 0, ["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1658] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Veteran Dungeons", ["SubCategory"] = "Death Challenges", -["SubCategory_ID"] = 1, +["name"] = "New Mayor of Crazy Town", ["description"] = "Defeat the Mad Architect in Veteran Vaults of Madness, after invoking the Scroll of Glorious Battle.", ["Category_ID"] = 5, -["name"] = "New Mayor of Crazy Town", -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 50, } , [1659] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["name"] = "Dro-m\'Athra Style Master", -["Category_ID"] = 41, ["description"] = "Learn every chapter in the dro-m\'Athra style book, found in weekly quest reward containers for sealing the Maw of Lorkhaj.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 50, } , [1660] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["name"] = "Order of the Hour Style Master", -["Category_ID"] = 40, ["description"] = "Learn every chapter in the Order of the Hour style book, occasionally found in daily job reward containers for successfully competing in the Kvatch Arena.", +["Category_ID"] = 41, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, } , [1661] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["name"] = "Dark Brotherhood Style Master", -["Category_ID"] = 40, ["description"] = "Learn every chapter in the Dark Brotherhood style book, often found in daily job reward containers for fulfilling the Black Sacrament.", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [1662] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["name"] = "Minotaur Style Master", -["Category_ID"] = 40, ["description"] = "Learn every chapter in the Minotaur style book, occasionally found in daily job reward containers for resolving the disturbances at Tribune\'s Folly.", +["Category_ID"] = 41, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, } , [1663] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Anomalous Scholar", ["description"] = "Discover and complete all five Magical Anomalies in Craglorn.", ["Category_ID"] = 6, -["name"] = "Anomalous Scholar", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 15, } , [1664] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Anka-Ra Consecrationist", ["description"] = "Discover and complete all five Anka-Ra Sites in Craglorn.", ["Category_ID"] = 6, -["name"] = "Anka-Ra Consecrationist", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 15, } , [1665] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 5, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Exploration", ["SubCategory"] = "Craglorn", -["SubCategory_ID"] = 5, +["name"] = "Nirncrux Inspector", ["description"] = "Discover and complete all five Iron Orc Nirncrux Mines in Craglorn.", ["Category_ID"] = 6, -["name"] = "Nirncrux Inspector", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 25, +["points"] = 15, } , [1690] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["name"] = "Bloodroot Forge Vanquisher", -["Category_ID"] = 38, ["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Bloodroot Forge.", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 39, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [1691] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Veteran Bloodroot Forge.", -["Category_ID"] = 38, ["name"] = "Bloodroot Forge Conqueror", +["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Veteran Bloodroot Forge.", +["Category_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 10, } , [1692] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat 50 Dreadhorn Firehides in Veteran Bloodroot Forge.", -["Category_ID"] = 38, ["name"] = "Veteran Firehide Slayer", +["description"] = "Defeat 50 Dreadhorn Firehides in Veteran Bloodroot Forge.", +["Category_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1693] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat 300 Dreadhorn Blade-Bearers, Manhunters, and Clanslayers in Veteran Bloodroot Forge.", -["Category_ID"] = 38, ["name"] = "Veteran Dreadhorn Warrior Slayer", +["description"] = "Defeat 300 Dreadhorn Blade-Bearers, Manhunters, and Clanslayers in Veteran Bloodroot Forge.", +["Category_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1694] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1695] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1696] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Earthgore Amalgam in Veteran Bloodroot Forge after invoking the Scroll of Glorious Battle.", -["Category_ID"] = 38, ["name"] = "Tempered Tantrum", +["description"] = "Defeat the Earthgore Amalgam in Veteran Bloodroot Forge after invoking the Scroll of Glorious Battle.", +["Category_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1697] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["name"] = "Blood, Sweat, and Fire", -["Category_ID"] = 38, ["description"] = "Use the Stonefire Crucible to stun five targets and the Flameslake Cauldron to cool five lava pools within Bloodroot Forge.", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["Category_ID"] = 39, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 5, } , [1698] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["name"] = "Falkreath Hold Vanquisher", -["Category_ID"] = 38, ["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Falkreath Hold.", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["Category_ID"] = 39, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [1699] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Veteran Falkreath Hold.", -["Category_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, } , [1700] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat 60 Dreadhorn Tramplers in Veteran Falkreath Hold.", -["Category_ID"] = 38, ["name"] = "Veteran Minotaur Trampler Slayer", +["description"] = "Defeat 60 Dreadhorn Tramplers in Veteran Falkreath Hold.", +["Category_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1701] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat 150 Dreadhorn Town-Razers, Wildtamers, and Firebrands in Veteran Falkreath Hold.", -["Category_ID"] = 38, ["name"] = "Veteran Dreadhorn Mage Slayer", +["description"] = "Defeat 150 Dreadhorn Town-Razers, Wildtamers, and Firebrands in Veteran Falkreath Hold.", +["Category_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1702] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1703] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1704] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold after sounding the Warhorn in the Jarl\'s Hall.", -["Category_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1705] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["name"] = "Saluting the Honored Dead", -["Category_ID"] = 38, ["description"] = "Cleanse 1000 corpses in Falkreath Hold\'s Hall of the Dead on any difficulty.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 39, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 5, } , [1707] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1708, +["firstID"] = 1707, ["Category"] = "Dungeons", ["name"] = "Green No Longer", -["Category_ID"] = 4, ["description"] = "Complete one Undaunted Pledge bestowed by Urgarlag Chief-bane.", -["achievementIndex"] = 2, -["firstID"] = 1707, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 5, } , [1708] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1709, +["firstID"] = 1707, ["Category"] = "Dungeons", ["name"] = "A Bloody Business", -["Category_ID"] = 4, ["description"] = "Complete 10 Undaunted Pledges bestowed by Urgarlag Chief-bane.", -["achievementIndex"] = 2, -["firstID"] = 1707, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 1707, +["achievementIndex"] = 3, +["points"] = 10, } , [1709] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 1710, +["firstID"] = 1707, ["Category"] = "Dungeons", ["name"] = "Seeker of the Unknown", -["Category_ID"] = 4, ["description"] = "Complete 50 Undaunted Pledges bestowed by Urgarlag Chief-bane.", -["achievementIndex"] = 2, -["firstID"] = 1707, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 1708, +["achievementIndex"] = 3, +["points"] = 15, } , [1710] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1707, ["Category"] = "Dungeons", ["name"] = "Urgarlag\'s Cohort", -["Category_ID"] = 4, ["description"] = "Complete 100 Undaunted Pledges bestowed by Urgarlag Chief-bane.", -["achievementIndex"] = 2, -["firstID"] = 1707, -["numCriteria"] = 1, +["Category_ID"] = 4, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, } , [1712] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 30, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["name"] = "Ancestral Tombs Hunter", -["Category_ID"] = 19, ["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.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 30, +["Category_ID"] = 19, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 50, } , [1795] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["name"] = "Mazzatun Style Master", -["Category_ID"] = 39, ["description"] = "Learn every chapter in the Mazzatun style book, occasionally found as rewards for completing the Ruins of Mazzatun dungeon.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 40, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [1796] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Shadows of the Hist", ["name"] = "Silken Ring Style Master", -["Category_ID"] = 39, ["description"] = "Learn every chapter in the Silken Ring style book, occasionally found as rewards for completing the Cradle of Shadows dungeon.", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 40, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [1802] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Songbird Silencer", ["description"] = "Defeat the Nereid Kimbrudhil the Songbird at Shipwreck Cove.", ["Category_ID"] = 19, -["name"] = "Songbird Silencer", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 10, } , [1803] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Salothan\'s Cursebreaker", ["description"] = "Defeat Orator Salothan, Regent Beleth, General Tanasa, and Councilor Raynis at Salothan\'s Council.", ["Category_ID"] = 19, -["name"] = "Salothan\'s Cursebreaker", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 10, } , [1804] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Consort Killer", ["description"] = "Defeat the Queen\'s Consort at Missir-Dadalit Egg Mine.", ["Category_ID"] = 19, -["name"] = "Consort Killer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 10, } , [1805] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Breaker of the Unbroken", ["description"] = "Defeat the nix-ox Nilthog the Unbroken at Nilthog\'s Hollow.", ["Category_ID"] = 19, -["name"] = "Breaker of the Unbroken", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [1806] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Wuyuvus Slayer", ["description"] = "Defeat Wuyuvus the Hunger at Sulipund Grange.", ["Category_ID"] = 19, -["name"] = "Wuyuvus Slayer", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 10, } , [1807] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Cheater Defeater", ["description"] = "Defeat the Skaafin, Mehz the Cozener, at Dubdil Alar Tower and seal the rift to Oblivion.", ["Category_ID"] = 19, -["name"] = "Cheater Defeater", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 10, } , [1808] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["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_ID"] = 19, -["name"] = "Halls of Fabrication Completed", +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, } , [1809] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["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_ID"] = 19, -["name"] = "Time Trial: Halls of Fabrication", +["prevId"] = 0, ["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1810] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Halls of Fabrication Conqueror", ["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication.", ["Category_ID"] = 19, -["name"] = "Halls of Fabrication Conqueror", +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1811] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Well-Oiled Machine", ["description"] = "Complete Veteran Halls of Fabrication without suffering a group member death.", ["Category_ID"] = 19, -["name"] = "Well-Oiled Machine", +["prevId"] = 0, ["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1816] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1817] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Complete Veteran Bloodroot Forge without any member of your group ever being struck by a Lava Ball spit by a Fire Shalk.", -["Category_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1818] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Use Galchobhar\'s Mantle Breaker attack to dissipate a Lava Ball fired by a Fire Shalk while in Veteran Bloodroot Forge.", -["Category_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1819] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1820] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Galchobhar without any group members being affected by his Scorched Earth and Flames of Galchobhar attacks in Veteran Bloodroot Forge.", -["Category_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1821] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Galchobhar without anyone in your group killing a Fire Shalk during your battle with him in Veteran Bloodroot Forge.", -["Category_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1822] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Earthgore Amalgam in Veteran Bloodroot Forge without any member of your group activating the Stonefire Crucible or Flameslake Cauldron.", -["Category_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1823] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Personally use both the Stonefire Crucible and the Flameslake Cauldron to defeat the Earthgore Amalgam in Veteran Bloodroot Forge.", -["Category_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1824] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 36, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["name"] = "Tribunal Preacher", -["Category_ID"] = 19, ["description"] = "Read all 36 Sermons of Vivec scattered across Vvardenfell.", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 36, +["Category_ID"] = 19, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 15, } , [1825] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1878, +["firstID"] = 1825, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ashlander Associate", ["description"] = "Complete your first daily job for Huntmaster Sorim-Nakar or Numani-Rasi.", ["Category_ID"] = 19, -["name"] = "Ashlander Associate", -["achievementIndex"] = 2, -["firstID"] = 1825, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [1826] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["name"] = "Strider Caravaner", -["Category_ID"] = 19, ["description"] = "Visit the silt strider caravaner at each of the stations in Vvardenfell.", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 7, +["Category_ID"] = 19, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, } , [1827] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["name"] = "The Pilgrim\'s Path", -["Category_ID"] = 19, ["description"] = "Visit the Shrines of the Seven Graces and read the inscription on each shrine.", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 7, +["Category_ID"] = 19, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 5, } , [1828] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 25, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Daedric Explorer", ["description"] = "Visit all of the Daedric ruins in Vvardenfell.", ["Category_ID"] = 19, -["name"] = "Daedric Explorer", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 25, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 10, } , [1829] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Halls of Fabrication Vanquisher", ["description"] = "Defeat the Assembly General after empowering it by resetting the circuit breaker in Veteran Halls of Fabrication.", ["Category_ID"] = 19, -["name"] = "Halls of Fabrication Vanquisher", +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1830] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Refabricant Slayer", ["description"] = "Defeat 100 Calefactors, Capacitors, or Dissectors in the Veteran Halls of Fabrication.", ["Category_ID"] = 19, -["name"] = "Refabricant Slayer", +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1831] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["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_ID"] = 19, -["name"] = "Power House", +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, } , [1832] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Planned Obsolescence", ["description"] = "Defeat the Refabrication Committee in Veteran Halls of Fabrication without ever allowing the Reclaimer to overcharge a Ruined Factotum.", ["Category_ID"] = 19, -["name"] = "Planned Obsolescence", +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, } , [1833] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Environmentally Conscious", ["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication without any group member dying to traps and hazards.", ["Category_ID"] = 19, -["name"] = "Environmentally Conscious", +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, } , [1834] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Terminal Terminator", ["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication without letting any Terminals complete their activation sequence.", ["Category_ID"] = 19, -["name"] = "Terminal Terminator", +["prevId"] = 0, ["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, } , [1835] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Accept No Substitute", ["description"] = "Defeat 5 of each of the Tactical Facsimiles that the Assembly General creates, on any difficulty.", ["Category_ID"] = 19, -["name"] = "Accept No Substitute", +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, } , [1836] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Dynamo", ["description"] = "Complete each of the following achievements related to defeating the Assembly General:", ["Category_ID"] = 19, -["name"] = "Dynamo", +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 7, +["points"] = 50, } , [1837] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["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_ID"] = 19, -["name"] = "Stress Tested", +["prevId"] = 0, ["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1838] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["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_ID"] = 19, -["name"] = "Like Clockwork", +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1839] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["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_ID"] = 19, -["name"] = "Kill Process", +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1840] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["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_ID"] = 19, -["name"] = "Arc-Custodian", +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1841] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Scholar of Seht\'s Mysteries", ["description"] = "Discover all the notes scattered throughout the Halls of Fabrication.", ["Category_ID"] = 19, -["name"] = "Scholar of Seht\'s Mysteries", +["prevId"] = 0, ["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 10, } , [1842] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["name"] = "Cliff Striders\' Bane", -["Category_ID"] = 19, ["description"] = "Do your part to eliminate the cliff strider menace by killing 100 cliff striders or cliff skippers in Vvardenfell.", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 19, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [1843] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 18, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["name"] = "Vvardenfell Skyshard Hunter", -["Category_ID"] = 19, ["description"] = "Discover all 18 Skyshards in Vvardenfell.", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 18, +["Category_ID"] = 19, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [1844] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["name"] = "Clockwork City Skyshard Hunter", -["Category_ID"] = 37, ["description"] = "Discover all 6 Skyshards in the Clockwork City.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [1845] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 18, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["name"] = "Summerset Skyshard Hunter", -["Category_ID"] = 18, ["description"] = "Discover all 18 Skyshards in Summerset.", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 18, +["Category_ID"] = 18, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [1846] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Nchuleftingth Group Event", ["description"] = "Defeat Nchulaeon the Eternal in Nchuleftingth.", ["Category_ID"] = 19, -["name"] = "Nchuleftingth Group Event", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 50, } , [1847] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Loop Eradicator", ["description"] = "Save Dubdil Alar from the consequences of his temporal experiments.", ["Category_ID"] = 19, -["name"] = "Loop Eradicator", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, } , [1848] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Defender of Morrowind", ["description"] = "Defeat all six world bosses in Vvardenfell.", ["Category_ID"] = 19, -["name"] = "Defender of Morrowind", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 15, } , [1849] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Voice of the Failed Incarnates", ["description"] = "Disprove the dangerous claims of the Ashlander Chodala.", ["Category_ID"] = 19, -["name"] = "Voice of the Failed Incarnates", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 10, } , [1850] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["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_ID"] = 19, -["name"] = "Bearer of the Blessed Staff", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [1851] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Hand of a Living God", ["description"] = "Follow a grave threat into Clockwork City, and recover Lord Vivec\'s stolen power.", ["Category_ID"] = 19, -["name"] = "Hand of a Living God", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [1852] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Champion of Vivec", ["description"] = "Restore Lord Vivec\'s lost power, save Vivec City, and be named Champion of Vivec.", ["Category_ID"] = 19, -["name"] = "Champion of Vivec", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 4, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [1853] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Nchuleftingth Vanquisher", ["description"] = "Defeat three of the champions in Nchuleftingth.", ["Category_ID"] = 19, -["name"] = "Nchuleftingth Vanquisher", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [1854] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Nchuleftingth Conqueror", ["description"] = "Defeat all of the champions in Nchuleftingth.", ["Category_ID"] = 19, -["name"] = "Nchuleftingth Conqueror", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [1855] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Forgotten Wastes Group Event", ["description"] = "Defeat Stone-Boiler Omalas, Brander Releth, and Mountain-Caller Hlaren in the Forgotten Wastes.", ["Category_ID"] = 19, -["name"] = "Forgotten Wastes Group Event", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 50, } , [1856] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Forgotten Wastes Vanquisher", ["description"] = "Defeat three of the champions in the Forgotten Wastes.", ["Category_ID"] = 19, -["name"] = "Forgotten Wastes Vanquisher", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [1857] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Forgotten Wastes Conqueror", ["description"] = "Defeat all of the champions in the Forgotten Wastes.", ["Category_ID"] = 19, -["name"] = "Forgotten Wastes Conqueror", +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, } , [1858] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Khartag Point Explorer", ["description"] = "Explore and clear Khartag Point.", ["Category_ID"] = 19, -["name"] = "Khartag Point Explorer", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 5, } , [1859] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Ashalmawia Explorer", ["description"] = "Explore and clear Ashalmawia.", ["Category_ID"] = 19, -["name"] = "Ashalmawia Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 5, } , [1860] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Zainsipilu Explorer", ["description"] = "Explore and clear Zainsipilu.", ["Category_ID"] = 19, -["name"] = "Zainsipilu Explorer", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 5, } , [1861] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Matus-Akin Egg Mine Explorer", ["description"] = "Explore and clear Matus-Akin Egg Mine.", ["Category_ID"] = 19, -["name"] = "Matus-Akin Egg Mine Explorer", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 5, } , [1862] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Pulk Explorer", ["description"] = "Explore and clear Pulk.", ["Category_ID"] = 19, -["name"] = "Pulk Explorer", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 5, } , [1863] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Nchuleft Explorer", ["description"] = "Explore and clear Nchuleft.", ["Category_ID"] = 19, -["name"] = "Nchuleft Explorer", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 5, } , [1864] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Morrowind Cave Delver", ["description"] = "Explore and clear all six explorable caves in Vvardenfell.", ["Category_ID"] = 19, -["name"] = "Morrowind Cave Delver", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 15, } , [1865] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 9, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Morrowind Pathfinder", ["description"] = "Discover all of the striking locales in Vvardenfell.", ["Category_ID"] = 19, -["name"] = "Morrowind Pathfinder", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 9, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [1866] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Morrowind Master Explorer", ["description"] = "Discover and clear all caves and striking locales in Vvardenfell.", ["Category_ID"] = 19, -["name"] = "Morrowind Master Explorer", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 15, } , [1867] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Morrowind Grand Adventurer", ["description"] = "Complete 32 unique quests in Vvardenfell.", ["Category_ID"] = 19, -["name"] = "Morrowind Grand Adventurer", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [1868] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["name"] = "Savior of Morrowind", -["Category_ID"] = 19, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Morrowind.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 7, +["Category_ID"] = 19, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 50, } , [1869] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Rising Sun", ["description"] = "Help the Argonian slave, Sun-in-Shadow, gain her freedom.", ["Category_ID"] = 19, -["name"] = "Rising Sun", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [1870] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Naryu\'s Confidant", ["description"] = "Help Naryu Virian and the Morag Tong in and around Balmora.", ["Category_ID"] = 19, -["name"] = "Naryu\'s Confidant", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 10, } , [1871] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Scarlet Judge", ["description"] = "Help the Scarlet Judge foil Marshal Hlaren\'s plot in Suran.", ["Category_ID"] = 19, -["name"] = "Scarlet Judge", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [1872] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Kwama Miner", ["description"] = "Save the people of Gnisis from economic ruin by restoring the future of their kwama mine.", ["Category_ID"] = 19, -["name"] = "Kwama Miner", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [1873] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Hand of the Mistress", ["description"] = "Foil a usurper\'s plot, and assist Mistress Dratha with plans to prolong her life.", ["Category_ID"] = 19, -["name"] = "Hand of the Mistress", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [1874] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Pilgrim Protector", ["description"] = "End the threat to the pilgrims at Molag Mar.", ["Category_ID"] = 19, -["name"] = "Pilgrim Protector", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 10, } , [1875] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Narsis\'s Apprentice", ["description"] = "Help Narsis Dren discover the secret of the Veloth Ancestral Tomb.", ["Category_ID"] = 19, -["name"] = "Narsis\'s Apprentice", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [1876] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ald\'ruhn Annalist", ["description"] = "Discover the secret of the Hleran Ancestral Tomb.", ["Category_ID"] = 19, -["name"] = "Ald\'ruhn Annalist", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , [1877] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ebony Enforcer", ["description"] = "Discover the truth behind the sudden spike in production at Vassir-Didanat ebony mine.", ["Category_ID"] = 19, -["name"] = "Ebony Enforcer", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 5, } , [1878] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 1879, +["firstID"] = 1825, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ashwalker", ["description"] = "Complete 10 daily jobs for Huntmaster Sorim-Nakar or Numani-Rasi.", ["Category_ID"] = 19, -["name"] = "Ashwalker", -["achievementIndex"] = 2, -["firstID"] = 1825, -["numCriteria"] = 1, +["prevId"] = 1825, +["achievementIndex"] = 1, +["points"] = 10, } , [1879] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 1825, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Clanfriend", ["description"] = "Complete 30 daily jobs for Huntmaster Sorim-Nakar or Numani-Rasi.", ["Category_ID"] = 19, -["name"] = "Clanfriend", -["achievementIndex"] = 2, -["firstID"] = 1825, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 15, } , [1880] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ashlands Stalker", ["description"] = "Complete all seven daily hunts for Huntmaster Sorim-Nakar.", ["Category_ID"] = 19, -["name"] = "Ashlands Stalker", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 5, } , [1881] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Ashlands Relic Preserver", ["description"] = "Complete all seven relic preservation daily jobs given by Numani-Rasi.", ["Category_ID"] = 19, -["name"] = "Ashlands Relic Preserver", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 5, } , [1882] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["name"] = "Morrowind Master Angler", -["Category_ID"] = 19, ["description"] = "Catch all 12 rare fish in Vvardenfell.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 19, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 5, } , [1932] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["name"] = "Ashlander Style Master", -["Category_ID"] = 19, ["description"] = "Learn every chapter in the Ashlander style book, occasionally found as rewards for completing daily jobs for Huntmaster Sorim-Nakar and Numani-Rasi.", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 19, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 50, } , [1933] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["name"] = "Morag Tong Style Master", -["Category_ID"] = 19, ["description"] = "Learn every chapter in the Morag Tong style book, occasionally found in Bounty and Explorer\'s Dispensations from the Hall of Justice.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 19, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [1934] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["name"] = "Buoyant Armiger Style Master", -["Category_ID"] = 19, ["description"] = "Learn every chapter in the Buoyant Armiger style book, occasionally found in treasure chests across Vvardenfell.", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 19, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 50, } , [1937] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Complete Veteran Falkreath Hold and Veteran Bloodroot Forge.", -["Category_ID"] = 38, ["name"] = "Horns of the Reach Delver", +["description"] = "Complete Veteran Falkreath Hold and Veteran Bloodroot Forge.", +["Category_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, } , [1940] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["name"] = "Horns of the Reach Explorer", -["Category_ID"] = 38, ["description"] = "Enter either Falkreath Hold or Bloodroot Forge for the first time.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 39, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 5, } , [1941] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Complete the listed achievements for Veteran Bloodroot Forge.", -["Category_ID"] = 38, ["name"] = "Bloodroot Forge Challenger", +["description"] = "Complete the listed achievements for Veteran Bloodroot Forge.", +["Category_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [1942] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Complete the listed achievements for Veteran Falkreath Hold.", -["Category_ID"] = 38, ["name"] = "Falkreath Hold Challenger", +["description"] = "Complete the listed achievements for Veteran Falkreath Hold.", +["Category_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [1945] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["name"] = "War Chronicler", -["Category_ID"] = 38, ["description"] = "Discover the Urgent Missive, Unfinished Letter to Marika, In Reply to Concerning Rumors, and Epitaph of Bjarfrud Skjoralmor within Falkreath Hold.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 4, +["Category_ID"] = 39, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 5, } , [1946] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [1947] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [1948] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "While fighting Deathlord Bjarfrud Skjoralmor in Veteran Falkreath Hold, have your group cleanse 15 corpses within the span of five seconds.", -["Category_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [1949] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["name"] = "Wild and Woolly", -["Category_ID"] = 38, ["description"] = "Defeat the Siege Mammoth in Falkreath Hold without being affected by an enemy stun, stagger, or knockback ability.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 39, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 5, } , [1950] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold with at least one of each type of atronach still alive.", -["Category_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [1951] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold with 2 or more pillars still standing in the Jarl\'s Hall.", -["Category_ID"] = 38, ["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_ID"] = 39, +["prevId"] = 0, ["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [1958] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["name"] = "Precursor Maker", -["Category_ID"] = 37, ["description"] = "Collect and install all of the parts necessary to reconstruct the Precursor factotum.", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 50, } , [1959] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["name"] = "Fang Lair Vanquisher", -["Category_ID"] = 36, ["description"] = "Defeat Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Fang Lair.", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["Category_ID"] = 37, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 5, } , [1960] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Veteran Fang Lair.", -["Category_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 5, } , [1961] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat 500 Skeletons in Veteran Fang Lair.", -["Category_ID"] = 36, ["name"] = "Veteran Skeleton Slayer", +["description"] = "Defeat 500 Skeletons in Veteran Fang Lair.", +["Category_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1962] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat 350 Blackmarrow Necromancers in Veteran Fang Lair.", -["Category_ID"] = 36, ["name"] = "Veteran Necromancer Slayer", +["description"] = "Defeat 350 Blackmarrow Necromancers in Veteran Fang Lair.", +["Category_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1963] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1964] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1965] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Orryn the Black and Thurvokun after reading the incantation in Orryn\'s Notes in Veteran Fang Lair.", -["Category_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1966] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Complete the listed achievements for Veteran Fang Lair.", -["Category_ID"] = 36, ["name"] = "Fang Lair Challenger", +["description"] = "Complete the listed achievements for Veteran Fang Lair.", +["Category_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [1967] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1968] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Cadaverous Menagerie without anyone in your group taking damage from Volatile Fungi in Veteran Fang Lair.", -["Category_ID"] = 36, ["name"] = "Fungi Free", +["description"] = "Defeat the Cadaverous Menagerie without anyone in your group taking damage from Volatile Fungi in Veteran Fang Lair.", +["Category_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1969] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1970] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Cadaverous Menagerie without a party member being killed by the Cadaverous Senche-Tiger\'s Death Grip in Veteran Fang Lair.", -["Category_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1971] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Deactivate each of Caluurion\'s Relics using elemental Bonefiends in Veteran Fang Lair.", -["Category_ID"] = 36, ["name"] = "Elementary Anatomy", +["description"] = "Deactivate each of Caluurion\'s Relics using elemental Bonefiends in Veteran Fang Lair.", +["Category_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, } , [1972] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Ulfnor and Sabina Cedus without a party member being affected by Sabina Cedus\'s Haunting Spectre in Veteran Fang Lair.", -["Category_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1973] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1974] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["name"] = "Horrific Halitosis", -["Category_ID"] = 36, ["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.", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 37, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [1975] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["name"] = "Scalecaller Peak Vanquisher", -["Category_ID"] = 36, ["description"] = "Defeat Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Scalecaller Peak.", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["Category_ID"] = 37, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, } , [1976] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 5, } , [1977] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat 50 Ogres in Veteran Scalecaller Peak.", -["Category_ID"] = 36, ["name"] = "Veteran Ogre Slayer", +["description"] = "Defeat 50 Ogres in Veteran Scalecaller Peak.", +["Category_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1978] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat 120 Cultists in Veteran Scalecaller Peak.", -["Category_ID"] = 36, ["name"] = "Veteran Cultist Killer", +["description"] = "Defeat 120 Cultists in Veteran Scalecaller Peak.", +["Category_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1979] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1980] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1981] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Zaan the Scalecaller after reading Zaan\'s Ritual Scroll in Veteran Scalecaller Peak.", -["Category_ID"] = 36, ["name"] = "Breaker of Spells", +["description"] = "Defeat Zaan the Scalecaller after reading Zaan\'s Ritual Scroll in Veteran Scalecaller Peak.", +["Category_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1982] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Complete the listed achievements for Veteran Scalecaller Peak.", -["Category_ID"] = 36, ["name"] = "Scalecaller Peak Challenger", +["description"] = "Complete the listed achievements for Veteran Scalecaller Peak.", +["Category_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [1983] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [1984] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1985] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["name"] = "Scalecaller Savior", -["Category_ID"] = 36, ["description"] = "Collect both of the necessary ingredients and cure Jorvuld Davaux of the cult\'s plague.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 37, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [1986] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Doylemish Ironheart in Veteran Scalecaller Peak without a single group member becoming Petrified by Stony Gaze.", -["Category_ID"] = 36, ["name"] = "Stony Situation", +["description"] = "Defeat Doylemish Ironheart in Veteran Scalecaller Peak without a single group member becoming Petrified by Stony Gaze.", +["Category_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1987] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1988] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Defeat Plague Concocter Mortieu in Veteran Scalecaller Peak with four living group members all suffering from two of Mortieu\'s infections simultaneously.", -["Category_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1989] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 29, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [1990] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["name"] = "Stand Your Ground", -["Category_ID"] = 36, ["description"] = "Defeat Zaan the Scalecaller without being knocked back by her shield.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 37, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [1991] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 30, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2001] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "King\'s Haven Pass Explorer", ["description"] = "Explore and clear King\'s Haven Pass.", ["Category_ID"] = 18, -["name"] = "King\'s Haven Pass Explorer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 5, } , [2002] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Eton Nir Grotto Explorer", ["description"] = "Explore and clear Eton Nir Grotto.", ["Category_ID"] = 18, -["name"] = "Eton Nir Grotto Explorer", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 5, } , [2003] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Archon\'s Grove Explorer", ["description"] = "Explore and clear Archon\'s Grove.", ["Category_ID"] = 18, -["name"] = "Archon\'s Grove Explorer", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 5, } , [2004] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Tor-Hame-Khard Explorer", ["description"] = "Explore and clear Tor-Hame-Khard.", ["Category_ID"] = 18, -["name"] = "Tor-Hame-Khard Explorer", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 5, } , [2005] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Wasten Coraldale Explorer", ["description"] = "Explore and clear Wasten Coraldale.", ["Category_ID"] = 18, -["name"] = "Wasten Coraldale Explorer", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 5, } , [2006] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Traitor\'s Vault Explorer", ["description"] = "Explore and clear Traitor\'s Vault.", ["Category_ID"] = 18, -["name"] = "Traitor\'s Vault Explorer", +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2007] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Summerset Cave Delver", ["description"] = "Explore and clear all six explorable caves in Summerset.", ["Category_ID"] = 18, -["name"] = "Summerset Cave Delver", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 15, } , [2008] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 10, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Summerset Pathfinder", ["description"] = "Discover all of the striking locales in Summerset.", ["Category_ID"] = 18, -["name"] = "Summerset Pathfinder", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [2010] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Summerset Master Explorer", ["description"] = "Discover and clear all caves and striking locales in Summerset.", ["Category_ID"] = 18, -["name"] = "Summerset Master Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 15, } , [2016] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Halls of Regulation.", -["Category_ID"] = 37, ["name"] = "Halls of Regulation Explorer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear the Halls of Regulation.", +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 5, } , [2017] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Shadow Cleft.", -["Category_ID"] = 37, ["name"] = "Shadow Cleft Explorer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear the Shadow Cleft.", +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 5, } , [2018] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and clear all caves and striking locales in the Clockwork City.", -["Category_ID"] = 37, ["name"] = "Clockwork City Master Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Discover and clear all caves and striking locales in the Clockwork City.", +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 15, } , [2019] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and clear both explorable caves in the Clockwork City.", -["Category_ID"] = 37, ["name"] = "Clockwork City Cave Delver", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Discover and clear both explorable caves in the Clockwork City.", +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [2020] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover all of the striking locales in the Clockwork City.", -["Category_ID"] = 37, ["name"] = "Clockwork City Pathfinder", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 6, +["description"] = "Discover all of the striking locales in the Clockwork City.", +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [2021] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["name"] = "Hlaalu Style Master", -["Category_ID"] = 19, ["description"] = "Learn every chapter in the Hlaalu style book, found by stealing from civilians\' homes and pockets in Morrowind.", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 19, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, } , [2022] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["name"] = "Redoran Style Master", -["Category_ID"] = 19, ["description"] = "Learn every chapter in the Redoran style book, found by stealing from civilians\' homes and pockets in Morrowind.", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 19, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 50, } , [2023] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["name"] = "Telvanni Style Master", -["Category_ID"] = 19, ["description"] = "Learn every chapter in the Telvanni style book, found by stealing from civilians\' homes and pockets in Morrowind.", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 19, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [2024] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Morrowind", ["SubCategory"] = "Halls of Fabrication", -["SubCategory_ID"] = 3, +["name"] = "Refabricated Style Master", ["description"] = "Learn every chapter in the Refabricated style book, found in the Halls of Fabrication Trial.", ["Category_ID"] = 19, -["name"] = "Refabricated Style Master", +["prevId"] = 0, ["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, } , [2027] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["name"] = "Clockwork City Master Angler", -["Category_ID"] = 37, ["description"] = "Catch all 12 rare fish in Clockwork City.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 5, } , [2028] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Imperfect in the Sanctuary of Verification.", -["Category_ID"] = 37, ["name"] = "Imperfection", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat the Imperfect in the Sanctuary of Verification.", +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [2036] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Reef Raider", ["description"] = "Defeat Queen of the Reef at the Queen\'s Hatchery.", ["Category_ID"] = 18, -["name"] = "Reef Raider", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [2037] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Bucking the Matriarchy", ["description"] = "Defeat Caanerin at Indrik Frolic.", ["Category_ID"] = 18, -["name"] = "Bucking the Matriarchy", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 10, } , [2038] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sea Sload Slugger", ["description"] = "Defeat the Sea Sload B\'Korgen at Welenkin Cove.", ["Category_ID"] = 18, -["name"] = "Sea Sload Slugger", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [2039] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat Haeliata and Nagravia at Gryphon Run.", -["Category_ID"] = 18, ["name"] = "Talon Taker", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat Haeliata and Nagravia at Gryphon Run.", +["Category_ID"] = 18, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 10, } , [2040] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Amphibian Agitator", ["description"] = "Defeat Graveld at Graveld\'s Hideaway.", ["Category_ID"] = 18, -["name"] = "Amphibian Agitator", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [2041] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Keel Hauler", ["description"] = "Defeat Keelsplitter at Keelsplitter\'s Nest.", ["Category_ID"] = 18, -["name"] = "Keel Hauler", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [2042] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Defender of Summerset", ["description"] = "Defeat all six world bosses in Summerset.", ["Category_ID"] = 18, -["name"] = "Defender of Summerset", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 15, } , [2044] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["name"] = "Apostle Style Master", -["Category_ID"] = 37, ["description"] = "Learn every chapter in the Apostle style book, occasionally found as rewards for completing Brass Fortress Resupply daily jobs, Clockwork City delve daily jobs, and Clockwork City daily world boss jobs.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [2045] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["name"] = "Ebonshadow Style Master", -["Category_ID"] = 37, ["description"] = "Learn every chapter in the Ebonshadow style book, occasionally found as rewards for completing Blackfeather Court daily jobs, Clockwork City delve daily jobs, and Clockwork City daily world boss jobs.", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [2046] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat Ithoxis, Abathoth, and Ssatinot in Exarchs\' Egress.", -["Category_ID"] = 37, ["name"] = "Murderer of Crows", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat Ithoxis, Abathoth, and Ssatinot in Exarchs\' Egress.", +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 10, } , [2047] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Defender of Clockwork City", ["description"] = "Defeat both world bosses in Clockwork City.", -["Category_ID"] = 37, -["name"] = "Clockwork City Defender", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 2, +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 15, } , [2048] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["name"] = "Treasure of the Brass Fortress", -["Category_ID"] = 37, ["description"] = "Travel to the Brass Fortress in Clockwork City.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 5, } , [2049] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["name"] = "Hero of Clockwork City", -["Category_ID"] = 37, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Clockwork City.", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [2050] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2058, +["firstID"] = 2050, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"To the Clockwork City\" quest.", -["Category_ID"] = 37, ["name"] = "Land of Gears and Cogs", -["achievementIndex"] = 2, -["firstID"] = 2050, -["numCriteria"] = 1, +["description"] = "Complete the \"To the Clockwork City\" quest.", +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [2058] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2059, +["firstID"] = 2050, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"In Search of a Sponsor\" quest.", -["Category_ID"] = 37, ["name"] = "Clockwork Citizen", -["achievementIndex"] = 2, -["firstID"] = 2050, -["numCriteria"] = 1, +["description"] = "Complete the \"In Search of a Sponsor\" quest.", +["Category_ID"] = 38, +["prevId"] = 2050, +["achievementIndex"] = 3, +["points"] = 10, } , [2059] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2060, +["firstID"] = 2050, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Strangeness of Seht\" quest.", -["Category_ID"] = 37, ["name"] = "Smoke and Mirrors", -["achievementIndex"] = 2, -["firstID"] = 2050, -["numCriteria"] = 1, +["description"] = "Complete the \"The Strangeness of Seht\" quest.", +["Category_ID"] = 38, +["prevId"] = 2058, +["achievementIndex"] = 3, +["points"] = 10, } , [2060] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2050, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Deepening Shadows\" quest.", -["Category_ID"] = 37, ["name"] = "Middle-Man", -["achievementIndex"] = 2, -["firstID"] = 2050, -["numCriteria"] = 1, +["description"] = "Complete the \"Deepening Shadows\" quest.", +["Category_ID"] = 38, +["prevId"] = 2059, +["achievementIndex"] = 3, +["points"] = 10, } , [2061] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2062, +["firstID"] = 2061, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Lost in the Gloam\" quest.", -["Category_ID"] = 37, ["name"] = "Birds of a Feather", -["achievementIndex"] = 3, -["firstID"] = 2061, -["numCriteria"] = 1, +["description"] = "Complete the \"Lost in the Gloam\" quest.", +["Category_ID"] = 38, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [2062] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2063, +["firstID"] = 2061, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Unto the Dark\" quest.", -["Category_ID"] = 37, ["name"] = "Shadow Boxing", -["achievementIndex"] = 3, -["firstID"] = 2061, -["numCriteria"] = 1, +["description"] = "Complete the \"Unto the Dark\" quest.", +["Category_ID"] = 38, +["prevId"] = 2061, +["achievementIndex"] = 2, +["points"] = 10, } , [2063] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2064, +["firstID"] = 2061, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Where Shadows Lie\" quest.", -["Category_ID"] = 37, ["name"] = "The Real Sotha Sil", -["achievementIndex"] = 3, -["firstID"] = 2061, -["numCriteria"] = 1, +["description"] = "Complete the \"Where Shadows Lie\" quest.", +["Category_ID"] = 38, +["prevId"] = 2062, +["achievementIndex"] = 2, +["points"] = 10, } , [2064] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2061, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Light of Knowledge\" quest.", -["Category_ID"] = 37, ["name"] = "The Burden of Knowledge", -["achievementIndex"] = 3, -["firstID"] = 2061, -["numCriteria"] = 1, +["description"] = "Complete the \"The Light of Knowledge\" quest.", +["Category_ID"] = 38, +["prevId"] = 2063, +["achievementIndex"] = 2, +["points"] = 10, } , [2065] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2066, +["firstID"] = 2065, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 1 solo daily job for the Bursar of Tributes in the Brass Fortress within the Clockwork City zone.", -["Category_ID"] = 37, ["name"] = "Courting the Crows", +["description"] = "Complete 1 solo daily job for the Bursar of Tributes in the Brass Fortress within the Clockwork City zone.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 2065, -["numCriteria"] = 1, +["points"] = 5, } , [2066] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2067, +["firstID"] = 2065, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 7 solo daily jobs for the Bursar of Tributes in the Brass Fortress within the Clockwork City zone.", -["Category_ID"] = 37, ["name"] = "Blackfeather Attendant", +["description"] = "Complete 7 solo daily jobs for the Bursar of Tributes in the Brass Fortress within the Clockwork City zone.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 2065, -["numCriteria"] = 1, +["points"] = 10, } , [2067] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2065, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 30 solo daily jobs for the Bursar of Tributes in the Brass Fortress within the Clockwork City zone.", -["Category_ID"] = 37, ["name"] = "Honorary Blackfeather", +["description"] = "Complete 30 solo daily jobs for the Bursar of Tributes in the Brass Fortress within the Clockwork City zone.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 2065, -["numCriteria"] = 1, +["points"] = 15, } , [2068] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2069, +["firstID"] = 2068, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 20 unique story quests in Clockwork City.", -["Category_ID"] = 37, ["name"] = "Clockwork City Adventurer", +["description"] = "Complete 20 unique story quests in Clockwork City.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 2068, -["numCriteria"] = 1, +["points"] = 15, } , [2069] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2068, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 24 unique story quests in Clockwork City.", -["Category_ID"] = 37, ["name"] = "Clockwork City Grand Adventurer", +["description"] = "Complete 24 unique story quests in Clockwork City.", +["Category_ID"] = 38, +["prevId"] = 2068, ["achievementIndex"] = 1, -["firstID"] = 2068, -["numCriteria"] = 1, +["points"] = 50, } , [2070] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2071, +["firstID"] = 2070, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 1 solo daily job for Razgurug in the Brass Fortress within the Clockwork City zone.", -["Category_ID"] = 37, ["name"] = "Brass Fortress Helper", +["description"] = "Complete 1 solo daily job for Razgurug in the Brass Fortress within the Clockwork City zone.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 2070, -["numCriteria"] = 1, +["points"] = 5, } , [2071] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2072, +["firstID"] = 2070, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 7 solo daily jobs for Razgurug in the Brass Fortress within the Clockwork City zone.", -["Category_ID"] = 37, ["name"] = "Brass Fortress Supplier", +["description"] = "Complete 7 solo daily jobs for Razgurug in the Brass Fortress within the Clockwork City zone.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 2070, -["numCriteria"] = 1, +["points"] = 10, } , [2072] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2070, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 30 solo daily jobs for Razgurug in the Brass Fortress within the Clockwork City zone.", -["Category_ID"] = 37, ["name"] = "Brass Fortress Quarter Master", +["description"] = "Complete 30 solo daily jobs for Razgurug in the Brass Fortress within the Clockwork City zone.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 2070, -["numCriteria"] = 1, +["points"] = 15, } , [2073] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Learn of things to come.", -["Category_ID"] = 37, ["name"] = "Fortune and Fate", +["description"] = "Learn of things to come.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2074] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Slow the spread of secrets by destroying 100 Skeevatons.", -["Category_ID"] = 37, ["name"] = "Wind-up Rodent Wrecker", +["description"] = "Slow the spread of secrets by destroying 100 Skeevatons.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2075] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, -["description"] = "Complete the listed achievements for Asylum Sanctorium.", -["Category_ID"] = 37, ["name"] = "Asylum Sanctorium Redeemer", +["description"] = "Complete the listed achievements for Asylum Sanctorium.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, } , [2076] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, -["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Asylum Sanctorium.", -["Category_ID"] = 37, ["name"] = "Asylum Sanctorium Completed", +["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Asylum Sanctorium.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, } , [2077] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, -["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Veteran Asylum Sanctorium.", -["Category_ID"] = 37, ["name"] = "Asylum Sanctorium Conqueror", +["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Veteran Asylum Sanctorium.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2078] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, -["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same fight in Asylum Sanctorium.", -["Category_ID"] = 37, ["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_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2079] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, -["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same fight in Veteran Asylum Sanctorium.", -["Category_ID"] = 37, ["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_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2080] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, -["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_ID"] = 37, ["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_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2081] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, -["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_ID"] = 37, ["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_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2082] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, -["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_ID"] = 37, ["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_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2083] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, -["description"] = "Defeat Saint Felms the Bold without allowing either of his Pneuma Projections to enrage in Veteran Asylum Sanctorium.", -["Category_ID"] = 37, ["name"] = "Placid Projections", +["description"] = "Defeat Saint Felms the Bold without allowing either of his Pneuma Projections to enrage in Veteran Asylum Sanctorium.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, } , [2084] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, -["description"] = "Defeat Saint Llothis the Pious without dismantling his Imperfect Attendants in Veteran Asylum Sanctorium.", -["Category_ID"] = 37, ["name"] = "Imperfect Attendance", +["description"] = "Defeat Saint Llothis the Pious without dismantling his Imperfect Attendants in Veteran Asylum Sanctorium.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 15, } , [2085] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, -["description"] = "Defeat Saint Olms the Just and Saint Llothis the Pious in the same battle in Veteran Asylum Sanctorium.", -["Category_ID"] = 37, ["name"] = "Righteous Condemnation", +["description"] = "Defeat Saint Olms the Just and Saint Llothis the Pious in the same battle in Veteran Asylum Sanctorium.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2086] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, -["description"] = "Defeat Saint Olms the Just and Saint Felms the Bold in the same battle in Veteran Asylum Sanctorium.", -["Category_ID"] = 37, ["name"] = "Executioners\' Judgment", +["description"] = "Defeat Saint Olms the Just and Saint Felms the Bold in the same battle in Veteran Asylum Sanctorium.", +["Category_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2087] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Clockwork City", ["SubCategory"] = "Asylum Sanctorium", -["SubCategory_ID"] = 3, -["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_ID"] = 37, ["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_ID"] = 38, +["prevId"] = 0, ["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2093] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sunhold Conqueror", ["description"] = "Defeat all of the champions in Sunhold.", ["Category_ID"] = 18, -["name"] = "Sunhold Conqueror", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 50, } , [2094] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Karnwasten Conqueror", ["description"] = "Defeat all of the champions in Karnwasten.", ["Category_ID"] = 18, -["name"] = "Karnwasten Conqueror", +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, } , [2095] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sunhold Group Event", ["description"] = "Interrupt the executioners and defeat Konnugil the Leviathan in Sunhold.", ["Category_ID"] = 18, -["name"] = "Sunhold Group Event", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 50, } , [2096] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Karnwasten Group Event", ["description"] = "Defeat the Sea Sload K\'Garza in Karnwasten.", ["Category_ID"] = 18, -["name"] = "Karnwasten Group Event", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 50, } , [2097] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["name"] = "Dreadhorn Style Master", -["Category_ID"] = 38, ["description"] = "Learn every chapter in the Dreadhorn style book, occasionally found as rewards for completing the Falkreath Hold dungeon.", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 39, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [2098] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Horns of the Reach", ["name"] = "Bloodforge Style Master", -["Category_ID"] = 38, ["description"] = "Learn every chapter in the Bloodforge style book, occasionally found as rewards for completing the Bloodroot Forge dungeon.", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 39, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [2099] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 20, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["name"] = "Relics of Summerset", -["Category_ID"] = 18, ["description"] = "Retrieve the 20 dangerous relics stolen from the Vault of Moawita.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 20, +["Category_ID"] = 18, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 50, } , [2100] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Put a Cork In It", ["description"] = "Destroy the Abyssal Pearl at each Abyssal Geyser in Summerset.", ["Category_ID"] = 18, -["name"] = "Put a Cork In It", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 5, } , [2101] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 10, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Back to the Abyss", ["description"] = "Defeat each of the following bosses that can appear at Abyssal Geysers.", ["Category_ID"] = 18, -["name"] = "Back to the Abyss", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 15, } , [2102] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["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_ID"] = 36, ["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_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2103] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 1, -["description"] = "Complete Veteran Fang Lair and Veteran Scalecaller Peak.", -["Category_ID"] = 36, ["name"] = "Dragon Bones Delver", +["description"] = "Complete Veteran Fang Lair and Veteran Scalecaller Peak.", +["Category_ID"] = 37, +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, } , [2104] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["name"] = "Dragon Bones Explorer", -["Category_ID"] = 36, ["description"] = "Enter either Fang Lair or Scalecaller Peak for the first time.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 37, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 5, } , [2131] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Cloudrest Completed", ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in Cloudrest.", ["Category_ID"] = 18, -["name"] = "Cloudrest Completed", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 15, } , [2132] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Cloudrest Contender", ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in the same fight in Cloudrest.", ["Category_ID"] = 18, -["name"] = "Cloudrest Contender", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 50, } , [2133] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Cloudrest Conqueror", ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in Veteran Cloudrest.", ["Category_ID"] = 18, -["name"] = "Cloudrest Conqueror", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [2134] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "A Sload and Her Shadow", ["description"] = "Defeat Z\'Maja with one Welkynar shade fighting by her side in Veteran Cloudrest.", ["Category_ID"] = 18, -["name"] = "A Sload and Her Shadow", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [2135] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Three\'s Deadly Company", ["description"] = "Defeat Z\'Maja with two Welkynar shades fighting by her side in Veteran Cloudrest.", ["Category_ID"] = 18, -["name"] = "Three\'s Deadly Company", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 50, } , [2136] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Cloudrest Vanquisher", ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in the same fight in Veteran Cloudrest.", ["Category_ID"] = 18, -["name"] = "Cloudrest Vanquisher", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [2137] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["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_ID"] = 18, -["name"] = "Speedy Sload Slayer", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 50, } , [2138] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Surviving the Shadows", ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe without suffering a group member death in Veteran Cloudrest.", ["Category_ID"] = 18, -["name"] = "Surviving the Shadows", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 50, } , [2139] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["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_ID"] = 18, -["name"] = "The Path to Alaxon", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 50, } , [2140] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 10, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Cloudrest Savior", ["description"] = "Complete the listed achievements for Cloudrest.", ["Category_ID"] = 18, -["name"] = "Cloudrest Savior", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [2150] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 200 Dire Wolves or Vicious Dire Wolves in Veteran Moon Hunter Keep.", -["Category_ID"] = 35, ["name"] = "Veteran Dire Wolf Slayer", +["description"] = "Defeat 200 Dire Wolves or Vicious Dire Wolves in Veteran Moon Hunter Keep.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2151] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Kill 50 Hulking Werewolves in Veteran Moon Hunter Keep.", -["Category_ID"] = 35, ["name"] = "Veteran Hulking Werewolf Slayer", +["description"] = "Kill 50 Hulking Werewolves in Veteran Moon Hunter Keep.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2152] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Moon Hunter Keep.", -["Category_ID"] = 35, ["name"] = "Moon Hunter Keep Vanquisher", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Defeat Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Moon Hunter Keep.", +["Category_ID"] = 36, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [2153] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep.", -["Category_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, } , [2154] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Vykosa the Ascendant after reading the Scroll of Glorious Battle in Veteran Moon Hunter Keep.", -["Category_ID"] = 35, ["name"] = "The Alpha Predator", +["description"] = "Defeat Vykosa the Ascendant after reading the Scroll of Glorious Battle in Veteran Moon Hunter Keep.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2155] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["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_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2156] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["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_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2157] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Enter either Moon Hunter Keep or March of Sacrifices for the first time.", -["Category_ID"] = 35, ["name"] = "Wolfhunter Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Enter either Moon Hunter Keep or March of Sacrifices for the first time.", +["Category_ID"] = 36, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 5, } , [2158] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Moon Hunter Keep.", -["Category_ID"] = 35, ["name"] = "Moon Hunter Keep Challenger", +["description"] = "Complete the listed achievements for Veteran Moon Hunter Keep.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [2159] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["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_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2160] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 300 Bloodscent Guardians, Bloodscent Archers, Bloodscent Assassins, and Bloodscent Thundermauls in Veteran March of Sacrifices.", -["Category_ID"] = 35, ["name"] = "Veteran Bloodscent Slayer", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat 300 Bloodscent Guardians, Bloodscent Archers, Bloodscent Assassins, and Bloodscent Thundermauls in Veteran March of Sacrifices.", +["Category_ID"] = 36, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 10, } , [2161] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 50 Wispmothers in Veteran March of Sacrifices.", -["Category_ID"] = 35, ["name"] = "Veteran Wispmother Slayer", +["description"] = "Defeat 50 Wispmothers in Veteran March of Sacrifices.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2162] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in March of Sacrifices.", -["Category_ID"] = 35, ["name"] = "March of Sacrifices Vanquisher", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Defeat the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in March of Sacrifices.", +["Category_ID"] = 36, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [2163] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices.", -["Category_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, } , [2164] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Balorgh after desecrating the Moon Hunter Pack\'s banner and driving him into a murderous rage in Veteran March of Sacrifices.", -["Category_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2165] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["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_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2166] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["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_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2167] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran March of Sacrifices.", -["Category_ID"] = 35, ["name"] = "March of Sacrifices Challenger", +["description"] = "Complete the listed achievements for Veteran March of Sacrifices.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [2168] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["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_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2170] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Complete Veteran Moon Hunter Keep and Veteran March of Sacrifices.", -["Category_ID"] = 35, ["name"] = "Wolfhunter Delver", +["description"] = "Complete Veteran Moon Hunter Keep and Veteran March of Sacrifices.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, } , [2171] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "A Book and its Cover", ["description"] = "Completed Bailiff Naramin\'s investigation of Choixth.", ["Category_ID"] = 18, -["name"] = "A Book and its Cover", +["prevId"] = 0, ["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 15, } , [2178] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 2179, +["firstID"] = 2178, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Abyssal Assaulter", ["description"] = "Complete 10 Abyssal Geysers.", ["Category_ID"] = 18, -["name"] = "Abyssal Assaulter", -["achievementIndex"] = 2, -["firstID"] = 2178, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [2179] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 2180, +["firstID"] = 2178, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Abyssal Demolisher", ["description"] = "Complete 25 Abyssal Geysers.", ["Category_ID"] = 18, -["name"] = "Abyssal Demolisher", -["achievementIndex"] = 2, -["firstID"] = 2178, -["numCriteria"] = 1, +["prevId"] = 2178, +["achievementIndex"] = 1, +["points"] = 10, } , [2180] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2178, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Abyssal Devastator", ["description"] = "Complete 50 Abyssal Geysers.", ["Category_ID"] = 18, -["name"] = "Abyssal Devastator", -["achievementIndex"] = 2, -["firstID"] = 2178, -["numCriteria"] = 1, +["prevId"] = 2179, +["achievementIndex"] = 1, +["points"] = 15, } , [2181] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Karnwasten Vanquisher", ["description"] = "Defeat three of the champions in Karnwasten.", ["Category_ID"] = 18, -["name"] = "Karnwasten Vanquisher", +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, } , [2182] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sunhold Vanquisher", ["description"] = "Defeat three of the champions in Sunhold.", ["Category_ID"] = 18, -["name"] = "Sunhold Vanquisher", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 10, } , [2183] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["name"] = "Wizard\'s Duel", -["Category_ID"] = 18, ["description"] = "Win 5 PvP duels in the Colosseum of the Old Ways on Artaeum.", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 18, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 5, } , [2184] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Declawed", ["description"] = "Defeat Ruella Many-Claws at an Abyssal Geyser.", ["Category_ID"] = 18, -["name"] = "Declawed", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [2185] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Churug\'s Chagrin", ["description"] = "Defeat Churug of the Abyss at an Abyssal Geyser.", ["Category_ID"] = 18, -["name"] = "Churug\'s Chagrin", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [2186] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["name"] = "Psijic Style Master", -["Category_ID"] = 18, ["description"] = "Learn every chapter in the Psijic Order style book, found by defeating bosses and opening treasure chests in Summerset.", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 18, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [2187] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["name"] = "Sapiarch Style Master", -["Category_ID"] = 18, ["description"] = "Learn every chapter in the Sapiarch style book, occasionally found as rewards for completing daily jobs for the Divine Prosecution.", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 18, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [2189] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["name"] = "Scalecaller Style Master", -["Category_ID"] = 36, ["description"] = "Learn every chapter in the Scalecaller style book, occasionally found as rewards for completing the Scalecaller Peak dungeon.", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 37, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 50, } , [2190] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragon Bones", ["name"] = "Fang Lair Style Master", -["Category_ID"] = 36, ["description"] = "Learn every chapter in the Fang Lair style book, occasionally found as rewards for completing the Fang Lair dungeon.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 37, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [2191] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["name"] = "Summerset Master Angler", -["Category_ID"] = 18, ["description"] = "Catch all 12 rare fish in Summerset.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 18, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 5, } , [2193] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["name"] = "Savior of Summerset", -["Category_ID"] = 18, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Summerset.", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 7, +["Category_ID"] = 18, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 50, } , [2194] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 9, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["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_ID"] = 18, -["name"] = "The Good of the Many", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 9, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 50, } , [2195] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2196, +["firstID"] = 2195, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Divine Solicitor", ["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Tanorian.", ["Category_ID"] = 18, -["name"] = "Divine Solicitor", -["achievementIndex"] = 7, -["firstID"] = 2195, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 5, } , [2196] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2197, +["firstID"] = 2195, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Divine Advocate", ["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Tanorian.", ["Category_ID"] = 18, -["name"] = "Divine Advocate", -["achievementIndex"] = 7, -["firstID"] = 2195, -["numCriteria"] = 1, +["prevId"] = 2195, +["achievementIndex"] = 6, +["points"] = 10, } , [2197] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2195, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Divine Magistrate", ["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Tanorian.", ["Category_ID"] = 18, -["name"] = "Divine Magistrate", -["achievementIndex"] = 7, -["firstID"] = 2195, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 15, } , [2198] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2199, +["firstID"] = 2198, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Divine Prosecutor", ["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Farowel.", ["Category_ID"] = 18, -["name"] = "Divine Prosecutor", -["achievementIndex"] = 8, -["firstID"] = 2198, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [2199] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2200, +["firstID"] = 2198, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Divine Judge", ["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Farowel.", ["Category_ID"] = 18, -["name"] = "Divine Judge", -["achievementIndex"] = 8, -["firstID"] = 2198, -["numCriteria"] = 1, +["prevId"] = 2198, +["achievementIndex"] = 1, +["points"] = 10, } , [2200] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2198, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Divine Executioner", ["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Farowel.", ["Category_ID"] = 18, -["name"] = "Divine Executioner", -["achievementIndex"] = 8, -["firstID"] = 2198, -["numCriteria"] = 1, +["prevId"] = 2199, +["achievementIndex"] = 1, +["points"] = 15, } , [2201] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2202, +["firstID"] = 2201, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "For the Queen", ["description"] = "Complete the \"The Queen\'s Decree\" quest.", ["Category_ID"] = 18, -["name"] = "For the Queen", -["achievementIndex"] = 5, -["firstID"] = 2201, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [2202] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2203, +["firstID"] = 2201, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Precious Pearl", ["description"] = "Complete the \"A Pearl of Great Price\" quest.", ["Category_ID"] = 18, -["name"] = "Precious Pearl", -["achievementIndex"] = 5, -["firstID"] = 2201, -["numCriteria"] = 1, +["prevId"] = 2201, +["achievementIndex"] = 7, +["points"] = 10, } , [2203] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2204, +["firstID"] = 2201, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Mind Games", ["description"] = "Complete the \"Buried Memories\" quest.", ["Category_ID"] = 18, -["name"] = "Mind Games", -["achievementIndex"] = 5, -["firstID"] = 2201, -["numCriteria"] = 1, +["prevId"] = 2202, +["achievementIndex"] = 7, +["points"] = 10, } , [2204] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2201, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Resolute Guardian", ["description"] = "Complete the \"The Tower Sentinels\" quest.", ["Category_ID"] = 18, -["name"] = "Resolute Guardian", -["achievementIndex"] = 5, -["firstID"] = 2201, -["numCriteria"] = 1, +["prevId"] = 2203, +["achievementIndex"] = 7, +["points"] = 10, } , [2205] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2206, +["firstID"] = 2205, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Sweet Dreams", ["description"] = "Complete the \"The Dreaming Cave\" quest.", ["Category_ID"] = 18, -["name"] = "Sweet Dreams", -["achievementIndex"] = 6, -["firstID"] = 2205, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [2206] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2207, +["firstID"] = 2205, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Unreliable Narrator", ["description"] = "Complete the \"Lost in Translation\" quest.", ["Category_ID"] = 18, -["name"] = "Unreliable Narrator", -["achievementIndex"] = 6, -["firstID"] = 2205, -["numCriteria"] = 1, +["prevId"] = 2205, +["achievementIndex"] = 5, +["points"] = 10, } , [2207] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2208, +["firstID"] = 2205, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Enemy of My Enemy", ["description"] = "Complete the \"A Necessary Alliance\" quest.", ["Category_ID"] = 18, -["name"] = "Enemy of My Enemy", -["achievementIndex"] = 6, -["firstID"] = 2205, -["numCriteria"] = 1, +["prevId"] = 2206, +["achievementIndex"] = 5, +["points"] = 10, } , [2208] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2205, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "What Must Be Done", ["description"] = "Complete the \"The Crystal Tower\" quest.", ["Category_ID"] = 18, -["name"] = "What Must Be Done", -["achievementIndex"] = 6, -["firstID"] = 2205, -["numCriteria"] = 1, +["prevId"] = 2207, +["achievementIndex"] = 5, +["points"] = 10, } , [2209] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Summerset Grand Adventurer", ["description"] = "Complete 33 unique quests in Summerset.", ["Category_ID"] = 18, -["name"] = "Summerset Grand Adventurer", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [2210] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2254, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijic Sage", ["description"] = "Complete \"The Towers\' Fall\" Psijic Order quest in Summerset.", ["Category_ID"] = 18, -["name"] = "Psijic Sage", -["achievementIndex"] = 4, -["firstID"] = 2254, -["numCriteria"] = 1, +["prevId"] = 2257, +["achievementIndex"] = 2, +["points"] = 10, } , [2211] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["name"] = "Message in a Bottle", -["Category_ID"] = 18, ["description"] = "Learn the fate of the Lost Sailor.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 18, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 5, } , [2212] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Asp Awareness", ["description"] = "Defeat Keelsplitter without stepping on any of the snakes.", ["Category_ID"] = 18, -["name"] = "Asp Awareness", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [2213] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "To the Depths", ["description"] = "Defeat Sheefar of the Depths at an Abyssal Geyser.", ["Category_ID"] = 18, -["name"] = "To the Depths", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [2220] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Calm and Calculated", ["description"] = "Defeat Girawell the Erratic at an Abyssal Geyser.", ["Category_ID"] = 18, -["name"] = "Calm and Calculated", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [2221] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Wave Breaker", ["description"] = "Defeat Muustikar Wave-Eater at an Abyssal Geyser.", ["Category_ID"] = 18, -["name"] = "Wave Breaker", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [2222] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Hammer Meet Nail", ["description"] = "Defeat Reefhammer at an Abyssal Geyser.", ["Category_ID"] = 18, -["name"] = "Hammer Meet Nail", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 10, } , [2231] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["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_ID"] = 18, -["name"] = "One Core, No More", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 50, } , [2232] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["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_ID"] = 18, -["name"] = "Misery Loves Company", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 50, } , [2233] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["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_ID"] = 18, -["name"] = "Flares and Deadly Shadows", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 15, } , [2234] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["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_ID"] = 18, -["name"] = "Core Coordination", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 15, } , [2235] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["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_ID"] = 18, -["name"] = "Yaghra Blockade", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 15, } , [2236] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "The Mystic\'s Ice", ["description"] = "Have Galenwe\'s shade destroy 20 roaming Hoarfrost cyclones with his Spiked Ice attack in Cloudrest.", ["Category_ID"] = 18, -["name"] = "The Mystic\'s Ice", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 15, } , [2237] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["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_ID"] = 18, -["name"] = "Shocking Instinct", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , [2238] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["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_ID"] = 18, -["name"] = "Valorous Combustion", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 10, } , [2240] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["name"] = "Artaeum Master Angler", -["Category_ID"] = 18, ["description"] = "Catch all 3 rare fish in Artaeum.", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 3, +["Category_ID"] = 18, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 5, } , [2241] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Deadly Allure", ["description"] = "Defeat Darkstorm the Alluring at an Abyssal Geyser.", ["Category_ID"] = 18, -["name"] = "Deadly Allure", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [2242] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Radiant Riot", ["description"] = "Defeat Eejoba the Radiant at an Abyssal Geyser.", ["Category_ID"] = 18, -["name"] = "Radiant Riot", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , [2243] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Tidal Grave", ["description"] = "Defeat Tidewrack at an Abyssal Geyser.", ["Category_ID"] = 18, -["name"] = "Tidal Grave", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 10, } , [2244] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Abyssal Geysers", -["SubCategory_ID"] = 3, +["name"] = "Snake Charmer", ["description"] = "Defeat Vsskalvor at an Abyssal Geyser.", ["Category_ID"] = 18, -["name"] = "Snake Charmer", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [2249] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2250, +["firstID"] = 2249, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijic Responder", ["description"] = "Complete \"The Psijics\' Calling\" Psijic Order quest in Summerset.", ["Category_ID"] = 18, -["name"] = "Psijic Responder", +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 2249, -["numCriteria"] = 1, +["points"] = 10, } , [2250] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2251, +["firstID"] = 2249, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijic Pursuer", ["description"] = "Complete the \"Breaches on the Bay\" Psijic Order quest in Summerset.", ["Category_ID"] = 18, -["name"] = "Psijic Pursuer", +["prevId"] = 2249, ["achievementIndex"] = 3, -["firstID"] = 2249, -["numCriteria"] = 1, +["points"] = 10, } , [2251] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2252, +["firstID"] = 2249, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijic Regulator", ["description"] = "Complete the \"Breaches of Frost and Fire\" Psijic Order quest in Summerset.", ["Category_ID"] = 18, -["name"] = "Psijic Regulator", +["prevId"] = 2250, ["achievementIndex"] = 3, -["firstID"] = 2249, -["numCriteria"] = 1, +["points"] = 10, } , [2252] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2253, +["firstID"] = 2249, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijic Repairer", ["description"] = "Complete \"The Shattered Staff\" Psijic Order quest in Summerset.", ["Category_ID"] = 18, -["name"] = "Psijic Repairer", +["prevId"] = 2251, ["achievementIndex"] = 3, -["firstID"] = 2249, -["numCriteria"] = 1, +["points"] = 10, } , [2253] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2249, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijic Forester", ["description"] = "Complete the \"A Breach Amid the Trees\" Psijic Order quest in Summerset.", ["Category_ID"] = 18, -["name"] = "Psijic Forester", +["prevId"] = 2252, ["achievementIndex"] = 3, -["firstID"] = 2249, -["numCriteria"] = 1, +["points"] = 10, } , [2254] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2255, +["firstID"] = 2254, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijic Mudslinger", ["description"] = "Complete the \"A Time for Mud and Mushrooms\" Psijic Order quest in Summerset.", ["Category_ID"] = 18, -["name"] = "Psijic Mudslinger", -["achievementIndex"] = 4, -["firstID"] = 2254, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [2255] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2256, +["firstID"] = 2254, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijic Staff Finder", ["description"] = "Complete \"The Towers\' Remains\" Psijic Order quest in Summerset.", ["Category_ID"] = 18, -["name"] = "Psijic Staff Finder", -["achievementIndex"] = 4, -["firstID"] = 2254, -["numCriteria"] = 1, +["prevId"] = 2254, +["achievementIndex"] = 2, +["points"] = 10, } , [2256] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2257, +["firstID"] = 2254, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijic Shadow-Walker", ["description"] = "Complete the \"Time in Doomcrag\'s Shadow\" Psijic Order quest in Summerset.", ["Category_ID"] = 18, -["name"] = "Psijic Shadow-Walker", -["achievementIndex"] = 4, -["firstID"] = 2254, -["numCriteria"] = 1, +["prevId"] = 2255, +["achievementIndex"] = 2, +["points"] = 10, } , [2257] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2210, +["firstID"] = 2254, ["Category"] = "Summerset", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Psijic Chronologer", ["description"] = "Complete the \"A Breach Beyond the Crags\" Psijic Order quest in Summerset.", ["Category_ID"] = 18, -["name"] = "Psijic Chronologer", -["achievementIndex"] = 4, -["firstID"] = 2254, -["numCriteria"] = 1, +["prevId"] = 2256, +["achievementIndex"] = 2, +["points"] = 10, } , [2258] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 200 Rieklings in Veteran Frostvault.", -["Category_ID"] = 33, ["name"] = "Veteran Riekling Slayer", +["description"] = "Defeat 200 Rieklings in Veteran Frostvault.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2259] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 20 Centurions in Veteran Frostvault.", -["Category_ID"] = 33, ["name"] = "Veteran Centurion Slayer", +["description"] = "Defeat 20 Centurions in Veteran Frostvault.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2260] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper in Frostvault.", -["Category_ID"] = 33, ["name"] = "Frostvault Vanquisher", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Defeat Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper in Frostvault.", +["Category_ID"] = 34, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [2261] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper in Veteran Frostvault.", -["Category_ID"] = 33, ["name"] = "Frostvault Conqueror", +["description"] = "Defeat Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper in Veteran Frostvault.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, } , [2262] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Stonekeeper after pressing the Veracity Verifier in Veteran Frostvault.", -["Category_ID"] = 33, ["name"] = "Vault Cracker", +["description"] = "Defeat the Stonekeeper after pressing the Veracity Verifier in Veteran Frostvault.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2263] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper within 30 minutes of entering Veteran Frostvault. Your timer starts upon entering combat.", -["Category_ID"] = 33, ["name"] = "Smash and Grab", +["description"] = "Defeat all encounters in addition to Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper within 30 minutes of entering Veteran Frostvault. Your timer starts upon entering combat.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2264] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper in Veteran Frostvault without suffering a group member death.", -["Category_ID"] = 33, ["name"] = "Safe Keeping", +["description"] = "Defeat all encounters in addition to Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper in Veteran Frostvault without suffering a group member death.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2265] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Enter either Frostvault or Depths of Malatar for the first time.", -["Category_ID"] = 33, ["name"] = "Wrathstone Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Enter either Frostvault or Depths of Malatar for the first time.", +["Category_ID"] = 34, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 5, } , [2266] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Frostvault.", -["Category_ID"] = 33, ["name"] = "Frostvault Challenger", +["description"] = "Complete the listed achievements for Veteran Frostvault.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [2267] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper after using the Veracity Verifier in Veteran Frostvault within 30 minutes without suffering a group member death.", -["Category_ID"] = 33, ["name"] = "Relentless Raider", +["description"] = "Defeat all encounters in addition to Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper after using the Veracity Verifier in Veteran Frostvault within 30 minutes without suffering a group member death.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2268] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 350 of Meridia\'s Purified in Veteran Depths of Malatar.", -["Category_ID"] = 33, ["name"] = "Veteran Purified Slayer", +["description"] = "Defeat 350 of Meridia\'s Purified in Veteran Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2269] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 150 Stone Watchers in Veteran Depths of Malatar.", -["Category_ID"] = 33, ["name"] = "Veteran Stone Watcher Slayer", +["description"] = "Defeat 150 Stone Watchers in Veteran Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2270] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Scavenging Maw, the Weeping Woman, the Dark Orb, King Narilmor, and the Symphony of Blades in Depths of Malatar.", -["Category_ID"] = 33, ["name"] = "Depths of Malatar Vanquisher", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Defeat the Scavenging Maw, the Weeping Woman, the Dark Orb, King Narilmor, and the Symphony of Blades in Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [2271] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Scavenging Maw, the Weeping Woman, the Dark Orb, King Narilmor, and the Symphony of Blades in Veteran Depths of Malatar.", -["Category_ID"] = 33, ["name"] = "Depths of Malatar Conqueror", +["description"] = "Defeat the Scavenging Maw, the Weeping Woman, the Dark Orb, King Narilmor, and the Symphony of Blades in Veteran Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, } , [2272] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Symphony of Blades after destroying the Dictates of the Lady of Light in Veteran Depths of Malatar.", -["Category_ID"] = 33, ["name"] = "Throwing Shade", +["description"] = "Defeat the Symphony of Blades after destroying the Dictates of the Lady of Light in Veteran Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2273] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Scavenging Maw, the Weeping Woman, the Dark Orb, King Narilmor, and the Symphony of Blades within 30 minutes of entering Veteran Depths of Malatar. Your timer starts on entering combat.", -["Category_ID"] = 33, ["name"] = "The Speed of Light", +["description"] = "Defeat the Scavenging Maw, the Weeping Woman, the Dark Orb, King Narilmor, and the Symphony of Blades within 30 minutes of entering Veteran Depths of Malatar. Your timer starts on entering combat.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2274] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Scavenging Maw, the Weeping Woman, the Dark Orb, King Narilmor, and the Symphony of Blades without suffering a group member death in Veteran Depths of Malatar.", -["Category_ID"] = 33, ["name"] = "Purified", +["description"] = "Defeat the Scavenging Maw, the Weeping Woman, the Dark Orb, King Narilmor, and the Symphony of Blades without suffering a group member death in Veteran Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2275] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Depths of Malatar.", -["Category_ID"] = 33, ["name"] = "Depths of Malatar Challenger", +["description"] = "Complete the listed achievements for Veteran Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [2276] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Scavenging Maw, the Weeping Woman, the Dark Orb, King Narilmor, and the Symphony of Blades after destroying the Dictates of the Lady of Light in Veteran Depths of Malatar within 30 minutes without suffering a group member death.", -["Category_ID"] = 33, ["name"] = "Depths Defier", +["description"] = "Defeat the Scavenging Maw, the Weeping Woman, the Dark Orb, King Narilmor, and the Symphony of Blades after destroying the Dictates of the Lady of Light in Veteran Depths of Malatar within 30 minutes without suffering a group member death.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2277] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Complete both Frostvault and Depths of Malatar in Veteran.", -["Category_ID"] = 33, ["name"] = "Wrathstone Delver", +["description"] = "Complete both Frostvault and Depths of Malatar in Veteran.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, } , [2285] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["name"] = "Pyandonean Style Master", -["Category_ID"] = 18, ["description"] = "Learn every chapter in the Pyandonean style book, occasionally found by fishing in Summerset.", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 18, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [2286] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Tsofeer Cavern.", -["Category_ID"] = 34, ["name"] = "Tsofeer Cavern Explorer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear Tsofeer Cavern.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 5, } , [2287] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Teeth of Sithis.", -["Category_ID"] = 34, ["name"] = "Teeth of Sithis Explorer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear the Teeth of Sithis.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 5, } , [2288] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and clear all caves and striking locales in Murkmire.", -["Category_ID"] = 34, ["name"] = "Murkmire Master Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Discover and clear all caves and striking locales in Murkmire.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 15, } , [2289] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and clear both explorable caves in Murkmire.", -["Category_ID"] = 34, ["name"] = "Murkmire Cave Delver", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Discover and clear both explorable caves in Murkmire.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [2290] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover all of the striking locales in Murkmire.", -["Category_ID"] = 34, ["name"] = "Murkmire Pathfinder", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 6, +["description"] = "Discover all of the striking locales in Murkmire.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [2291] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["name"] = "Murkmire Skyshard Hunter", -["Category_ID"] = 34, ["description"] = "Discover all 6 Skyshards in Murkmire.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [2292] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat both world bosses in Murkmire.", -["Category_ID"] = 34, ["name"] = "Defender of Murkmire", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Defeat both world bosses in Murkmire.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, } , [2293] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat the necromancer Baxilt-Gah at Bok-Xul.", -["Category_ID"] = 34, ["name"] = "Fiend of the Fens", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat the necromancer Baxilt-Gah at Bok-Xul.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [2294] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat the miregaunt Walks-Like-Thunder at the Echoing Hollow.", -["Category_ID"] = 34, ["name"] = "Feller of Thunder", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat the miregaunt Walks-Like-Thunder at the Echoing Hollow.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [2295] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["name"] = "Murkmire Master Angler", -["Category_ID"] = 34, ["description"] = "Catch all 12 rare fish in Murkmire.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 5, } , [2297] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Mylenne Moon-Caller without cleansing her Enrage ability in Veteran Moon Hunter Keep.", -["Category_ID"] = 35, ["name"] = "Unending Rage", +["description"] = "Defeat Mylenne Moon-Caller without cleansing her Enrage ability in Veteran Moon Hunter Keep.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2298] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat Archivist Ernarde without killing his first Hulking Werewolf ally in Moon Hunter Keep.", -["Category_ID"] = 35, ["name"] = "A Hulking Ally", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat Archivist Ernarde without killing his first Hulking Werewolf ally in Moon Hunter Keep.", +["Category_ID"] = 36, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [2299] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Archivist without taking group member damage from Symbols of Xarxes in Moon Hunter Keep.", -["Category_ID"] = 35, ["name"] = "Book Smarts", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat the Archivist without taking group member damage from Symbols of Xarxes in Moon Hunter Keep.", +["Category_ID"] = 36, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 5, } , [2300] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Vykosa the Ascendant without any party member taking damage from her restrained wolf pet in Veteran Moon Hunter Keep.", -["Category_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2301] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["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_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2302] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Complete all three Golden Indrik Hunts and gain their boons within March of Sacrifices.", -["Category_ID"] = 35, ["name"] = "The Great Indrik Hunt", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 3, +["description"] = "Complete all three Golden Indrik Hunts and gain their boons within March of Sacrifices.", +["Category_ID"] = 36, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 5, } , [2303] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["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_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2304] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Dagrund the Bulky while always dodging his Upheaval ability in Veteran March of Sacrifices.", -["Category_ID"] = 35, ["name"] = "Light on Your Feet", +["description"] = "Defeat Dagrund the Bulky while always dodging his Upheaval ability in Veteran March of Sacrifices.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2305] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Tarcyr without the indrik teleporting any group members during its Shrouding Mist ability in Veteran March of Sacrifices.", -["Category_ID"] = 35, ["name"] = "Mist Walker", +["description"] = "Defeat Tarcyr without the indrik teleporting any group members during its Shrouding Mist ability in Veteran March of Sacrifices.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2306] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Lead Balorgh into Tharas\' Trap 10 times in March of Sacrifices.", -["Category_ID"] = 35, ["name"] = "Trick and Trap", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Lead Balorgh into Tharas\' Trap 10 times in March of Sacrifices.", +["Category_ID"] = 36, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [2307] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat Jailer Melitus without being damaged by Bloody Geysers in Moon Hunter Keep.", -["Category_ID"] = 35, ["name"] = "Bloody Mess", +["description"] = "Defeat Jailer Melitus without being damaged by Bloody Geysers in Moon Hunter Keep.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2308] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["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_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2309] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Hedge Maze Guardian while all party members avoid its Lurcher Roots attack in Veteran Moon Hunter Keep.", -["Category_ID"] = 35, ["name"] = "Root of the Problem", +["description"] = "Defeat Hedge Maze Guardian while all party members avoid its Lurcher Roots attack in Veteran Moon Hunter Keep.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2310] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Wyrd Sisters while preventing them from ever using their auras to augment each other in Veteran March of Sacrifices.", -["Category_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2311] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Balorgh while avoiding both Lightning Water and Poison Plants in Veteran March of Sacrifices.", -["Category_ID"] = 35, ["name"] = "Element of Surprise", +["description"] = "Defeat Balorgh while avoiding both Lightning Water and Poison Plants in Veteran March of Sacrifices.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2312] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["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_ID"] = 35, ["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_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2317] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Learn every chapter in the Huntsman style book, occasionally found as rewards for completing the March of Sacrifices dungeon.", -["Category_ID"] = 35, ["name"] = "Huntsman Style Master", +["description"] = "Learn every chapter in the Huntsman style book, occasionally found as rewards for completing the March of Sacrifices dungeon.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, } , [2318] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wolfhunter", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Learn every chapter in the Silver Dawn style book, occasionally found as rewards for completing the Moon Hunter Keep dungeon.", -["Category_ID"] = 35, ["name"] = "Silver Dawn Style Master", +["description"] = "Learn every chapter in the Silver Dawn style book, occasionally found as rewards for completing the Moon Hunter Keep dungeon.", +["Category_ID"] = 36, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, } , [2319] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["SubCategory"] = "Cloudrest", -["SubCategory_ID"] = 4, +["name"] = "Welkynar Style Master", ["description"] = "Learn every chapter in the Welkynar style book, occasionally found as rewards for completing the Cloudrest Trial.", ["Category_ID"] = 18, -["name"] = "Welkynar Style Master", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 14, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [2320] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["name"] = "Chronic Chronologer", -["Category_ID"] = 34, ["description"] = "Collect and restore all the stone tablets in the Xinchei-Konu, an ancient Argonian calendar.", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 50, } , [2321] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["name"] = "Those Who Swallow Seasons", -["Category_ID"] = 34, ["description"] = "Defeat the four miregaunts who have swallowed Xinchei-Konu tablets.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 4, +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [2330] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Get to know the Shadowscale with peculiar interest in your activities in Murkmire.", -["Category_ID"] = 34, ["name"] = "Surreptitiously Shadowed", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Get to know the Shadowscale with peculiar interest in your activities in Murkmire.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 5, } , [2331] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["name"] = "Hero of Murkmire", -["Category_ID"] = 34, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Murkmire.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, } , [2332] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 20 unique story quests in Murkmire.", -["Category_ID"] = 34, ["name"] = "Murkmire Adventurer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete 20 unique story quests in Murkmire.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 15, } , [2333] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Sunken Treasure\" quest.", -["Category_ID"] = 34, ["name"] = "Traps and Treasures", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete the \"Sunken Treasure\" quest.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [2334] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Missing in Murkmire\" quest.", -["Category_ID"] = 34, ["name"] = "Seeker of the Lost", +["description"] = "Complete the \"Missing in Murkmire\" quest.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2335] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Whispers in the Wood\" quest.", -["Category_ID"] = 34, ["name"] = "Mysteries of the Remnant", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete the \"Whispers in the Wood\" quest.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [2336] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Death and Dreaming\" quest.", -["Category_ID"] = 34, ["name"] = "Sap-Sleeper", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete the \"Death and Dreaming\" quest.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [2337] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Swamp and the Serpent\" quest.", -["Category_ID"] = 34, ["name"] = "Shadows of the Past", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete the \"The Swamp and the Serpent\" quest.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [2338] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Remnant of Argon\" quest.", -["Category_ID"] = 34, ["name"] = "To Chase a Dream", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete the \"The Remnant of Argon\" quest.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [2339] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"By River and Root\" quest.", -["Category_ID"] = 34, ["name"] = "The River of Rebirth", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete the \"By River and Root\" quest.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [2340] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["name"] = "The Festering Jewel", -["Category_ID"] = 34, ["description"] = "Travel to Lilmoth in Murkmire.", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 5, } , [2341] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Read the five poems written by Nisswo Xeewulm, located near Sithis Shrines throughout Murkmire.", -["Category_ID"] = 34, ["name"] = "Poems of Nothing", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Read the five poems written by Nisswo Xeewulm, located near Sithis Shrines throughout Murkmire.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 5, } , [2342] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Kill 100 Voriplasms in Murkmire.", -["Category_ID"] = 34, ["name"] = "Voriplasm Slayer", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Kill 100 Voriplasms in Murkmire.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [2343] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Harvest a Scuttle Bloom and disarm a Gas Blossom, Static Pitcher, Catapult Cabbage, and Lantern Mantis.", -["Category_ID"] = 34, ["name"] = "Fiendish Flora", +["description"] = "Harvest a Scuttle Bloom and disarm a Gas Blossom, Static Pitcher, Catapult Cabbage, and Lantern Mantis.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 5, } , [2344] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2345, +["firstID"] = 2344, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 1 delve daily job for Varo Hosidias in Lilmoth within the Murkmire zone.", -["Category_ID"] = 34, ["name"] = "Collecting Curiosities", -["achievementIndex"] = 5, -["firstID"] = 2344, -["numCriteria"] = 1, +["description"] = "Complete 1 delve daily job for Varo Hosidias in Lilmoth within the Murkmire zone.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 5, } , [2345] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2346, +["firstID"] = 2344, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 10 delve daily jobs for Varo Hosidias in Lilmoth within the Murkmire zone.", -["Category_ID"] = 34, ["name"] = "Acquiring Antiquities", -["achievementIndex"] = 5, -["firstID"] = 2344, -["numCriteria"] = 1, +["description"] = "Complete 10 delve daily jobs for Varo Hosidias in Lilmoth within the Murkmire zone.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , [2346] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2344, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 30 delve daily jobs for Varo Hosidias in Lilmoth within the Murkmire zone.", -["Category_ID"] = 34, ["name"] = "Hauling Heirlooms", -["achievementIndex"] = 5, -["firstID"] = 2344, -["numCriteria"] = 1, +["description"] = "Complete 30 delve daily jobs for Varo Hosidias in Lilmoth within the Murkmire zone.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 15, } , [2347] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2348, +["firstID"] = 2347, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 1 world boss daily job for Bolu in Lilmoth within the Murkmire zone.", -["Category_ID"] = 34, ["name"] = "Strength of a Naga", -["achievementIndex"] = 6, -["firstID"] = 2347, -["numCriteria"] = 1, +["description"] = "Complete 1 world boss daily job for Bolu in Lilmoth within the Murkmire zone.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 5, } , [2348] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2349, +["firstID"] = 2347, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 10 world boss daily jobs for Bolu in Lilmoth within the Murkmire zone.", -["Category_ID"] = 34, ["name"] = "Courage of a Naga", -["achievementIndex"] = 6, -["firstID"] = 2347, -["numCriteria"] = 1, +["description"] = "Complete 10 world boss daily jobs for Bolu in Lilmoth within the Murkmire zone.", +["Category_ID"] = 35, +["prevId"] = 2347, +["achievementIndex"] = 7, +["points"] = 10, } , [2349] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2347, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 30 world boss daily jobs for Bolu in Lilmoth within the Murkmire zone.", -["Category_ID"] = 34, ["name"] = "Heart of a Naga", -["achievementIndex"] = 6, -["firstID"] = 2347, -["numCriteria"] = 1, +["description"] = "Complete 30 world boss daily jobs for Bolu in Lilmoth within the Murkmire zone.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 15, } , [2350] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2351, +["firstID"] = 2350, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 1 solo daily job for Tuwul in Root-Whisper Village within the Murkmire zone.", -["Category_ID"] = 34, ["name"] = "Whispering Roots", -["achievementIndex"] = 7, -["firstID"] = 2350, -["numCriteria"] = 1, +["description"] = "Complete 1 solo daily job for Tuwul in Root-Whisper Village within the Murkmire zone.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 5, } , [2351] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2352, +["firstID"] = 2350, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 10 solo daily jobs for Tuwul in Root-Whisper Village within the Murkmire zone.", -["Category_ID"] = 34, ["name"] = "Repairing the Roots", -["achievementIndex"] = 7, -["firstID"] = 2350, -["numCriteria"] = 1, +["description"] = "Complete 10 solo daily jobs for Tuwul in Root-Whisper Village within the Murkmire zone.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 5, } , [2352] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2350, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 30 solo daily jobs for Tuwul in Root-Whisper Village within the Murkmire zone.", -["Category_ID"] = 34, ["name"] = "Resplendent Rootmender", -["achievementIndex"] = 7, -["firstID"] = 2350, -["numCriteria"] = 1, +["description"] = "Complete 30 solo daily jobs for Tuwul in Root-Whisper Village within the Murkmire zone.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 50, } , [2353] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Help the Bright-Throats assure the future of their tribe.", -["Category_ID"] = 34, ["name"] = "The Progeny", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Help the Bright-Throats assure the future of their tribe.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 10, } , [2354] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Help the Dead-Water follow their chosen path.", -["Category_ID"] = 34, -["name"] = "Cold-Blood, Warm Heart", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["name"] = "Cold-Blood, Warm Heart", +["description"] = "Help the Dead-Water follow their chosen path.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [2355] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Befriend the Bright-Throat, Dead-Water, and Root-Whisper tribes by offering them aid in times of need.", -["Category_ID"] = 34, ["name"] = "Friend of Murkmire", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, +["description"] = "Befriend the Bright-Throat, Dead-Water, and Root-Whisper tribes by offering them aid in times of need.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 15, } , [2357] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Read the six Vine-Tongue books by activating various vine-tongues throughout Murkmire.", -["Category_ID"] = 34, ["name"] = "Vine-Tongue Traveler", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 6, +["description"] = "Read the six Vine-Tongue books by activating various vine-tongues throughout Murkmire.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 5, } , [2358] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Rescue villagers in peril from four different tribes throughout Murkmire.", -["Category_ID"] = 34, ["name"] = "Swamp Rescuer", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["description"] = "Rescue villagers in peril from four different tribes throughout Murkmire.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 10, } , [2359] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Learn every chapter in the Honor Guard style book, occasionally found as rewards for completing Blackrose Prison.", -["Category_ID"] = 34, ["name"] = "Honor Guard Style Master", +["description"] = "Learn every chapter in the Honor Guard style book, occasionally found as rewards for completing Blackrose Prison.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, } , [2360] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["name"] = "Dead-Water Style Master", -["Category_ID"] = 34, ["description"] = "Learn every chapter in the Dead-Water style book, occasionally found as rewards for completing daily jobs to defeat world bosses, explore delves in Murkmire, and help rebuild Root-Whisper Village.", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [2361] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["name"] = "Elder Argonian Style Master", -["Category_ID"] = 34, ["description"] = "Learn every chapter in the Elder Argonian style book, occasionally found as rewards for completing daily jobs to defeat world bosses, explore delves in Murkmire, and help rebuild Root-Whisper Village.", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [2362] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Blackrose Prison.", -["Category_ID"] = 34, ["name"] = "Blackrose Prison Vanquisher", +["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Blackrose Prison.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 15, } , [2363] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison.", -["Category_ID"] = 34, ["name"] = "Blackrose Prison Conqueror", +["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 50, } , [2364] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison without using Sigils during combat.", -["Category_ID"] = 34, ["name"] = "Sigil Stingy", +["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison without using Sigils during combat.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2365] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison without dying.", -["Category_ID"] = 34, ["name"] = "Unchained and Undying", +["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison without dying.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2366] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["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.", -["Category_ID"] = 34, ["name"] = "Gauntlet Gallop", +["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.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2367] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison in under 40 minutes without dying. The timer starts when the first arena begins.", -["Category_ID"] = 34, ["name"] = "Blackrose Buccaneer", +["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison in under 40 minutes without dying. The timer starts when the first arena begins.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2368] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison in under 40 minutes without dying and without activating Sigils during combat. The timer starts when the first arena begins.", -["Category_ID"] = 34, ["name"] = "God of the Gauntlet", +["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison in under 40 minutes without dying and without activating Sigils during combat. The timer starts when the first arena begins.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2369] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius without group members taking flame damage while her Flame Spouts ability is active in Veteran Blackrose Prison.", -["Category_ID"] = 34, ["name"] = "Faster than Flames", +["description"] = "Defeat Battlemage Ennodius without group members taking flame damage while her Flame Spouts ability is active in Veteran Blackrose Prison.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2370] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Defeat Tames-the-Beast without a group member becoming trapped by the Crushing Roots ability in Veteran Blackrose Prison.", -["Category_ID"] = 34, ["name"] = "Rarely Rooted", +["description"] = "Defeat Tames-the-Beast without a group member becoming trapped by the Crushing Roots ability in Veteran Blackrose Prison.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2371] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Defeat Lady Minara after three Bone Colossi are summoned within 30 seconds of the round beginning in Veteran Blackrose Prison.", -["Category_ID"] = 34, ["name"] = "Skeletal Summoning", +["description"] = "Defeat Lady Minara after three Bone Colossi are summoned within 30 seconds of the round beginning in Veteran Blackrose Prison.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2372] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Lady Minara, and Tames-the-Beast within 20 seconds of each other in Veteran Blackrose Prison.", -["Category_ID"] = 34, ["name"] = "A Thrilling Trifecta", +["description"] = "Defeat Battlemage Ennodius, Lady Minara, and Tames-the-Beast within 20 seconds of each other in Veteran Blackrose Prison.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2373] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Defeat Drakeeh the Unchained while always ensuring he absorbs at least 2 spirits before casting Spirit Scream in Veteran Blackrose Prison.", -["Category_ID"] = 34, ["name"] = "Spirits Sundered", +["description"] = "Defeat Drakeeh the Unchained while always ensuring he absorbs at least 2 spirits before casting Spirit Scream in Veteran Blackrose Prison.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2374] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Use Battlemage Ennodius\' Meteor ability to stun all four atronachs simultaneously in the first arena of Blackrose Prison.", -["Category_ID"] = 34, ["name"] = "Meteor Mayhem", +["description"] = "Use Battlemage Ennodius\' Meteor ability to stun all four atronachs simultaneously in the first arena of Blackrose Prison.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2375] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Use a Sigil of Resurrection in any arena to revive three other group members at once in Blackrose Prison.", -["Category_ID"] = 34, ["name"] = "Rise of the Fallen", +["description"] = "Use a Sigil of Resurrection in any arena to revive three other group members at once in Blackrose Prison.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2376] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Blackrose Prison", -["SubCategory_ID"] = 3, -["description"] = "Have a single group member successfully absorb at least three of Drakeeh\'s targets during his Spirit Ignition ability and cleanse themselves without dying.", -["Category_ID"] = 34, ["name"] = "Cleansing the Damned", +["description"] = "Have a single group member successfully absorb at least three of Drakeeh\'s targets during his Spirit Ignition ability and cleanse themselves without dying.", +["Category_ID"] = 35, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2378] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Murkmire", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Interact with a Swamp Jelly and harvest its resources.", -["Category_ID"] = 34, ["name"] = "Swamp Jelly Collector", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Interact with a Swamp Jelly and harvest its resources.", +["Category_ID"] = 35, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 5, } , [2380] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Cause Icestalker to uppercut its allies during Frenzied Pummeling in Frostvault.", -["Category_ID"] = 33, ["name"] = "Wild Walloping", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Cause Icestalker to uppercut its allies during Frenzied Pummeling in Frostvault.", +["Category_ID"] = 34, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 5, } , [2381] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Always dodge Warlord Tzogvin\'s Reckless Charges in Frostvault.", -["Category_ID"] = 33, ["name"] = "Running the Right Angles", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Always dodge Warlord Tzogvin\'s Reckless Charges in Frostvault.", +["Category_ID"] = 34, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 5, } , [2382] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Get Warlord Tzogvin to destroy all three of his banners with Raging Winds in Frostvault.", -["Category_ID"] = 33, ["name"] = "Three Sheets to the Wind", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Get Warlord Tzogvin to destroy all three of his banners with Raging Winds in Frostvault.", +["Category_ID"] = 34, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 5, } , [2383] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Destroy 20 of the Vault Protector\'s Constructs by detonating Volatile Spheres near them in Frostvault.", -["Category_ID"] = 33, ["name"] = "Collateral Damage", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Destroy 20 of the Vault Protector\'s Constructs by detonating Volatile Spheres near them in Frostvault.", +["Category_ID"] = 34, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [2384] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Rizzuk and Avalanche in Frostvault with each party member having been affected by Avalanche\'s Glacial Prison ability at least once during the fight in Veteran Frostvault.", -["Category_ID"] = 33, ["name"] = "Cold Potato", +["description"] = "Defeat Rizzuk and Avalanche in Frostvault with each party member having been affected by Avalanche\'s Glacial Prison ability at least once during the fight in Veteran Frostvault.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2385] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Knock 20 enemies off the Stonekeeper\'s platform in Frostvault.", -["Category_ID"] = 33, ["name"] = "Drop Testing", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Knock 20 enemies off the Stonekeeper\'s platform in Frostvault.", +["Category_ID"] = 34, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 5, } , [2386] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Take control of each type of custom skeevaton. Custom skeevatons are available during an Extermination Protocol phase of the Stonekeeper battle after having activated the Veracity Verifier in Veteran Frostvault. You cannot be Scrap Metal or dead at the end of the phase to receive credit.", -["Category_ID"] = 33, ["name"] = "A Variety of Vermin", +["description"] = "Take control of each type of custom skeevaton. Custom skeevatons are available during an Extermination Protocol phase of the Stonekeeper battle after having activated the Veracity Verifier in Veteran Frostvault. You cannot be Scrap Metal or dead at the end of the phase to receive credit.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, } , [2387] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Shut down the Stonekeeper\'s Extermination Protocol using Tharayya\'s skeevatons within 35 seconds of her summoning them in Frostvault. Timer begins at the start of her warning.", -["Category_ID"] = 33, ["name"] = "Rat Race", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Shut down the Stonekeeper\'s Extermination Protocol using Tharayya\'s skeevatons within 35 seconds of her summoning them in Frostvault. Timer begins at the start of her warning.", +["Category_ID"] = 34, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 10, } , [2388] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Don\'t allow any of the Scavenging Maw\'s Hunting Proboscis to be shattered and don\'t get hit by any of its shadow forms in Veteran Depths of Malatar.", -["Category_ID"] = 33, ["name"] = "Hide and Seek", +["description"] = "Don\'t allow any of the Scavenging Maw\'s Hunting Proboscis to be shattered and don\'t get hit by any of its shadow forms in Veteran Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2389] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Have no group members get hit by Glaciation during your battle with the Weeping Woman in Veteran Depths of Malatar.", -["Category_ID"] = 33, ["name"] = "Skating the Ice", +["description"] = "Have no group members get hit by Glaciation during your battle with the Weeping Woman in Veteran Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2390] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Don\'t destroy any colored orbs during the Dark Orb encounter in Veteran Depths of Malatar.", -["Category_ID"] = 33, ["name"] = "Color Blind", +["description"] = "Don\'t destroy any colored orbs during the Dark Orb encounter in Veteran Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2391] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Prevent Quintus from ever winning his deadlock with Tharayya during the battle with King Narilmor in Depths of Malatar.", -["Category_ID"] = 33, ["name"] = "Soul Mates", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Prevent Quintus from ever winning his deadlock with Tharayya during the battle with King Narilmor in Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 5, } , [2392] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat each color of Auroran during the battle with the Symphony of Blades in Depths of Malatar.", -["Category_ID"] = 33, -["name"] = "Reaping Rainbow", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["name"] = "Reaping Rainbow", +["description"] = "Defeat each color of Auroran during the battle with the Symphony of Blades in Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [2393] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Prevent the Symphony of Blades from crossing the Auroran Phalanx and becoming empowered by Meridia\'s Light in Veteran Depths of Malatar.", -["Category_ID"] = 33, ["name"] = "Out of Formation", +["description"] = "Prevent the Symphony of Blades from crossing the Auroran Phalanx and becoming empowered by Meridia\'s Light in Veteran Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2394] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Destroy 5 Ice Pillars with Sunburst meteors during the encounter with the Symphony of Blades in Veteran Depths of Malatar.", -["Category_ID"] = 33, ["name"] = "Ice Breaker", +["description"] = "Destroy 5 Ice Pillars with Sunburst meteors during the encounter with the Symphony of Blades in Veteran Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2395] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Symphony of Blades in Veteran Depths of Malatar after reading the Dictate to the Lady of Light and destroying all of the colored orbs during the encounter.", -["Category_ID"] = 33, ["name"] = "Lackluster", +["description"] = "After reading the Dictate to the Lady of Light, enter the colored room without leaving any colored orbs alive during the Symphony of Blades encounter in Veteran Depths of Malatar.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2396] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Abode of Ignominy Explorer", ["description"] = "Explore and clear the Abode of Ignominy.", ["Category_ID"] = 17, -["name"] = "Abode of Ignominy Explorer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 5, } , [2397] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Predator Mesa Explorer", ["description"] = "Explore and clear Predator Mesa.", ["Category_ID"] = 17, -["name"] = "Predator Mesa Explorer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 5, } , [2398] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Desert Wind Caverns Explorer", ["description"] = "Explore and clear Desert Wind Caverns.", ["Category_ID"] = 17, -["name"] = "Desert Wind Caverns Explorer", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 5, } , [2399] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Tomb of the Serpents Explorer", ["description"] = "Explore and clear the Tomb of the Serpents.", ["Category_ID"] = 17, -["name"] = "Tomb of the Serpents Explorer", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 5, } , [2400] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Darkpool Mine Explorer", ["description"] = "Explore and clear Darkpool Mine.", ["Category_ID"] = 17, -["name"] = "Darkpool Mine Explorer", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 5, } , [2401] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "The Tangle Explorer", ["description"] = "Explore and clear the Tangle.", ["Category_ID"] = 17, -["name"] = "The Tangle Explorer", +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2402] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Northern Elsweyr Cave Delver", ["description"] = "Explore and clear all six explorable caves in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Northern Elsweyr Cave Delver", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, } , [2403] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Northern Elsweyr Pathfinder", ["description"] = "Discover all of the striking locales in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Northern Elsweyr Pathfinder", -["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 7, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [2404] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Northern Elsweyr Master Explorer", ["description"] = "Discover and clear all caves and striking locales in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Northern Elsweyr Master Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 15, } , [2405] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Skullcracker", ["description"] = "Defeat the skullguard, Na\'ruzz the Boneweaver, at the Bone Pit.", ["Category_ID"] = 17, -["name"] = "Skullcracker", -["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 10, } , [2406] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Flattened the Nightmare Plateau", ["description"] = "Defeat the dro-m\'Athra, Zalsheem, on the Nightmare Plateau.", ["Category_ID"] = 17, -["name"] = "Flattened the Nightmare Plateau", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 10, } , [2407] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Terror Bird Terminator", ["description"] = "Defeat the terror bird, Wily Kee\'va, at Talon Gulch.", ["Category_ID"] = 17, -["name"] = "Terror Bird Terminator", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 21, +["points"] = 10, } , [2408] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Grave Guardian", ["description"] = "Defeat the necromancer, Thannar the Graveprowler, at Scar\'s Edge.", ["Category_ID"] = 17, -["name"] = "Grave Guardian", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 22, +["points"] = 10, } , [2409] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Sword Sunderer", ["description"] = "Defeat Sword Master Vhysradue on the Hill of Shattered Swords.", ["Category_ID"] = 17, -["name"] = "Sword Sunderer", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 10, } , [2410] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Red-Handed Vigilante", ["description"] = "Defeat the criminal duo, Zav\'i and Akumjhargo, at Red Hands Run.", ["Category_ID"] = 17, -["name"] = "Red-Handed Vigilante", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 24, +["points"] = 10, } , [2411] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Defender of Northern Elsweyr", ["description"] = "Defeat all six world bosses in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Defender of Northern Elsweyr", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 17, +["points"] = 15, } , [2412] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["name"] = "Northern Elsweyr Master Angler", -["Category_ID"] = 17, ["description"] = "Catch all 12 rare fish in Northern Elsweyr.", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 17, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 5, } , [2413] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 200 Hollowfang clan vampires in Veteran Moongrave Fane. Hollowfang Dire-Maws and Bloodpanthers do not give credit for this achievement.", -["Category_ID"] = 32, ["name"] = "Hollowfang Clan Slayer", +["description"] = "Defeat 200 Hollowfang clan vampires in Veteran Moongrave Fane. Hollowfang Dire-Maws and Bloodpanthers do not give credit for this achievement.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2414] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 25 Hollowfang Dire-Maws in Veteran Moongrave Fane.", -["Category_ID"] = 32, ["name"] = "Hollowfang Dire-Maw Slayer", +["description"] = "Defeat 25 Hollowfang Dire-Maws in Veteran Moongrave Fane.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2415] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Moongrave Fane.", -["Category_ID"] = 32, ["name"] = "Moongrave Fane Vanquisher", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Defeat the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Moongrave Fane.", +["Category_ID"] = 33, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [2416] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Veteran Moongrave Fane.", -["Category_ID"] = 32, ["name"] = "Moongrave Fane Conqueror", +["description"] = "Defeat the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Veteran Moongrave Fane.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, } , [2417] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Grundwulf after using the Sangiin Hemo Helot in Veteran Moongrave Fane.", -["Category_ID"] = 32, ["name"] = "Drunk on Power", +["description"] = "Defeat Grundwulf after using the Sangiin Hemo Helot in Veteran Moongrave Fane.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2418] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf within 30 minutes of entering Veteran Moongrave Fane. Your timer starts when players engage the first group of enemies.", -["Category_ID"] = 32, ["name"] = "Blood Rush", +["description"] = "Defeat all encounters in addition to the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf within 30 minutes of entering Veteran Moongrave Fane. Your timer starts when players engage the first group of enemies.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2419] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Veteran Moongrave Fane without suffering a group member death.", -["Category_ID"] = 32, ["name"] = "Escape the Grave", +["description"] = "Defeat all encounters in addition to the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Veteran Moongrave Fane without suffering a group member death.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2420] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Enter either Moongrave Fane or Lair of Maarselok for the first time.", -["Category_ID"] = 32, ["name"] = "Scalebreaker Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Enter either Moongrave Fane or Lair of Maarselok for the first time.", +["Category_ID"] = 33, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 5, } , [2421] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Moongrave Fane.", -["Category_ID"] = 32, ["name"] = "Moongrave Fane Challenger", +["description"] = "Complete the listed achievements for Veteran Moongrave Fane.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [2422] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf after using the Sangiin Hemo Helot in Veteran Moongrave Fane in under 30 minutes without suffering a group member death.", -["Category_ID"] = 32, ["name"] = "Defanged the Devourer", +["description"] = "Defeat all encounters in addition to the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf after using the Sangiin Hemo Helot in Veteran Moongrave Fane in under 30 minutes without suffering a group member death.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2423] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 400 Azureblight Infected in Veteran Lair of Maarselok.", -["Category_ID"] = 32, ["name"] = "Azureblight Infected Slayer", +["description"] = "Defeat 400 Azureblight Infected in Veteran Lair of Maarselok.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2424] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 50 Azureblight Lurchers or Azureblight Infestors in Veteran Lair of Maarselok.", -["Category_ID"] = 32, ["name"] = "Azureblight Construct Slayer", +["description"] = "Defeat 50 Azureblight Lurchers or Azureblight Infestors in Veteran Lair of Maarselok.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2425] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat Selene, Maarselok in flight, the Azureblight Cancroid, Maarselok on his perch, and Maarselok in his roost in Lair of Maarselok.", -["Category_ID"] = 32, ["name"] = "Lair of Maarselok Vanquisher", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Defeat Selene, Maarselok in flight, the Azureblight Cancroid, Maarselok on his perch, and Maarselok in his roost in Lair of Maarselok.", +["Category_ID"] = 33, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [2426] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Selene, Maarselok in flight, the Azureblight Cancroid, Maarselok on his perch, and Maarselok in his roost in Veteran Lair of Maarselok.", -["Category_ID"] = 32, ["name"] = "Lair of Maarselok Conqueror", +["description"] = "Defeat Selene, Maarselok in flight, the Azureblight Cancroid, Maarselok on his perch, and Maarselok in his roost in Veteran Lair of Maarselok.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, } , [2427] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Maarselok in his roost after using the Azureblight Seed in Veteran Lair of Maarselok.", -["Category_ID"] = 32, ["name"] = "Selene\'s Savior", +["description"] = "Defeat Maarselok in his roost after using the Azureblight Seed in Veteran Lair of Maarselok.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2428] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to Selene, Maarselok in flight, the Azureblight Cancroid, Maarselok on his perch, and Maarselok in his roost within 35 minutes of entering Veteran Lair of Maarselok. Your timer starts on engaging the first group of enemies.", -["Category_ID"] = 32, ["name"] = "Weed Eater", +["description"] = "Defeat all encounters in addition to Selene, Maarselok in flight, the Azureblight Cancroid, Maarselok on his perch, and Maarselok in his roost within 35 minutes of entering Veteran Lair of Maarselok. Your timer starts on engaging the first group of enemies.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2429] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to Selene, Maarselok in flight, the Azureblight Cancroid, Maarselok on his perch, and Maarselok in his roost in Veteran Lair of Maarselok without suffering a group member death.", -["Category_ID"] = 32, ["name"] = "Undying Endurance", +["description"] = "Defeat all encounters in addition to Selene, Maarselok in flight, the Azureblight Cancroid, Maarselok on his perch, and Maarselok in his roost in Veteran Lair of Maarselok without suffering a group member death.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2430] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Lair of Maarselok.", -["Category_ID"] = 32, ["name"] = "Lair of Maarselok Challenger", +["description"] = "Complete the listed achievements for Veteran Lair of Maarselok.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [2431] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to Selene, Maarselok in flight, the Azureblight Cancroid, Maarselok on his perch, and Maarselok in his roost after using the Azureblight Seed in Veteran Lair of Maarselok in under 35 minutes without suffering a group member death.", -["Category_ID"] = 32, ["name"] = "Nature\'s Wrath", +["description"] = "Defeat all encounters in addition to Selene, Maarselok in flight, the Azureblight Cancroid, Maarselok on his perch, and Maarselok in his roost after using the Azureblight Seed in Veteran Lair of Maarselok in under 35 minutes without suffering a group member death.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2432] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Complete both Moongrave Fane and Lair of Maarselok in Veteran.", -["Category_ID"] = 32, ["name"] = "Scalebreaker Delver", +["description"] = "Complete both Moongrave Fane and Lair of Maarselok in Veteran.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, } , [2433] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Sunspire Completed", ["description"] = "Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas in Sunspire.", ["Category_ID"] = 17, -["name"] = "Sunspire Completed", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [2434] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Sunspire Sprinter", ["description"] = "Defeat all enemies in addition to Yolnahkriin, Lokkestiiz, and Nahviintaas in Veteran Sunspire within 30 minutes of entering the corridor between the Sunspire Temple Vestibule and the Courtyard in Veteran Sunspire.", ["Category_ID"] = 17, -["name"] = "Sunspire Sprinter", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [2435] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Sunspire Conqueror", ["description"] = "Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas in Veteran Sunspire.", ["Category_ID"] = 17, -["name"] = "Sunspire Conqueror", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [2436] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Dragonsbane", ["description"] = "Defeat all enemies in addition to Yolnahkriin, Lokkestiiz, and Nahviintaas without suffering a group member death in Veteran Sunspire.", ["Category_ID"] = 17, -["name"] = "Dragonsbane", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [2437] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Senche-raht Slayer", ["description"] = "Defeat 100 Alkosh\'s Roars, Jone\'s Gale-Claws, or Jode\'s Fire-Fangs in Sunspire.", ["Category_ID"] = 17, -["name"] = "Senche-raht Slayer", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [2438] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Dragonbound Demolisher", ["description"] = "Defeat 200 of Alkosh\'s Fate, Will, Fury, or Ruin in Sunspire.", ["Category_ID"] = 17, -["name"] = "Dragonbound Demolisher", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [2440] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Rimmen Necropolis Conqueror", ["description"] = "Defeat all of the champions in Rimmen Necropolis.", ["Category_ID"] = 17, -["name"] = "Rimmen Necropolis Conqueror", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 50, } , [2441] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Rimmen Necropolis Vanquisher", ["description"] = "Defeat three of the champions in Rimmen Necropolis.", ["Category_ID"] = 17, -["name"] = "Rimmen Necropolis Vanquisher", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [2442] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Orcrest Conqueror", ["description"] = "Defeat all of the champions in Orcrest.", ["Category_ID"] = 17, -["name"] = "Orcrest Conqueror", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 50, } , [2443] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Orcrest Vanquisher", ["description"] = "Defeat three of the champions in Orcrest.", ["Category_ID"] = 17, -["name"] = "Orcrest Vanquisher", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 5, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [2444] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Rimmen Necropolis Group Event", ["description"] = "Defeat Aspect of Darloc Brae and Champion of Mehrunnez in the Rimmen Necropolis.", ["Category_ID"] = 17, -["name"] = "Rimmen Necropolis Group Event", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 50, } , [2445] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Orcrest Group Event", ["description"] = "Defeat the Plague of Crows in Orcrest.", ["Category_ID"] = 17, -["name"] = "Orcrest Group Event", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 50, } , [2461] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 18, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["name"] = "Northern Elsweyr Skyshard Hunter", -["Category_ID"] = 17, ["description"] = "Discover all 18 Skyshards in Northern Elsweyr.", +["Category_ID"] = 17, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 18, +["points"] = 10, } , [2462] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 13, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Dragonguard Scholar", ["description"] = "Read all 13 Dragonguard plaques in the hidden Akaviri shrine known as Dov-Vahl Shrine.", ["Category_ID"] = 17, -["name"] = "Dragonguard Scholar", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 13, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 15, } , [2463] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 17, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["name"] = "Mural Mender", -["Category_ID"] = 17, ["description"] = "Collect and restore all fragments of the Rithana-di-Renada, an ancient Khajiiti mural, for the House of Histories.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 17, +["Category_ID"] = 17, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [2466] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Sunspire Vanquisher", ["description"] = "Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas after extinguishing all of their offering braziers in Veteran Sunspire.", ["Category_ID"] = 17, -["name"] = "Sunspire Vanquisher", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 50, } , [2467] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Godslayer of Sunspire", ["description"] = "Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas along with all their hostile followers after extinguishing all their offering braziers, without suffering a group member death, within 30 minutes of entering the corridor between the Sunspire Temple Vestibule and the Courtyard in Veteran Sunspire.", ["Category_ID"] = 17, -["name"] = "Godslayer of Sunspire", -["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 50, } , [2468] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 10, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Sunspire Dragonbreak", ["description"] = "Complete the listed achievements for Sunspire.", ["Category_ID"] = 17, -["name"] = "Sunspire Dragonbreak", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 10, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [2469] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Stoking the Fire", ["description"] = "Defeat Yolnahkriin after extinguishing his offering braziers in Veteran Sunspire.", ["Category_ID"] = 17, -["name"] = "Stoking the Fire", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 15, } , [2470] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Stormchaser", ["description"] = "Defeat Lokkestiiz after extinguishing his offering braziers in Veteran Sunspire.", ["Category_ID"] = 17, -["name"] = "Stormchaser", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 15, } , [2471] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Complete both Frostvault and Depths of Malatar in Normal.", -["Category_ID"] = 33, ["name"] = "Wrathstone Scout", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Complete both Frostvault and Depths of Malatar in Normal.", +["Category_ID"] = 34, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [2474] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 2475, +["firstID"] = 2474, ["Category"] = "Elsweyr", ["name"] = "Anequina Dragon Killer", -["Category_ID"] = 17, ["description"] = "Kill 1 Dragon in the wilds of Northern Elsweyr.", -["achievementIndex"] = 6, -["firstID"] = 2474, -["numCriteria"] = 1, +["Category_ID"] = 17, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 5, } , [2475] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 2476, +["firstID"] = 2474, ["Category"] = "Elsweyr", ["name"] = "Anequina Dragon Stalker", -["Category_ID"] = 17, ["description"] = "Kill 25 Dragons in the wilds of Northern Elsweyr.", -["achievementIndex"] = 6, -["firstID"] = 2474, -["numCriteria"] = 1, +["Category_ID"] = 17, +["prevId"] = 2474, +["achievementIndex"] = 4, +["points"] = 10, } , [2476] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2474, ["Category"] = "Elsweyr", ["name"] = "Anequina Dragon Hunter", -["Category_ID"] = 17, ["description"] = "Kill 50 Dragons in the wilds of Northern Elsweyr.", -["achievementIndex"] = 6, -["firstID"] = 2474, -["numCriteria"] = 1, +["Category_ID"] = 17, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 15, } , [2482] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2483, +["firstID"] = 2482, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Tharn\'s Aide-de-Camp", ["description"] = "Complete the \"Rage of Dragons\" quest in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Tharn\'s Aide-de-Camp", -["achievementIndex"] = 3, -["firstID"] = 2482, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [2483] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2484, +["firstID"] = 2482, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Precarious Parley", ["description"] = "Complete \"The Usurper Queen\" quest in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Precarious Parley", -["achievementIndex"] = 3, -["firstID"] = 2482, -["numCriteria"] = 1, +["prevId"] = 2482, +["achievementIndex"] = 4, +["points"] = 10, } , [2484] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2485, +["firstID"] = 2482, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Riverhold Defender", ["description"] = "Complete \"The Battle for Riverhold\" quest in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Riverhold Defender", -["achievementIndex"] = 3, -["firstID"] = 2482, -["numCriteria"] = 1, +["prevId"] = 2483, +["achievementIndex"] = 4, +["points"] = 10, } , [2485] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2482, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Rimmen Revolution", ["description"] = "Complete the \"Two Queens\" quest in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Rimmen Revolution", -["achievementIndex"] = 3, -["firstID"] = 2482, -["numCriteria"] = 1, +["prevId"] = 2484, +["achievementIndex"] = 4, +["points"] = 10, } , [2486] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2487, +["firstID"] = 2486, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Assassination Cessation", ["description"] = "Complete \"The Final Order\" quest in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Assassination Cessation", -["achievementIndex"] = 4, -["firstID"] = 2486, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [2487] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2488, +["firstID"] = 2486, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Betrayer Breaker", ["description"] = "Complete the \"Cadwell the Betrayer\" quest in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Betrayer Breaker", -["achievementIndex"] = 4, -["firstID"] = 2486, -["numCriteria"] = 1, +["prevId"] = 2486, +["achievementIndex"] = 3, +["points"] = 10, } , [2488] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2489, +["firstID"] = 2486, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Moonwalker", ["description"] = "Complete the \"Jode\'s Core\" quest in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Moonwalker", -["achievementIndex"] = 4, -["firstID"] = 2486, -["numCriteria"] = 1, +["prevId"] = 2487, +["achievementIndex"] = 3, +["points"] = 10, } , [2489] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2486, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Queenmaker", ["description"] = "Complete \"The Heir of Anequina\" quest in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Queenmaker", -["achievementIndex"] = 4, -["firstID"] = 2486, -["numCriteria"] = 1, +["prevId"] = 2488, +["achievementIndex"] = 3, +["points"] = 10, } , [2490] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2491, +["firstID"] = 2490, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Baandari Hireling", ["description"] = "Complete 1 delve daily job for Nisuzi the Baandari in Rimmen within the Northern Elsweyr zone.", ["Category_ID"] = 17, -["name"] = "Baandari Hireling", +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 2490, -["numCriteria"] = 1, +["points"] = 5, } , [2491] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2492, +["firstID"] = 2490, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Baandari Associate", ["description"] = "Complete 10 delve daily jobs for Nisuzi the Baandari in Rimmen within the Northern Elsweyr zone.", ["Category_ID"] = 17, -["name"] = "Baandari Associate", +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 2490, -["numCriteria"] = 1, +["points"] = 10, } , -[2492] = { -["points"] = 15, -["prevId"] = 0, +[2492] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2490, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Baandari Agent", ["description"] = "Complete 30 delve daily jobs for Nisuzi the Baandari in Rimmen within the Northern Elsweyr zone.", ["Category_ID"] = 17, -["name"] = "Baandari Agent", +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 2490, -["numCriteria"] = 1, +["points"] = 15, } , [2493] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2494, +["firstID"] = 2493, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Anequina Monster Hunter", ["description"] = "Complete 1 world boss daily job for Ri\'hirr in Rimmen within the Northern Elsweyr zone.", ["Category_ID"] = 17, -["name"] = "Anequina Monster Hunter", +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 2493, -["numCriteria"] = 1, +["points"] = 5, } , [2494] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2495, +["firstID"] = 2493, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Anequina Monster Slayer", ["description"] = "Complete 10 world boss daily jobs for Ri\'hirr in Rimmen within the Northern Elsweyr zone.", ["Category_ID"] = 17, -["name"] = "Anequina Monster Slayer", +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 2493, -["numCriteria"] = 1, +["points"] = 10, } , [2495] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2493, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Anequina Monster Exterminator", ["description"] = "Complete 30 world boss daily jobs for Ri\'hirr in Rimmen within the Northern Elsweyr zone.", ["Category_ID"] = 17, -["name"] = "Anequina Monster Exterminator", +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 2493, -["numCriteria"] = 1, +["points"] = 15, } , [2496] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2497, +["firstID"] = 2496, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Dragon Chaser", ["description"] = "Complete 1 Dragon daily job for Battlereeve Tanerline in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Dragon Chaser", +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 2496, -["numCriteria"] = 1, +["points"] = 5, } , [2497] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2498, +["firstID"] = 2496, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Dragon Assassin", ["description"] = "Complete 10 Dragon daily jobs for Battlereeve Tanerline in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Dragon Assassin", +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 2496, -["numCriteria"] = 1, +["points"] = 10, } , [2498] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2496, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Dragon Exterminator", ["description"] = "Complete 30 Dragon daily jobs for Battlereeve Tanerline in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Dragon Exterminator", +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 2496, -["numCriteria"] = 1, +["points"] = 15, } , [2499] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Strike When the Iron\'s Hot", ["description"] = "Defeat Yolnahkriin while destroying his Iron Servants only after they have enraged in Sunspire.", ["Category_ID"] = 17, -["name"] = "Strike When the Iron\'s Hot", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 10, } , [2500] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Faster Than Lightning", ["description"] = "Defeat Lokkestiiz without any group members being hit by Storm Breath in Sunspire.", ["Category_ID"] = 17, -["name"] = "Faster Than Lightning", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 10, } , [2501] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Keeping In Sync", ["description"] = "Defeat Nahviintaas without a member of the group Time Shifting through a Time Breach more than once in Veteran Sunspire.", ["Category_ID"] = 17, -["name"] = "Keeping In Sync", -["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 10, } , [2503] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Learn every chapter in the Coldsnap style book, occasionally found as rewards for completing the Frostvault dungeon.", -["Category_ID"] = 33, ["name"] = "Coldsnap Style Master", +["description"] = "Learn every chapter in the Coldsnap style book, occasionally found as rewards for completing the Frostvault dungeon.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, } , [2504] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Wrathstone", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Learn every chapter in the Meridian style book, occasionally found as rewards for completing the Depths of Malatar dungeon.", -["Category_ID"] = 33, ["name"] = "Meridian Style Master", +["description"] = "Learn every chapter in the Meridian style book, occasionally found as rewards for completing the Depths of Malatar dungeon.", +["Category_ID"] = 34, +["prevId"] = 0, ["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 14, +["points"] = 50, } , [2505] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["name"] = "Anequina Style Master", -["Category_ID"] = 17, ["description"] = "Learn every chapter in the Anequina style book, found by completing daily jobs for Ri\'hirr and Nisuzi.", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 17, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [2506] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["name"] = "Pellitine Style Master", -["Category_ID"] = 17, ["description"] = "Learn every chapter in the Pellitine style book, found by completing daily Dragon hunt quests.", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 17, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [2507] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 3, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Sunspire", -["SubCategory_ID"] = 3, +["name"] = "Sunspire Style Master", ["description"] = "Learn every chapter in the Sunspire style book, found in the Sunspire trial.", ["Category_ID"] = 17, -["name"] = "Sunspire Style Master", -["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 14, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [2508] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Elsweyr Grand Adventurer", ["description"] = "Complete 32 unique quests in Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Elsweyr Grand Adventurer", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [2509] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 7, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["name"] = "Savior of Elsweyr", -["Category_ID"] = 17, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Elsweyr.", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 7, +["Category_ID"] = 17, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [2519] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Alfiq Mummy Master", ["description"] = "Gather Mummified Alfiq Parts from the Rimmen Necropolis and resurrect the Grisly Mummy Tabby.", ["Category_ID"] = 17, -["name"] = "Alfiq Mummy Master", -["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 25, +["points"] = 10, } , [2520] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, +["name"] = "Peryite Plague-Clothes Patcher", ["description"] = "Gather Plague-Drenched Fabrics in Orcrest and combine them to create the Peryite Skeevemaster Robe.", ["Category_ID"] = 17, -["name"] = "Peryite Plague-Clothes Patcher", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 23, +["points"] = 10, } , [2522] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 8, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, +["name"] = "Champion of Anequina", ["description"] = "Topple the Usurper Queen, defeat Mulaamnir, and help restore the throne of Rimmen as a rage of Dragons threatens Northern Elsweyr.", ["Category_ID"] = 17, -["name"] = "Champion of Anequina", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 8, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [2523] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Thieves Guild", ["name"] = "Thieves Guild Skill Master", -["Category_ID"] = 41, ["description"] = "Reach the max rank of the Thieves Guild Skill Line.", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 42, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 50, } , [2524] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dark Brotherhood", ["name"] = "Dark Brotherhood Skill Master", -["Category_ID"] = 40, ["description"] = "Reach the max rank of the Dark Brotherhood Skill Line.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 41, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [2525] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Elsweyr", ["name"] = "Draconic Minion Murderer", -["Category_ID"] = 17, ["description"] = "Kill 100 Flame Wyrms, Flame Atronachs, and Iron Atronachs while battling Dragons.", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 3, +["Category_ID"] = 17, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [2534] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["name"] = "Pieces of History", -["Category_ID"] = 31, ["description"] = "Gather pieces of the priceless Khajiit tapestry, Khajiit of the Moons, to honor its history and inspire the citizens of Senchal.", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [2537] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 200 Reach warriors in Veteran Icereach.", -["Category_ID"] = 30, ["name"] = "Reachfolk Slayer", +["description"] = "Defeat 200 Reach warriors in Veteran Icereach.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2538] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 45 Frost Atronachs in Veteran Icereach.", -["Category_ID"] = 30, ["name"] = "Frost Atronach Slayer", +["description"] = "Defeat 45 Frost Atronachs in Veteran Icereach.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2539] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven in Icereach.", -["Category_ID"] = 30, ["name"] = "Icereach Vanquisher", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Defeat Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven in Icereach.", +["Category_ID"] = 31, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [2540] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven in Veteran Icereach.", -["Category_ID"] = 30, ["name"] = "Icereach Conqueror", +["description"] = "Defeat Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven in Veteran Icereach.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, } , [2541] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Icereach Coven after burning their sacred wicker totem in Veteran Icereach.", -["Category_ID"] = 30, ["name"] = "Cold-Blooded Killer", +["description"] = "Defeat the Icereach Coven after burning their sacred wicker totem in Veteran Icereach.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2542] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven within 30 minutes of entering Veteran Icereach. Your timer starts when you engage the first group of enemies.", -["Category_ID"] = 30, ["name"] = "Thane\'s Haste", +["description"] = "Defeat Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven within 30 minutes of entering Veteran Icereach. Your timer starts when you engage the first group of enemies.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2543] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven in Veteran Icereach without suffering a group member death.", -["Category_ID"] = 30, ["name"] = "Hex-Proof", +["description"] = "Defeat all encounters in addition to Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven in Veteran Icereach without suffering a group member death.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2544] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Enter either Icereach or Unhallowed Grave for the first time.", -["Category_ID"] = 30, ["name"] = "Harrowstorm Explorer", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Enter either Icereach or Unhallowed Grave for the first time.", +["Category_ID"] = 31, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 5, } , [2545] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Icereach.", -["Category_ID"] = 30, ["name"] = "Icereach Challenger", +["description"] = "Complete the listed achievements for Veteran Icereach.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [2546] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven after burning the witches\' wicker totem in Veteran Icereach within 30 minutes without suffering a group member death.", -["Category_ID"] = 30, ["name"] = "No Rest for the Wicked", +["description"] = "Defeat all encounters in addition to Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven after burning the witches\' wicker totem in Veteran Icereach within 30 minutes without suffering a group member death.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2547] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 200 Draugrkin warriors in Veteran Unhallowed Grave.", -["Category_ID"] = 30, ["name"] = "Draugrkin Slayer", +["description"] = "Defeat 200 Draugrkin warriors in Veteran Unhallowed Grave.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2548] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 10 Bone Colossi in Veteran Unhallowed Grave.", -["Category_ID"] = 30, ["name"] = "Bone Colossus Slayer", +["description"] = "Defeat 10 Bone Colossi in Veteran Unhallowed Grave.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2549] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald in the Unhallowed Grave.", -["Category_ID"] = 30, ["name"] = "Unhallowed Grave Vanquisher", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 5, +["description"] = "Defeat Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald in the Unhallowed Grave.", +["Category_ID"] = 31, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [2550] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald in Veteran Unhallowed Grave.", -["Category_ID"] = 30, ["name"] = "Unhallowed Grave Conqueror", +["description"] = "Defeat Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald in Veteran Unhallowed Grave.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 5, +["points"] = 10, } , -[2551] = { -["points"] = 50, -["prevId"] = 0, +[2551] = { +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Kjalnar Tombskald after destroying Kjalnar\'s Skull Totem in Veteran Unhallowed Grave.", -["Category_ID"] = 30, ["name"] = "Skull Smasher", +["description"] = "Defeat Kjalnar Tombskald after destroying Kjalnar\'s Skull Totem in Veteran Unhallowed Grave.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2552] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald within 30 minutes of entering Veteran Unhallowed Grave. Your timer starts when you engage the first group of enemies. Access to Voria\'s Sanctum is not required.", -["Category_ID"] = 30, ["name"] = "Grave Robber", +["description"] = "Defeat all encounters in addition to Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald within 30 minutes of entering Veteran Unhallowed Grave. Your timer starts when you engage the first group of enemies. Access to Voria\'s Sanctum is not required.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2553] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald in Veteran Unhallowed Grave without suffering a group member death. Access to Voria\'s Sanctum is not required.", -["Category_ID"] = 30, ["name"] = "Unscathed Grave", +["description"] = "Defeat all encounters in addition to Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald in Veteran Unhallowed Grave without suffering a group member death. Access to Voria\'s Sanctum is not required.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2554] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Unhallowed Grave.", -["Category_ID"] = 30, ["name"] = "Unhallowed Grave Challenger", +["description"] = "Complete the listed achievements for Veteran Unhallowed Grave.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [2555] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald after destroying his unholy totem in Veteran Unhallowed Grave within 30 minutes, and without suffering a group member death. Access to Voria\'s Sanctum is not required.", -["Category_ID"] = 30, ["name"] = "In Defiance of Death", +["description"] = "Defeat all encounters in addition to Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald after destroying his unholy totem in Veteran Unhallowed Grave within 30 minutes, and without suffering a group member death. Access to Voria\'s Sanctum is not required.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2556] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Complete both Icereach and Unhallowed Grave in Veteran.", -["Category_ID"] = 30, ["name"] = "Harrowstorm Delver", +["description"] = "Complete both Icereach and Unhallowed Grave in Veteran.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 2, +["points"] = 50, } , [2557] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Forsaken Citadel.", -["Category_ID"] = 31, ["name"] = "Forsaken Citadel Explorer", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear the Forsaken Citadel.", +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 5, } , [2558] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Moonlit Cove.", -["Category_ID"] = 31, ["name"] = "Moonlit Cove Explorer", +["description"] = "Explore and clear the Moonlit Cove.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2559] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and clear all caves and striking locales in Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Southern Elsweyr Master Explorer", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Discover and clear all caves and striking locales in Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 15, } , [2560] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover and clear both explorable caves in Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Southern Elsweyr Cave Delver", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Discover and clear both explorable caves in Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [2561] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Discover all of the striking locales in Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Pellitine Pathfinder", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 6, +["description"] = "Discover all of the striking locales in Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [2562] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["name"] = "Southern Elsweyr Skyshard Hunter", -["Category_ID"] = 31, ["description"] = "Discover all 6 Skyshards in Southern Elsweyr.", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 6, +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [2563] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat both world bosses in Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Defender of Pellitine", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Defeat both world bosses in Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 15, } , [2564] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat the temple guardian Iratan the Lightbringer at the Shrine of the Reforged.", -["Category_ID"] = 31, ["name"] = "Temple Guardian Terror", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat the temple guardian Iratan the Lightbringer at the Shrine of the Reforged.", +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [2565] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Defeat the exiled adept Ri\'Atahrashi at his training ground.", -["Category_ID"] = 31, ["name"] = "End of the Exile", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat the exiled adept Ri\'Atahrashi at his training ground.", +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [2566] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["name"] = "Pellitine Master Angler", -["Category_ID"] = 31, ["description"] = "Catch all 12 rare fish in Southern Elsweyr.", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 5, } , [2569] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Risen Ruins without creating a Hemo Helot using the Sangiin Sacrifice Synergy in Veteran Moongrave Fane.", -["Category_ID"] = 32, ["name"] = "Bloodless Kill", +["description"] = "Defeat the Risen Ruins without creating a Hemo Helot using the Sangiin Sacrifice Synergy in Veteran Moongrave Fane.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2570] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat Dro\'zakar after smashing a Hemo Helot that he is consuming in Moongrave Fane.", -["Category_ID"] = 32, ["name"] = "Bloody Kill", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat Dro\'zakar after smashing a Hemo Helot that he is consuming in Moongrave Fane.", +["Category_ID"] = 33, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 5, } , [2571] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Kujo Kethba and block three geysers within three seconds of each other in Veteran Moongrave Fane.", -["Category_ID"] = 32, ["name"] = "Cubed", +["description"] = "Defeat the Kujo Kethba and block three geysers within three seconds of each other in Veteran Moongrave Fane.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2572] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Land a killing blow on a Sangiin\'s Thirst using a Hemo Helot in Veteran Moongrave Fane.", -["Category_ID"] = 32, ["name"] = "Quench the Thirst", +["description"] = "Land a killing blow on a Sangiin\'s Thirst using a Hemo Helot in Veteran Moongrave Fane.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2573] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Nisaazda and Grundwulf without letting Nisaazda use her Blood Ties ability to equalize their health in Veteran Moongrave Fane.", -["Category_ID"] = 32, ["name"] = "Failed Transfusion", +["description"] = "Defeat Nisaazda and Grundwulf without letting Nisaazda use her Blood Ties ability to equalize their health in Veteran Moongrave Fane.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2574] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Grundwulf with each member of the group moving the Sliding Stone no more than once in Veteran Moongrave Fane.", -["Category_ID"] = 32, ["name"] = "Shared Experience", +["description"] = "Defeat Grundwulf with each member of the group moving the Sliding Stone no more than once in Veteran Moongrave Fane.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2575] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "After using the Sangiin Hemo Helot, squash Ravenous Hoarvors with the Sliding Stone in Veteran Moongrave Fane.", -["Category_ID"] = 32, ["name"] = "Drop the Block", +["description"] = "After using the Sangiin Hemo Helot, squash Ravenous Hoarvors with the Sliding Stone in Veteran Moongrave Fane.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2576] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat Selene without taking damage from her Poison Bolts in Lair of Maarselok.", -["Category_ID"] = 32, ["name"] = "Duck and Weave", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat Selene without taking damage from her Poison Bolts in Lair of Maarselok.", +["Category_ID"] = 33, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [2577] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Hit 150 enemies with Hemo Helots within Moongrave Fane.", -["Category_ID"] = 32, ["name"] = "Blood Striker", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Hit 150 enemies with Hemo Helots within Moongrave Fane.", +["Category_ID"] = 33, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 10, } , [2578] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat Maarselok in flight without any member of your group being hit by his Blight Ball or Blighted Ground attacks in Lair of Maarselok.", -["Category_ID"] = 32, ["name"] = "Eyes to the Sky", -["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat Maarselok in flight without any member of your group being hit by his Blight Ball or Blighted Ground attacks in Lair of Maarselok.", +["Category_ID"] = 33, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 10, } , [2579] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Azureblight Lurcher while it is enraged by Maarselok\'s Blighted Ground in Veteran Lair of Maarselok.", -["Category_ID"] = 32, ["name"] = "Garden Master", +["description"] = "Defeat the Azureblight Lurcher while it is enraged by Maarselok\'s Blighted Ground in Veteran Lair of Maarselok.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2580] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Azureblight Cancroid with a cleansed Seed of Corruption being picked up by every member of the group in Lair of Maarselok.", -["Category_ID"] = 32, ["name"] = "Crop Rotation", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Defeat the Azureblight Cancroid with a cleansed Seed of Corruption being picked up by every member of the group in Lair of Maarselok.", +["Category_ID"] = 33, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 5, } , [2581] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Maarselok on his perches without any of Shagrath\'s Host dying in Veteran Lair of Maarselok.", -["Category_ID"] = 32, ["name"] = "Shagrath\'s Shield", +["description"] = "Defeat Maarselok on his perches without any of Shagrath\'s Host dying in Veteran Lair of Maarselok.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2582] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Maarselok on his perches without defeating any Azureblight Lurchers in Veteran Lair of Maarselok.", -["Category_ID"] = 32, ["name"] = "Friend of the Trees", +["description"] = "Defeat Maarselok on his perches without defeating any Azureblight Lurchers in Veteran Lair of Maarselok.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2583] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Maarselok in his roost while cleansing all of his Scourge Seeds without the current host activating Selene\'s Cleansing Wards in Veteran Lair of Maarselok.", -["Category_ID"] = 32, ["name"] = "Scourge Purger", +["description"] = "Defeat Maarselok in his roost while cleansing all of his Scourge Seeds without the current host activating Selene\'s Cleansing Wards in Veteran Lair of Maarselok.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 27, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2584] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Maarselok while ensuring he gains the benefits of Invigorating Fumes every time he Lunges in Hard Mode Veteran Lair of Maarselok.", -["Category_ID"] = 32, ["name"] = "Blue Thumbed Botanist", +["description"] = "Defeat Maarselok while ensuring he gains the benefits of Invigorating Fumes every time he Lunges in Hard Mode Veteran Lair of Maarselok.", +["Category_ID"] = 33, +["prevId"] = 0, ["achievementIndex"] = 28, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2590] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Complete both Lair of Maarselok and Moongrave Fane in Normal.", -["Category_ID"] = 32, ["name"] = "Scalebreaker Scout", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Complete both Lair of Maarselok and Moongrave Fane in Normal.", +["Category_ID"] = 33, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [2596] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2597, +["firstID"] = 2596, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Dragon\'s Lair\" quest in Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Lair Locator", -["achievementIndex"] = 4, -["firstID"] = 2596, -["numCriteria"] = 1, +["description"] = "Complete the \"The Dragon\'s Lair\" quest in Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [2597] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2598, +["firstID"] = 2596, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Uneasy Alliances\" quest in Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Khenarthi\'s Guidance", -["achievementIndex"] = 4, -["firstID"] = 2596, -["numCriteria"] = 1, +["description"] = "Complete the \"Uneasy Alliances\" quest in Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 2596, +["achievementIndex"] = 3, +["points"] = 10, } , [2598] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2599, +["firstID"] = 2596, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Order of the New Moon\" quest in Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Infiltrating the New Moon", -["achievementIndex"] = 4, -["firstID"] = 2596, -["numCriteria"] = 1, +["description"] = "Complete the \"Order of the New Moon\" quest in Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 2597, +["achievementIndex"] = 3, +["points"] = 10, } , [2599] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2600, +["firstID"] = 2596, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Pride of Alkosh\" quest in Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Halls of the Highmane", -["achievementIndex"] = 4, -["firstID"] = 2596, -["numCriteria"] = 1, +["description"] = "Complete the \"Pride of Alkosh\" quest in Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 2598, +["achievementIndex"] = 3, +["points"] = 10, } , [2600] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2596, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete \"The Dragonguard\" quest in Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Return of the Dragonguard", -["achievementIndex"] = 4, -["firstID"] = 2596, -["numCriteria"] = 1, +["description"] = "Complete \"The Dragonguard\" quest in Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 2599, +["achievementIndex"] = 3, +["points"] = 10, } , [2602] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2603, +["firstID"] = 2602, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Dark Aeon\" quest in Southern Elsweyr, which becomes available after completing the main questlines in Elsweyr and Dragonhold.", -["Category_ID"] = 31, ["name"] = "The Dragon\'s Wrath", -["achievementIndex"] = 5, -["firstID"] = 2602, -["numCriteria"] = 1, +["description"] = "Complete the \"Dark Aeon\" quest in Southern Elsweyr, which becomes available after completing the main questlines in Elsweyr and Dragonhold.", +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [2603] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2604, +["firstID"] = 2602, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"New Moon Rising\" quest in Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Fall of the Dark Aeon", -["achievementIndex"] = 5, -["firstID"] = 2602, -["numCriteria"] = 1, +["description"] = "Complete the \"New Moon Rising\" quest in Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 2602, +["achievementIndex"] = 2, +["points"] = 10, } , [2604] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2602, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Pride of Elsweyr\" quest in Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Bright Moons Over Elsweyr", -["achievementIndex"] = 5, -["firstID"] = 2602, -["numCriteria"] = 1, +["description"] = "Complete the \"Pride of Elsweyr\" quest in Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 2603, +["achievementIndex"] = 2, +["points"] = 10, } , [2606] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2607, +["firstID"] = 2606, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 1 delve daily job for Guybert Flaubert in Senchal within the Southern Elsweyr zone.", -["Category_ID"] = 31, ["name"] = "Glorious Go-Between", +["description"] = "Complete 1 delve daily job for Guybert Flaubert in Senchal within the Southern Elsweyr zone.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 2606, -["numCriteria"] = 1, +["points"] = 5, } , [2607] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2608, +["firstID"] = 2606, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 10 delve daily jobs for Guybert Flaubert in Senchal within the Southern Elsweyr zone.", -["Category_ID"] = 31, ["name"] = "Blossoming Broker", +["description"] = "Complete 10 delve daily jobs for Guybert Flaubert in Senchal within the Southern Elsweyr zone.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 2606, -["numCriteria"] = 1, +["points"] = 10, } , [2608] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2606, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 30 delve daily jobs for Guybert Flaubert in Senchal within the Southern Elsweyr zone.", -["Category_ID"] = 31, ["name"] = "Fearsome Freelancer", +["description"] = "Complete 30 delve daily jobs for Guybert Flaubert in Senchal within the Southern Elsweyr zone.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 2606, -["numCriteria"] = 1, +["points"] = 15, } , [2609] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2610, +["firstID"] = 2609, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 4 Dragonguard Quests, including daily jobs from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", -["Category_ID"] = 31, ["name"] = "A Call to Arms", +["description"] = "Complete 4 Dragonguard Quests, including daily jobs from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 2609, -["numCriteria"] = 1, +["points"] = 5, } , [2610] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2611, +["firstID"] = 2609, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 12 Dragonguard Quests, including daily jobs from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", -["Category_ID"] = 31, ["name"] = "Restoring the Order", +["description"] = "Complete 12 Dragonguard Quests, including daily jobs from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 2609, -["numCriteria"] = 1, +["points"] = 10, } , [2611] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2612, +["firstID"] = 2609, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 20 Dragonguard Quests, including daily jobs from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", -["Category_ID"] = 31, ["name"] = "Reforging the Dragonguard", +["description"] = "Complete 20 Dragonguard Quests, including daily jobs from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 2609, -["numCriteria"] = 1, +["points"] = 10, } , [2612] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2609, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 30 Dragonguard Quests, including daily jobs from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", -["Category_ID"] = 31, ["name"] = "Dragonguard Operative", +["description"] = "Complete 30 Dragonguard Quests, including daily jobs from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 7, -["firstID"] = 2609, -["numCriteria"] = 1, +["points"] = 15, } , [2613] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2614, +["firstID"] = 2613, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 1 world boss daily job for Bruccius Baenius in Senchal within Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "A Shield of Senchal", +["description"] = "Complete 1 world boss daily job for Bruccius Baenius in Senchal within Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 2613, -["numCriteria"] = 1, +["points"] = 5, } , [2614] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 2615, +["firstID"] = 2613, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 10 world boss daily jobs for Bruccius Baenius in Senchal within Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Vanguard of Senchal", +["description"] = "Complete 10 world boss daily jobs for Bruccius Baenius in Senchal within Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 2613, -["numCriteria"] = 1, +["points"] = 10, } , [2615] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2613, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 30 world boss daily jobs for Bruccius Baenius in Senchal within Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Senchal\'s Savior", +["description"] = "Complete 30 world boss daily jobs for Bruccius Baenius in Senchal within Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 2613, -["numCriteria"] = 1, +["points"] = 15, } , [2617] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Complete 16 Story Quests in Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Pellitine\'s Pride and Joy", -["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Complete 16 Story Quests in Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 15, } , [2618] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Free 25 Slaves and Refugees from the Pirates and Slavers of Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Liberator of the Lost", +["description"] = "Free 25 Slaves and Refugees from the Pirates and Slavers of Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2619] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 10, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Find the 10 parts of the lost play of Julius Cruilius, Elsweyr My Love.", -["Category_ID"] = 31, ["name"] = "Theater Critic", +["description"] = "Find the 10 parts of the lost play of Julius Cruilius, Elsweyr My Love.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 10, +["points"] = 10, } , [2620] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Locate and navigate an ancient Dragonguard training ground with your grappling bow.", -["Category_ID"] = 31, ["name"] = "Grappling Bow Pathfinder", +["description"] = "Locate and navigate an ancient Dragonguard training ground with your grappling bow.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2621] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Find and defeat all remaining members of the infamous Blue Venom pirates, Sea Elf marauders hidden throughout Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "Legacy Slayer", +["description"] = "Find and defeat all remaining members of the infamous Blue Venom pirates, Sea Elf marauders hidden throughout Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 10, } , [2623] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["name"] = "Hero of the Dragonguard", -["Category_ID"] = 31, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of the Dragonguard.", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 5, +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 50, } , [2625] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Summerset", ["name"] = "Psijic Order Skill Master", -["Category_ID"] = 18, ["description"] = "Reach the max rank of the Psijic Order Skill Line.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["Category_ID"] = 18, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [2626] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Enter Southern Elsweyr for the first time.", -["Category_ID"] = 31, ["name"] = "Welcome to Pellitine", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Enter Southern Elsweyr for the first time.", +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 5, } , [2628] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Learn every chapter in the Moongrave style book, found in the Moongrave Fane dungeon.", -["Category_ID"] = 32, ["name"] = "Moongrave Style Master", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 14, +["description"] = "Learn every chapter in the Moongrave style book, found in the Moongrave Fane dungeon.", +["Category_ID"] = 33, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 50, } , [2629] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Scalebreaker", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Learn every chapter in the Stags of Z\'en style book, found in the Lair of Maarselok dungeon.", -["Category_ID"] = 32, ["name"] = "Stags of Z\'en Style Master", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, +["description"] = "Learn every chapter in the Stags of Z\'en style book, found in the Lair of Maarselok dungeon.", +["Category_ID"] = 33, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 50, } , [2630] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 14, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["name"] = "Dragonguard Style Master", -["Category_ID"] = 31, ["description"] = "Learn every chapter in the Dragonguard style book, occasionally found as rewards for completing Dragonguard daily jobs from Dirge Truptor and Chizbari the Chipper in Southern Elsweyr.", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 14, +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [2631] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 2636, +["firstID"] = 2631, ["Category"] = "Dragonhold", ["name"] = "Pellitine Dragon Killer", -["Category_ID"] = 31, ["description"] = "Kill 1 Dragon in the wilds of Southern Elsweyr.", -["achievementIndex"] = 4, -["firstID"] = 2631, -["numCriteria"] = 1, +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 5, } , [2633] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Provide help for those within South Guard Ruins and Black Heights.", -["Category_ID"] = 31, ["name"] = "Helping the Helpless", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Provide help for those within South Guard Ruins and Black Heights.", +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 10, } , [2634] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Help the South Guard siblings escape from Southern Elsweyr.", -["Category_ID"] = 31, ["name"] = "A New Beginning", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Help the South Guard siblings escape from Southern Elsweyr.", +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 10, } , [2635] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Quests", -["SubCategory_ID"] = 2, -["description"] = "Help restore the Wall of Life within the town of Black Heights.", -["Category_ID"] = 31, ["name"] = "Leaves on the Wind", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Help restore the Wall of Life within the town of Black Heights.", +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [2636] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 2637, +["firstID"] = 2631, ["Category"] = "Dragonhold", ["name"] = "Pellitine Dragon Stalker", -["Category_ID"] = 31, ["description"] = "Kill 25 Dragons in the wilds of Southern Elsweyr.", -["achievementIndex"] = 4, -["firstID"] = 2631, -["numCriteria"] = 1, +["Category_ID"] = 32, +["prevId"] = 2631, +["achievementIndex"] = 5, +["points"] = 10, } , [2637] = { -["points"] = 15, -["prevId"] = 0, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2631, ["Category"] = "Dragonhold", ["name"] = "Pellitine Dragon Hunter", -["Category_ID"] = 31, ["description"] = "Kill 50 Dragons in the wilds of Southern Elsweyr.", -["achievementIndex"] = 4, -["firstID"] = 2631, -["numCriteria"] = 1, +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 5, +["points"] = 15, } , [2638] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Quests", ["SubCategory"] = "Main Quest", -["SubCategory_ID"] = 1, +["name"] = "Soul Magic Skill Master", ["description"] = "Reach the max rank of the Soul Magic Skill Line.", ["Category_ID"] = 7, -["name"] = "Soul Magic Skill Master", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 50, } , [2639] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Chillwind Depths Explorer", ["description"] = "Explore and clear Chillwind Depths.", ["Category_ID"] = 16, -["name"] = "Chillwind Depths Explorer", -["achievementIndex"] = 5, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 18, +["points"] = 5, } , [2640] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, -["description"] = "Explore and clear Dragonhome.", -["Category_ID"] = 16, ["name"] = "Dragonhome Explorer", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Explore and clear Dragonhome.", +["Category_ID"] = 16, +["prevId"] = 0, +["achievementIndex"] = 12, +["points"] = 5, } , [2641] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Frozen Coast Explorer", ["description"] = "Explore and clear Frozen Coast.", ["Category_ID"] = 16, -["name"] = "Frozen Coast Explorer", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 13, +["points"] = 5, } , [2642] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Midnight Barrow Explorer", ["description"] = "Explore and clear Midnight Barrow.", ["Category_ID"] = 16, -["name"] = "Midnight Barrow Explorer", -["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 15, +["points"] = 5, } , [2643] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Shadowgreen Explorer", ["description"] = "Explore and clear Shadowgreen.", ["Category_ID"] = 16, -["name"] = "Shadowgreen Explorer", -["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 14, +["points"] = 5, } , [2644] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "The Scraps Explorer", ["description"] = "Explore and clear the Scraps.", ["Category_ID"] = 16, -["name"] = "The Scraps Explorer", -["achievementIndex"] = 20, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 16, +["points"] = 5, } , [2645] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Western Skyrim Cave Delver", ["description"] = "Explore and clear all six delves in Western Skyrim.", ["Category_ID"] = 16, -["name"] = "Western Skyrim Cave Delver", -["achievementIndex"] = 21, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 11, +["points"] = 15, } , [2646] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Western Skyrim Pathfinder", ["description"] = "Discover all of the striking locales in Western Skyrim and Blackreach: Greymoor Caverns.", ["Category_ID"] = 16, -["name"] = "Western Skyrim Pathfinder", -["achievementIndex"] = 23, -["firstID"] = 0, -["numCriteria"] = 6, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [2647] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Western Skyrim Master Explorer", ["description"] = "Discover and clear all caves and striking locales in Western Skyrim.", ["Category_ID"] = 16, -["name"] = "Western Skyrim Master Explorer", -["achievementIndex"] = 22, -["firstID"] = 0, -["numCriteria"] = 2, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 15, } , [2648] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Beach Battler", ["description"] = "Defeat Ysmgar the Sea Giant at Ysmgar\'s Beach in Western Skyrim.", ["Category_ID"] = 16, -["name"] = "Beach Battler", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 19, +["points"] = 10, } , [2649] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Hunting the Hunters", ["description"] = "Defeat the Werewolves of Hordrek\'s Stalkers at Hordrek\'s Hunting Grounds in Western Skyrim.", ["Category_ID"] = 16, -["name"] = "Hunting the Hunters", -["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 20, +["points"] = 10, } , [2650] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Champion\'s Champion", ["description"] = "Defeat the Orc called Skreg the Undefeatable at the Circle of Champions in Western Skyrim.", ["Category_ID"] = 16, -["name"] = "Champion\'s Champion", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 10, } , [2651] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Shades of Gray", ["description"] = "Defeat the Hagraven known as Shademother at Shademother\'s Haven in Western Skyrim.", ["Category_ID"] = 16, -["name"] = "Shades of Gray", -["achievementIndex"] = 18, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 9, +["points"] = 10, } , [2652] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "No Food For You", ["description"] = "Defeat Hjorrenn the Harvester, Doomclaw, and Exarch Savfyr of the Gray Host at the Vampire Feeding Grounds in Blackreach: Greymoor Caverns.", ["Category_ID"] = 16, -["name"] = "No Food For You", -["achievementIndex"] = 17, -["firstID"] = 0, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 7, +["points"] = 10, } , [2653] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Dwarven Disassembler", ["description"] = "Defeat the Dwarven Colossus at the Dwarven Charging Station in Blackreach: Greymoor Caverns.", ["Category_ID"] = 16, -["name"] = "Dwarven Disassembler", +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2654] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 6, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 2, +["name"] = "Defender of Western Skyrim", ["description"] = "Defeat all six world bosses in Western Skyrim and Blackreach: Greymoor Caverns.", ["Category_ID"] = 16, -["name"] = "Defender of Western Skyrim", +["prevId"] = 0, ["achievementIndex"] = 6, -["firstID"] = 0, -["numCriteria"] = 6, +["points"] = 15, } , [2655] = { -["points"] = 5, -["prevId"] = 0, +["numCriteria"] = 12, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["name"] = "Western Skyrim Master Angler", -["Category_ID"] = 16, ["description"] = "Catch all 12 rare fish in Western Skyrim and Blackreach: Greymoor Caverns.", -["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 12, +["Category_ID"] = 16, +["prevId"] = 0, +["achievementIndex"] = 10, +["points"] = 5, } , [2656] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["name"] = "Draconic Minion Slayer", -["Category_ID"] = 31, ["description"] = "Kill 100 Undead Dragon Minions, 25 Storm Atronachs, and 25 Frost Atronachs while battling Dragons.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 3, +["Category_ID"] = 32, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [2658] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Dragonhold", ["SubCategory"] = "Exploration", -["SubCategory_ID"] = 1, -["description"] = "Seek the wisdom of a Khajiiti hero of legend in the Senchal Palace terrace after completing the main questlines in Elsweyr and Dragonhold.", -["Category_ID"] = 31, ["name"] = "A Hero\'s Song", +["description"] = "Seek the wisdom of a Khajiiti hero of legend in the Senchal Palace terrace after completing the main questlines in Elsweyr and Dragonhold.", +["Category_ID"] = 32, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 5, } , [2660] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 2, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Complete both Icereach and Unhallowed Grave in Normal.", -["Category_ID"] = 30, ["name"] = "Harrowstorm Scout", -["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 2, +["description"] = "Complete both Icereach and Unhallowed Grave in Normal.", +["Category_ID"] = 31, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 10, } , [2669] = { -["points"] = 50, -["prevId"] = 0, +["numCriteria"] = 19, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["name"] = "An Instrumental Triumph", -["Category_ID"] = 16, ["description"] = "Locate and retrieve all 19 musical instruments and deliver them to the Bards College in Solitude.", -["achievementIndex"] = 1, -["firstID"] = 0, -["numCriteria"] = 19, +["Category_ID"] = 16, +["prevId"] = 0, +["achievementIndex"] = 8, +["points"] = 50, } , [2670] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Kjarg the Tuskscraper with at least three fully-formed Frost Atronachs alive in Veteran Icereach.", -["Category_ID"] = 30, ["name"] = "Frozen Finish", +["description"] = "Defeat Kjarg the Tuskscraper with at least three fully-formed Frost Atronachs alive in Veteran Icereach.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2671] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Remove the Ice Armor from fifty Stranglers by using the Melting Torrent effect to deal Fiery Radiation damage to them.", -["Category_ID"] = 30, ["name"] = "Brush Fire", +["description"] = "Remove the Ice Armor from fifty Stranglers by using the Melting Torrent effect to deal Fiery Radiation damage to them.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 9, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2672] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Sister Skelga without allowing the Stranglers ice spit projectiles to hit any player in Veteran Icereach.", -["Category_ID"] = 30, ["name"] = "Spit Take", +["description"] = "Defeat Sister Skelga without allowing the Stranglers ice spit projectiles to hit any player in Veteran Icereach.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2673] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Vearogh the Shambler without killing any Rift Wraiths in Veteran Icereach.", -["Category_ID"] = 30, ["name"] = "An Open Invocation", +["description"] = "Defeat Vearogh the Shambler without killing any Rift Wraiths in Veteran Icereach.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2674] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "While fighting the Stormborn Revenant in Veteran Icereach, defeat three Storm Atronachs, letting no more than three seconds pass between each kill.", -["Category_ID"] = 30, ["name"] = "Lightning Strikes Thrice", +["description"] = "While fighting the Stormborn Revenant in Veteran Icereach, defeat three Storm Atronachs, letting no more than three seconds pass between each kill.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2675] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat the Icereach Coven with one member of the group afflicted by all the witches\' signature spells in Veteran Icereach.", -["Category_ID"] = 30, ["name"] = "Eye of the Storm", +["description"] = "Defeat the Icereach Coven with one member of the group afflicted by all the witches\' signature spells in Veteran Icereach.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2676] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Prevent the Icereach Coven from successfully channeling the Storm Surge by interrupting all four sisters within five seconds of the spell beginning.", -["Category_ID"] = 30, ["name"] = "Swift Silencer", -["achievementIndex"] = 7, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Prevent the Icereach Coven from successfully channeling the Storm Surge by interrupting all four sisters within five seconds of the spell beginning.", +["Category_ID"] = 31, +["prevId"] = 0, +["achievementIndex"] = 3, +["points"] = 10, } , [2677] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "When fighting the Icereach Coven on Hard Mode in Veteran Icereach, let Gohlla\'s Giant deliver the final blow to each sister while in their enraged state.", -["Category_ID"] = 30, ["name"] = "Prodigious Pacification", +["description"] = "When fighting the Icereach Coven on Hard Mode in Veteran Icereach, let Gohlla\'s Giant deliver the final blow to each sister while in their enraged state.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2678] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Gain entry to Voria\'s Sanctum in Unhallowed Grave and defeat the beast within.", -["Category_ID"] = 30, ["name"] = "Knock Knock", +["description"] = "Gain entry to Voria\'s Sanctum in Unhallowed Grave and defeat the beast within.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2679] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Hakgrym the Howler without defeating any of his Flesh Abominations in Veteran Unhallowed Grave.", -["Category_ID"] = 30, ["name"] = "Relentless Dogcatcher", +["description"] = "Defeat Hakgrym the Howler without defeating any of his Flesh Abominations in Veteran Unhallowed Grave.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 24, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2680] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Keeper of the Kiln without ever revealing the correct symbol.", -["Category_ID"] = 30, ["name"] = "Ceramic Panic", +["description"] = "Defeat the Keeper of the Kiln without ever revealing the correct symbol.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2681] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat the Eternal Aegis without allowing the Ring of Blades to block any party members attacks, or allowing any Lesser Aegises to explode.", -["Category_ID"] = 30, ["name"] = "Shattered Shields", +["description"] = "Defeat the Eternal Aegis without allowing the Ring of Blades to block any party members attacks, or allowing any Lesser Aegises to explode.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2682] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "While fighting the Eternal Aegis in Unhallowed Grave, defeat a Lesser Aegis right after it begins to channel the Shield Breaker ability and just before it explodes.", -["Category_ID"] = 30, ["name"] = "Last-Second Sundering", +["description"] = "While fighting the Eternal Aegis in Unhallowed Grave, defeat a Lesser Aegis right after it begins to channel the Shield Breaker ability and just before it explodes.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2683] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "While fighting Ondagore the Mad in Veteran Unhallowed Grave, kill all menders within five seconds of each other.", -["Category_ID"] = 30, ["name"] = "Mender Wrender", +["description"] = "While fighting Ondagore the Mad in Veteran Unhallowed Grave, kill all menders within five seconds of each other.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 25, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2684] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Kjalnar Tombskald in Veteran Unhallowed Grave without destroying Imbued Skeletons before they reach the empowering circles.", -["Category_ID"] = 30, ["name"] = "Unchecked Empowerment", +["description"] = "Defeat Kjalnar Tombskald in Veteran Unhallowed Grave without destroying Imbued Skeletons before they reach the empowering circles.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 26, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2685] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Harrowstorm", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat Kjalnar Tombskald without letting any Imbued Skeletons empower themselves.", -["Category_ID"] = 30, ["name"] = "Skeletal Shutout", +["description"] = "Defeat Kjalnar Tombskald without letting any Imbued Skeletons empower themselves.", +["Category_ID"] = 31, +["prevId"] = 0, ["achievementIndex"] = 13, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2687] = { -["points"] = 10, -["prevId"] = 0, +["numCriteria"] = 18, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["name"] = "Western Skyrim Skyshard Hunter", -["Category_ID"] = 16, ["description"] = "Discover all 18 Skyshards in Western Skyrim and Blackreach: Greymoor Caverns.", -["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 18, +["Category_ID"] = 16, +["prevId"] = 0, +["achievementIndex"] = 2, +["points"] = 10, } , [2688] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 10, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, -["description"] = "Disrupt the harrowstorm at each ritual site location in Western Skyrim and Blackreach: Greymoor Caverns.", -["Category_ID"] = 16, -["name"] = "Harrowstorm Chaser", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 10, +["name"] = "Harrowstorm Chaser", +["description"] = "Disrupt the harrowstorm at each ritual site location in Western Skyrim and Blackreach: Greymoor Caverns.", +["Category_ID"] = 16, +["prevId"] = 0, +["achievementIndex"] = 6, +["points"] = 15, } , [2689] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 2690, +["firstID"] = 2689, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, +["name"] = "Harrowstorm Disruptor", ["description"] = "Disrupt 1 harrowstorm at a ritual site in Western Skyrim, Blackreach: Greymoor Caverns, or the Reach.", ["Category_ID"] = 16, -["name"] = "Harrowstorm Disruptor", -["achievementIndex"] = 5, -["firstID"] = 2689, -["numCriteria"] = 1, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 5, } , [2690] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 2691, +["firstID"] = 2689, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, +["name"] = "Harrowstorm Destroyer", ["description"] = "Disrupt 10 Harrowstorms at ritual sites in Western Skyrim, Blackreach: Greymoor Caverns, or the Reach.", ["Category_ID"] = 16, -["name"] = "Harrowstorm Destroyer", -["achievementIndex"] = 5, -["firstID"] = 2689, -["numCriteria"] = 1, +["prevId"] = 2689, +["achievementIndex"] = 1, +["points"] = 10, } , [2691] = { -["points"] = 15, -["prevId"] = 0, +["SubCategory_ID"] = 4, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 2689, ["Category"] = "Greymoor", ["SubCategory"] = "Harrowstorms", -["SubCategory_ID"] = 4, +["name"] = "Harrowstorm Annihilator", ["description"] = "Disrupt 30 Harrowstorms at ritual sites in Western Skyrim, Blackreach: Greymoor Caverns, or the Reach.", ["Category_ID"] = 16, -["name"] = "Harrowstorm Annihilator", -["achievementIndex"] = 5, -["firstID"] = 2689, -["numCriteria"] = 1, +["prevId"] = 2690, +["achievementIndex"] = 1, +["points"] = 15, } , [2692] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 200 of Arkasis\'s humanoid followers in Veteran Stone Garden. This includes any Stone Garden Orderly, Lookout, Protector, Apprentice, Alchemist or Curator.", -["Category_ID"] = 29, ["name"] = "Sycophant Slayer", +["description"] = "Defeat 200 of Arkasis\'s humanoid followers in Veteran Stone Garden. This includes any Stone Garden Orderly, Lookout, Protector, Apprentice, Alchemist or Curator.", +["Category_ID"] = 30, +["prevId"] = 0, ["achievementIndex"] = 14, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2693] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 50 Stone Husks in Veteran Stone Garden.", -["Category_ID"] = 29, ["name"] = "Stone Husk Slayer", +["description"] = "Defeat 50 Stone Husks in Veteran Stone Garden.", +["Category_ID"] = 30, +["prevId"] = 0, ["achievementIndex"] = 12, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2694] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat Exarch Kraglen, the Stone Behemoth, and Arkasis the Mad Alchemist in Stone Garden.", -["Category_ID"] = 29, ["name"] = "Stone Garden Vanquisher", -["achievementIndex"] = 2, -["firstID"] = 0, -["numCriteria"] = 3, +["description"] = "Defeat Exarch Kraglen, the Stone Behemoth, and Arkasis the Mad Alchemist in Stone Garden.", +["Category_ID"] = 30, +["prevId"] = 0, +["achievementIndex"] = 1, +["points"] = 10, } , [2695] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 3, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat Exarch Kraglen, the Stone Behemoth, and Arkasis the Mad Alchemist in Veteran Stone Garden.", -["Category_ID"] = 29, ["name"] = "Stone Garden Conqueror", +["description"] = "Defeat Exarch Kraglen, the Stone Behemoth, and Arkasis the Mad Alchemist in Veteran Stone Garden.", +["Category_ID"] = 30, +["prevId"] = 0, ["achievementIndex"] = 11, -["firstID"] = 0, -["numCriteria"] = 3, +["points"] = 10, } , [2697] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to Exarch Kraglen, the Stone Behemoth, and Arkasis the Mad Alchemist within 25 minutes of entering Veteran Stone Garden. Your timer starts on engaging the first group of Stone Garden\'s defenders. Accessing the Vitalizer Control Rooms is not required.", -["Category_ID"] = 29, ["name"] = "Expeditious Experimenter", +["description"] = "Defeat all encounters in addition to Exarch Kraglen, the Stone Behemoth, and Arkasis the Mad Alchemist within 25 minutes of entering Veteran Stone Garden. Your timer starts on engaging the first group of Stone Garden\'s defenders. Accessing the Vitalizer Control Rooms is not required.", +["Category_ID"] = 30, +["prevId"] = 0, ["achievementIndex"] = 4, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2698] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to Exarch Kraglen, the Stone Behemoth, and Arkasis the Mad Alchemist in Veteran Stone Garden without suffering a group member death. Accessing the Vitalizer Control Rooms is not required.", -["Category_ID"] = 29, ["name"] = "Safety First!", +["description"] = "Defeat all encounters in addition to Exarch Kraglen, the Stone Behemoth, and Arkasis the Mad Alchemist in Veteran Stone Garden without suffering a group member death. Accessing the Vitalizer Control Rooms is not required.", +["Category_ID"] = 30, +["prevId"] = 0, ["achievementIndex"] = 8, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2699] = { -["points"] = 5, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Enter either Stone Garden or Castle Thorn for the first time.", -["Category_ID"] = 29, ["name"] = "Stonethorn Explorer", -["achievementIndex"] = 3, -["firstID"] = 0, -["numCriteria"] = 1, +["description"] = "Enter either Stone Garden or Castle Thorn for the first time.", +["Category_ID"] = 30, +["prevId"] = 0, +["achievementIndex"] = 4, +["points"] = 5, } , [2700] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 4, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Stone Garden.", -["Category_ID"] = 29, ["name"] = "Stone Garden Challenger", +["description"] = "Complete the listed achievements for Veteran Stone Garden.", +["Category_ID"] = 30, +["prevId"] = 0, ["achievementIndex"] = 10, -["firstID"] = 0, -["numCriteria"] = 4, +["points"] = 50, } , [2701] = { -["points"] = 50, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat all encounters in addition to Exarch Kraglen, the Stone Behemoth, and Arkasis the Mad Alchemist after raising the challenge banner for each in Veteran Stone Garden within 25 minutes without suffering a group member death. Accessing the Vitalizer Control Rooms is not required.", -["Category_ID"] = 29, ["name"] = "True Genius", +["description"] = "Defeat all encounters in addition to Exarch Kraglen, the Stone Behemoth, and Arkasis the Mad Alchemist after raising the challenge banner for each in Veteran Stone Garden within 25 minutes without suffering a group member death. Accessing the Vitalizer Control Rooms is not required.", +["Category_ID"] = 30, +["prevId"] = 0, ["achievementIndex"] = 19, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 50, } , [2702] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 200 Thorn Legion Vampires in Veteran Castle Thorn. This includes Thorn Legion Sanguimancers, Quickblades, Marksmen, Maulers, or Reanimated Vampires.", -["Category_ID"] = 29, ["name"] = "Thorn Legion Slayer", +["description"] = "Defeat 200 Thorn Legion Vampires in Veteran Castle Thorn. This includes Thorn Legion Sanguimancers, Quickblades, Marksmen, Maulers, or Reanimated Vampires.", +["Category_ID"] = 30, +["prevId"] = 0, ["achievementIndex"] = 16, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2703] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 2, +["numCriteria"] = 1, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "Veteran", -["SubCategory_ID"] = 2, -["description"] = "Defeat 50 Thorn Legion Senche-Rahts in Veteran Castle Thorn.", -["Category_ID"] = 29, ["name"] = "Thorn Legion Senche-Raht Slayer", +["description"] = "Defeat 50 Thorn Legion Senche-Rahts in Veteran Castle Thorn.", +["Category_ID"] = 30, +["prevId"] = 0, ["achievementIndex"] = 15, -["firstID"] = 0, -["numCriteria"] = 1, +["points"] = 10, } , [2704] = { -["points"] = 10, -["prevId"] = 0, +["SubCategory_ID"] = 1, +["numCriteria"] = 5, ["nextId"] = 0, +["firstID"] = 0, ["Category"] = "Stonethorn", ["SubCategory"] = "General", -["SubCategory_ID"] = 1, -["description"] = "Defeat Dread Tindulra, the Blood Twilight, Vaduroth, Talfyg, and Lady Thorn